2026-03-24 13:00:05 [scrapy.utils.log] INFO: Scrapy 2.11.2 started (bot: SourcingV2)
2026-03-24 13:00:05 [scrapy.utils.log] INFO: Versions: lxml 5.2.2.0, libxml2 2.12.6, cssselect 1.2.0, parsel 1.9.1, w3lib 2.1.2, Twisted 24.3.0, Python 3.11.2 (main, Mar 13 2023, 12:18:29) [GCC 12.2.0], pyOpenSSL 24.1.0 (OpenSSL 3.2.1 30 Jan 2024), cryptography 42.0.7, Platform Linux-5.15.0-1098-azure-x86_64-with-glibc2.36
2026-03-24 13:00:05 [astonbarclay.gb] INFO: Starting spider astonbarclay.gb
2026-03-24 13:00:05 [scrapy.addons] INFO: Enabled addons:
[]
2026-03-24 13:00:05 [asyncio] DEBUG: Using selector: EpollSelector
2026-03-24 13:00:05 [scrapy.utils.log] DEBUG: Using reactor: twisted.internet.asyncioreactor.AsyncioSelectorReactor
2026-03-24 13:00:05 [scrapy.utils.log] DEBUG: Using asyncio event loop: asyncio.unix_events._UnixSelectorEventLoop
2026-03-24 13:00:05 [scrapy.extensions.telnet] INFO: Telnet Password: d798662c320f3654
2026-03-24 13:00:05 [scrapy.middleware] INFO: Enabled extensions:
['scrapy.extensions.corestats.CoreStats',
'scrapy.extensions.telnet.TelnetConsole',
'scrapy.extensions.memusage.MemoryUsage',
'scrapy.extensions.feedexport.FeedExporter',
'scrapy.extensions.logstats.LogStats',
'scrapy.extensions.closespider.CloseSpider']
2026-03-24 13:00:05 [scrapy.crawler] INFO: Overridden settings:
{'BOT_NAME': 'SourcingV2',
'CLOSESPIDER_TIMEOUT': 7200,
'DOWNLOAD_MAXSIZE': 52428800,
'DOWNLOAD_WARNSIZE': 10485760,
'FEED_EXPORT_ENCODING': 'utf-8',
'LOG_FILE': '/var/log/scrapyd/logs/sourcing_v2/astonbarclay.gb/task_9_2026-03-24T13_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-24 13:00:05 [scrapy_zyte_api.handler] INFO: Using a Zyte API key starting with '5857011'
2026-03-24 13:00:05 [scrapy_zyte_api.handler] INFO: Using a Zyte API key starting with '5857011'
2026-03-24 13:00:05 [scrapy.middleware] INFO: Enabled downloader middlewares:
['scrapy.downloadermiddlewares.offsite.OffsiteMiddleware',
'scrapy.downloadermiddlewares.httpauth.HttpAuthMiddleware',
'scrapy.downloadermiddlewares.downloadtimeout.DownloadTimeoutMiddleware',
'scrapy.downloadermiddlewares.defaultheaders.DefaultHeadersMiddleware',
'scrapy.downloadermiddlewares.useragent.UserAgentMiddleware',
'scrapy_zyte_api.ScrapyZyteAPIDownloaderMiddleware',
'scrapy.downloadermiddlewares.retry.RetryMiddleware',
'scrapy.downloadermiddlewares.redirect.MetaRefreshMiddleware',
'scrapy.downloadermiddlewares.httpcompression.HttpCompressionMiddleware',
'scrapy.downloadermiddlewares.redirect.RedirectMiddleware',
'scrapy.downloadermiddlewares.cookies.CookiesMiddleware',
'scrapy.downloadermiddlewares.httpproxy.HttpProxyMiddleware',
'scrapy.downloadermiddlewares.stats.DownloaderStats']
2026-03-24 13:00:05 [crawlers.middlewares.id_gen_middleware] INFO: Setting up IdGenerationMiddleware
2026-03-24 13:00:05 [scrapy.middleware] INFO: Enabled spider middlewares:
['scrapy.spidermiddlewares.httperror.HttpErrorMiddleware',
'scrapy_zyte_api.ScrapyZyteAPISpiderMiddleware',
'crawlers.middlewares.monitoring_spider_middleware.MonitoringSpiderMiddleware',
'scrapy.spidermiddlewares.referer.RefererMiddleware',
'scrapy.spidermiddlewares.urllength.UrlLengthMiddleware',
'scrapy.spidermiddlewares.depth.DepthMiddleware',
'crawlers.middlewares.photo_download_middleware.PhotoDownloadMiddleware',
'crawlers.middlewares.report_download_middleware.ReportDownloadMiddleware',
'crawlers.middlewares.id_gen_middleware.IdGenMiddleware']
2026-03-24 13:00:05 [azure.identity._credentials.environment] INFO: Incomplete environment configuration for EnvironmentCredential. These variables are set: AZURE_CLIENT_ID, AZURE_TENANT_ID
2026-03-24 13:00:05 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): login.microsoftonline.com:443
2026-03-24 13:00:05 [urllib3.connectionpool] DEBUG: https://login.microsoftonline.com:443 "POST /8ea908c1-4e85-4692-bc3f-3646b9b40891/oauth2/v2.0/token HTTP/1.1" 200 2107
2026-03-24 13:00:05 [azure.identity._credentials.chained] INFO: DefaultAzureCredential acquired a token from WorkloadIdentityCredential
2026-03-24 13:00:05 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): alxsourcingstorageprod.table.core.windows.net:443
2026-03-24 13:00:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:00:05 [crawlers.pipelines.translation_pipeline] INFO: Loading translations for language: auto
2026-03-24 13: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-24 13:00:06 [crawlers.pipelines.item_rules_pipeline] INFO: Setting up ItemRules Pipeline
2026-03-24 13:00:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: invalid_location_for_country.json
2026-03-24 13:00:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: damaged_cars_from_auction_title.json
2026-03-24 13:00:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: puretech_for_country.json
2026-03-24 13:00:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: puretech_for_fr.json
2026-03-24 13:00:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: missing_photos.json
2026-03-24 13:00:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: damaged_from_info.json
2026-03-24 13:00:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: makes_not_allowed.json
2026-03-24 13:00:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: not_operable_from_info.json
2026-03-24 13:00:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: makes_models_not_allowed.json
2026-03-24 13:00:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: keywords_from_title.json
2026-03-24 13:00:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: imported_cars.json
2026-03-24 13:00:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: invalid_currency.json
2026-03-24 13:00:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: missing_mileage.json
2026-03-24 13:00:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: keywords_from_auction_title.json
2026-03-24 13:00:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: invalid_country_of_origin.json
2026-03-24 13:00:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: puretech_for_pt.json
2026-03-24 13:00:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: electric_cars.json
2026-03-24 13:00:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: missing_color.json
2026-03-24 13:00:06 [crawlers.pipelines.post_to_api] INFO: Setting up PostToApi Pipeline pointing to https://api.app.infinit.cc/api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing
2026-03-24 13:00:06 [scrapy.middleware] INFO: Enabled item pipelines:
['crawlers.pipelines.translation_pipeline.TranslationPipeline',
'crawlers.pipelines.item_rules_pipeline.ItemRulesPipeline',
'crawlers.pipelines.post_to_api.PostToApiPipeline']
2026-03-24 13:00:06 [scrapy.core.engine] INFO: Spider opened
2026-03-24 13:00:06 [scrapy.extensions.logstats] INFO: Crawled 0 pages (at 0 pages/min), scraped 0 items (at 0 items/min)
2026-03-24 13:00:06 [scrapy.extensions.telnet] INFO: Telnet console listening on 127.0.0.1:6024
2026-03-24 13:00:06 [scrapy.extensions.memusage] INFO: Peak memory usage is 140MiB
2026-03-24 13:00:06 [scrapy-playwright] INFO: Starting download handler
2026-03-24 13:00:06 [scrapy-playwright] INFO: Starting download handler
2026-03-24 13:00:11 [scrapy-playwright] INFO: Launching browser firefox
2026-03-24 13:00:11 [scrapy-playwright] INFO: Browser firefox launched
2026-03-24 13:00:11 [scrapy-playwright] DEBUG: Browser context started: 'default' (persistent=False, remote=False)
2026-03-24 13:00:12 [scrapy-playwright] DEBUG: [Context=default] New page created, page count is 1 (1 for all contexts)
2026-03-24 13:00:12 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://catalogue.astonbarclay.net/vehicle-search> (resource type: document)
2026-03-24 13:00:13 [scrapy-playwright] DEBUG: [Context=default] Response: <407 https://catalogue.astonbarclay.net/vehicle-search>
2026-03-24 13:00:13 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://catalogue.astonbarclay.net/vehicle-search> (resource type: document)
2026-03-24 13:00:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://catalogue.astonbarclay.net/vehicle-search>
2026-03-24 13:00:15 [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-24 13:00:15 [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-24 13:00:15 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://fonts.googleapis.com/css?family=Lexend> (resource type: stylesheet, referrer: https://catalogue.astonbarclay.net/)
2026-03-24 13:00:15 [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-24 13:00:15 [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-24 13:00:16 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://cdn-ukwest.onetrust.com/consent/018e0e2a-b608-77ca-8640-7c5f6808ddcb/OtAutoBlock.js>
2026-03-24 13:00:16 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://catalogue.astonbarclay.net/assets/index-B-t4WrpL.js>
2026-03-24 13:00:16 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://cdn-ukwest.onetrust.com/scripttemplates/otSDKStub.js>
2026-03-24 13:00:16 [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-24 13:00:16 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://fonts.googleapis.com/css?family=Lexend>
2026-03-24 13:00:16 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://catalogue.astonbarclay.net/assets/index-B37Nm0Ih.css>
2026-03-24 13:00:17 [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-24 13:00:17 [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-24 13:00:17 [scrapy-playwright] DEBUG: [Context=default] Request: <POST https://sessions.bugsnag.com/> (resource type: xhr, referrer: https://catalogue.astonbarclay.net/)
2026-03-24 13:00:17 [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-24 13:00:17 [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-24 13:00:17 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://catalogue.astonbarclay.net/api/profileconfig>
2026-03-24 13:00:17 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://catalogue.astonbarclay.net/assets/MuseoSans-500-BnvKCWSl.ttf>
2026-03-24 13:00:17 [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-24 13:00:17 [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-24 13:00:17 [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-24 13:00:17 [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-24 13:00:18 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://geolocation.onetrust.com/cookieconsentpub/v1/geo/location>
2026-03-24 13:00:18 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://catalogue.astonbarclay.net/api/user>
2026-03-24 13:00:18 [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-24 13:00:18 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://catalogue.astonbarclay.net/assets/default-o3_sC40N.js>
2026-03-24 13:00:18 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://catalogue.astonbarclay.net/assets/default-vT_hcphp.js>
2026-03-24 13:00:18 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://cdn-ukwest.onetrust.com/scripttemplates/202405.1.0/otBannerSdk.js>
2026-03-24 13:00:18 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://catalogue.astonbarclay.net/api/navigation>
2026-03-24 13:00:18 [scrapy-playwright] DEBUG: [Context=default] Response: <202 https://sessions.bugsnag.com/>
2026-03-24 13:00:18 [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-24 13:00:18 [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-24 13:00:18 [scrapy-playwright] DEBUG: [Context=default] Aborted Playwright request <GET https://catalogue.astonbarclay.net/img/e-xchange-icon.png>
2026-03-24 13:00:19 [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-24 13:00:19 [scrapy-playwright] DEBUG: [Context=default] Aborted Playwright request <GET https://catalogue.astonbarclay.net/img/logo-nama.png>
2026-03-24 13:00:19 [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-24 13:00:19 [scrapy-playwright] DEBUG: [Context=default] Aborted Playwright request <GET https://catalogue.astonbarclay.net/img/WV_Awards.png>
2026-03-24 13:00:19 [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-24 13:00:19 [scrapy-playwright] DEBUG: [Context=default] Aborted Playwright request <GET https://catalogue.astonbarclay.net/img/Business_Car_Award.jpg>
2026-03-24 13:00:19 [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-24 13:00:19 [scrapy-playwright] DEBUG: [Context=default] Aborted Playwright request <GET https://catalogue.astonbarclay.net/img/MTA_21.jpg>
2026-03-24 13:00:19 [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-24 13:00:19 [scrapy-playwright] DEBUG: [Context=default] Aborted Playwright request <GET https://catalogue.astonbarclay.net/img/logo-bsi.png>
2026-03-24 13:00:19 [scrapy-playwright] DEBUG: [Context=default] Aborted Playwright request <GET https://catalogue.astonbarclay.net/img/e-xchange-icon.png>
2026-03-24 13:00:19 [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-24 13:00:19 [scrapy-playwright] DEBUG: [Context=default] Aborted Playwright request <GET https://catalogue.astonbarclay.net/assets/logo-BkQgdzqL.svg>
2026-03-24 13:00:19 [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-24 13:00:19 [scrapy-playwright] DEBUG: [Context=default] Aborted Playwright request <GET https://catalogue.astonbarclay.net/img/facebook.png>
2026-03-24 13:00:19 [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-24 13:00:19 [scrapy-playwright] DEBUG: [Context=default] Aborted Playwright request <GET https://catalogue.astonbarclay.net/img/twitter.png>
2026-03-24 13:00:19 [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-24 13:00:19 [scrapy-playwright] DEBUG: [Context=default] Aborted Playwright request <GET https://catalogue.astonbarclay.net/img/sprite2.png>
2026-03-24 13:00:19 [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-24 13:00:19 [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-24 13:00:19 [scrapy-playwright] DEBUG: [Context=default] Aborted Playwright request <GET https://catalogue.astonbarclay.net/img/logo-nama.png>
2026-03-24 13:00:19 [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-24 13:00:19 [scrapy-playwright] DEBUG: [Context=default] Aborted Playwright request <GET https://catalogue.astonbarclay.net/img/WV_Awards.png>
2026-03-24 13:00:19 [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-24 13:00:19 [scrapy-playwright] DEBUG: [Context=default] Aborted Playwright request <GET https://catalogue.astonbarclay.net/img/Business_Car_Award.jpg>
2026-03-24 13:00:19 [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-24 13:00:19 [scrapy-playwright] DEBUG: [Context=default] Aborted Playwright request <GET https://catalogue.astonbarclay.net/img/MTA_21.jpg>
2026-03-24 13:00:19 [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-24 13:00:19 [scrapy-playwright] DEBUG: [Context=default] Aborted Playwright request <GET https://catalogue.astonbarclay.net/img/logo-bsi.png>
2026-03-24 13:00:19 [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-24 13:00:19 [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-24 13:00:19 [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-24 13:00:19 [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-24 13:00:19 [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-24 13:00:19 [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-24 13:00:19 [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-24 13:00:19 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://catalogue.astonbarclay.net/api/vehicle/all>
2026-03-24 13:00:19 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://cdn-ukwest.onetrust.com/scripttemplates/202405.1.0/assets/otCenterRounded.json>
2026-03-24 13:00:19 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://cdn-ukwest.onetrust.com/scripttemplates/202405.1.0/assets/v2/otPcCenter.json>
2026-03-24 13:00:19 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://cdn-ukwest.onetrust.com/scripttemplates/202405.1.0/assets/otCookieSettingsButton.json>
2026-03-24 13:00:19 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://cdn-ukwest.onetrust.com/scripttemplates/202405.1.0/assets/otCommonStyles.css>
2026-03-24 13:00:20 [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-24 13:00:20 [scrapy-playwright] DEBUG: [Context=default] Aborted Playwright request <GET https://catalogue.astonbarclay.net/img/delivered-by-aa-logo.png>
2026-03-24 13:00:20 [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-24 13:00:20 [scrapy-playwright] DEBUG: [Context=default] Aborted Playwright request <GET https://catalogue.astonbarclay.net/img/icon-fuel.svg>
2026-03-24 13:00:20 [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-24 13:00:20 [scrapy-playwright] DEBUG: [Context=default] Aborted Playwright request <GET https://catalogue.astonbarclay.net/img/icon-transmission-manual-alt.svg>
2026-03-24 13:00:20 [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-24 13:00:20 [scrapy-playwright] DEBUG: [Context=default] Aborted Playwright request <GET https://catalogue.astonbarclay.net/img/icon-engine.svg>
2026-03-24 13:00:20 [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-24 13:00:20 [scrapy-playwright] DEBUG: [Context=default] Aborted Playwright request <GET https://catalogue.astonbarclay.net/img/icon-mileage.svg>
2026-03-24 13:00:20 [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-24 13:00:20 [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-24 13:00:20 [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-24 13:00:20 [scrapy-playwright] DEBUG: [Context=default] Aborted Playwright request <GET https://catalogue.astonbarclay.net/img/icon-reg.svg>
2026-03-24 13:00:20 [scrapy-playwright] DEBUG: [Context=default] Aborted Playwright request <GET https://catalogue.astonbarclay.net/img/icon-v5.svg>
2026-03-24 13:00:21 [scrapy-playwright] DEBUG: [Context=default] Aborted Playwright request <GET https://catalogue.astonbarclay.net/img/icon-mot.svg>
2026-03-24 13:00:21 [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-24 13:00:21 [scrapy-playwright] DEBUG: [Context=default] Aborted Playwright request <GET https://catalogue.astonbarclay.net/img/icon-vat.svg>
2026-03-24 13:00:21 [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-24 13:00:21 [scrapy-playwright] DEBUG: [Context=default] Aborted Playwright request <GET https://catalogue.astonbarclay.net/img/icon-transmission-auto.svg>
2026-03-24 13:00:21 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://fonts.gstatic.com/s/lexend/v26/wlptgwvFAVdoq2_F94zlCfv0bz1WCzsWzLdneg.woff2>
2026-03-24 13:00:21 [scrapy-playwright] DEBUG: [Context=default] Request: <HEAD https://abimg003.imgix.net/FY15NTV/2026-03-20/image/243ac49b-5674-4f99-8cd3-0ea5627b713e_removebg.jpg?w=600> (resource type: fetch, referrer: https://catalogue.astonbarclay.net/)
2026-03-24 13:00:21 [scrapy-playwright] DEBUG: [Context=default] Aborted Playwright request <HEAD https://abimg003.imgix.net/FY15NTV/2026-03-20/image/243ac49b-5674-4f99-8cd3-0ea5627b713e_removebg.jpg?w=600>
2026-03-24 13:00:21 [scrapy-playwright] DEBUG: [Context=default] Request: <HEAD https://abimg003.imgix.net/LL68NXZ/2026-03-17/image/dce7850b-efb4-4e88-8d2a-7c723e0c0f82_removebg.jpg?w=600> (resource type: fetch, referrer: https://catalogue.astonbarclay.net/)
2026-03-24 13:00:21 [scrapy-playwright] DEBUG: [Context=default] Aborted Playwright request <HEAD https://abimg003.imgix.net/LL68NXZ/2026-03-17/image/dce7850b-efb4-4e88-8d2a-7c723e0c0f82_removebg.jpg?w=600>
2026-03-24 13:00:21 [scrapy-playwright] DEBUG: [Context=default] Request: <HEAD https://abimg003.imgix.net/DU68YSC/2026-03-12/image/f90eabe7-89fd-4fd5-879b-bfbac9fa56de_removebg.jpg?w=600> (resource type: fetch, referrer: https://catalogue.astonbarclay.net/)
2026-03-24 13:00:21 [scrapy-playwright] DEBUG: [Context=default] Aborted Playwright request <HEAD https://abimg003.imgix.net/DU68YSC/2026-03-12/image/f90eabe7-89fd-4fd5-879b-bfbac9fa56de_removebg.jpg?w=600>
2026-03-24 13:00:21 [scrapy-playwright] DEBUG: [Context=default] Request: <HEAD https://abimg003.imgix.net/FG20ZKK/2026-02-25/image/cecab417-d438-4f10-9f6c-562686c051ae_removebg.jpg?w=600> (resource type: fetch, referrer: https://catalogue.astonbarclay.net/)
2026-03-24 13:00:21 [scrapy-playwright] DEBUG: [Context=default] Aborted Playwright request <HEAD https://abimg003.imgix.net/FG20ZKK/2026-02-25/image/cecab417-d438-4f10-9f6c-562686c051ae_removebg.jpg?w=600>
2026-03-24 13:00:21 [scrapy-playwright] DEBUG: [Context=default] Request: <HEAD https://abimg003.imgix.net/BD64HBL/2026-03-18/image/553c5648-4d9a-4876-9c7f-55b0ea729ac4_removebg.jpg?w=600> (resource type: fetch, referrer: https://catalogue.astonbarclay.net/)
2026-03-24 13:00:21 [scrapy-playwright] DEBUG: [Context=default] Aborted Playwright request <HEAD https://abimg003.imgix.net/BD64HBL/2026-03-18/image/553c5648-4d9a-4876-9c7f-55b0ea729ac4_removebg.jpg?w=600>
2026-03-24 13:00:21 [scrapy-playwright] DEBUG: [Context=default] Request: <HEAD https://abimg003.imgix.net/EN17JNZ/2026-02-24/image/d48cc61b-1c3a-4b86-b80b-66d5d828a2ff_removebg.jpg?w=600> (resource type: fetch, referrer: https://catalogue.astonbarclay.net/)
2026-03-24 13:00:21 [scrapy-playwright] DEBUG: [Context=default] Aborted Playwright request <HEAD https://abimg003.imgix.net/EN17JNZ/2026-02-24/image/d48cc61b-1c3a-4b86-b80b-66d5d828a2ff_removebg.jpg?w=600>
2026-03-24 13:00:21 [scrapy-playwright] DEBUG: [Context=default] Request: <HEAD https://abimg003.imgix.net/BD70HAU/2026-03-17/image/e1f45aec-9c5c-43c0-9d9d-ce7ccaf81505_removebg.jpg?w=600> (resource type: fetch, referrer: https://catalogue.astonbarclay.net/)
2026-03-24 13:00:21 [scrapy-playwright] DEBUG: [Context=default] Aborted Playwright request <HEAD https://abimg003.imgix.net/BD70HAU/2026-03-17/image/e1f45aec-9c5c-43c0-9d9d-ce7ccaf81505_removebg.jpg?w=600>
2026-03-24 13:00:21 [scrapy-playwright] DEBUG: [Context=default] Request: <HEAD https://abimg003.imgix.net/CU16UXP/2026-03-18/image/754ae690-c147-4e01-a32f-e4c0ccea8c7f_removebg.jpg?w=600> (resource type: fetch, referrer: https://catalogue.astonbarclay.net/)
2026-03-24 13:00:21 [scrapy-playwright] DEBUG: [Context=default] Aborted Playwright request <HEAD https://abimg003.imgix.net/CU16UXP/2026-03-18/image/754ae690-c147-4e01-a32f-e4c0ccea8c7f_removebg.jpg?w=600>
2026-03-24 13:00:21 [scrapy-playwright] DEBUG: [Context=default] Request: <HEAD https://abimg003.imgix.net/NX19EOD/2026-03-16/image/3b01c522-285f-4707-8491-4e58535f4364_removebg.jpg?w=600> (resource type: fetch, referrer: https://catalogue.astonbarclay.net/)
2026-03-24 13:00:21 [scrapy-playwright] DEBUG: [Context=default] Aborted Playwright request <HEAD https://abimg003.imgix.net/NX19EOD/2026-03-16/image/3b01c522-285f-4707-8491-4e58535f4364_removebg.jpg?w=600>
2026-03-24 13:00:21 [scrapy-playwright] DEBUG: [Context=default] Request: <HEAD https://abimg003.imgix.net/CY17FSA/2026-03-09/image/5388aa3d-8d46-418d-ac10-b32ddfe202bb_removebg.jpg?w=600> (resource type: fetch, referrer: https://catalogue.astonbarclay.net/)
2026-03-24 13:00:21 [scrapy-playwright] DEBUG: [Context=default] Aborted Playwright request <HEAD https://abimg003.imgix.net/CY17FSA/2026-03-09/image/5388aa3d-8d46-418d-ac10-b32ddfe202bb_removebg.jpg?w=600>
2026-03-24 13:00:21 [scrapy-playwright] DEBUG: [Context=default] Request: <HEAD https://abimg003.imgix.net/KW68XNZ/2026-03-19/image/ee605958-2a53-4a58-b147-0fed70c10e76_removebg.jpg?w=600> (resource type: fetch, referrer: https://catalogue.astonbarclay.net/)
2026-03-24 13:00:21 [scrapy-playwright] DEBUG: [Context=default] Aborted Playwright request <HEAD https://abimg003.imgix.net/KW68XNZ/2026-03-19/image/ee605958-2a53-4a58-b147-0fed70c10e76_removebg.jpg?w=600>
2026-03-24 13:00:21 [scrapy-playwright] DEBUG: [Context=default] Request: <HEAD https://abimg003.imgix.net/GL74FDO/2026-03-20/image/8e9a61ed-5668-42e6-a504-70e5df8e4fea_removebg.jpg?w=600> (resource type: fetch, referrer: https://catalogue.astonbarclay.net/)
2026-03-24 13:00:21 [scrapy-playwright] DEBUG: [Context=default] Aborted Playwright request <HEAD https://abimg003.imgix.net/GL74FDO/2026-03-20/image/8e9a61ed-5668-42e6-a504-70e5df8e4fea_removebg.jpg?w=600>
2026-03-24 13:00:21 [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-24 13:00:21 [scrapy-playwright] DEBUG: [Context=default] Aborted Playwright request <GET https://catalogue.astonbarclay.net/img/image-unavailable.png>
2026-03-24 13:00:21 [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-24 13:00:21 [scrapy-playwright] DEBUG: [Context=default] Aborted Playwright request <GET https://cdn-ukwest.onetrust.com/logos/static/ot_company_logo.png>
2026-03-24 13:00:21 [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-24 13:00:21 [scrapy-playwright] DEBUG: [Context=default] Aborted Playwright request <GET https://cdn-ukwest.onetrust.com/logos/static/powered_by_logo.svg>
2026-03-24 13:00:21 [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-24 13:00:21 [scrapy-playwright] DEBUG: [Context=default] Request: <POST https://notify.bugsnag.com/> (resource type: xhr, referrer: https://catalogue.astonbarclay.net/)
2026-03-24 13:00:21 [scrapy-playwright] DEBUG: [Context=default] Request: <POST https://notify.bugsnag.com/> (resource type: xhr, referrer: https://catalogue.astonbarclay.net/)
2026-03-24 13:00:21 [scrapy-playwright] DEBUG: [Context=default] Request: <POST https://notify.bugsnag.com/> (resource type: xhr, referrer: https://catalogue.astonbarclay.net/)
2026-03-24 13:00:21 [scrapy-playwright] DEBUG: [Context=default] Request: <POST https://notify.bugsnag.com/> (resource type: xhr, referrer: https://catalogue.astonbarclay.net/)
2026-03-24 13:00:21 [scrapy-playwright] DEBUG: [Context=default] Request: <POST https://notify.bugsnag.com/> (resource type: xhr, referrer: https://catalogue.astonbarclay.net/)
2026-03-24 13:00:21 [scrapy-playwright] DEBUG: [Context=default] Request: <POST https://notify.bugsnag.com/> (resource type: xhr, referrer: https://catalogue.astonbarclay.net/)
2026-03-24 13:00:21 [scrapy-playwright] DEBUG: [Context=default] Request: <POST https://notify.bugsnag.com/> (resource type: xhr, referrer: https://catalogue.astonbarclay.net/)
2026-03-24 13:00:21 [scrapy-playwright] DEBUG: [Context=default] Request: <POST https://notify.bugsnag.com/> (resource type: xhr, referrer: https://catalogue.astonbarclay.net/)
2026-03-24 13:00:21 [scrapy-playwright] DEBUG: [Context=default] Request: <POST https://notify.bugsnag.com/> (resource type: xhr, referrer: https://catalogue.astonbarclay.net/)
2026-03-24 13:00:21 [scrapy-playwright] DEBUG: [Context=default] Request: <POST https://notify.bugsnag.com/> (resource type: xhr, referrer: https://catalogue.astonbarclay.net/)
2026-03-24 13:00:21 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://pi.pardot.com/pd.js> (resource type: script, referrer: https://catalogue.astonbarclay.net/)
2026-03-24 13:00:21 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://cdn-ukwest.onetrust.com/logos/static/ot_guard_logo.svg>
2026-03-24 13:00:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/vehicle-search> (referer: None) ['playwright']
2026-03-24 13:00:21 [astonbarclay.gb] INFO: Cookies from Playwright: [{'name': 'OptanonConsent', 'value': 'isGpcEnabled=0&datestamp=Tue+Mar+24+2026+13%3A00%3A20+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': 1805893220, 'httpOnly': False, 'secure': False, 'sameSite': 'Lax'}]
2026-03-24 13:00:21 [astonbarclay.gb] INFO: Scrapy-formatted cookies: [{'name': 'OptanonConsent', 'value': 'isGpcEnabled=0&datestamp=Tue+Mar+24+2026+13%3A00%3A20+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-24 13:00:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:00:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /SpiderData(PartitionKey='Adesa',RowKey='cookies') HTTP/1.1" 204 0
2026-03-24 13: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-24 13:00:22 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://notify.bugsnag.com/>
2026-03-24 13:00:22 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://notify.bugsnag.com/>
2026-03-24 13:00:22 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://notify.bugsnag.com/>
2026-03-24 13:00:22 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://notify.bugsnag.com/>
2026-03-24 13:00:22 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://notify.bugsnag.com/>
2026-03-24 13:00:22 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://notify.bugsnag.com/>
2026-03-24 13:00:22 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://notify.bugsnag.com/>
2026-03-24 13:00:22 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://notify.bugsnag.com/>
2026-03-24 13:00:22 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://notify.bugsnag.com/>
2026-03-24 13:00:22 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://notify.bugsnag.com/>
2026-03-24 13:00:22 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://pi.pardot.com/pd.js>
2026-03-24 13:00:24 [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-24 13:00:25 [astonbarclay.gb] INFO: Found listing with ID: 120588960
2026-03-24 13:00:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120588960%27 HTTP/1.1" 200 None
2026-03-24 13:00:25 [astonbarclay.gb] INFO: Scrape type for 120588960: 0
2026-03-24 13:00:25 [astonbarclay.gb] INFO: Found listing with ID: 120513734
2026-03-24 13:00:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120513734%27 HTTP/1.1" 200 None
2026-03-24 13:00:25 [astonbarclay.gb] INFO: Scrape type for 120513734: 0
2026-03-24 13:00:25 [astonbarclay.gb] INFO: Found listing with ID: 120379886
2026-03-24 13:00:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120379886%27 HTTP/1.1" 200 None
2026-03-24 13:00:25 [astonbarclay.gb] INFO: Scrape type for 120379886: 2
2026-03-24 13:00:25 [astonbarclay.gb] INFO: Found listing with ID: 119920282
2026-03-24 13:00:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27119920282%27 HTTP/1.1" 200 None
2026-03-24 13:00:25 [astonbarclay.gb] INFO: Scrape type for 119920282: 0
2026-03-24 13:00:25 [astonbarclay.gb] INFO: Found listing with ID: 120537829
2026-03-24 13:00:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120537829%27 HTTP/1.1" 200 None
2026-03-24 13:00:25 [astonbarclay.gb] INFO: Scrape type for 120537829: 0
2026-03-24 13:00:25 [astonbarclay.gb] INFO: Found listing with ID: 119855237
2026-03-24 13:00:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27119855237%27 HTTP/1.1" 200 None
2026-03-24 13:00:25 [astonbarclay.gb] INFO: Scrape type for 119855237: 2
2026-03-24 13:00:25 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:00:25 [astonbarclay.gb] INFO: Found listing with ID: 120502714
2026-03-24 13:00:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120502714%27 HTTP/1.1" 200 None
2026-03-24 13:00:25 [astonbarclay.gb] INFO: Scrape type for 120502714: 0
2026-03-24 13:00:25 [astonbarclay.gb] INFO: Found listing with ID: 120586010
2026-03-24 13:00:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120586010%27 HTTP/1.1" 200 None
2026-03-24 13:00:25 [astonbarclay.gb] INFO: Scrape type for 120586010: 0
2026-03-24 13:00:25 [astonbarclay.gb] INFO: Found listing with ID: 120098624
2026-03-24 13:00:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120098624%27 HTTP/1.1" 200 None
2026-03-24 13:00:25 [astonbarclay.gb] INFO: Scrape type for 120098624: 2
2026-03-24 13:00:25 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:00:25 [astonbarclay.gb] INFO: Found listing with ID: 119252663
2026-03-24 13:00:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27119252663%27 HTTP/1.1" 200 None
2026-03-24 13:00:25 [astonbarclay.gb] INFO: Scrape type for 119252663: 0
2026-03-24 13:00:25 [astonbarclay.gb] INFO: Found listing with ID: 120599433
2026-03-24 13:00:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120599433%27 HTTP/1.1" 200 None
2026-03-24 13:00:25 [astonbarclay.gb] INFO: Scrape type for 120599433: 2
2026-03-24 13:00:25 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:00:25 [astonbarclay.gb] INFO: Found listing with ID: 120630009
2026-03-24 13:00:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120630009%27 HTTP/1.1" 200 None
2026-03-24 13:00:25 [astonbarclay.gb] INFO: Scrape type for 120630009: 0
2026-03-24 13:00:25 [astonbarclay.gb] INFO: Found listing with ID: 120631698
2026-03-24 13:00:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120631698%27 HTTP/1.1" 200 None
2026-03-24 13:00:25 [astonbarclay.gb] INFO: Scrape type for 120631698: 0
2026-03-24 13:00:25 [astonbarclay.gb] INFO: Found listing with ID: 120632405
2026-03-24 13:00:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120632405%27 HTTP/1.1" 200 None
2026-03-24 13:00:25 [astonbarclay.gb] INFO: Scrape type for 120632405: 0
2026-03-24 13:00:25 [astonbarclay.gb] INFO: Found listing with ID: 120526272
2026-03-24 13:00:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120526272%27 HTTP/1.1" 200 None
2026-03-24 13:00:25 [astonbarclay.gb] INFO: Scrape type for 120526272: 0
2026-03-24 13:00:25 [astonbarclay.gb] INFO: Found listing with ID: 120526253
2026-03-24 13:00:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120526253%27 HTTP/1.1" 200 None
2026-03-24 13:00:25 [astonbarclay.gb] INFO: Scrape type for 120526253: 0
2026-03-24 13:00:25 [astonbarclay.gb] INFO: Found listing with ID: 120574476
2026-03-24 13:00:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120574476%27 HTTP/1.1" 200 None
2026-03-24 13:00:25 [astonbarclay.gb] INFO: Scrape type for 120574476: 0
2026-03-24 13:00:25 [astonbarclay.gb] INFO: Found listing with ID: 120632484
2026-03-24 13:00:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120632484%27 HTTP/1.1" 200 None
2026-03-24 13:00:25 [astonbarclay.gb] INFO: Scrape type for 120632484: 0
2026-03-24 13:00:25 [astonbarclay.gb] INFO: Found listing with ID: 120526347
2026-03-24 13:00:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120526347%27 HTTP/1.1" 200 None
2026-03-24 13:00:25 [astonbarclay.gb] INFO: Scrape type for 120526347: 0
2026-03-24 13:00:25 [astonbarclay.gb] INFO: Found listing with ID: 118453640
2026-03-24 13:00:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27118453640%27 HTTP/1.1" 200 None
2026-03-24 13:00:25 [astonbarclay.gb] INFO: Scrape type for 118453640: 2
2026-03-24 13:00:25 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:00:25 [astonbarclay.gb] INFO: Found listing with ID: 119964768
2026-03-24 13:00:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27119964768%27 HTTP/1.1" 200 None
2026-03-24 13:00:25 [astonbarclay.gb] INFO: Scrape type for 119964768: 2
2026-03-24 13:00:25 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:00:25 [astonbarclay.gb] INFO: Found listing with ID: 119140877
2026-03-24 13:00:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27119140877%27 HTTP/1.1" 200 None
2026-03-24 13:00:25 [astonbarclay.gb] INFO: Scrape type for 119140877: 2
2026-03-24 13:00:25 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:00:25 [astonbarclay.gb] INFO: Found listing with ID: 120619173
2026-03-24 13:00:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120619173%27 HTTP/1.1" 200 None
2026-03-24 13:00:25 [astonbarclay.gb] INFO: Scrape type for 120619173: 0
2026-03-24 13:00:25 [astonbarclay.gb] INFO: Found listing with ID: 120619082
2026-03-24 13:00:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120619082%27 HTTP/1.1" 200 None
2026-03-24 13:00:25 [astonbarclay.gb] INFO: Scrape type for 120619082: 0
2026-03-24 13:00:25 [astonbarclay.gb] INFO: Found listing with ID: 120619150
2026-03-24 13:00:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120619150%27 HTTP/1.1" 200 None
2026-03-24 13:00:25 [astonbarclay.gb] INFO: Scrape type for 120619150: 0
2026-03-24 13:00:25 [astonbarclay.gb] INFO: Found listing with ID: 120619091
2026-03-24 13:00:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120619091%27 HTTP/1.1" 200 None
2026-03-24 13:00:25 [astonbarclay.gb] INFO: Scrape type for 120619091: 0
2026-03-24 13:00:25 [astonbarclay.gb] INFO: Found listing with ID: 120619141
2026-03-24 13:00:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120619141%27 HTTP/1.1" 200 None
2026-03-24 13:00:25 [astonbarclay.gb] INFO: Scrape type for 120619141: 0
2026-03-24 13:00:25 [astonbarclay.gb] INFO: Found listing with ID: 120253498
2026-03-24 13:00:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120253498%27 HTTP/1.1" 200 None
2026-03-24 13:00:25 [astonbarclay.gb] INFO: Scrape type for 120253498: 0
2026-03-24 13:00:25 [astonbarclay.gb] INFO: Found listing with ID: 120415233
2026-03-24 13:00:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120415233%27 HTTP/1.1" 200 None
2026-03-24 13:00:25 [astonbarclay.gb] INFO: Scrape type for 120415233: 0
2026-03-24 13:00:25 [astonbarclay.gb] INFO: Found listing with ID: 120588863
2026-03-24 13:00:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120588863%27 HTTP/1.1" 200 None
2026-03-24 13:00:25 [astonbarclay.gb] INFO: Scrape type for 120588863: 0
2026-03-24 13:00:25 [astonbarclay.gb] INFO: Found listing with ID: 120294175
2026-03-24 13:00:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120294175%27 HTTP/1.1" 200 None
2026-03-24 13:00:25 [astonbarclay.gb] INFO: Scrape type for 120294175: 0
2026-03-24 13:00:25 [astonbarclay.gb] INFO: Found listing with ID: 118105567
2026-03-24 13:00:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27118105567%27 HTTP/1.1" 200 None
2026-03-24 13:00:25 [astonbarclay.gb] INFO: Scrape type for 118105567: 0
2026-03-24 13:00:25 [astonbarclay.gb] INFO: Found listing with ID: 120099413
2026-03-24 13:00:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120099413%27 HTTP/1.1" 200 None
2026-03-24 13:00:25 [astonbarclay.gb] INFO: Scrape type for 120099413: 2
2026-03-24 13:00:25 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:00:25 [astonbarclay.gb] INFO: Found listing with ID: 120547273
2026-03-24 13:00:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120547273%27 HTTP/1.1" 200 None
2026-03-24 13:00:25 [astonbarclay.gb] INFO: Scrape type for 120547273: 0
2026-03-24 13:00:25 [astonbarclay.gb] INFO: Found listing with ID: 120379756
2026-03-24 13:00:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120379756%27 HTTP/1.1" 200 None
2026-03-24 13:00:25 [astonbarclay.gb] INFO: Scrape type for 120379756: 0
2026-03-24 13:00:25 [astonbarclay.gb] INFO: Found listing with ID: 120256989
2026-03-24 13:00:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120256989%27 HTTP/1.1" 200 None
2026-03-24 13:00:25 [astonbarclay.gb] INFO: Scrape type for 120256989: 0
2026-03-24 13:00:25 [astonbarclay.gb] INFO: Found listing with ID: 120258041
2026-03-24 13:00:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120258041%27 HTTP/1.1" 200 None
2026-03-24 13:00:25 [astonbarclay.gb] INFO: Scrape type for 120258041: 0
2026-03-24 13:00:25 [astonbarclay.gb] INFO: Found listing with ID: 120616192
2026-03-24 13:00:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120616192%27 HTTP/1.1" 200 None
2026-03-24 13:00:26 [astonbarclay.gb] INFO: Scrape type for 120616192: 0
2026-03-24 13:00:26 [astonbarclay.gb] INFO: Found listing with ID: 120615995
2026-03-24 13:00:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120615995%27 HTTP/1.1" 200 None
2026-03-24 13:00:26 [astonbarclay.gb] INFO: Scrape type for 120615995: 0
2026-03-24 13:00:26 [astonbarclay.gb] INFO: Found listing with ID: 120616160
2026-03-24 13:00:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120616160%27 HTTP/1.1" 200 None
2026-03-24 13:00:26 [astonbarclay.gb] INFO: Scrape type for 120616160: 0
2026-03-24 13:00:26 [astonbarclay.gb] INFO: Found listing with ID: 120591190
2026-03-24 13:00:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120591190%27 HTTP/1.1" 200 None
2026-03-24 13:00:26 [astonbarclay.gb] INFO: Scrape type for 120591190: 0
2026-03-24 13:00:26 [astonbarclay.gb] INFO: Found listing with ID: 120441365
2026-03-24 13:00:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120441365%27 HTTP/1.1" 200 None
2026-03-24 13:00:26 [astonbarclay.gb] INFO: Scrape type for 120441365: 0
2026-03-24 13:00:26 [astonbarclay.gb] INFO: Found listing with ID: 120612662
2026-03-24 13:00:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120612662%27 HTTP/1.1" 200 None
2026-03-24 13:00:26 [astonbarclay.gb] INFO: Scrape type for 120612662: 2
2026-03-24 13:00:26 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:00:26 [astonbarclay.gb] INFO: Found listing with ID: 120362066
2026-03-24 13:00:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120362066%27 HTTP/1.1" 200 None
2026-03-24 13:00:26 [astonbarclay.gb] INFO: Scrape type for 120362066: 0
2026-03-24 13:00:26 [astonbarclay.gb] INFO: Found listing with ID: 120415143
2026-03-24 13:00:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120415143%27 HTTP/1.1" 200 None
2026-03-24 13:00:26 [astonbarclay.gb] INFO: Scrape type for 120415143: 0
2026-03-24 13:00:26 [astonbarclay.gb] INFO: Found listing with ID: 120257231
2026-03-24 13:00:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120257231%27 HTTP/1.1" 200 None
2026-03-24 13:00:26 [astonbarclay.gb] INFO: Scrape type for 120257231: 0
2026-03-24 13:00:26 [astonbarclay.gb] INFO: Found listing with ID: 119971941
2026-03-24 13:00:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27119971941%27 HTTP/1.1" 200 None
2026-03-24 13:00:26 [astonbarclay.gb] INFO: Scrape type for 119971941: 0
2026-03-24 13:00:26 [astonbarclay.gb] INFO: Found listing with ID: 120614685
2026-03-24 13:00:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120614685%27 HTTP/1.1" 200 None
2026-03-24 13:00:26 [astonbarclay.gb] INFO: Scrape type for 120614685: 2
2026-03-24 13:00:26 [astonbarclay.gb] INFO: Found listing with ID: 119641212
2026-03-24 13:00:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27119641212%27 HTTP/1.1" 200 None
2026-03-24 13:00:26 [astonbarclay.gb] INFO: Scrape type for 119641212: 0
2026-03-24 13:00:26 [astonbarclay.gb] INFO: Found listing with ID: 120345301
2026-03-24 13:00:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120345301%27 HTTP/1.1" 200 None
2026-03-24 13:00:26 [astonbarclay.gb] INFO: Scrape type for 120345301: 0
2026-03-24 13:00:26 [astonbarclay.gb] INFO: Found listing with ID: 120650675
2026-03-24 13:00:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120650675%27 HTTP/1.1" 200 None
2026-03-24 13:00:26 [astonbarclay.gb] INFO: Scrape type for 120650675: 0
2026-03-24 13:00:26 [astonbarclay.gb] INFO: Found listing with ID: 120197418
2026-03-24 13:00:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120197418%27 HTTP/1.1" 200 None
2026-03-24 13:00:26 [astonbarclay.gb] INFO: Scrape type for 120197418: 0
2026-03-24 13:00:26 [astonbarclay.gb] INFO: Found listing with ID: 120165786
2026-03-24 13:00:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120165786%27 HTTP/1.1" 200 None
2026-03-24 13:00:26 [astonbarclay.gb] INFO: Scrape type for 120165786: 2
2026-03-24 13:00:26 [astonbarclay.gb] INFO: Found listing with ID: 120165857
2026-03-24 13:00:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120165857%27 HTTP/1.1" 200 None
2026-03-24 13:00:26 [astonbarclay.gb] INFO: Scrape type for 120165857: 2
2026-03-24 13:00:26 [astonbarclay.gb] INFO: Found listing with ID: 120020047
2026-03-24 13:00:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120020047%27 HTTP/1.1" 200 None
2026-03-24 13:00:26 [astonbarclay.gb] INFO: Scrape type for 120020047: 0
2026-03-24 13:00:26 [astonbarclay.gb] INFO: Found listing with ID: 120619100
2026-03-24 13:00:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120619100%27 HTTP/1.1" 200 None
2026-03-24 13:00:26 [astonbarclay.gb] INFO: Scrape type for 120619100: 0
2026-03-24 13:00:26 [astonbarclay.gb] INFO: Found listing with ID: 120466643
2026-03-24 13:00:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120466643%27 HTTP/1.1" 200 None
2026-03-24 13:00:26 [astonbarclay.gb] INFO: Scrape type for 120466643: 0
2026-03-24 13:00:26 [astonbarclay.gb] INFO: Found listing with ID: 120417765
2026-03-24 13:00:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120417765%27 HTTP/1.1" 200 None
2026-03-24 13:00:26 [astonbarclay.gb] INFO: Scrape type for 120417765: 2
2026-03-24 13:00:26 [astonbarclay.gb] INFO: Found listing with ID: 120603430
2026-03-24 13:00:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120603430%27 HTTP/1.1" 200 None
2026-03-24 13:00:26 [astonbarclay.gb] INFO: Scrape type for 120603430: 2
2026-03-24 13:00:26 [astonbarclay.gb] INFO: Found listing with ID: 120502627
2026-03-24 13:00:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120502627%27 HTTP/1.1" 200 None
2026-03-24 13:00:26 [astonbarclay.gb] INFO: Scrape type for 120502627: 2
2026-03-24 13:00:26 [astonbarclay.gb] INFO: Found listing with ID: 120219033
2026-03-24 13:00:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120219033%27 HTTP/1.1" 200 None
2026-03-24 13:00:26 [astonbarclay.gb] INFO: Scrape type for 120219033: 2
2026-03-24 13:00:26 [astonbarclay.gb] INFO: Found listing with ID: 120538818
2026-03-24 13:00:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120538818%27 HTTP/1.1" 200 None
2026-03-24 13:00:26 [astonbarclay.gb] INFO: Scrape type for 120538818: 0
2026-03-24 13:00:26 [astonbarclay.gb] INFO: Found listing with ID: 120444902
2026-03-24 13:00:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120444902%27 HTTP/1.1" 200 None
2026-03-24 13:00:26 [astonbarclay.gb] INFO: Scrape type for 120444902: 2
2026-03-24 13:00:26 [astonbarclay.gb] INFO: Found listing with ID: 116065687
2026-03-24 13:00:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27116065687%27 HTTP/1.1" 200 None
2026-03-24 13:00:26 [astonbarclay.gb] INFO: Scrape type for 116065687: 2
2026-03-24 13:00:26 [astonbarclay.gb] INFO: Found listing with ID: 119975669
2026-03-24 13:00:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27119975669%27 HTTP/1.1" 200 None
2026-03-24 13:00:26 [astonbarclay.gb] INFO: Scrape type for 119975669: 2
2026-03-24 13:00:26 [astonbarclay.gb] INFO: Found listing with ID: 119835131
2026-03-24 13:00:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27119835131%27 HTTP/1.1" 200 None
2026-03-24 13:00:26 [astonbarclay.gb] INFO: Scrape type for 119835131: 2
2026-03-24 13:00:26 [astonbarclay.gb] INFO: Found listing with ID: 120535728
2026-03-24 13:00:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120535728%27 HTTP/1.1" 200 None
2026-03-24 13:00:26 [astonbarclay.gb] INFO: Scrape type for 120535728: 0
2026-03-24 13:00:26 [astonbarclay.gb] INFO: Found listing with ID: 120542922
2026-03-24 13:00:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120542922%27 HTTP/1.1" 200 None
2026-03-24 13:00:26 [astonbarclay.gb] INFO: Scrape type for 120542922: 0
2026-03-24 13:00:26 [astonbarclay.gb] INFO: Found listing with ID: 120368220
2026-03-24 13:00:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120368220%27 HTTP/1.1" 200 None
2026-03-24 13:00:26 [astonbarclay.gb] INFO: Scrape type for 120368220: 2
2026-03-24 13:00:26 [astonbarclay.gb] INFO: Found listing with ID: 120467224
2026-03-24 13:00:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120467224%27 HTTP/1.1" 200 None
2026-03-24 13:00:26 [astonbarclay.gb] INFO: Scrape type for 120467224: 0
2026-03-24 13:00:26 [astonbarclay.gb] INFO: Found listing with ID: 120482947
2026-03-24 13:00:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120482947%27 HTTP/1.1" 200 None
2026-03-24 13:00:26 [astonbarclay.gb] INFO: Scrape type for 120482947: 0
2026-03-24 13:00:26 [astonbarclay.gb] INFO: Found listing with ID: 120397393
2026-03-24 13:00:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120397393%27 HTTP/1.1" 200 None
2026-03-24 13:00:26 [astonbarclay.gb] INFO: Scrape type for 120397393: 2
2026-03-24 13:00:26 [astonbarclay.gb] INFO: Found listing with ID: 120622731
2026-03-24 13:00:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120622731%27 HTTP/1.1" 200 None
2026-03-24 13:00:26 [astonbarclay.gb] INFO: Scrape type for 120622731: 2
2026-03-24 13:00:26 [astonbarclay.gb] INFO: Found listing with ID: 120214419
2026-03-24 13:00:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120214419%27 HTTP/1.1" 200 None
2026-03-24 13:00:26 [astonbarclay.gb] INFO: Scrape type for 120214419: 0
2026-03-24 13:00:26 [astonbarclay.gb] INFO: Found listing with ID: 120566055
2026-03-24 13:00:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120566055%27 HTTP/1.1" 200 None
2026-03-24 13:00:26 [astonbarclay.gb] INFO: Scrape type for 120566055: 2
2026-03-24 13:00:26 [astonbarclay.gb] INFO: Found listing with ID: 120660295
2026-03-24 13:00:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120660295%27 HTTP/1.1" 200 None
2026-03-24 13:00:26 [astonbarclay.gb] INFO: Scrape type for 120660295: 2
2026-03-24 13:00:26 [astonbarclay.gb] INFO: Found listing with ID: 120620461
2026-03-24 13:00:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120620461%27 HTTP/1.1" 200 None
2026-03-24 13:00:26 [astonbarclay.gb] INFO: Scrape type for 120620461: 2
2026-03-24 13:00:26 [astonbarclay.gb] INFO: Found listing with ID: 118688338
2026-03-24 13:00:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27118688338%27 HTTP/1.1" 200 None
2026-03-24 13:00:26 [astonbarclay.gb] INFO: Scrape type for 118688338: 0
2026-03-24 13:00:26 [astonbarclay.gb] INFO: Found listing with ID: 120443597
2026-03-24 13:00:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120443597%27 HTTP/1.1" 200 None
2026-03-24 13:00:26 [astonbarclay.gb] INFO: Scrape type for 120443597: 0
2026-03-24 13:00:26 [astonbarclay.gb] INFO: Found listing with ID: 120321399
2026-03-24 13:00:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120321399%27 HTTP/1.1" 200 None
2026-03-24 13:00:26 [astonbarclay.gb] INFO: Scrape type for 120321399: 0
2026-03-24 13:00:26 [astonbarclay.gb] INFO: Found listing with ID: 120443672
2026-03-24 13:00:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120443672%27 HTTP/1.1" 200 None
2026-03-24 13:00:26 [astonbarclay.gb] INFO: Scrape type for 120443672: 0
2026-03-24 13:00:26 [astonbarclay.gb] INFO: Found listing with ID: 119329130
2026-03-24 13:00:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27119329130%27 HTTP/1.1" 200 None
2026-03-24 13:00:26 [astonbarclay.gb] INFO: Scrape type for 119329130: 2
2026-03-24 13:00:26 [astonbarclay.gb] INFO: Found listing with ID: 120444254
2026-03-24 13:00:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120444254%27 HTTP/1.1" 200 None
2026-03-24 13:00:26 [astonbarclay.gb] INFO: Scrape type for 120444254: 0
2026-03-24 13:00:26 [astonbarclay.gb] INFO: Found listing with ID: 120521471
2026-03-24 13:00:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120521471%27 HTTP/1.1" 200 None
2026-03-24 13:00:26 [astonbarclay.gb] INFO: Scrape type for 120521471: 0
2026-03-24 13:00:26 [astonbarclay.gb] INFO: Found listing with ID: 119785658
2026-03-24 13:00:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27119785658%27 HTTP/1.1" 200 None
2026-03-24 13:00:26 [astonbarclay.gb] INFO: Scrape type for 119785658: 2
2026-03-24 13:00:26 [astonbarclay.gb] INFO: Found listing with ID: 120321106
2026-03-24 13:00:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120321106%27 HTTP/1.1" 200 None
2026-03-24 13:00:26 [astonbarclay.gb] INFO: Scrape type for 120321106: 0
2026-03-24 13:00:26 [astonbarclay.gb] INFO: Found listing with ID: 119432954
2026-03-24 13:00:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27119432954%27 HTTP/1.1" 200 None
2026-03-24 13:00:27 [astonbarclay.gb] INFO: Scrape type for 119432954: 2
2026-03-24 13:00:27 [astonbarclay.gb] INFO: Found listing with ID: 120545310
2026-03-24 13:00:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120545310%27 HTTP/1.1" 200 None
2026-03-24 13:00:27 [astonbarclay.gb] INFO: Scrape type for 120545310: 0
2026-03-24 13:00:27 [astonbarclay.gb] INFO: Found listing with ID: 120430055
2026-03-24 13:00:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120430055%27 HTTP/1.1" 200 None
2026-03-24 13:00:27 [astonbarclay.gb] INFO: Scrape type for 120430055: 0
2026-03-24 13:00:27 [astonbarclay.gb] INFO: Found listing with ID: 120521422
2026-03-24 13:00:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120521422%27 HTTP/1.1" 200 None
2026-03-24 13:00:27 [astonbarclay.gb] INFO: Scrape type for 120521422: 0
2026-03-24 13:00:27 [astonbarclay.gb] INFO: Found listing with ID: 120055164
2026-03-24 13:00:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120055164%27 HTTP/1.1" 200 None
2026-03-24 13:00:27 [astonbarclay.gb] INFO: Scrape type for 120055164: 2
2026-03-24 13:00:27 [astonbarclay.gb] INFO: Found listing with ID: 120659102
2026-03-24 13:00:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120659102%27 HTTP/1.1" 200 None
2026-03-24 13:00:27 [astonbarclay.gb] INFO: Scrape type for 120659102: 2
2026-03-24 13:00:27 [astonbarclay.gb] INFO: Found listing with ID: 120629693
2026-03-24 13:00:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120629693%27 HTTP/1.1" 200 None
2026-03-24 13:00:27 [astonbarclay.gb] INFO: Scrape type for 120629693: 0
2026-03-24 13:00:27 [astonbarclay.gb] INFO: Found listing with ID: 120607004
2026-03-24 13:00:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120607004%27 HTTP/1.1" 200 None
2026-03-24 13:00:27 [astonbarclay.gb] INFO: Scrape type for 120607004: 2
2026-03-24 13:00:27 [astonbarclay.gb] INFO: Found listing with ID: 120605706
2026-03-24 13:00:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120605706%27 HTTP/1.1" 200 None
2026-03-24 13:00:27 [astonbarclay.gb] INFO: Scrape type for 120605706: 2
2026-03-24 13:00:27 [astonbarclay.gb] INFO: Found listing with ID: 120611628
2026-03-24 13:00:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120611628%27 HTTP/1.1" 200 None
2026-03-24 13:00:27 [astonbarclay.gb] INFO: Scrape type for 120611628: 2
2026-03-24 13:00:27 [astonbarclay.gb] INFO: Found listing with ID: 120604942
2026-03-24 13:00:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120604942%27 HTTP/1.1" 200 None
2026-03-24 13:00:27 [astonbarclay.gb] INFO: Scrape type for 120604942: 2
2026-03-24 13:00:27 [astonbarclay.gb] INFO: Found listing with ID: 120477820
2026-03-24 13:00:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120477820%27 HTTP/1.1" 200 None
2026-03-24 13:00:27 [astonbarclay.gb] INFO: Scrape type for 120477820: 0
2026-03-24 13:00:27 [astonbarclay.gb] INFO: Found listing with ID: 120585528
2026-03-24 13:00:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120585528%27 HTTP/1.1" 200 None
2026-03-24 13:00:27 [astonbarclay.gb] INFO: Scrape type for 120585528: 2
2026-03-24 13:00:27 [astonbarclay.gb] INFO: Found listing with ID: 120622963
2026-03-24 13:00:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120622963%27 HTTP/1.1" 200 None
2026-03-24 13:00:27 [astonbarclay.gb] INFO: Scrape type for 120622963: 0
2026-03-24 13:00:27 [astonbarclay.gb] INFO: Found listing with ID: 120382824
2026-03-24 13:00:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120382824%27 HTTP/1.1" 200 None
2026-03-24 13:00:27 [astonbarclay.gb] INFO: Scrape type for 120382824: 2
2026-03-24 13:00:27 [astonbarclay.gb] INFO: Found listing with ID: 120587084
2026-03-24 13:00:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120587084%27 HTTP/1.1" 200 None
2026-03-24 13:00:27 [astonbarclay.gb] INFO: Scrape type for 120587084: 0
2026-03-24 13:00:27 [astonbarclay.gb] INFO: Found listing with ID: 120324801
2026-03-24 13:00:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120324801%27 HTTP/1.1" 200 None
2026-03-24 13:00:27 [astonbarclay.gb] INFO: Scrape type for 120324801: 0
2026-03-24 13:00:27 [astonbarclay.gb] INFO: Found listing with ID: 120315681
2026-03-24 13:00:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120315681%27 HTTP/1.1" 200 None
2026-03-24 13:00:27 [astonbarclay.gb] INFO: Scrape type for 120315681: 0
2026-03-24 13:00:27 [astonbarclay.gb] INFO: Found listing with ID: 120591216
2026-03-24 13:00:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120591216%27 HTTP/1.1" 200 None
2026-03-24 13:00:27 [astonbarclay.gb] INFO: Scrape type for 120591216: 0
2026-03-24 13:00:27 [astonbarclay.gb] INFO: Found listing with ID: 120169155
2026-03-24 13:00:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120169155%27 HTTP/1.1" 200 None
2026-03-24 13:00:27 [astonbarclay.gb] INFO: Scrape type for 120169155: 2
2026-03-24 13:00:27 [astonbarclay.gb] INFO: Found listing with ID: 120606576
2026-03-24 13:00:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120606576%27 HTTP/1.1" 200 None
2026-03-24 13:00:27 [astonbarclay.gb] INFO: Scrape type for 120606576: 2
2026-03-24 13:00:27 [astonbarclay.gb] INFO: Found listing with ID: 120248408
2026-03-24 13:00:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120248408%27 HTTP/1.1" 200 None
2026-03-24 13:00:27 [astonbarclay.gb] INFO: Scrape type for 120248408: 2
2026-03-24 13:00:27 [astonbarclay.gb] INFO: Found listing with ID: 120617122
2026-03-24 13:00:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120617122%27 HTTP/1.1" 200 None
2026-03-24 13:00:27 [astonbarclay.gb] INFO: Scrape type for 120617122: 2
2026-03-24 13:00:27 [astonbarclay.gb] INFO: Found listing with ID: 120453729
2026-03-24 13:00:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120453729%27 HTTP/1.1" 200 None
2026-03-24 13:00:27 [astonbarclay.gb] INFO: Scrape type for 120453729: 0
2026-03-24 13:00:27 [astonbarclay.gb] INFO: Found listing with ID: 120326601
2026-03-24 13:00:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120326601%27 HTTP/1.1" 200 None
2026-03-24 13:00:27 [astonbarclay.gb] INFO: Scrape type for 120326601: 2
2026-03-24 13:00:27 [astonbarclay.gb] INFO: Found listing with ID: 120472722
2026-03-24 13:00:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120472722%27 HTTP/1.1" 200 None
2026-03-24 13:00:27 [astonbarclay.gb] INFO: Scrape type for 120472722: 0
2026-03-24 13:00:27 [astonbarclay.gb] INFO: Found listing with ID: 120623393
2026-03-24 13:00:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120623393%27 HTTP/1.1" 200 None
2026-03-24 13:00:27 [astonbarclay.gb] INFO: Scrape type for 120623393: 0
2026-03-24 13:00:27 [astonbarclay.gb] INFO: Found listing with ID: 120589268
2026-03-24 13:00:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120589268%27 HTTP/1.1" 200 None
2026-03-24 13:00:27 [astonbarclay.gb] INFO: Scrape type for 120589268: 0
2026-03-24 13:00:27 [astonbarclay.gb] INFO: Found listing with ID: 120587401
2026-03-24 13:00:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120587401%27 HTTP/1.1" 200 None
2026-03-24 13:00:27 [astonbarclay.gb] INFO: Scrape type for 120587401: 2
2026-03-24 13:00:27 [astonbarclay.gb] INFO: Found listing with ID: 120585628
2026-03-24 13:00:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120585628%27 HTTP/1.1" 200 None
2026-03-24 13:00:27 [astonbarclay.gb] INFO: Scrape type for 120585628: 0
2026-03-24 13:00:27 [astonbarclay.gb] INFO: Found listing with ID: 120586686
2026-03-24 13:00:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120586686%27 HTTP/1.1" 200 None
2026-03-24 13:00:27 [astonbarclay.gb] INFO: Scrape type for 120586686: 0
2026-03-24 13:00:27 [astonbarclay.gb] INFO: Found listing with ID: 120529656
2026-03-24 13:00:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120529656%27 HTTP/1.1" 200 None
2026-03-24 13:00:27 [astonbarclay.gb] INFO: Scrape type for 120529656: 0
2026-03-24 13:00:27 [astonbarclay.gb] INFO: Found listing with ID: 120111899
2026-03-24 13:00:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120111899%27 HTTP/1.1" 200 None
2026-03-24 13:00:27 [astonbarclay.gb] INFO: Scrape type for 120111899: 0
2026-03-24 13:00:27 [astonbarclay.gb] INFO: Found listing with ID: 120616656
2026-03-24 13:00:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120616656%27 HTTP/1.1" 200 None
2026-03-24 13:00:27 [astonbarclay.gb] INFO: Scrape type for 120616656: 2
2026-03-24 13:00:27 [astonbarclay.gb] INFO: Found listing with ID: 120571911
2026-03-24 13:00:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120571911%27 HTTP/1.1" 200 None
2026-03-24 13:00:27 [astonbarclay.gb] INFO: Scrape type for 120571911: 2
2026-03-24 13:00:27 [astonbarclay.gb] INFO: Found listing with ID: 120481317
2026-03-24 13:00:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120481317%27 HTTP/1.1" 200 None
2026-03-24 13:00:27 [astonbarclay.gb] INFO: Scrape type for 120481317: 0
2026-03-24 13:00:27 [astonbarclay.gb] INFO: Found listing with ID: 120617071
2026-03-24 13:00:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120617071%27 HTTP/1.1" 200 None
2026-03-24 13:00:27 [astonbarclay.gb] INFO: Scrape type for 120617071: 2
2026-03-24 13:00:27 [astonbarclay.gb] INFO: Found listing with ID: 120588856
2026-03-24 13:00:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120588856%27 HTTP/1.1" 200 None
2026-03-24 13:00:27 [astonbarclay.gb] INFO: Scrape type for 120588856: 0
2026-03-24 13:00:27 [astonbarclay.gb] INFO: Found listing with ID: 120455567
2026-03-24 13:00:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120455567%27 HTTP/1.1" 200 None
2026-03-24 13:00:27 [astonbarclay.gb] INFO: Scrape type for 120455567: 0
2026-03-24 13:00:27 [astonbarclay.gb] INFO: Found listing with ID: 120380155
2026-03-24 13:00:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120380155%27 HTTP/1.1" 200 None
2026-03-24 13:00:27 [astonbarclay.gb] INFO: Scrape type for 120380155: 2
2026-03-24 13:00:27 [astonbarclay.gb] INFO: Found listing with ID: 120369757
2026-03-24 13:00:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120369757%27 HTTP/1.1" 200 None
2026-03-24 13:00:27 [astonbarclay.gb] INFO: Scrape type for 120369757: 2
2026-03-24 13:00:27 [astonbarclay.gb] INFO: Found listing with ID: 120648523
2026-03-24 13:00:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120648523%27 HTTP/1.1" 200 None
2026-03-24 13:00:27 [astonbarclay.gb] INFO: Scrape type for 120648523: 0
2026-03-24 13:00:27 [astonbarclay.gb] INFO: Found listing with ID: 120409434
2026-03-24 13:00:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120409434%27 HTTP/1.1" 200 None
2026-03-24 13:00:27 [astonbarclay.gb] INFO: Scrape type for 120409434: 0
2026-03-24 13:00:27 [astonbarclay.gb] INFO: Found listing with ID: 120606158
2026-03-24 13:00:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120606158%27 HTTP/1.1" 200 None
2026-03-24 13:00:27 [astonbarclay.gb] INFO: Scrape type for 120606158: 2
2026-03-24 13:00:27 [astonbarclay.gb] INFO: Found listing with ID: 120574304
2026-03-24 13:00:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120574304%27 HTTP/1.1" 200 None
2026-03-24 13:00:27 [astonbarclay.gb] INFO: Scrape type for 120574304: 2
2026-03-24 13:00:27 [astonbarclay.gb] INFO: Found listing with ID: 120513437
2026-03-24 13:00:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120513437%27 HTTP/1.1" 200 None
2026-03-24 13:00:27 [astonbarclay.gb] INFO: Scrape type for 120513437: 2
2026-03-24 13:00:27 [astonbarclay.gb] INFO: Found listing with ID: 120631672
2026-03-24 13:00:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120631672%27 HTTP/1.1" 200 None
2026-03-24 13:00:28 [astonbarclay.gb] INFO: Scrape type for 120631672: 0
2026-03-24 13:00:28 [astonbarclay.gb] INFO: Found listing with ID: 120666990
2026-03-24 13:00:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120666990%27 HTTP/1.1" 200 None
2026-03-24 13:00:28 [astonbarclay.gb] INFO: Scrape type for 120666990: 2
2026-03-24 13:00:28 [astonbarclay.gb] INFO: Found listing with ID: 120596377
2026-03-24 13:00:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120596377%27 HTTP/1.1" 200 None
2026-03-24 13:00:28 [astonbarclay.gb] INFO: Scrape type for 120596377: 0
2026-03-24 13:00:28 [astonbarclay.gb] INFO: Found listing with ID: 120659223
2026-03-24 13:00:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120659223%27 HTTP/1.1" 200 None
2026-03-24 13:00:28 [astonbarclay.gb] INFO: Scrape type for 120659223: 2
2026-03-24 13:00:28 [astonbarclay.gb] INFO: Found listing with ID: 120648919
2026-03-24 13:00:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120648919%27 HTTP/1.1" 200 None
2026-03-24 13:00:28 [astonbarclay.gb] INFO: Scrape type for 120648919: 0
2026-03-24 13:00:28 [astonbarclay.gb] INFO: Found listing with ID: 120436714
2026-03-24 13:00:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120436714%27 HTTP/1.1" 200 None
2026-03-24 13:00:28 [astonbarclay.gb] INFO: Scrape type for 120436714: 2
2026-03-24 13:00:28 [astonbarclay.gb] INFO: Found listing with ID: 120373818
2026-03-24 13:00:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120373818%27 HTTP/1.1" 200 None
2026-03-24 13:00:28 [astonbarclay.gb] INFO: Scrape type for 120373818: 0
2026-03-24 13:00:28 [astonbarclay.gb] INFO: Found listing with ID: 120454651
2026-03-24 13:00:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120454651%27 HTTP/1.1" 200 None
2026-03-24 13:00:28 [astonbarclay.gb] INFO: Scrape type for 120454651: 0
2026-03-24 13:00:28 [astonbarclay.gb] INFO: Found listing with ID: 120472140
2026-03-24 13:00:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120472140%27 HTTP/1.1" 200 None
2026-03-24 13:00:28 [astonbarclay.gb] INFO: Scrape type for 120472140: 0
2026-03-24 13:00:28 [astonbarclay.gb] INFO: Found listing with ID: 120667305
2026-03-24 13:00:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120667305%27 HTTP/1.1" 200 None
2026-03-24 13:00:28 [astonbarclay.gb] INFO: Scrape type for 120667305: 2
2026-03-24 13:00:28 [astonbarclay.gb] INFO: Found listing with ID: 120453699
2026-03-24 13:00:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120453699%27 HTTP/1.1" 200 None
2026-03-24 13:00:28 [astonbarclay.gb] INFO: Scrape type for 120453699: 0
2026-03-24 13:00:28 [astonbarclay.gb] INFO: Found listing with ID: 120355965
2026-03-24 13:00:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120355965%27 HTTP/1.1" 200 None
2026-03-24 13:00:28 [astonbarclay.gb] INFO: Scrape type for 120355965: 2
2026-03-24 13:00:28 [astonbarclay.gb] INFO: Found listing with ID: 120483933
2026-03-24 13:00:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120483933%27 HTTP/1.1" 200 None
2026-03-24 13:00:28 [astonbarclay.gb] INFO: Scrape type for 120483933: 0
2026-03-24 13:00:28 [astonbarclay.gb] INFO: Found listing with ID: 120502683
2026-03-24 13:00:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120502683%27 HTTP/1.1" 200 None
2026-03-24 13:00:28 [astonbarclay.gb] INFO: Scrape type for 120502683: 2
2026-03-24 13:00:28 [astonbarclay.gb] INFO: Found listing with ID: 120617550
2026-03-24 13:00:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120617550%27 HTTP/1.1" 200 None
2026-03-24 13:00:28 [astonbarclay.gb] INFO: Scrape type for 120617550: 2
2026-03-24 13:00:28 [astonbarclay.gb] INFO: Found listing with ID: 120416146
2026-03-24 13:00:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120416146%27 HTTP/1.1" 200 None
2026-03-24 13:00:28 [astonbarclay.gb] INFO: Scrape type for 120416146: 0
2026-03-24 13:00:28 [astonbarclay.gb] INFO: Found listing with ID: 120474423
2026-03-24 13:00:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120474423%27 HTTP/1.1" 200 None
2026-03-24 13:00:28 [astonbarclay.gb] INFO: Scrape type for 120474423: 0
2026-03-24 13:00:28 [astonbarclay.gb] INFO: Found listing with ID: 120371832
2026-03-24 13:00:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120371832%27 HTTP/1.1" 200 None
2026-03-24 13:00:28 [astonbarclay.gb] INFO: Scrape type for 120371832: 2
2026-03-24 13:00:28 [astonbarclay.gb] INFO: Found listing with ID: 120472898
2026-03-24 13:00:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120472898%27 HTTP/1.1" 200 None
2026-03-24 13:00:28 [astonbarclay.gb] INFO: Scrape type for 120472898: 0
2026-03-24 13:00:28 [astonbarclay.gb] INFO: Found listing with ID: 120373602
2026-03-24 13:00:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120373602%27 HTTP/1.1" 200 None
2026-03-24 13:00:28 [astonbarclay.gb] INFO: Scrape type for 120373602: 0
2026-03-24 13:00:28 [astonbarclay.gb] INFO: Found listing with ID: 120629812
2026-03-24 13:00:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120629812%27 HTTP/1.1" 200 None
2026-03-24 13:00:28 [astonbarclay.gb] INFO: Scrape type for 120629812: 0
2026-03-24 13:00:28 [astonbarclay.gb] INFO: Found listing with ID: 120651227
2026-03-24 13:00:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120651227%27 HTTP/1.1" 200 None
2026-03-24 13:00:28 [astonbarclay.gb] INFO: Scrape type for 120651227: 0
2026-03-24 13:00:28 [astonbarclay.gb] INFO: Found listing with ID: 120629762
2026-03-24 13:00:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120629762%27 HTTP/1.1" 200 None
2026-03-24 13:00:28 [astonbarclay.gb] INFO: Scrape type for 120629762: 0
2026-03-24 13:00:28 [astonbarclay.gb] INFO: Found listing with ID: 120653092
2026-03-24 13:00:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120653092%27 HTTP/1.1" 200 None
2026-03-24 13:00:28 [astonbarclay.gb] INFO: Scrape type for 120653092: 0
2026-03-24 13:00:28 [astonbarclay.gb] INFO: Found listing with ID: 120647514
2026-03-24 13:00:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120647514%27 HTTP/1.1" 200 None
2026-03-24 13:00:28 [astonbarclay.gb] INFO: Scrape type for 120647514: 0
2026-03-24 13:00:28 [astonbarclay.gb] INFO: Found listing with ID: 120552560
2026-03-24 13:00:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120552560%27 HTTP/1.1" 200 None
2026-03-24 13:00:28 [astonbarclay.gb] INFO: Scrape type for 120552560: 2
2026-03-24 13:00:28 [astonbarclay.gb] INFO: Found listing with ID: 120364356
2026-03-24 13:00:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120364356%27 HTTP/1.1" 200 None
2026-03-24 13:00:28 [astonbarclay.gb] INFO: Scrape type for 120364356: 2
2026-03-24 13:00:28 [astonbarclay.gb] INFO: Found listing with ID: 120622567
2026-03-24 13:00:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120622567%27 HTTP/1.1" 200 None
2026-03-24 13:00:28 [astonbarclay.gb] INFO: Scrape type for 120622567: 0
2026-03-24 13:00:28 [astonbarclay.gb] INFO: Found listing with ID: 120572177
2026-03-24 13:00:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120572177%27 HTTP/1.1" 200 None
2026-03-24 13:00:28 [astonbarclay.gb] INFO: Scrape type for 120572177: 2
2026-03-24 13:00:28 [astonbarclay.gb] INFO: Found listing with ID: 120472301
2026-03-24 13:00:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120472301%27 HTTP/1.1" 200 None
2026-03-24 13:00:28 [astonbarclay.gb] INFO: Scrape type for 120472301: 0
2026-03-24 13:00:28 [astonbarclay.gb] INFO: Found listing with ID: 120263234
2026-03-24 13:00:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120263234%27 HTTP/1.1" 200 None
2026-03-24 13:00:28 [astonbarclay.gb] INFO: Scrape type for 120263234: 2
2026-03-24 13:00:28 [astonbarclay.gb] INFO: Found listing with ID: 120323875
2026-03-24 13:00:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120323875%27 HTTP/1.1" 200 None
2026-03-24 13:00:28 [astonbarclay.gb] INFO: Scrape type for 120323875: 2
2026-03-24 13:00:28 [astonbarclay.gb] INFO: Found listing with ID: 120622881
2026-03-24 13:00:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120622881%27 HTTP/1.1" 200 None
2026-03-24 13:00:28 [astonbarclay.gb] INFO: Scrape type for 120622881: 0
2026-03-24 13:00:28 [astonbarclay.gb] INFO: Found listing with ID: 120455553
2026-03-24 13:00:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120455553%27 HTTP/1.1" 200 None
2026-03-24 13:00:28 [astonbarclay.gb] INFO: Scrape type for 120455553: 2
2026-03-24 13:00:28 [astonbarclay.gb] INFO: Found listing with ID: 120406020
2026-03-24 13:00:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120406020%27 HTTP/1.1" 200 None
2026-03-24 13:00:28 [astonbarclay.gb] INFO: Scrape type for 120406020: 0
2026-03-24 13:00:28 [astonbarclay.gb] INFO: Found listing with ID: 120631808
2026-03-24 13:00:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120631808%27 HTTP/1.1" 200 None
2026-03-24 13:00:28 [astonbarclay.gb] INFO: Scrape type for 120631808: 0
2026-03-24 13:00:28 [astonbarclay.gb] INFO: Found listing with ID: 120653262
2026-03-24 13:00:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120653262%27 HTTP/1.1" 200 None
2026-03-24 13:00:28 [astonbarclay.gb] INFO: Scrape type for 120653262: 0
2026-03-24 13:00:28 [astonbarclay.gb] INFO: Found listing with ID: 120622611
2026-03-24 13:00:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120622611%27 HTTP/1.1" 200 None
2026-03-24 13:00:28 [astonbarclay.gb] INFO: Scrape type for 120622611: 0
2026-03-24 13:00:28 [astonbarclay.gb] INFO: Found listing with ID: 120454811
2026-03-24 13:00:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120454811%27 HTTP/1.1" 200 None
2026-03-24 13:00:28 [astonbarclay.gb] INFO: Scrape type for 120454811: 2
2026-03-24 13:00:28 [astonbarclay.gb] INFO: Found listing with ID: 120548087
2026-03-24 13:00:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120548087%27 HTTP/1.1" 200 None
2026-03-24 13:00:28 [astonbarclay.gb] INFO: Scrape type for 120548087: 0
2026-03-24 13:00:28 [astonbarclay.gb] INFO: Found listing with ID: 120621192
2026-03-24 13:00:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120621192%27 HTTP/1.1" 200 None
2026-03-24 13:00:28 [astonbarclay.gb] INFO: Scrape type for 120621192: 2
2026-03-24 13:00:28 [astonbarclay.gb] INFO: Found listing with ID: 120371481
2026-03-24 13:00:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120371481%27 HTTP/1.1" 200 None
2026-03-24 13:00:28 [astonbarclay.gb] INFO: Scrape type for 120371481: 2
2026-03-24 13:00:28 [astonbarclay.gb] INFO: Found listing with ID: 120444850
2026-03-24 13:00:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120444850%27 HTTP/1.1" 200 None
2026-03-24 13:00:28 [astonbarclay.gb] INFO: Scrape type for 120444850: 2
2026-03-24 13:00:28 [astonbarclay.gb] INFO: Found listing with ID: 120356596
2026-03-24 13:00:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120356596%27 HTTP/1.1" 200 None
2026-03-24 13:00:28 [astonbarclay.gb] INFO: Scrape type for 120356596: 0
2026-03-24 13:00:28 [astonbarclay.gb] INFO: Found listing with ID: 120484845
2026-03-24 13:00:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120484845%27 HTTP/1.1" 200 None
2026-03-24 13:00:28 [astonbarclay.gb] INFO: Scrape type for 120484845: 0
2026-03-24 13:00:28 [astonbarclay.gb] INFO: Found listing with ID: 120435527
2026-03-24 13:00:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120435527%27 HTTP/1.1" 200 None
2026-03-24 13:00:28 [astonbarclay.gb] INFO: Scrape type for 120435527: 0
2026-03-24 13:00:28 [astonbarclay.gb] INFO: Found listing with ID: 120566449
2026-03-24 13:00:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120566449%27 HTTP/1.1" 200 None
2026-03-24 13:00:28 [astonbarclay.gb] INFO: Scrape type for 120566449: 2
2026-03-24 13:00:28 [astonbarclay.gb] INFO: Found listing with ID: 120650937
2026-03-24 13:00:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:00:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120650937%27 HTTP/1.1" 200 None
2026-03-24 13:00:29 [astonbarclay.gb] INFO: Scrape type for 120650937: 0
2026-03-24 13:00:29 [astonbarclay.gb] INFO: Found listing with ID: 120650536
2026-03-24 13:00:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:00:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120650536%27 HTTP/1.1" 200 None
2026-03-24 13:00:29 [astonbarclay.gb] INFO: Scrape type for 120650536: 0
2026-03-24 13:00:29 [astonbarclay.gb] INFO: Found listing with ID: 120631815
2026-03-24 13:00:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:00:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120631815%27 HTTP/1.1" 200 None
2026-03-24 13:00:29 [astonbarclay.gb] INFO: Scrape type for 120631815: 0
2026-03-24 13:00:29 [astonbarclay.gb] INFO: Found listing with ID: 120652757
2026-03-24 13:00:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:00:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120652757%27 HTTP/1.1" 200 None
2026-03-24 13:00:29 [astonbarclay.gb] INFO: Scrape type for 120652757: 0
2026-03-24 13:00:29 [astonbarclay.gb] INFO: Found listing with ID: 120653926
2026-03-24 13:00:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:00:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120653926%27 HTTP/1.1" 200 None
2026-03-24 13:00:29 [astonbarclay.gb] INFO: Scrape type for 120653926: 2
2026-03-24 13:00:29 [astonbarclay.gb] INFO: Found listing with ID: 120250741
2026-03-24 13:00:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:00:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120250741%27 HTTP/1.1" 200 None
2026-03-24 13:00:29 [astonbarclay.gb] INFO: Scrape type for 120250741: 2
2026-03-24 13:00:29 [astonbarclay.gb] INFO: Found listing with ID: 120615827
2026-03-24 13:00:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:00:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120615827%27 HTTP/1.1" 200 None
2026-03-24 13:00:29 [astonbarclay.gb] INFO: Scrape type for 120615827: 2
2026-03-24 13:00:29 [astonbarclay.gb] INFO: Found listing with ID: 120530151
2026-03-24 13:00:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:00:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120530151%27 HTTP/1.1" 200 None
2026-03-24 13:00:29 [astonbarclay.gb] INFO: Scrape type for 120530151: 0
2026-03-24 13:00:29 [astonbarclay.gb] INFO: Found listing with ID: 120442120
2026-03-24 13:00:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:00:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120442120%27 HTTP/1.1" 200 None
2026-03-24 13:00:29 [astonbarclay.gb] INFO: Scrape type for 120442120: 2
2026-03-24 13:00:29 [astonbarclay.gb] INFO: Found listing with ID: 120288061
2026-03-24 13:00:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:00:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120288061%27 HTTP/1.1" 200 None
2026-03-24 13:00:29 [astonbarclay.gb] INFO: Scrape type for 120288061: 2
2026-03-24 13:00:29 [astonbarclay.gb] INFO: Found listing with ID: 120393366
2026-03-24 13:00:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:00:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120393366%27 HTTP/1.1" 200 None
2026-03-24 13:00:29 [astonbarclay.gb] INFO: Scrape type for 120393366: 2
2026-03-24 13:00:29 [astonbarclay.gb] INFO: Found listing with ID: 120587291
2026-03-24 13:00:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:00:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120587291%27 HTTP/1.1" 200 None
2026-03-24 13:00:29 [astonbarclay.gb] INFO: Scrape type for 120587291: 0
2026-03-24 13:00:29 [astonbarclay.gb] INFO: Found listing with ID: 120625981
2026-03-24 13:00:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:00:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120625981%27 HTTP/1.1" 200 None
2026-03-24 13:00:29 [astonbarclay.gb] INFO: Scrape type for 120625981: 0
2026-03-24 13:00:29 [astonbarclay.gb] INFO: Found listing with ID: 120379914
2026-03-24 13:00:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:00:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120379914%27 HTTP/1.1" 200 None
2026-03-24 13:00:29 [astonbarclay.gb] INFO: Scrape type for 120379914: 2
2026-03-24 13:00:29 [astonbarclay.gb] INFO: Found listing with ID: 120629949
2026-03-24 13:00:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:00:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120629949%27 HTTP/1.1" 200 None
2026-03-24 13:00:29 [astonbarclay.gb] INFO: Scrape type for 120629949: 0
2026-03-24 13:00:29 [astonbarclay.gb] INFO: Found listing with ID: 120479790
2026-03-24 13:00:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:00:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120479790%27 HTTP/1.1" 200 None
2026-03-24 13:00:29 [astonbarclay.gb] INFO: Scrape type for 120479790: 0
2026-03-24 13:00:29 [astonbarclay.gb] INFO: Found listing with ID: 120648800
2026-03-24 13:00:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:00:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120648800%27 HTTP/1.1" 200 None
2026-03-24 13:00:29 [astonbarclay.gb] INFO: Scrape type for 120648800: 0
2026-03-24 13:00:29 [astonbarclay.gb] INFO: Found listing with ID: 120373910
2026-03-24 13:00:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:00:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120373910%27 HTTP/1.1" 200 None
2026-03-24 13:00:29 [astonbarclay.gb] INFO: Scrape type for 120373910: 2
2026-03-24 13:00:29 [astonbarclay.gb] INFO: Found listing with ID: 120473847
2026-03-24 13:00:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:00:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120473847%27 HTTP/1.1" 200 None
2026-03-24 13:00:29 [astonbarclay.gb] INFO: Scrape type for 120473847: 0
2026-03-24 13:00:29 [astonbarclay.gb] INFO: Found listing with ID: 120621316
2026-03-24 13:00:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:00:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120621316%27 HTTP/1.1" 200 None
2026-03-24 13:00:29 [astonbarclay.gb] INFO: Scrape type for 120621316: 2
2026-03-24 13:00:29 [astonbarclay.gb] INFO: Found listing with ID: 120513100
2026-03-24 13:00:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:00:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120513100%27 HTTP/1.1" 200 None
2026-03-24 13:00:29 [astonbarclay.gb] INFO: Scrape type for 120513100: 0
2026-03-24 13:00:29 [astonbarclay.gb] INFO: Found listing with ID: 120502496
2026-03-24 13:00:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:00:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120502496%27 HTTP/1.1" 200 None
2026-03-24 13:00:29 [astonbarclay.gb] INFO: Scrape type for 120502496: 2
2026-03-24 13:00:29 [astonbarclay.gb] INFO: Found listing with ID: 120612124
2026-03-24 13:00:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:00:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120612124%27 HTTP/1.1" 200 None
2026-03-24 13:00:29 [astonbarclay.gb] INFO: Scrape type for 120612124: 2
2026-03-24 13:00:29 [astonbarclay.gb] INFO: Found listing with ID: 120363866
2026-03-24 13:00:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:00:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120363866%27 HTTP/1.1" 200 None
2026-03-24 13:00:29 [astonbarclay.gb] INFO: Scrape type for 120363866: 2
2026-03-24 13:00:29 [astonbarclay.gb] INFO: Found listing with ID: 120585840
2026-03-24 13:00:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:00:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120585840%27 HTTP/1.1" 200 None
2026-03-24 13:00:29 [astonbarclay.gb] INFO: Scrape type for 120585840: 0
2026-03-24 13:00:29 [astonbarclay.gb] INFO: Found listing with ID: 120623221
2026-03-24 13:00:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:00:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120623221%27 HTTP/1.1" 200 None
2026-03-24 13:00:29 [astonbarclay.gb] INFO: Scrape type for 120623221: 0
2026-03-24 13:00:29 [astonbarclay.gb] INFO: Found listing with ID: 120649281
2026-03-24 13:00:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:00:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120649281%27 HTTP/1.1" 200 None
2026-03-24 13:00:29 [astonbarclay.gb] INFO: Scrape type for 120649281: 0
2026-03-24 13:00:29 [astonbarclay.gb] INFO: Found listing with ID: 120621446
2026-03-24 13:00:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:00:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120621446%27 HTTP/1.1" 200 None
2026-03-24 13:00:29 [astonbarclay.gb] INFO: Scrape type for 120621446: 2
2026-03-24 13:00:29 [astonbarclay.gb] INFO: Found listing with ID: 120587436
2026-03-24 13:00:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:00:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120587436%27 HTTP/1.1" 200 None
2026-03-24 13:00:29 [astonbarclay.gb] INFO: Scrape type for 120587436: 2
2026-03-24 13:00:29 [astonbarclay.gb] INFO: Found listing with ID: 120606141
2026-03-24 13:00:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:00:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120606141%27 HTTP/1.1" 200 None
2026-03-24 13:00:29 [astonbarclay.gb] INFO: Scrape type for 120606141: 2
2026-03-24 13:00:29 [astonbarclay.gb] INFO: Found listing with ID: 120622467
2026-03-24 13:00:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:00:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120622467%27 HTTP/1.1" 200 None
2026-03-24 13:00:29 [astonbarclay.gb] INFO: Scrape type for 120622467: 0
2026-03-24 13:00:29 [astonbarclay.gb] INFO: Found listing with ID: 120440877
2026-03-24 13:00:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:00:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120440877%27 HTTP/1.1" 200 None
2026-03-24 13:00:29 [astonbarclay.gb] INFO: Scrape type for 120440877: 0
2026-03-24 13:00:29 [astonbarclay.gb] INFO: Found listing with ID: 120622521
2026-03-24 13:00:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:00:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120622521%27 HTTP/1.1" 200 None
2026-03-24 13:00:29 [astonbarclay.gb] INFO: Scrape type for 120622521: 0
2026-03-24 13:00:29 [astonbarclay.gb] INFO: Found listing with ID: 120626499
2026-03-24 13:00:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:00:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120626499%27 HTTP/1.1" 200 None
2026-03-24 13:00:29 [astonbarclay.gb] INFO: Scrape type for 120626499: 0
2026-03-24 13:00:29 [astonbarclay.gb] INFO: Found listing with ID: 120651054
2026-03-24 13:00:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:00:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120651054%27 HTTP/1.1" 200 None
2026-03-24 13:00:29 [astonbarclay.gb] INFO: Scrape type for 120651054: 0
2026-03-24 13:00:29 [astonbarclay.gb] INFO: Found listing with ID: 120605018
2026-03-24 13:00:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:00:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120605018%27 HTTP/1.1" 200 None
2026-03-24 13:00:29 [astonbarclay.gb] INFO: Scrape type for 120605018: 2
2026-03-24 13:00:29 [astonbarclay.gb] INFO: Found listing with ID: 120668539
2026-03-24 13:00:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:00:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120668539%27 HTTP/1.1" 200 None
2026-03-24 13:00:29 [astonbarclay.gb] INFO: Scrape type for 120668539: 2
2026-03-24 13:00:29 [astonbarclay.gb] INFO: Found listing with ID: 120652375
2026-03-24 13:00:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:00:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120652375%27 HTTP/1.1" 200 None
2026-03-24 13:00:29 [astonbarclay.gb] INFO: Scrape type for 120652375: 0
2026-03-24 13:00:29 [astonbarclay.gb] INFO: Found listing with ID: 120604867
2026-03-24 13:00:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:00:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120604867%27 HTTP/1.1" 200 None
2026-03-24 13:00:29 [astonbarclay.gb] INFO: Scrape type for 120604867: 2
2026-03-24 13:00:29 [astonbarclay.gb] INFO: Found listing with ID: 120605172
2026-03-24 13:00:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:00:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120605172%27 HTTP/1.1" 200 None
2026-03-24 13:00:29 [astonbarclay.gb] INFO: Scrape type for 120605172: 2
2026-03-24 13:00:29 [astonbarclay.gb] INFO: Found listing with ID: 120653891
2026-03-24 13:00:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:00:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120653891%27 HTTP/1.1" 200 None
2026-03-24 13:00:29 [astonbarclay.gb] INFO: Scrape type for 120653891: 2
2026-03-24 13:00:29 [astonbarclay.gb] INFO: Found listing with ID: 120351554
2026-03-24 13:00:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:00:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120351554%27 HTTP/1.1" 200 None
2026-03-24 13:00:29 [astonbarclay.gb] INFO: Scrape type for 120351554: 2
2026-03-24 13:00:29 [astonbarclay.gb] INFO: Found listing with ID: 120381054
2026-03-24 13:00:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:00:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120381054%27 HTTP/1.1" 200 None
2026-03-24 13:00:29 [astonbarclay.gb] INFO: Scrape type for 120381054: 0
2026-03-24 13:00:29 [astonbarclay.gb] INFO: Found listing with ID: 120247194
2026-03-24 13:00:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:00:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120247194%27 HTTP/1.1" 200 None
2026-03-24 13:00:29 [astonbarclay.gb] INFO: Scrape type for 120247194: 2
2026-03-24 13:00:29 [astonbarclay.gb] INFO: Found listing with ID: 120246971
2026-03-24 13:00:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120246971%27 HTTP/1.1" 200 None
2026-03-24 13:00:30 [astonbarclay.gb] INFO: Scrape type for 120246971: 0
2026-03-24 13:00:30 [astonbarclay.gb] INFO: Found listing with ID: 120257441
2026-03-24 13:00:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120257441%27 HTTP/1.1" 200 None
2026-03-24 13:00:30 [astonbarclay.gb] INFO: Scrape type for 120257441: 2
2026-03-24 13:00:30 [astonbarclay.gb] INFO: Found listing with ID: 120668454
2026-03-24 13:00:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120668454%27 HTTP/1.1" 200 None
2026-03-24 13:00:30 [astonbarclay.gb] INFO: Scrape type for 120668454: 2
2026-03-24 13:00:30 [astonbarclay.gb] INFO: Found listing with ID: 120447543
2026-03-24 13:00:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120447543%27 HTTP/1.1" 200 None
2026-03-24 13:00:30 [astonbarclay.gb] INFO: Scrape type for 120447543: 0
2026-03-24 13:00:30 [astonbarclay.gb] INFO: Found listing with ID: 120653502
2026-03-24 13:00:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120653502%27 HTTP/1.1" 200 None
2026-03-24 13:00:30 [astonbarclay.gb] INFO: Scrape type for 120653502: 0
2026-03-24 13:00:30 [astonbarclay.gb] INFO: Found listing with ID: 120684627
2026-03-24 13:00:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120684627%27 HTTP/1.1" 200 None
2026-03-24 13:00:30 [astonbarclay.gb] INFO: Scrape type for 120684627: 0
2026-03-24 13:00:30 [astonbarclay.gb] INFO: Found listing with ID: 120435218
2026-03-24 13:00:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120435218%27 HTTP/1.1" 200 None
2026-03-24 13:00:30 [astonbarclay.gb] INFO: Scrape type for 120435218: 2
2026-03-24 13:00:30 [astonbarclay.gb] INFO: Found listing with ID: 120631486
2026-03-24 13:00:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120631486%27 HTTP/1.1" 200 None
2026-03-24 13:00:30 [astonbarclay.gb] INFO: Scrape type for 120631486: 0
2026-03-24 13:00:30 [astonbarclay.gb] INFO: Found listing with ID: 120461260
2026-03-24 13:00:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120461260%27 HTTP/1.1" 200 None
2026-03-24 13:00:30 [astonbarclay.gb] INFO: Scrape type for 120461260: 0
2026-03-24 13:00:30 [astonbarclay.gb] INFO: Found listing with ID: 120648471
2026-03-24 13:00:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120648471%27 HTTP/1.1" 200 None
2026-03-24 13:00:30 [astonbarclay.gb] INFO: Scrape type for 120648471: 0
2026-03-24 13:00:30 [astonbarclay.gb] INFO: Found listing with ID: 120586140
2026-03-24 13:00:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120586140%27 HTTP/1.1" 200 None
2026-03-24 13:00:30 [astonbarclay.gb] INFO: Scrape type for 120586140: 2
2026-03-24 13:00:30 [astonbarclay.gb] INFO: Found listing with ID: 120368952
2026-03-24 13:00:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120368952%27 HTTP/1.1" 200 None
2026-03-24 13:00:30 [astonbarclay.gb] INFO: Scrape type for 120368952: 2
2026-03-24 13:00:30 [astonbarclay.gb] INFO: Found listing with ID: 120668445
2026-03-24 13:00:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120668445%27 HTTP/1.1" 200 None
2026-03-24 13:00:30 [astonbarclay.gb] INFO: Scrape type for 120668445: 2
2026-03-24 13:00:30 [astonbarclay.gb] INFO: Found listing with ID: 120363127
2026-03-24 13:00:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120363127%27 HTTP/1.1" 200 None
2026-03-24 13:00:30 [astonbarclay.gb] INFO: Scrape type for 120363127: 2
2026-03-24 13:00:30 [astonbarclay.gb] INFO: Found listing with ID: 120408319
2026-03-24 13:00:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120408319%27 HTTP/1.1" 200 None
2026-03-24 13:00:31 [astonbarclay.gb] INFO: Scrape type for 120408319: 0
2026-03-24 13:00:31 [astonbarclay.gb] INFO: Found listing with ID: 120668421
2026-03-24 13:00:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120668421%27 HTTP/1.1" 200 None
2026-03-24 13:00:31 [astonbarclay.gb] INFO: Scrape type for 120668421: 2
2026-03-24 13:00:31 [astonbarclay.gb] INFO: Found listing with ID: 120474035
2026-03-24 13:00:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120474035%27 HTTP/1.1" 200 None
2026-03-24 13:00:31 [astonbarclay.gb] INFO: Scrape type for 120474035: 0
2026-03-24 13:00:31 [astonbarclay.gb] INFO: Found listing with ID: 120588609
2026-03-24 13:00:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120588609%27 HTTP/1.1" 200 None
2026-03-24 13:00:31 [astonbarclay.gb] INFO: Scrape type for 120588609: 0
2026-03-24 13:00:31 [astonbarclay.gb] INFO: Found listing with ID: 120668364
2026-03-24 13:00:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120668364%27 HTTP/1.1" 200 None
2026-03-24 13:00:31 [astonbarclay.gb] INFO: Scrape type for 120668364: 2
2026-03-24 13:00:31 [astonbarclay.gb] INFO: Found listing with ID: 120589168
2026-03-24 13:00:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120589168%27 HTTP/1.1" 200 None
2026-03-24 13:00:31 [astonbarclay.gb] INFO: Scrape type for 120589168: 2
2026-03-24 13:00:31 [astonbarclay.gb] INFO: Found listing with ID: 120648148
2026-03-24 13:00:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120648148%27 HTTP/1.1" 200 None
2026-03-24 13:00:31 [astonbarclay.gb] INFO: Scrape type for 120648148: 0
2026-03-24 13:00:31 [astonbarclay.gb] INFO: Found listing with ID: 120262916
2026-03-24 13:00:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120262916%27 HTTP/1.1" 200 None
2026-03-24 13:00:31 [astonbarclay.gb] INFO: Scrape type for 120262916: 0
2026-03-24 13:00:31 [astonbarclay.gb] INFO: Found listing with ID: 120261705
2026-03-24 13:00:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120261705%27 HTTP/1.1" 200 None
2026-03-24 13:00:31 [astonbarclay.gb] INFO: Scrape type for 120261705: 0
2026-03-24 13:00:31 [astonbarclay.gb] INFO: Found listing with ID: 120363810
2026-03-24 13:00:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120363810%27 HTTP/1.1" 200 None
2026-03-24 13:00:31 [astonbarclay.gb] INFO: Scrape type for 120363810: 0
2026-03-24 13:00:31 [astonbarclay.gb] INFO: Found listing with ID: 120528674
2026-03-24 13:00:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120528674%27 HTTP/1.1" 200 None
2026-03-24 13:00:31 [astonbarclay.gb] INFO: Scrape type for 120528674: 0
2026-03-24 13:00:31 [astonbarclay.gb] INFO: Found listing with ID: 120630710
2026-03-24 13:00:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120630710%27 HTTP/1.1" 200 None
2026-03-24 13:00:31 [astonbarclay.gb] INFO: Scrape type for 120630710: 0
2026-03-24 13:00:31 [astonbarclay.gb] INFO: Found listing with ID: 120480111
2026-03-24 13:00:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120480111%27 HTTP/1.1" 200 None
2026-03-24 13:00:31 [astonbarclay.gb] INFO: Scrape type for 120480111: 0
2026-03-24 13:00:31 [astonbarclay.gb] INFO: Found listing with ID: 120455546
2026-03-24 13:00:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120455546%27 HTTP/1.1" 200 None
2026-03-24 13:00:31 [astonbarclay.gb] INFO: Scrape type for 120455546: 0
2026-03-24 13:00:31 [astonbarclay.gb] INFO: Found listing with ID: 120454887
2026-03-24 13:00:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120454887%27 HTTP/1.1" 200 None
2026-03-24 13:00:31 [astonbarclay.gb] INFO: Scrape type for 120454887: 2
2026-03-24 13:00:31 [astonbarclay.gb] INFO: Found listing with ID: 120454793
2026-03-24 13:00:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120454793%27 HTTP/1.1" 200 None
2026-03-24 13:00:31 [astonbarclay.gb] INFO: Scrape type for 120454793: 2
2026-03-24 13:00:31 [astonbarclay.gb] INFO: Found listing with ID: 120560634
2026-03-24 13:00:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120560634%27 HTTP/1.1" 200 None
2026-03-24 13:00:31 [astonbarclay.gb] INFO: Scrape type for 120560634: 2
2026-03-24 13:00:31 [astonbarclay.gb] INFO: Found listing with ID: 120453711
2026-03-24 13:00:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120453711%27 HTTP/1.1" 200 None
2026-03-24 13:00:31 [astonbarclay.gb] INFO: Scrape type for 120453711: 2
2026-03-24 13:00:31 [astonbarclay.gb] INFO: Found listing with ID: 120254335
2026-03-24 13:00:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120254335%27 HTTP/1.1" 200 None
2026-03-24 13:00:31 [astonbarclay.gb] INFO: Scrape type for 120254335: 2
2026-03-24 13:00:31 [astonbarclay.gb] INFO: Found listing with ID: 120652528
2026-03-24 13:00:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120652528%27 HTTP/1.1" 200 None
2026-03-24 13:00:31 [astonbarclay.gb] INFO: Scrape type for 120652528: 0
2026-03-24 13:00:31 [astonbarclay.gb] INFO: Found listing with ID: 120668357
2026-03-24 13:00:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120668357%27 HTTP/1.1" 200 None
2026-03-24 13:00:31 [astonbarclay.gb] INFO: Scrape type for 120668357: 2
2026-03-24 13:00:31 [astonbarclay.gb] INFO: Found listing with ID: 120450068
2026-03-24 13:00:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120450068%27 HTTP/1.1" 200 None
2026-03-24 13:00:31 [astonbarclay.gb] INFO: Scrape type for 120450068: 0
2026-03-24 13:00:31 [astonbarclay.gb] INFO: Found listing with ID: 120455454
2026-03-24 13:00:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120455454%27 HTTP/1.1" 200 None
2026-03-24 13:00:31 [astonbarclay.gb] INFO: Scrape type for 120455454: 0
2026-03-24 13:00:31 [astonbarclay.gb] INFO: Found listing with ID: 120455436
2026-03-24 13:00:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120455436%27 HTTP/1.1" 200 None
2026-03-24 13:00:31 [astonbarclay.gb] INFO: Scrape type for 120455436: 2
2026-03-24 13:00:31 [astonbarclay.gb] INFO: Found listing with ID: 120548226
2026-03-24 13:00:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120548226%27 HTTP/1.1" 200 None
2026-03-24 13:00:31 [astonbarclay.gb] INFO: Scrape type for 120548226: 0
2026-03-24 13:00:31 [astonbarclay.gb] INFO: Found listing with ID: 120444062
2026-03-24 13:00:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120444062%27 HTTP/1.1" 200 None
2026-03-24 13:00:31 [astonbarclay.gb] INFO: Scrape type for 120444062: 0
2026-03-24 13:00:31 [astonbarclay.gb] INFO: Found listing with ID: 120409640
2026-03-24 13:00:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120409640%27 HTTP/1.1" 200 None
2026-03-24 13:00:31 [astonbarclay.gb] INFO: Scrape type for 120409640: 0
2026-03-24 13:00:31 [astonbarclay.gb] INFO: Found listing with ID: 120454834
2026-03-24 13:00:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120454834%27 HTTP/1.1" 200 None
2026-03-24 13:00:31 [astonbarclay.gb] INFO: Scrape type for 120454834: 0
2026-03-24 13:00:31 [astonbarclay.gb] INFO: Found listing with ID: 120456149
2026-03-24 13:00:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120456149%27 HTTP/1.1" 200 None
2026-03-24 13:00:31 [astonbarclay.gb] INFO: Scrape type for 120456149: 0
2026-03-24 13:00:31 [astonbarclay.gb] INFO: Found listing with ID: 120443870
2026-03-24 13:00:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120443870%27 HTTP/1.1" 200 None
2026-03-24 13:00:31 [astonbarclay.gb] INFO: Scrape type for 120443870: 2
2026-03-24 13:00:31 [astonbarclay.gb] INFO: Found listing with ID: 120631920
2026-03-24 13:00:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120631920%27 HTTP/1.1" 200 None
2026-03-24 13:00:31 [astonbarclay.gb] INFO: Scrape type for 120631920: 0
2026-03-24 13:00:31 [astonbarclay.gb] INFO: Found listing with ID: 120606579
2026-03-24 13:00:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120606579%27 HTTP/1.1" 200 None
2026-03-24 13:00:31 [astonbarclay.gb] INFO: Scrape type for 120606579: 2
2026-03-24 13:00:31 [astonbarclay.gb] INFO: Found listing with ID: 120668431
2026-03-24 13:00:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120668431%27 HTTP/1.1" 200 None
2026-03-24 13:00:31 [astonbarclay.gb] INFO: Scrape type for 120668431: 2
2026-03-24 13:00:31 [astonbarclay.gb] INFO: Found listing with ID: 120436606
2026-03-24 13:00:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120436606%27 HTTP/1.1" 200 None
2026-03-24 13:00:31 [astonbarclay.gb] INFO: Scrape type for 120436606: 0
2026-03-24 13:00:31 [astonbarclay.gb] INFO: Found listing with ID: 120455478
2026-03-24 13:00:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120455478%27 HTTP/1.1" 200 None
2026-03-24 13:00:31 [astonbarclay.gb] INFO: Scrape type for 120455478: 0
2026-03-24 13:00:31 [astonbarclay.gb] INFO: Found listing with ID: 120653547
2026-03-24 13:00:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120653547%27 HTTP/1.1" 200 None
2026-03-24 13:00:31 [astonbarclay.gb] INFO: Scrape type for 120653547: 2
2026-03-24 13:00:31 [astonbarclay.gb] INFO: Found listing with ID: 120412534
2026-03-24 13:00:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120412534%27 HTTP/1.1" 200 None
2026-03-24 13:00:31 [astonbarclay.gb] INFO: Scrape type for 120412534: 0
2026-03-24 13:00:31 [astonbarclay.gb] INFO: Found listing with ID: 120479554
2026-03-24 13:00:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120479554%27 HTTP/1.1" 200 None
2026-03-24 13:00:31 [astonbarclay.gb] INFO: Scrape type for 120479554: 0
2026-03-24 13:00:31 [astonbarclay.gb] INFO: Found listing with ID: 120406177
2026-03-24 13:00:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120406177%27 HTTP/1.1" 200 None
2026-03-24 13:00:31 [astonbarclay.gb] INFO: Scrape type for 120406177: 0
2026-03-24 13:00:31 [astonbarclay.gb] INFO: Found listing with ID: 120528265
2026-03-24 13:00:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120528265%27 HTTP/1.1" 200 None
2026-03-24 13:00:31 [astonbarclay.gb] INFO: Scrape type for 120528265: 0
2026-03-24 13:00:31 [astonbarclay.gb] INFO: Found listing with ID: 120522292
2026-03-24 13:00:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120522292%27 HTTP/1.1" 200 None
2026-03-24 13:00:31 [astonbarclay.gb] INFO: Scrape type for 120522292: 0
2026-03-24 13:00:31 [astonbarclay.gb] INFO: Found listing with ID: 120371603
2026-03-24 13:00:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120371603%27 HTTP/1.1" 200 None
2026-03-24 13:00:31 [astonbarclay.gb] INFO: Scrape type for 120371603: 0
2026-03-24 13:00:31 [astonbarclay.gb] INFO: Found listing with ID: 120543301
2026-03-24 13:00:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120543301%27 HTTP/1.1" 200 None
2026-03-24 13:00:31 [astonbarclay.gb] INFO: Scrape type for 120543301: 0
2026-03-24 13:00:31 [astonbarclay.gb] INFO: Found listing with ID: 120631405
2026-03-24 13:00:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120631405%27 HTTP/1.1" 200 None
2026-03-24 13:00:31 [astonbarclay.gb] INFO: Scrape type for 120631405: 0
2026-03-24 13:00:31 [astonbarclay.gb] INFO: Found listing with ID: 120572514
2026-03-24 13:00:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120572514%27 HTTP/1.1" 200 None
2026-03-24 13:00:31 [astonbarclay.gb] INFO: Scrape type for 120572514: 2
2026-03-24 13:00:31 [astonbarclay.gb] INFO: Found listing with ID: 120544023
2026-03-24 13:00:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120544023%27 HTTP/1.1" 200 None
2026-03-24 13:00:31 [astonbarclay.gb] INFO: Scrape type for 120544023: 0
2026-03-24 13:00:31 [astonbarclay.gb] INFO: Found listing with ID: 120456233
2026-03-24 13:00:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120456233%27 HTTP/1.1" 200 None
2026-03-24 13:00:31 [astonbarclay.gb] INFO: Scrape type for 120456233: 0
2026-03-24 13:00:31 [astonbarclay.gb] INFO: Found listing with ID: 120631574
2026-03-24 13:00:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120631574%27 HTTP/1.1" 200 None
2026-03-24 13:00:31 [astonbarclay.gb] INFO: Scrape type for 120631574: 0
2026-03-24 13:00:31 [astonbarclay.gb] INFO: Found listing with ID: 120410940
2026-03-24 13:00:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120410940%27 HTTP/1.1" 200 None
2026-03-24 13:00:31 [astonbarclay.gb] INFO: Scrape type for 120410940: 2
2026-03-24 13:00:31 [astonbarclay.gb] INFO: Found listing with ID: 120631750
2026-03-24 13:00:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120631750%27 HTTP/1.1" 200 None
2026-03-24 13:00:31 [astonbarclay.gb] INFO: Scrape type for 120631750: 0
2026-03-24 13:00:31 [astonbarclay.gb] INFO: Found listing with ID: 120675571
2026-03-24 13:00:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120675571%27 HTTP/1.1" 200 None
2026-03-24 13:00:31 [astonbarclay.gb] INFO: Scrape type for 120675571: 2
2026-03-24 13:00:31 [astonbarclay.gb] INFO: Found listing with ID: 120367525
2026-03-24 13:00:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120367525%27 HTTP/1.1" 200 None
2026-03-24 13:00:31 [astonbarclay.gb] INFO: Scrape type for 120367525: 2
2026-03-24 13:00:31 [astonbarclay.gb] INFO: Found listing with ID: 120434109
2026-03-24 13:00:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120434109%27 HTTP/1.1" 200 None
2026-03-24 13:00:31 [astonbarclay.gb] INFO: Scrape type for 120434109: 0
2026-03-24 13:00:31 [astonbarclay.gb] INFO: Found listing with ID: 120631843
2026-03-24 13:00:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120631843%27 HTTP/1.1" 200 None
2026-03-24 13:00:31 [astonbarclay.gb] INFO: Scrape type for 120631843: 0
2026-03-24 13:00:31 [astonbarclay.gb] INFO: Found listing with ID: 120588830
2026-03-24 13:00:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120588830%27 HTTP/1.1" 200 None
2026-03-24 13:00:31 [astonbarclay.gb] INFO: Scrape type for 120588830: 0
2026-03-24 13:00:31 [astonbarclay.gb] INFO: Found listing with ID: 120588754
2026-03-24 13:00:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120588754%27 HTTP/1.1" 200 None
2026-03-24 13:00:32 [astonbarclay.gb] INFO: Scrape type for 120588754: 0
2026-03-24 13:00:32 [astonbarclay.gb] INFO: Found listing with ID: 120632149
2026-03-24 13:00:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120632149%27 HTTP/1.1" 200 None
2026-03-24 13:00:32 [astonbarclay.gb] INFO: Scrape type for 120632149: 0
2026-03-24 13:00:32 [astonbarclay.gb] INFO: Found listing with ID: 120652223
2026-03-24 13:00:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120652223%27 HTTP/1.1" 200 None
2026-03-24 13:00:32 [astonbarclay.gb] INFO: Scrape type for 120652223: 0
2026-03-24 13:00:32 [astonbarclay.gb] INFO: Found listing with ID: 120641293
2026-03-24 13:00:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120641293%27 HTTP/1.1" 200 None
2026-03-24 13:00:32 [astonbarclay.gb] INFO: Scrape type for 120641293: 0
2026-03-24 13:00:32 [astonbarclay.gb] INFO: Found listing with ID: 120666894
2026-03-24 13:00:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120666894%27 HTTP/1.1" 200 None
2026-03-24 13:00:32 [astonbarclay.gb] INFO: Scrape type for 120666894: 2
2026-03-24 13:00:32 [astonbarclay.gb] INFO: Found listing with ID: 120667055
2026-03-24 13:00:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120667055%27 HTTP/1.1" 200 None
2026-03-24 13:00:32 [astonbarclay.gb] INFO: Scrape type for 120667055: 2
2026-03-24 13:00:32 [astonbarclay.gb] INFO: Found listing with ID: 120683279
2026-03-24 13:00:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120683279%27 HTTP/1.1" 200 None
2026-03-24 13:00:32 [astonbarclay.gb] INFO: Scrape type for 120683279: 0
2026-03-24 13:00:32 [astonbarclay.gb] INFO: Found listing with ID: 120580331
2026-03-24 13:00:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120580331%27 HTTP/1.1" 200 None
2026-03-24 13:00:32 [astonbarclay.gb] INFO: Scrape type for 120580331: 0
2026-03-24 13:00:32 [astonbarclay.gb] INFO: Found listing with ID: 120649161
2026-03-24 13:00:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120649161%27 HTTP/1.1" 200 None
2026-03-24 13:00:32 [astonbarclay.gb] INFO: Scrape type for 120649161: 0
2026-03-24 13:00:32 [astonbarclay.gb] INFO: Found listing with ID: 120657401
2026-03-24 13:00:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120657401%27 HTTP/1.1" 200 None
2026-03-24 13:00:32 [astonbarclay.gb] INFO: Scrape type for 120657401: 2
2026-03-24 13:00:32 [astonbarclay.gb] INFO: Found listing with ID: 120667537
2026-03-24 13:00:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120667537%27 HTTP/1.1" 200 None
2026-03-24 13:00:32 [astonbarclay.gb] INFO: Scrape type for 120667537: 2
2026-03-24 13:00:32 [astonbarclay.gb] INFO: Found listing with ID: 120668546
2026-03-24 13:00:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120668546%27 HTTP/1.1" 200 None
2026-03-24 13:00:32 [astonbarclay.gb] INFO: Scrape type for 120668546: 2
2026-03-24 13:00:32 [astonbarclay.gb] INFO: Found listing with ID: 120668095
2026-03-24 13:00:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120668095%27 HTTP/1.1" 200 None
2026-03-24 13:00:32 [astonbarclay.gb] INFO: Scrape type for 120668095: 2
2026-03-24 13:00:32 [astonbarclay.gb] INFO: Found listing with ID: 120667258
2026-03-24 13:00:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120667258%27 HTTP/1.1" 200 None
2026-03-24 13:00:32 [astonbarclay.gb] INFO: Scrape type for 120667258: 2
2026-03-24 13:00:32 [astonbarclay.gb] INFO: Found listing with ID: 120454772
2026-03-24 13:00:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120454772%27 HTTP/1.1" 200 None
2026-03-24 13:00:32 [astonbarclay.gb] INFO: Scrape type for 120454772: 2
2026-03-24 13:00:32 [astonbarclay.gb] INFO: Found listing with ID: 120546883
2026-03-24 13:00:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120546883%27 HTTP/1.1" 200 None
2026-03-24 13:00:32 [astonbarclay.gb] INFO: Scrape type for 120546883: 0
2026-03-24 13:00:32 [astonbarclay.gb] INFO: Found listing with ID: 120445454
2026-03-24 13:00:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120445454%27 HTTP/1.1" 200 None
2026-03-24 13:00:32 [astonbarclay.gb] INFO: Scrape type for 120445454: 0
2026-03-24 13:00:32 [astonbarclay.gb] INFO: Found listing with ID: 120380522
2026-03-24 13:00:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120380522%27 HTTP/1.1" 200 None
2026-03-24 13:00:32 [astonbarclay.gb] INFO: Scrape type for 120380522: 2
2026-03-24 13:00:32 [astonbarclay.gb] INFO: Found listing with ID: 120256784
2026-03-24 13:00:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120256784%27 HTTP/1.1" 200 None
2026-03-24 13:00:32 [astonbarclay.gb] INFO: Scrape type for 120256784: 2
2026-03-24 13:00:32 [astonbarclay.gb] INFO: Found listing with ID: 120417688
2026-03-24 13:00:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120417688%27 HTTP/1.1" 200 None
2026-03-24 13:00:32 [astonbarclay.gb] INFO: Scrape type for 120417688: 2
2026-03-24 13:00:32 [astonbarclay.gb] INFO: Found listing with ID: 120471937
2026-03-24 13:00:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120471937%27 HTTP/1.1" 200 None
2026-03-24 13:00:32 [astonbarclay.gb] INFO: Scrape type for 120471937: 0
2026-03-24 13:00:32 [astonbarclay.gb] INFO: Found listing with ID: 120631237
2026-03-24 13:00:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120631237%27 HTTP/1.1" 200 None
2026-03-24 13:00:32 [astonbarclay.gb] INFO: Scrape type for 120631237: 0
2026-03-24 13:00:32 [astonbarclay.gb] INFO: Found listing with ID: 120668257
2026-03-24 13:00:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120668257%27 HTTP/1.1" 200 None
2026-03-24 13:00:32 [astonbarclay.gb] INFO: Scrape type for 120668257: 2
2026-03-24 13:00:32 [astonbarclay.gb] INFO: Found listing with ID: 120682298
2026-03-24 13:00:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120682298%27 HTTP/1.1" 200 None
2026-03-24 13:00:32 [astonbarclay.gb] INFO: Scrape type for 120682298: 0
2026-03-24 13:00:32 [astonbarclay.gb] INFO: Found listing with ID: 120657060
2026-03-24 13:00:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120657060%27 HTTP/1.1" 200 None
2026-03-24 13:00:32 [astonbarclay.gb] INFO: Scrape type for 120657060: 2
2026-03-24 13:00:32 [astonbarclay.gb] INFO: Found listing with ID: 120668438
2026-03-24 13:00:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120668438%27 HTTP/1.1" 200 None
2026-03-24 13:00:32 [astonbarclay.gb] INFO: Scrape type for 120668438: 2
2026-03-24 13:00:32 [astonbarclay.gb] INFO: Found listing with ID: 120411130
2026-03-24 13:00:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120411130%27 HTTP/1.1" 200 None
2026-03-24 13:00:32 [astonbarclay.gb] INFO: Scrape type for 120411130: 0
2026-03-24 13:00:32 [astonbarclay.gb] INFO: Found listing with ID: 120442214
2026-03-24 13:00:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120442214%27 HTTP/1.1" 200 None
2026-03-24 13:00:32 [astonbarclay.gb] INFO: Scrape type for 120442214: 2
2026-03-24 13:00:32 [astonbarclay.gb] INFO: Found listing with ID: 120482833
2026-03-24 13:00:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120482833%27 HTTP/1.1" 200 None
2026-03-24 13:00:32 [astonbarclay.gb] INFO: Scrape type for 120482833: 0
2026-03-24 13:00:32 [astonbarclay.gb] INFO: Found listing with ID: 120442088
2026-03-24 13:00:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120442088%27 HTTP/1.1" 200 None
2026-03-24 13:00:32 [astonbarclay.gb] INFO: Scrape type for 120442088: 0
2026-03-24 13:00:32 [astonbarclay.gb] INFO: Found listing with ID: 120480022
2026-03-24 13:00:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120480022%27 HTTP/1.1" 200 None
2026-03-24 13:00:32 [astonbarclay.gb] INFO: Scrape type for 120480022: 0
2026-03-24 13:00:32 [astonbarclay.gb] INFO: Found listing with ID: 120482878
2026-03-24 13:00:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120482878%27 HTTP/1.1" 200 None
2026-03-24 13:00:32 [astonbarclay.gb] INFO: Scrape type for 120482878: 0
2026-03-24 13:00:32 [astonbarclay.gb] INFO: Found listing with ID: 120472495
2026-03-24 13:00:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120472495%27 HTTP/1.1" 200 None
2026-03-24 13:00:32 [astonbarclay.gb] INFO: Scrape type for 120472495: 0
2026-03-24 13:00:32 [astonbarclay.gb] INFO: Found listing with ID: 120668119
2026-03-24 13:00:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120668119%27 HTTP/1.1" 200 None
2026-03-24 13:00:32 [astonbarclay.gb] INFO: Scrape type for 120668119: 2
2026-03-24 13:00:32 [astonbarclay.gb] INFO: Found listing with ID: 120586055
2026-03-24 13:00:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120586055%27 HTTP/1.1" 200 None
2026-03-24 13:00:32 [astonbarclay.gb] INFO: Scrape type for 120586055: 0
2026-03-24 13:00:32 [astonbarclay.gb] INFO: Found listing with ID: 120468179
2026-03-24 13:00:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120468179%27 HTTP/1.1" 200 None
2026-03-24 13:00:32 [astonbarclay.gb] INFO: Scrape type for 120468179: 0
2026-03-24 13:00:32 [astonbarclay.gb] INFO: Found listing with ID: 120528502
2026-03-24 13:00:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120528502%27 HTTP/1.1" 200 None
2026-03-24 13:00:32 [astonbarclay.gb] INFO: Scrape type for 120528502: 0
2026-03-24 13:00:32 [astonbarclay.gb] INFO: Found listing with ID: 120660737
2026-03-24 13:00:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120660737%27 HTTP/1.1" 200 None
2026-03-24 13:00:32 [astonbarclay.gb] INFO: Scrape type for 120660737: 2
2026-03-24 13:00:32 [astonbarclay.gb] INFO: Found listing with ID: 120630232
2026-03-24 13:00:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120630232%27 HTTP/1.1" 200 None
2026-03-24 13:00:32 [astonbarclay.gb] INFO: Scrape type for 120630232: 0
2026-03-24 13:00:32 [astonbarclay.gb] INFO: Found listing with ID: 120479509
2026-03-24 13:00:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120479509%27 HTTP/1.1" 200 None
2026-03-24 13:00:32 [astonbarclay.gb] INFO: Scrape type for 120479509: 0
2026-03-24 13:00:32 [astonbarclay.gb] INFO: Found listing with ID: 120529069
2026-03-24 13:00:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120529069%27 HTTP/1.1" 200 None
2026-03-24 13:00:32 [astonbarclay.gb] INFO: Scrape type for 120529069: 0
2026-03-24 13:00:32 [astonbarclay.gb] INFO: Found listing with ID: 120529956
2026-03-24 13:00:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120529956%27 HTTP/1.1" 200 None
2026-03-24 13:00:32 [astonbarclay.gb] INFO: Scrape type for 120529956: 0
2026-03-24 13:00:32 [astonbarclay.gb] INFO: Found listing with ID: 120454860
2026-03-24 13:00:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120454860%27 HTTP/1.1" 200 None
2026-03-24 13:00:32 [astonbarclay.gb] INFO: Scrape type for 120454860: 2
2026-03-24 13:00:32 [astonbarclay.gb] INFO: Found listing with ID: 120663536
2026-03-24 13:00:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120663536%27 HTTP/1.1" 200 None
2026-03-24 13:00:32 [astonbarclay.gb] INFO: Scrape type for 120663536: 2
2026-03-24 13:00:32 [astonbarclay.gb] INFO: Found listing with ID: 120483846
2026-03-24 13:00:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120483846%27 HTTP/1.1" 200 None
2026-03-24 13:00:32 [astonbarclay.gb] INFO: Scrape type for 120483846: 0
2026-03-24 13:00:32 [astonbarclay.gb] INFO: Found listing with ID: 120659437
2026-03-24 13:00:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120659437%27 HTTP/1.1" 200 None
2026-03-24 13:00:32 [astonbarclay.gb] INFO: Scrape type for 120659437: 2
2026-03-24 13:00:32 [astonbarclay.gb] INFO: Found listing with ID: 120659327
2026-03-24 13:00:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120659327%27 HTTP/1.1" 200 None
2026-03-24 13:00:32 [astonbarclay.gb] INFO: Scrape type for 120659327: 2
2026-03-24 13:00:32 [astonbarclay.gb] INFO: Found listing with ID: 120657532
2026-03-24 13:00:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120657532%27 HTTP/1.1" 200 None
2026-03-24 13:00:32 [astonbarclay.gb] INFO: Scrape type for 120657532: 2
2026-03-24 13:00:32 [astonbarclay.gb] INFO: Found listing with ID: 120659493
2026-03-24 13:00:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120659493%27 HTTP/1.1" 200 None
2026-03-24 13:00:32 [astonbarclay.gb] INFO: Scrape type for 120659493: 2
2026-03-24 13:00:32 [astonbarclay.gb] INFO: Found listing with ID: 120668127
2026-03-24 13:00:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120668127%27 HTTP/1.1" 200 None
2026-03-24 13:00:32 [astonbarclay.gb] INFO: Scrape type for 120668127: 2
2026-03-24 13:00:32 [astonbarclay.gb] INFO: Found listing with ID: 120479674
2026-03-24 13:00:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120479674%27 HTTP/1.1" 200 None
2026-03-24 13:00:32 [astonbarclay.gb] INFO: Scrape type for 120479674: 0
2026-03-24 13:00:32 [astonbarclay.gb] INFO: Found listing with ID: 120479128
2026-03-24 13:00:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120479128%27 HTTP/1.1" 200 None
2026-03-24 13:00:33 [astonbarclay.gb] INFO: Scrape type for 120479128: 0
2026-03-24 13:00:33 [astonbarclay.gb] INFO: Found listing with ID: 120380938
2026-03-24 13:00:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120380938%27 HTTP/1.1" 200 None
2026-03-24 13:00:33 [astonbarclay.gb] INFO: Scrape type for 120380938: 2
2026-03-24 13:00:33 [astonbarclay.gb] INFO: Found listing with ID: 120479864
2026-03-24 13:00:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120479864%27 HTTP/1.1" 200 None
2026-03-24 13:00:33 [astonbarclay.gb] INFO: Scrape type for 120479864: 0
2026-03-24 13:00:33 [astonbarclay.gb] INFO: Found listing with ID: 120454533
2026-03-24 13:00:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120454533%27 HTTP/1.1" 200 None
2026-03-24 13:00:33 [astonbarclay.gb] INFO: Scrape type for 120454533: 0
2026-03-24 13:00:33 [astonbarclay.gb] INFO: Found listing with ID: 120663604
2026-03-24 13:00:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120663604%27 HTTP/1.1" 200 None
2026-03-24 13:00:33 [astonbarclay.gb] INFO: Scrape type for 120663604: 2
2026-03-24 13:00:33 [astonbarclay.gb] INFO: Found listing with ID: 120479474
2026-03-24 13:00:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120479474%27 HTTP/1.1" 200 None
2026-03-24 13:00:33 [astonbarclay.gb] INFO: Scrape type for 120479474: 0
2026-03-24 13:00:33 [astonbarclay.gb] INFO: Found listing with ID: 120502863
2026-03-24 13:00:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120502863%27 HTTP/1.1" 200 None
2026-03-24 13:00:33 [astonbarclay.gb] INFO: Scrape type for 120502863: 2
2026-03-24 13:00:33 [astonbarclay.gb] INFO: Found listing with ID: 120412317
2026-03-24 13:00:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120412317%27 HTTP/1.1" 200 None
2026-03-24 13:00:33 [astonbarclay.gb] INFO: Scrape type for 120412317: 2
2026-03-24 13:00:33 [astonbarclay.gb] INFO: Found listing with ID: 120473922
2026-03-24 13:00:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120473922%27 HTTP/1.1" 200 None
2026-03-24 13:00:33 [astonbarclay.gb] INFO: Scrape type for 120473922: 0
2026-03-24 13:00:33 [astonbarclay.gb] INFO: Found listing with ID: 120308896
2026-03-24 13:00:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120308896%27 HTTP/1.1" 200 None
2026-03-24 13:00:33 [astonbarclay.gb] INFO: Scrape type for 120308896: 0
2026-03-24 13:00:33 [astonbarclay.gb] INFO: Found listing with ID: 120251093
2026-03-24 13:00:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120251093%27 HTTP/1.1" 200 None
2026-03-24 13:00:33 [astonbarclay.gb] INFO: Scrape type for 120251093: 0
2026-03-24 13:00:33 [astonbarclay.gb] INFO: Found listing with ID: 120616110
2026-03-24 13:00:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120616110%27 HTTP/1.1" 200 None
2026-03-24 13:00:33 [astonbarclay.gb] INFO: Scrape type for 120616110: 0
2026-03-24 13:00:33 [astonbarclay.gb] INFO: Found listing with ID: 120415604
2026-03-24 13:00:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120415604%27 HTTP/1.1" 200 None
2026-03-24 13:00:33 [astonbarclay.gb] INFO: Scrape type for 120415604: 0
2026-03-24 13:00:33 [astonbarclay.gb] INFO: Found listing with ID: 120415856
2026-03-24 13:00:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120415856%27 HTTP/1.1" 200 None
2026-03-24 13:00:33 [astonbarclay.gb] INFO: Scrape type for 120415856: 0
2026-03-24 13:00:33 [astonbarclay.gb] INFO: Found listing with ID: 120418097
2026-03-24 13:00:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120418097%27 HTTP/1.1" 200 None
2026-03-24 13:00:33 [astonbarclay.gb] INFO: Scrape type for 120418097: 0
2026-03-24 13:00:33 [astonbarclay.gb] INFO: Found listing with ID: 120415592
2026-03-24 13:00:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120415592%27 HTTP/1.1" 200 None
2026-03-24 13:00:33 [astonbarclay.gb] INFO: Scrape type for 120415592: 0
2026-03-24 13:00:33 [astonbarclay.gb] INFO: Found listing with ID: 120418065
2026-03-24 13:00:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120418065%27 HTTP/1.1" 200 None
2026-03-24 13:00:33 [astonbarclay.gb] INFO: Scrape type for 120418065: 0
2026-03-24 13:00:33 [astonbarclay.gb] INFO: Found listing with ID: 120418087
2026-03-24 13:00:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120418087%27 HTTP/1.1" 200 None
2026-03-24 13:00:33 [astonbarclay.gb] INFO: Scrape type for 120418087: 0
2026-03-24 13:00:33 [astonbarclay.gb] INFO: Found listing with ID: 120056795
2026-03-24 13:00:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120056795%27 HTTP/1.1" 200 None
2026-03-24 13:00:33 [astonbarclay.gb] INFO: Scrape type for 120056795: 2
2026-03-24 13:00:33 [astonbarclay.gb] INFO: Found listing with ID: 120237760
2026-03-24 13:00:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120237760%27 HTTP/1.1" 200 None
2026-03-24 13:00:33 [astonbarclay.gb] INFO: Scrape type for 120237760: 0
2026-03-24 13:00:33 [astonbarclay.gb] INFO: Found listing with ID: 120432856
2026-03-24 13:00:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120432856%27 HTTP/1.1" 200 None
2026-03-24 13:00:33 [astonbarclay.gb] INFO: Scrape type for 120432856: 0
2026-03-24 13:00:33 [astonbarclay.gb] INFO: Found listing with ID: 120470094
2026-03-24 13:00:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120470094%27 HTTP/1.1" 200 None
2026-03-24 13:00:33 [astonbarclay.gb] INFO: Scrape type for 120470094: 2
2026-03-24 13:00:33 [astonbarclay.gb] INFO: Found listing with ID: 120415866
2026-03-24 13:00:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120415866%27 HTTP/1.1" 200 None
2026-03-24 13:00:33 [astonbarclay.gb] INFO: Scrape type for 120415866: 0
2026-03-24 13:00:33 [astonbarclay.gb] INFO: Found listing with ID: 120538208
2026-03-24 13:00:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120538208%27 HTTP/1.1" 200 None
2026-03-24 13:00:33 [astonbarclay.gb] INFO: Scrape type for 120538208: 0
2026-03-24 13:00:33 [astonbarclay.gb] INFO: Found listing with ID: 120418075
2026-03-24 13:00:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120418075%27 HTTP/1.1" 200 None
2026-03-24 13:00:33 [astonbarclay.gb] INFO: Scrape type for 120418075: 0
2026-03-24 13:00:33 [astonbarclay.gb] INFO: Found listing with ID: 120439132
2026-03-24 13:00:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120439132%27 HTTP/1.1" 200 None
2026-03-24 13:00:33 [astonbarclay.gb] INFO: Scrape type for 120439132: 0
2026-03-24 13:00:33 [astonbarclay.gb] INFO: Found listing with ID: 120470169
2026-03-24 13:00:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120470169%27 HTTP/1.1" 200 None
2026-03-24 13:00:33 [astonbarclay.gb] INFO: Scrape type for 120470169: 2
2026-03-24 13:00:33 [astonbarclay.gb] INFO: Found listing with ID: 120415846
2026-03-24 13:00:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120415846%27 HTTP/1.1" 200 None
2026-03-24 13:00:33 [astonbarclay.gb] INFO: Scrape type for 120415846: 0
2026-03-24 13:00:33 [astonbarclay.gb] INFO: Found listing with ID: 120237682
2026-03-24 13:00:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120237682%27 HTTP/1.1" 200 None
2026-03-24 13:00:33 [astonbarclay.gb] INFO: Scrape type for 120237682: 0
2026-03-24 13:00:33 [astonbarclay.gb] INFO: Found listing with ID: 120432773
2026-03-24 13:00:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120432773%27 HTTP/1.1" 200 None
2026-03-24 13:00:33 [astonbarclay.gb] INFO: Scrape type for 120432773: 0
2026-03-24 13:00:33 [astonbarclay.gb] INFO: Found listing with ID: 120462266
2026-03-24 13:00:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120462266%27 HTTP/1.1" 200 None
2026-03-24 13:00:33 [astonbarclay.gb] INFO: Scrape type for 120462266: 0
2026-03-24 13:00:33 [astonbarclay.gb] INFO: Found listing with ID: 120415583
2026-03-24 13:00:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120415583%27 HTTP/1.1" 200 None
2026-03-24 13:00:33 [astonbarclay.gb] INFO: Scrape type for 120415583: 0
2026-03-24 13:00:33 [astonbarclay.gb] INFO: Found listing with ID: 120432621
2026-03-24 13:00:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120432621%27 HTTP/1.1" 200 None
2026-03-24 13:00:33 [astonbarclay.gb] INFO: Scrape type for 120432621: 0
2026-03-24 13:00:33 [astonbarclay.gb] INFO: Found listing with ID: 120415836
2026-03-24 13:00:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120415836%27 HTTP/1.1" 200 None
2026-03-24 13:00:33 [astonbarclay.gb] INFO: Scrape type for 120415836: 0
2026-03-24 13:00:33 [astonbarclay.gb] INFO: Found listing with ID: 120462248
2026-03-24 13:00:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120462248%27 HTTP/1.1" 200 None
2026-03-24 13:00:33 [astonbarclay.gb] INFO: Scrape type for 120462248: 0
2026-03-24 13:00:33 [astonbarclay.gb] INFO: Found listing with ID: 120418124
2026-03-24 13:00:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120418124%27 HTTP/1.1" 200 None
2026-03-24 13:00:33 [astonbarclay.gb] INFO: Scrape type for 120418124: 0
2026-03-24 13:00:33 [astonbarclay.gb] INFO: Found listing with ID: 120439185
2026-03-24 13:00:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120439185%27 HTTP/1.1" 200 None
2026-03-24 13:00:33 [astonbarclay.gb] INFO: Scrape type for 120439185: 0
2026-03-24 13:00:33 [astonbarclay.gb] INFO: Found listing with ID: 120462215
2026-03-24 13:00:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120462215%27 HTTP/1.1" 200 None
2026-03-24 13:00:33 [astonbarclay.gb] INFO: Scrape type for 120462215: 0
2026-03-24 13:00:33 [astonbarclay.gb] INFO: Found listing with ID: 120415629
2026-03-24 13:00:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120415629%27 HTTP/1.1" 200 None
2026-03-24 13:00:33 [astonbarclay.gb] INFO: Scrape type for 120415629: 0
2026-03-24 13:00:33 [astonbarclay.gb] INFO: Found listing with ID: 120203738
2026-03-24 13:00:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120203738%27 HTTP/1.1" 200 None
2026-03-24 13:00:33 [astonbarclay.gb] INFO: Scrape type for 120203738: 2
2026-03-24 13:00:33 [astonbarclay.gb] INFO: Found listing with ID: 120462230
2026-03-24 13:00:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120462230%27 HTTP/1.1" 200 None
2026-03-24 13:00:33 [astonbarclay.gb] INFO: Scrape type for 120462230: 0
2026-03-24 13:00:33 [astonbarclay.gb] INFO: Found listing with ID: 120418329
2026-03-24 13:00:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120418329%27 HTTP/1.1" 200 None
2026-03-24 13:00:33 [astonbarclay.gb] INFO: Scrape type for 120418329: 0
2026-03-24 13:00:33 [astonbarclay.gb] INFO: Found listing with ID: 120439240
2026-03-24 13:00:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120439240%27 HTTP/1.1" 200 None
2026-03-24 13:00:33 [astonbarclay.gb] INFO: Scrape type for 120439240: 0
2026-03-24 13:00:33 [astonbarclay.gb] INFO: Found listing with ID: 120439208
2026-03-24 13:00:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120439208%27 HTTP/1.1" 200 None
2026-03-24 13:00:33 [astonbarclay.gb] INFO: Scrape type for 120439208: 0
2026-03-24 13:00:33 [astonbarclay.gb] INFO: Found listing with ID: 120462185
2026-03-24 13:00:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120462185%27 HTTP/1.1" 200 None
2026-03-24 13:00:33 [astonbarclay.gb] INFO: Scrape type for 120462185: 0
2026-03-24 13:00:33 [astonbarclay.gb] INFO: Found listing with ID: 120021794
2026-03-24 13:00:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120021794%27 HTTP/1.1" 200 None
2026-03-24 13:00:33 [astonbarclay.gb] INFO: Scrape type for 120021794: 2
2026-03-24 13:00:33 [astonbarclay.gb] INFO: Found listing with ID: 120439221
2026-03-24 13:00:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120439221%27 HTTP/1.1" 200 None
2026-03-24 13:00:33 [astonbarclay.gb] INFO: Scrape type for 120439221: 0
2026-03-24 13:00:33 [astonbarclay.gb] INFO: Found listing with ID: 120470251
2026-03-24 13:00:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120470251%27 HTTP/1.1" 200 None
2026-03-24 13:00:33 [astonbarclay.gb] INFO: Scrape type for 120470251: 2
2026-03-24 13:00:33 [astonbarclay.gb] INFO: Found listing with ID: 120439172
2026-03-24 13:00:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120439172%27 HTTP/1.1" 200 None
2026-03-24 13:00:33 [astonbarclay.gb] INFO: Scrape type for 120439172: 0
2026-03-24 13:00:33 [astonbarclay.gb] INFO: Found listing with ID: 120439144
2026-03-24 13:00:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120439144%27 HTTP/1.1" 200 None
2026-03-24 13:00:33 [astonbarclay.gb] INFO: Scrape type for 120439144: 0
2026-03-24 13:00:33 [astonbarclay.gb] INFO: Found listing with ID: 120247489
2026-03-24 13:00:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120247489%27 HTTP/1.1" 200 None
2026-03-24 13:00:33 [astonbarclay.gb] INFO: Scrape type for 120247489: 2
2026-03-24 13:00:33 [astonbarclay.gb] INFO: Found listing with ID: 120225028
2026-03-24 13:00:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120225028%27 HTTP/1.1" 200 None
2026-03-24 13:00:33 [astonbarclay.gb] INFO: Scrape type for 120225028: 2
2026-03-24 13:00:33 [astonbarclay.gb] INFO: Found listing with ID: 120056865
2026-03-24 13:00:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120056865%27 HTTP/1.1" 200 None
2026-03-24 13:00:33 [astonbarclay.gb] INFO: Scrape type for 120056865: 0
2026-03-24 13:00:33 [astonbarclay.gb] INFO: Found listing with ID: 120007374
2026-03-24 13:00:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120007374%27 HTTP/1.1" 200 None
2026-03-24 13:00:34 [astonbarclay.gb] INFO: Scrape type for 120007374: 0
2026-03-24 13:00:34 [astonbarclay.gb] INFO: Found listing with ID: 120439259
2026-03-24 13:00:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120439259%27 HTTP/1.1" 200 None
2026-03-24 13:00:34 [astonbarclay.gb] INFO: Scrape type for 120439259: 0
2026-03-24 13:00:34 [astonbarclay.gb] INFO: Found listing with ID: 120470283
2026-03-24 13:00:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120470283%27 HTTP/1.1" 200 None
2026-03-24 13:00:34 [astonbarclay.gb] INFO: Scrape type for 120470283: 2
2026-03-24 13:00:34 [astonbarclay.gb] INFO: Found listing with ID: 120470186
2026-03-24 13:00:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120470186%27 HTTP/1.1" 200 None
2026-03-24 13:00:34 [astonbarclay.gb] INFO: Scrape type for 120470186: 0
2026-03-24 13:00:34 [astonbarclay.gb] INFO: Found listing with ID: 120237809
2026-03-24 13:00:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120237809%27 HTTP/1.1" 200 None
2026-03-24 13:00:34 [astonbarclay.gb] INFO: Scrape type for 120237809: 2
2026-03-24 13:00:34 [astonbarclay.gb] INFO: Found listing with ID: 119801407
2026-03-24 13:00:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27119801407%27 HTTP/1.1" 200 None
2026-03-24 13:00:34 [astonbarclay.gb] INFO: Scrape type for 119801407: 2
2026-03-24 13:00:34 [astonbarclay.gb] INFO: Found listing with ID: 120007531
2026-03-24 13:00:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120007531%27 HTTP/1.1" 200 None
2026-03-24 13:00:34 [astonbarclay.gb] INFO: Scrape type for 120007531: 2
2026-03-24 13:00:34 [astonbarclay.gb] INFO: Found listing with ID: 120056805
2026-03-24 13:00:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120056805%27 HTTP/1.1" 200 None
2026-03-24 13:00:34 [astonbarclay.gb] INFO: Scrape type for 120056805: 2
2026-03-24 13:00:34 [astonbarclay.gb] INFO: Found listing with ID: 120041052
2026-03-24 13:00:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120041052%27 HTTP/1.1" 200 None
2026-03-24 13:00:34 [astonbarclay.gb] INFO: Scrape type for 120041052: 2
2026-03-24 13:00:34 [astonbarclay.gb] INFO: Found listing with ID: 120592975
2026-03-24 13:00:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120592975%27 HTTP/1.1" 200 None
2026-03-24 13:00:34 [astonbarclay.gb] INFO: Scrape type for 120592975: 0
2026-03-24 13:00:34 [astonbarclay.gb] INFO: Found listing with ID: 120459248
2026-03-24 13:00:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120459248%27 HTTP/1.1" 200 None
2026-03-24 13:00:34 [astonbarclay.gb] INFO: Scrape type for 120459248: 0
2026-03-24 13:00:34 [astonbarclay.gb] INFO: Found listing with ID: 120557682
2026-03-24 13:00:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120557682%27 HTTP/1.1" 200 None
2026-03-24 13:00:34 [astonbarclay.gb] INFO: Scrape type for 120557682: 2
2026-03-24 13:00:34 [astonbarclay.gb] INFO: Found listing with ID: 120536997
2026-03-24 13:00:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120536997%27 HTTP/1.1" 200 None
2026-03-24 13:00:34 [astonbarclay.gb] INFO: Scrape type for 120536997: 0
2026-03-24 13:00:34 [astonbarclay.gb] INFO: Found listing with ID: 120448393
2026-03-24 13:00:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120448393%27 HTTP/1.1" 200 None
2026-03-24 13:00:34 [astonbarclay.gb] INFO: Scrape type for 120448393: 0
2026-03-24 13:00:34 [astonbarclay.gb] INFO: Found listing with ID: 119819979
2026-03-24 13:00:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27119819979%27 HTTP/1.1" 200 None
2026-03-24 13:00:34 [astonbarclay.gb] INFO: Scrape type for 119819979: 2
2026-03-24 13:00:34 [astonbarclay.gb] INFO: Found listing with ID: 120543880
2026-03-24 13:00:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120543880%27 HTTP/1.1" 200 None
2026-03-24 13:00:34 [astonbarclay.gb] INFO: Scrape type for 120543880: 2
2026-03-24 13:00:34 [astonbarclay.gb] INFO: Found listing with ID: 120279489
2026-03-24 13:00:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120279489%27 HTTP/1.1" 200 None
2026-03-24 13:00:34 [astonbarclay.gb] INFO: Scrape type for 120279489: 2
2026-03-24 13:00:34 [astonbarclay.gb] INFO: Found listing with ID: 120407093
2026-03-24 13:00:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120407093%27 HTTP/1.1" 200 None
2026-03-24 13:00:34 [astonbarclay.gb] INFO: Scrape type for 120407093: 2
2026-03-24 13:00:34 [astonbarclay.gb] INFO: Found listing with ID: 120584241
2026-03-24 13:00:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120584241%27 HTTP/1.1" 200 None
2026-03-24 13:00:34 [astonbarclay.gb] INFO: Scrape type for 120584241: 0
2026-03-24 13:00:34 [astonbarclay.gb] INFO: Found listing with ID: 120442280
2026-03-24 13:00:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120442280%27 HTTP/1.1" 200 None
2026-03-24 13:00:34 [astonbarclay.gb] INFO: Scrape type for 120442280: 0
2026-03-24 13:00:34 [astonbarclay.gb] INFO: Found listing with ID: 120417615
2026-03-24 13:00:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120417615%27 HTTP/1.1" 200 None
2026-03-24 13:00:34 [astonbarclay.gb] INFO: Scrape type for 120417615: 0
2026-03-24 13:00:34 [astonbarclay.gb] INFO: Found listing with ID: 120447262
2026-03-24 13:00:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120447262%27 HTTP/1.1" 200 None
2026-03-24 13:00:34 [astonbarclay.gb] INFO: Scrape type for 120447262: 0
2026-03-24 13:00:34 [astonbarclay.gb] INFO: Found listing with ID: 119997798
2026-03-24 13:00:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27119997798%27 HTTP/1.1" 200 None
2026-03-24 13:00:34 [astonbarclay.gb] INFO: Scrape type for 119997798: 2
2026-03-24 13:00:34 [astonbarclay.gb] INFO: Found listing with ID: 120484351
2026-03-24 13:00:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120484351%27 HTTP/1.1" 200 None
2026-03-24 13:00:34 [astonbarclay.gb] INFO: Scrape type for 120484351: 0
2026-03-24 13:00:34 [astonbarclay.gb] INFO: Found listing with ID: 120465236
2026-03-24 13:00:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120465236%27 HTTP/1.1" 200 None
2026-03-24 13:00:34 [astonbarclay.gb] INFO: Scrape type for 120465236: 0
2026-03-24 13:00:34 [astonbarclay.gb] INFO: Found listing with ID: 120410795
2026-03-24 13:00:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120410795%27 HTTP/1.1" 200 None
2026-03-24 13:00:34 [astonbarclay.gb] INFO: Scrape type for 120410795: 0
2026-03-24 13:00:34 [astonbarclay.gb] INFO: Found listing with ID: 120417855
2026-03-24 13:00:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120417855%27 HTTP/1.1" 200 None
2026-03-24 13:00:34 [astonbarclay.gb] INFO: Scrape type for 120417855: 0
2026-03-24 13:00:34 [astonbarclay.gb] INFO: Found listing with ID: 120454745
2026-03-24 13:00:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120454745%27 HTTP/1.1" 200 None
2026-03-24 13:00:34 [astonbarclay.gb] INFO: Scrape type for 120454745: 0
2026-03-24 13:00:34 [astonbarclay.gb] INFO: Found listing with ID: 120452327
2026-03-24 13:00:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120452327%27 HTTP/1.1" 200 None
2026-03-24 13:00:34 [astonbarclay.gb] INFO: Scrape type for 120452327: 0
2026-03-24 13:00:34 [astonbarclay.gb] INFO: Found listing with ID: 120418026
2026-03-24 13:00:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120418026%27 HTTP/1.1" 200 None
2026-03-24 13:00:34 [astonbarclay.gb] INFO: Scrape type for 120418026: 0
2026-03-24 13:00:34 [astonbarclay.gb] INFO: Found listing with ID: 120444606
2026-03-24 13:00:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120444606%27 HTTP/1.1" 200 None
2026-03-24 13:00:34 [astonbarclay.gb] INFO: Scrape type for 120444606: 0
2026-03-24 13:00:34 [astonbarclay.gb] INFO: Found listing with ID: 120485941
2026-03-24 13:00:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120485941%27 HTTP/1.1" 200 None
2026-03-24 13:00:34 [astonbarclay.gb] INFO: Scrape type for 120485941: 0
2026-03-24 13:00:34 [astonbarclay.gb] INFO: Found listing with ID: 120475085
2026-03-24 13:00:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120475085%27 HTTP/1.1" 200 None
2026-03-24 13:00:34 [astonbarclay.gb] INFO: Scrape type for 120475085: 0
2026-03-24 13:00:34 [astonbarclay.gb] INFO: Found listing with ID: 120584212
2026-03-24 13:00:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120584212%27 HTTP/1.1" 200 None
2026-03-24 13:00:34 [astonbarclay.gb] INFO: Scrape type for 120584212: 0
2026-03-24 13:00:34 [astonbarclay.gb] INFO: Found listing with ID: 120413225
2026-03-24 13:00:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120413225%27 HTTP/1.1" 200 None
2026-03-24 13:00:34 [astonbarclay.gb] INFO: Scrape type for 120413225: 0
2026-03-24 13:00:34 [astonbarclay.gb] INFO: Found listing with ID: 120410877
2026-03-24 13:00:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120410877%27 HTTP/1.1" 200 None
2026-03-24 13:00:34 [astonbarclay.gb] INFO: Scrape type for 120410877: 0
2026-03-24 13:00:34 [astonbarclay.gb] INFO: Found listing with ID: 120263253
2026-03-24 13:00:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120263253%27 HTTP/1.1" 200 None
2026-03-24 13:00:34 [astonbarclay.gb] INFO: Scrape type for 120263253: 2
2026-03-24 13:00:34 [astonbarclay.gb] INFO: Found listing with ID: 120535742
2026-03-24 13:00:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120535742%27 HTTP/1.1" 200 None
2026-03-24 13:00:34 [astonbarclay.gb] INFO: Scrape type for 120535742: 2
2026-03-24 13:00:34 [astonbarclay.gb] INFO: Found listing with ID: 120444507
2026-03-24 13:00:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120444507%27 HTTP/1.1" 200 None
2026-03-24 13:00:34 [astonbarclay.gb] INFO: Scrape type for 120444507: 0
2026-03-24 13:00:34 [astonbarclay.gb] INFO: Found listing with ID: 120467703
2026-03-24 13:00:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120467703%27 HTTP/1.1" 200 None
2026-03-24 13:00:34 [astonbarclay.gb] INFO: Scrape type for 120467703: 0
2026-03-24 13:00:34 [astonbarclay.gb] INFO: Found listing with ID: 120478753
2026-03-24 13:00:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120478753%27 HTTP/1.1" 200 None
2026-03-24 13:00:34 [astonbarclay.gb] INFO: Scrape type for 120478753: 0
2026-03-24 13:00:34 [astonbarclay.gb] INFO: Found listing with ID: 120475265
2026-03-24 13:00:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120475265%27 HTTP/1.1" 200 None
2026-03-24 13:00:34 [astonbarclay.gb] INFO: Scrape type for 120475265: 0
2026-03-24 13:00:34 [astonbarclay.gb] INFO: Found listing with ID: 120592946
2026-03-24 13:00:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120592946%27 HTTP/1.1" 200 None
2026-03-24 13:00:34 [astonbarclay.gb] INFO: Scrape type for 120592946: 2
2026-03-24 13:00:34 [astonbarclay.gb] INFO: Found listing with ID: 120478717
2026-03-24 13:00:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120478717%27 HTTP/1.1" 200 None
2026-03-24 13:00:34 [astonbarclay.gb] INFO: Scrape type for 120478717: 0
2026-03-24 13:00:34 [astonbarclay.gb] INFO: Found listing with ID: 120592964
2026-03-24 13:00:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120592964%27 HTTP/1.1" 200 None
2026-03-24 13:00:34 [astonbarclay.gb] INFO: Scrape type for 120592964: 2
2026-03-24 13:00:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120599433?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-24 13:00:34 [astonbarclay.gb] INFO: Found listing with ID: 120465157
2026-03-24 13:00:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120465157%27 HTTP/1.1" 200 None
2026-03-24 13:00:34 [astonbarclay.gb] INFO: Scrape type for 120465157: 0
2026-03-24 13:00:34 [astonbarclay.gb] INFO: Found listing with ID: 120484248
2026-03-24 13:00:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120484248%27 HTTP/1.1" 200 None
2026-03-24 13:00:34 [astonbarclay.gb] INFO: Scrape type for 120484248: 0
2026-03-24 13:00:34 [astonbarclay.gb] INFO: Found listing with ID: 120594739
2026-03-24 13:00:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120594739%27 HTTP/1.1" 200 None
2026-03-24 13:00:34 [astonbarclay.gb] INFO: Scrape type for 120594739: 2
2026-03-24 13: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-24 13:00:34 [astonbarclay.gb] INFO: Found listing with ID: 120447198
2026-03-24 13:00:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120447198%27 HTTP/1.1" 200 None
2026-03-24 13:00:34 [astonbarclay.gb] INFO: Scrape type for 120447198: 0
2026-03-24 13:00:34 [astonbarclay.gb] INFO: Found listing with ID: 120519091
2026-03-24 13:00:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120519091%27 HTTP/1.1" 200 None
2026-03-24 13:00:34 [astonbarclay.gb] INFO: Scrape type for 120519091: 2
2026-03-24 13:00:34 [astonbarclay.gb] INFO: Found listing with ID: 120446832
2026-03-24 13:00:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120446832%27 HTTP/1.1" 200 None
2026-03-24 13:00:34 [astonbarclay.gb] INFO: Scrape type for 120446832: 0
2026-03-24 13:00:34 [astonbarclay.gb] INFO: Found listing with ID: 120509936
2026-03-24 13:00:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120509936%27 HTTP/1.1" 200 None
2026-03-24 13:00:34 [astonbarclay.gb] INFO: Scrape type for 120509936: 2
2026-03-24 13:00:34 [astonbarclay.gb] INFO: Found listing with ID: 120592934
2026-03-24 13:00:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120592934%27 HTTP/1.1" 200 None
2026-03-24 13:00:34 [astonbarclay.gb] INFO: Scrape type for 120592934: 2
2026-03-24 13:00:34 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120599433, 'registration': 'KW68XNZ', 'account': 'MOT075', 'make': 'MERCEDES-BENZ', 'model': 'A CLASS HATCHBACK', 'derivative': 'A200 AMG Line Premium 5dr Auto', 'mileage': 80609, 'mileageWarranty': True, 'type': 'car', 'saleId': 18965, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 240}, 'saleStart': '2026-03-24T10:00Z', 'lot': 19, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2018-12-31', 'fuel': 'Petrol', 'motExpiry': '2027-01-09', 'doors': 5, 'engineSize': 1332, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/KW68XNZ/2026-03-19/image/ee605958-2a53-4a58-b147-0fed70c10e76_removebg.jpg?w=600', 'https://abimg003.imgix.net/KW68XNZ/2026-03-19/image/afa74581-86c5-437f-b7c4-9d287eac3961_removebg.jpg?w=600', 'https://abimg003.imgix.net/KW68XNZ/2026-03-19/image/9706c119-9f0e-4423-9bf0-dce960a4cfa8_removebg.jpg?w=600', 'https://abimg003.imgix.net/KW68XNZ/2026-03-19/image/095701f4-ba49-422d-82a8-df6557a2ef6b_removebg.jpg?w=600', 'https://abimg003.imgix.net/KW68XNZ/2026-03-19/image/ca4119da-2598-4f26-a9cc-ab7b9db4c313_removebg.jpg?w=600', 'https://abimg003.imgix.net/KW68XNZ/2026-03-19/image/e065e678-aeaa-4236-b2e6-81fea46920c0_removebg.jpg?w=600', 'https://abimg003.imgix.net/KW68XNZ/2026-03-19/image/04f5316e-56c5-4848-8ce9-df63e7bc838d_removebg.jpg?w=600'], 'colour': 'SILVER', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': 'VOSA STATES 17K 26K 34K 38K 72K NUMBER OF FORMER KEEPERS UNKNOWN, SPARE KEY', 'virtual': False, 'seller': 'MotoNovo Finance', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': None, 'v5': True, 'v5details': 'Here', 'co2': 123, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/50d6c3f7-895c-41a7-b606-e1ea1036c6eb.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 13:00:34 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120599433, 'registration': 'KW68XNZ', 'account': 'MOT075', 'make': 'MERCEDES-BENZ', 'model': 'A CLASS HATCHBACK', 'derivative': 'A200 AMG Line Premium 5dr Auto', 'mileage': 80609, 'mileageWarranty': True, 'type': 'car', 'saleId': 18965, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 240}, 'saleStart': '2026-03-24T10:00Z', 'lot': 19, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2018-12-31', 'fuel': 'Petrol', 'motExpiry': '2027-01-09', 'doors': 5, 'engineSize': 1332, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/KW68XNZ/2026-03-19/image/ee605958-2a53-4a58-b147-0fed70c10e76_removebg.jpg?w=600', 'https://abimg003.imgix.net/KW68XNZ/2026-03-19/image/afa74581-86c5-437f-b7c4-9d287eac3961_removebg.jpg?w=600', 'https://abimg003.imgix.net/KW68XNZ/2026-03-19/image/9706c119-9f0e-4423-9bf0-dce960a4cfa8_removebg.jpg?w=600', 'https://abimg003.imgix.net/KW68XNZ/2026-03-19/image/095701f4-ba49-422d-82a8-df6557a2ef6b_removebg.jpg?w=600', 'https://abimg003.imgix.net/KW68XNZ/2026-03-19/image/ca4119da-2598-4f26-a9cc-ab7b9db4c313_removebg.jpg?w=600', 'https://abimg003.imgix.net/KW68XNZ/2026-03-19/image/e065e678-aeaa-4236-b2e6-81fea46920c0_removebg.jpg?w=600', 'https://abimg003.imgix.net/KW68XNZ/2026-03-19/image/04f5316e-56c5-4848-8ce9-df63e7bc838d_removebg.jpg?w=600'], 'colour': 'SILVER', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': 'VOSA STATES 17K 26K 34K 38K 72K NUMBER OF FORMER KEEPERS UNKNOWN, SPARE KEY', 'virtual': False, 'seller': 'MotoNovo Finance', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': None, 'v5': True, 'v5details': 'Here', 'co2': 123, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/50d6c3f7-895c-41a7-b606-e1ea1036c6eb.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 13:00:34 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0d5be7c4-558e-5b63-9f65-483827b0d6e4 with identifier: 120599433
2026-03-24 13:00:34 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0d5be7c4-558e-5b63-9f65-483827b0d6e4 with scrape type 2
2026-03-24 13:00:34 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0d5be7c4-558e-5b63-9f65-483827b0d6e4 with scrape type 2
2026-03-24 13:00:35 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 0d5be7c4-558e-5b63-9f65-483827b0d6e4, identifier: 120599433
2026-03-24 13:00:35 [astonbarclay.gb] INFO: Found listing with ID: 120550656
2026-03-24 13:00:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120550656%27 HTTP/1.1" 200 None
2026-03-24 13:00:35 [astonbarclay.gb] INFO: Scrape type for 120550656: 0
2026-03-24 13:00:35 [astonbarclay.gb] INFO: Found listing with ID: 120473770
2026-03-24 13:00:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120473770%27 HTTP/1.1" 200 None
2026-03-24 13:00:35 [astonbarclay.gb] INFO: Scrape type for 120473770: 0
2026-03-24 13:00:35 [astonbarclay.gb] INFO: Found listing with ID: 120300992
2026-03-24 13:00:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120300992%27 HTTP/1.1" 200 None
2026-03-24 13:00:35 [astonbarclay.gb] INFO: Scrape type for 120300992: 2
2026-03-24 13:00:35 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 0d5be7c4-558e-5b63-9f65-483827b0d6e4 with identifier: 120599433
2026-03-24 13:00:35 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-24 13:00:35 [urllib3.connectionpool] DEBUG: https://translate.google.com:443 "GET /m?tl=en&sl=auto&q=SILVER HTTP/1.1" 200 None
2026-03-24 13:00:35 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-24 13:00:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='auto',RowKey='auto') HTTP/1.1" 204 0
2026-03-24 13:00:35 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-24 13:00:35 [urllib3.connectionpool] DEBUG: https://translate.google.com:443 "GET /m?tl=en&sl=auto&q=Petrol HTTP/1.1" 200 None
2026-03-24 13:00:35 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-24 13:00:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='auto',RowKey='auto') HTTP/1.1" 204 0
2026-03-24 13:00:35 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 0d5be7c4-558e-5b63-9f65-483827b0d6e4 with identifier: 120599433
2026-03-24 13:00:35 [scrapy.core.scraper] INFO: Dropped: Dropping expired listing: 0d5be7c4-558e-5b63-9f65-483827b0d6e4 with expiration date: 2026-03-24T10:00:00Z
{'auction_title': '',
'c_o_2_emission_value': 123,
'color': 'SILVER',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.3L',
'expiration_date': '2026-03-24T10:00:00Z',
'fuel_type': 'Petrol',
'id': '0d5be7c4-558e-5b63-9f65-483827b0d6e4',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'KW68XNZ',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120599433',
'listing': 'auction',
'location': 'Aston Barclay Donington Park',
'make': 'MERCEDES-BENZ',
'model': 'A CLASS HATCHBACK',
'odometer': 80609,
'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': 'MotoNovo Finance',
'title': 'MERCEDES-BENZ A CLASS HATCHBACK A200 AMG Line Premium 5dr Auto',
'transmission': 'automatic',
'trim': 'A200 AMG Line Premium 5dr Auto',
'vin': None,
'year': 2018}
2026-03-24 13:00:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120599433%27 HTTP/1.1" 200 None
2026-03-24 13:00:35 [astonbarclay.gb] INFO: Saving data for 120599433: {'auction_closing_time': 1774346400.0, 'created_time': 1773930061.636597, 'last_price_update_time': 1774357235.937766}
2026-03-24 13:00:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:00:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120599433') HTTP/1.1" 204 0
2026-03-24 13:00:36 [astonbarclay.gb] INFO: Found listing with ID: 120474875
2026-03-24 13:00:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120474875%27 HTTP/1.1" 200 None
2026-03-24 13:00:36 [astonbarclay.gb] INFO: Scrape type for 120474875: 0
2026-03-24 13:00:36 [astonbarclay.gb] INFO: Found listing with ID: 120417733
2026-03-24 13:00:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120417733%27 HTTP/1.1" 200 None
2026-03-24 13:00:36 [astonbarclay.gb] INFO: Scrape type for 120417733: 0
2026-03-24 13:00:36 [astonbarclay.gb] INFO: Found listing with ID: 120253933
2026-03-24 13:00:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120253933%27 HTTP/1.1" 200 None
2026-03-24 13:00:36 [astonbarclay.gb] INFO: Scrape type for 120253933: 2
2026-03-24 13:00:36 [astonbarclay.gb] INFO: Found listing with ID: 120412923
2026-03-24 13:00:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120412923%27 HTTP/1.1" 200 None
2026-03-24 13:00:36 [astonbarclay.gb] INFO: Scrape type for 120412923: 0
2026-03-24 13:00:36 [astonbarclay.gb] INFO: Found listing with ID: 120465056
2026-03-24 13:00:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120465056%27 HTTP/1.1" 200 None
2026-03-24 13:00:36 [astonbarclay.gb] INFO: Scrape type for 120465056: 0
2026-03-24 13:00:36 [astonbarclay.gb] INFO: Found listing with ID: 120226759
2026-03-24 13:00:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120226759%27 HTTP/1.1" 200 None
2026-03-24 13:00:36 [astonbarclay.gb] INFO: Scrape type for 120226759: 0
2026-03-24 13:00:36 [astonbarclay.gb] INFO: Found listing with ID: 120473688
2026-03-24 13:00:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120473688%27 HTTP/1.1" 200 None
2026-03-24 13:00:36 [astonbarclay.gb] INFO: Scrape type for 120473688: 0
2026-03-24 13:00:36 [astonbarclay.gb] INFO: Found listing with ID: 120447199
2026-03-24 13:00:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120447199%27 HTTP/1.1" 200 None
2026-03-24 13:00:36 [astonbarclay.gb] INFO: Scrape type for 120447199: 0
2026-03-24 13:00:36 [astonbarclay.gb] INFO: Found listing with ID: 118151684
2026-03-24 13:00:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27118151684%27 HTTP/1.1" 200 None
2026-03-24 13:00:36 [astonbarclay.gb] INFO: Scrape type for 118151684: 2
2026-03-24 13:00:36 [astonbarclay.gb] INFO: Found listing with ID: 120282673
2026-03-24 13:00:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120282673%27 HTTP/1.1" 200 None
2026-03-24 13:00:36 [astonbarclay.gb] INFO: Scrape type for 120282673: 2
2026-03-24 13:00:36 [astonbarclay.gb] INFO: Found listing with ID: 120555896
2026-03-24 13:00:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120555896%27 HTTP/1.1" 200 None
2026-03-24 13:00:36 [astonbarclay.gb] INFO: Scrape type for 120555896: 0
2026-03-24 13:00:36 [astonbarclay.gb] INFO: Found listing with ID: 120412401
2026-03-24 13:00:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120412401%27 HTTP/1.1" 200 None
2026-03-24 13:00:36 [astonbarclay.gb] INFO: Scrape type for 120412401: 0
2026-03-24 13:00:36 [astonbarclay.gb] INFO: Found listing with ID: 120454896
2026-03-24 13:00:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120454896%27 HTTP/1.1" 200 None
2026-03-24 13:00:36 [astonbarclay.gb] INFO: Scrape type for 120454896: 0
2026-03-24 13:00:36 [astonbarclay.gb] INFO: Found listing with ID: 120577131
2026-03-24 13:00:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120577131%27 HTTP/1.1" 200 None
2026-03-24 13:00:36 [astonbarclay.gb] INFO: Scrape type for 120577131: 2
2026-03-24 13:00:36 [astonbarclay.gb] INFO: Found listing with ID: 120589047
2026-03-24 13:00:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120589047%27 HTTP/1.1" 200 None
2026-03-24 13:00:36 [astonbarclay.gb] INFO: Scrape type for 120589047: 2
2026-03-24 13:00:36 [astonbarclay.gb] INFO: Found listing with ID: 119819209
2026-03-24 13:00:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27119819209%27 HTTP/1.1" 200 None
2026-03-24 13:00:36 [astonbarclay.gb] INFO: Scrape type for 119819209: 0
2026-03-24 13:00:36 [astonbarclay.gb] INFO: Found listing with ID: 119670217
2026-03-24 13:00:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27119670217%27 HTTP/1.1" 200 None
2026-03-24 13:00:36 [astonbarclay.gb] INFO: Scrape type for 119670217: 0
2026-03-24 13:00:36 [astonbarclay.gb] INFO: Found listing with ID: 119343898
2026-03-24 13:00:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27119343898%27 HTTP/1.1" 200 None
2026-03-24 13:00:36 [astonbarclay.gb] INFO: Scrape type for 119343898: 2
2026-03-24 13:00:36 [astonbarclay.gb] INFO: Found listing with ID: 120284378
2026-03-24 13:00:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120284378%27 HTTP/1.1" 200 None
2026-03-24 13:00:36 [astonbarclay.gb] INFO: Scrape type for 120284378: 0
2026-03-24 13:00:36 [astonbarclay.gb] INFO: Found listing with ID: 117742671
2026-03-24 13:00:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27117742671%27 HTTP/1.1" 200 None
2026-03-24 13:00:36 [astonbarclay.gb] INFO: Scrape type for 117742671: 2
2026-03-24 13:00:36 [astonbarclay.gb] INFO: Found listing with ID: 120088335
2026-03-24 13:00:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120088335%27 HTTP/1.1" 200 None
2026-03-24 13:00:36 [astonbarclay.gb] INFO: Scrape type for 120088335: 0
2026-03-24 13:00:36 [astonbarclay.gb] INFO: Found listing with ID: 118714230
2026-03-24 13:00:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27118714230%27 HTTP/1.1" 200 None
2026-03-24 13:00:36 [astonbarclay.gb] INFO: Scrape type for 118714230: 2
2026-03-24 13:00:36 [astonbarclay.gb] INFO: Found listing with ID: 119192578
2026-03-24 13:00:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27119192578%27 HTTP/1.1" 200 None
2026-03-24 13:00:36 [astonbarclay.gb] INFO: Scrape type for 119192578: 2
2026-03-24 13:00:36 [astonbarclay.gb] INFO: Found listing with ID: 120114303
2026-03-24 13:00:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120114303%27 HTTP/1.1" 200 None
2026-03-24 13:00:36 [astonbarclay.gb] INFO: Scrape type for 120114303: 0
2026-03-24 13:00:36 [astonbarclay.gb] INFO: Found listing with ID: 120416058
2026-03-24 13:00:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120416058%27 HTTP/1.1" 200 None
2026-03-24 13:00:36 [astonbarclay.gb] INFO: Scrape type for 120416058: 0
2026-03-24 13:00:36 [astonbarclay.gb] INFO: Found listing with ID: 120114440
2026-03-24 13:00:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120114440%27 HTTP/1.1" 200 None
2026-03-24 13:00:36 [astonbarclay.gb] INFO: Scrape type for 120114440: 2
2026-03-24 13:00:36 [astonbarclay.gb] INFO: Found listing with ID: 119594883
2026-03-24 13:00:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27119594883%27 HTTP/1.1" 200 None
2026-03-24 13:00:36 [astonbarclay.gb] INFO: Scrape type for 119594883: 0
2026-03-24 13:00:36 [astonbarclay.gb] INFO: Found listing with ID: 120461336
2026-03-24 13:00:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120461336%27 HTTP/1.1" 200 None
2026-03-24 13:00:36 [astonbarclay.gb] INFO: Scrape type for 120461336: 0
2026-03-24 13:00:36 [astonbarclay.gb] INFO: Found listing with ID: 120471338
2026-03-24 13:00:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120471338%27 HTTP/1.1" 200 None
2026-03-24 13:00:36 [astonbarclay.gb] INFO: Scrape type for 120471338: 2
2026-03-24 13:00:36 [astonbarclay.gb] INFO: Found listing with ID: 120471388
2026-03-24 13:00:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120471388%27 HTTP/1.1" 200 None
2026-03-24 13:00:36 [astonbarclay.gb] INFO: Scrape type for 120471388: 0
2026-03-24 13:00:36 [astonbarclay.gb] INFO: Found listing with ID: 120416029
2026-03-24 13:00:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120416029%27 HTTP/1.1" 200 None
2026-03-24 13:00:36 [astonbarclay.gb] INFO: Scrape type for 120416029: 0
2026-03-24 13:00:36 [astonbarclay.gb] INFO: Found listing with ID: 119860131
2026-03-24 13:00:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27119860131%27 HTTP/1.1" 200 None
2026-03-24 13:00:36 [astonbarclay.gb] INFO: Scrape type for 119860131: 2
2026-03-24 13:00:36 [astonbarclay.gb] INFO: Found listing with ID: 120471319
2026-03-24 13:00:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120471319%27 HTTP/1.1" 200 None
2026-03-24 13:00:36 [astonbarclay.gb] INFO: Scrape type for 120471319: 0
2026-03-24 13:00:36 [astonbarclay.gb] INFO: Found listing with ID: 120416015
2026-03-24 13:00:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120416015%27 HTTP/1.1" 200 None
2026-03-24 13:00:36 [astonbarclay.gb] INFO: Scrape type for 120416015: 0
2026-03-24 13:00:36 [astonbarclay.gb] INFO: Found listing with ID: 120574999
2026-03-24 13:00:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120574999%27 HTTP/1.1" 200 None
2026-03-24 13:00:36 [astonbarclay.gb] INFO: Scrape type for 120574999: 0
2026-03-24 13:00:36 [astonbarclay.gb] INFO: Found listing with ID: 120471398
2026-03-24 13:00:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120471398%27 HTTP/1.1" 200 None
2026-03-24 13:00:36 [astonbarclay.gb] INFO: Scrape type for 120471398: 2
2026-03-24 13:00:36 [astonbarclay.gb] INFO: Found listing with ID: 120471377
2026-03-24 13:00:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120471377%27 HTTP/1.1" 200 None
2026-03-24 13:00:36 [astonbarclay.gb] INFO: Scrape type for 120471377: 0
2026-03-24 13:00:36 [astonbarclay.gb] INFO: Found listing with ID: 120471365
2026-03-24 13:00:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120471365%27 HTTP/1.1" 200 None
2026-03-24 13:00:36 [astonbarclay.gb] INFO: Scrape type for 120471365: 2
2026-03-24 13:00:36 [astonbarclay.gb] INFO: Found listing with ID: 120471411
2026-03-24 13:00:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120471411%27 HTTP/1.1" 200 None
2026-03-24 13:00:37 [astonbarclay.gb] INFO: Scrape type for 120471411: 2
2026-03-24 13:00:37 [astonbarclay.gb] INFO: Found listing with ID: 120471352
2026-03-24 13:00:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120471352%27 HTTP/1.1" 200 None
2026-03-24 13:00:37 [astonbarclay.gb] INFO: Scrape type for 120471352: 0
2026-03-24 13:00:37 [astonbarclay.gb] INFO: Found listing with ID: 120484600
2026-03-24 13:00:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120484600%27 HTTP/1.1" 200 None
2026-03-24 13:00:37 [astonbarclay.gb] INFO: Scrape type for 120484600: 2
2026-03-24 13:00:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120612662?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-24 13:00:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/119855237?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-24 13:00:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120098624?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-24 13:00:37 [astonbarclay.gb] INFO: Found listing with ID: 120484566
2026-03-24 13:00:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120484566%27 HTTP/1.1" 200 None
2026-03-24 13:00:37 [astonbarclay.gb] INFO: Scrape type for 120484566: 2
2026-03-24 13: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-24 13: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-24 13: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-24 13:00:37 [astonbarclay.gb] INFO: Found listing with ID: 120484555
2026-03-24 13:00:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120484555%27 HTTP/1.1" 200 None
2026-03-24 13:00:37 [astonbarclay.gb] INFO: Scrape type for 120484555: 2
2026-03-24 13:00:37 [astonbarclay.gb] INFO: Found listing with ID: 120484544
2026-03-24 13:00:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120484544%27 HTTP/1.1" 200 None
2026-03-24 13:00:37 [astonbarclay.gb] INFO: Scrape type for 120484544: 2
2026-03-24 13:00:37 [astonbarclay.gb] INFO: Found listing with ID: 119936725
2026-03-24 13:00:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27119936725%27 HTTP/1.1" 200 None
2026-03-24 13:00:37 [astonbarclay.gb] INFO: Scrape type for 119936725: 0
2026-03-24 13:00:37 [astonbarclay.gb] INFO: Found listing with ID: 120484612
2026-03-24 13:00:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120484612%27 HTTP/1.1" 200 None
2026-03-24 13:00:37 [astonbarclay.gb] INFO: Scrape type for 120484612: 2
2026-03-24 13:00:37 [astonbarclay.gb] INFO: Found listing with ID: 120461368
2026-03-24 13:00:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120461368%27 HTTP/1.1" 200 None
2026-03-24 13:00:37 [astonbarclay.gb] INFO: Scrape type for 120461368: 0
2026-03-24 13:00:37 [astonbarclay.gb] INFO: Found listing with ID: 120001684
2026-03-24 13:00:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120001684%27 HTTP/1.1" 200 None
2026-03-24 13:00:37 [astonbarclay.gb] INFO: Scrape type for 120001684: 2
2026-03-24 13:00:37 [astonbarclay.gb] INFO: Found listing with ID: 120257902
2026-03-24 13:00:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120257902%27 HTTP/1.1" 200 None
2026-03-24 13:00:37 [astonbarclay.gb] INFO: Scrape type for 120257902: 0
2026-03-24 13:00:37 [astonbarclay.gb] INFO: Found listing with ID: 120152272
2026-03-24 13:00:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120152272%27 HTTP/1.1" 200 None
2026-03-24 13:00:37 [astonbarclay.gb] INFO: Scrape type for 120152272: 2
2026-03-24 13:00:37 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120612662, 'registration': 'YY21UUF', 'account': '442001', 'make': 'FORD', 'model': 'RANGER DIESEL', 'derivative': 'Pick Up Double Cab Wildtrak 2.0 EcoBlue 213 Auto', 'mileage': 63908, 'mileageWarranty': True, 'type': 'commercial', 'saleId': 18965, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 240}, 'saleStart': '2026-03-24T10:00Z', 'lot': 156, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2021-06-10', 'fuel': 'Diesel', 'motExpiry': '2026-06-09', 'doors': None, 'engineSize': 1996, 'bodyType': 'Double Cab Pick-up', 'images': ['https://abimg003.imgix.net/YY21UUF/2026-03-19/image/cc1f3829-954a-405b-b900-52bc65d5051f_removebg.jpg?w=600', 'https://abimg003.imgix.net/YY21UUF/2026-03-19/image/9c65bb08-e904-4c8e-88a1-8bf0d5cf874a_removebg.jpg?w=600', 'https://abimg003.imgix.net/YY21UUF/2026-03-19/image/96b9ee95-3d25-463c-a8e3-a126b3c3fbb9_removebg.jpg?w=600', 'https://abimg003.imgix.net/YY21UUF/2026-03-19/image/226bb0d5-1e25-4ffc-b19b-d16a9f164560_removebg.jpg?w=600', 'https://abimg003.imgix.net/YY21UUF/2026-03-19/image/ed3164c8-cfea-4269-846e-9a8657035f20_removebg.jpg?w=600', 'https://abimg003.imgix.net/YY21UUF/2026-03-19/image/70ff827e-854b-46cc-9695-0d7aac549230_removebg.jpg?w=600', 'https://abimg003.imgix.net/YY21UUF/2026-03-19/image/8c97469a-7235-4914-8694-97761f66549d_removebg.jpg?w=600', 'https://abimg003.imgix.net/YY21UUF/2026-03-19/image/3f0033e2-4d92-42ee-aea6-2e4dfa51512a_removebg.jpg?w=600', 'https://abimg003.imgix.net/YY21UUF/2026-03-19/image/7be09d38-4a2c-4b2e-8923-afd94a0584c3_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith - LCV', 'serviceHistory': 'Service invoice 03/23-24K 11/23-31K 10/24-43K 10/25-61K', 'remarks': 'VOSA STATES 37K 55K SPARE KEY', 'virtual': False, 'seller': 'Part of United Rental Group', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '1', 'v5': True, 'v5details': 'Here', 'co2': 244, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/7f958709-a0a4-4766-aa17-bcd1fe68cada.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': '+VAT', 'value': '+VAT'}}
2026-03-24 13:00:37 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120612662, 'registration': 'YY21UUF', 'account': '442001', 'make': 'FORD', 'model': 'RANGER DIESEL', 'derivative': 'Pick Up Double Cab Wildtrak 2.0 EcoBlue 213 Auto', 'mileage': 63908, 'mileageWarranty': True, 'type': 'commercial', 'saleId': 18965, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 240}, 'saleStart': '2026-03-24T10:00Z', 'lot': 156, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2021-06-10', 'fuel': 'Diesel', 'motExpiry': '2026-06-09', 'doors': None, 'engineSize': 1996, 'bodyType': 'Double Cab Pick-up', 'images': ['https://abimg003.imgix.net/YY21UUF/2026-03-19/image/cc1f3829-954a-405b-b900-52bc65d5051f_removebg.jpg?w=600', 'https://abimg003.imgix.net/YY21UUF/2026-03-19/image/9c65bb08-e904-4c8e-88a1-8bf0d5cf874a_removebg.jpg?w=600', 'https://abimg003.imgix.net/YY21UUF/2026-03-19/image/96b9ee95-3d25-463c-a8e3-a126b3c3fbb9_removebg.jpg?w=600', 'https://abimg003.imgix.net/YY21UUF/2026-03-19/image/226bb0d5-1e25-4ffc-b19b-d16a9f164560_removebg.jpg?w=600', 'https://abimg003.imgix.net/YY21UUF/2026-03-19/image/ed3164c8-cfea-4269-846e-9a8657035f20_removebg.jpg?w=600', 'https://abimg003.imgix.net/YY21UUF/2026-03-19/image/70ff827e-854b-46cc-9695-0d7aac549230_removebg.jpg?w=600', 'https://abimg003.imgix.net/YY21UUF/2026-03-19/image/8c97469a-7235-4914-8694-97761f66549d_removebg.jpg?w=600', 'https://abimg003.imgix.net/YY21UUF/2026-03-19/image/3f0033e2-4d92-42ee-aea6-2e4dfa51512a_removebg.jpg?w=600', 'https://abimg003.imgix.net/YY21UUF/2026-03-19/image/7be09d38-4a2c-4b2e-8923-afd94a0584c3_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith - LCV', 'serviceHistory': 'Service invoice 03/23-24K 11/23-31K 10/24-43K 10/25-61K', 'remarks': 'VOSA STATES 37K 55K SPARE KEY', 'virtual': False, 'seller': 'Part of United Rental Group', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '1', 'v5': True, 'v5details': 'Here', 'co2': 244, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/7f958709-a0a4-4766-aa17-bcd1fe68cada.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': '+VAT', 'value': '+VAT'}}
2026-03-24 13:00:37 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 950ace58-e893-50aa-9cd2-a0759c04ba01 with identifier: 120612662
2026-03-24 13:00:37 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 950ace58-e893-50aa-9cd2-a0759c04ba01 with scrape type 2
2026-03-24 13:00:37 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 950ace58-e893-50aa-9cd2-a0759c04ba01 with scrape type 2
2026-03-24 13:00:37 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 950ace58-e893-50aa-9cd2-a0759c04ba01, identifier: 120612662
2026-03-24 13:00:37 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 119855237, 'registration': 'EN17JNZ', 'account': 'MOT075', 'make': 'VOLKSWAGEN', 'model': 'POLO HATCHBACK', 'derivative': '1.0 110 R-Line 3dr', 'mileage': 62022, 'mileageWarranty': True, 'type': 'car', 'saleId': 18965, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 240}, 'saleStart': '2026-03-24T10:00Z', 'lot': 12, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2017-06-30', 'fuel': 'Petrol', 'motExpiry': '2026-03-30', 'doors': 3, 'engineSize': 999, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/EN17JNZ/2026-02-24/image/d48cc61b-1c3a-4b86-b80b-66d5d828a2ff_removebg.jpg?w=600', 'https://abimg003.imgix.net/EN17JNZ/2026-02-24/image/a11087a3-3f8f-4ae0-9141-020107abcb4f_removebg.jpg?w=600', 'https://abimg003.imgix.net/EN17JNZ/2026-02-24/image/cf9aea67-86b2-4a27-9a29-8bfc72dfb1d7_removebg.jpg?w=600', 'https://abimg003.imgix.net/EN17JNZ/2026-02-24/image/d7caf631-4994-4acf-a47d-22a1dddbccb4_removebg.jpg?w=600', 'https://abimg003.imgix.net/EN17JNZ/2026-02-24/image/04022bde-61bf-4722-9309-d80d6395a69f_removebg.jpg?w=600', 'https://abimg003.imgix.net/EN17JNZ/2026-02-24/image/fef877a2-4d3f-4943-8ea5-c7de9830172d_removebg.jpg?w=600', 'https://abimg003.imgix.net/EN17JNZ/2026-02-24/image/70b77c15-b0c5-47f0-bccf-989ca31d534c_removebg.jpg?w=600', 'https://abimg003.imgix.net/EN17JNZ/2026-02-24/image/58ef3366-1092-4cf6-9054-d54b17646243_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': 'NUMBER OF FORMER KEERPERS UNKNOWN -VOSA STATES 16K 20K 28K 37K 45K 54K', 'virtual': False, 'seller': 'MotoNovo Finance', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': None, 'v5': True, 'v5details': 'Here', 'co2': 103, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/0233ef78-44de-4ce9-a6e8-bb0d54b91418.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 13:00:37 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 119855237, 'registration': 'EN17JNZ', 'account': 'MOT075', 'make': 'VOLKSWAGEN', 'model': 'POLO HATCHBACK', 'derivative': '1.0 110 R-Line 3dr', 'mileage': 62022, 'mileageWarranty': True, 'type': 'car', 'saleId': 18965, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 240}, 'saleStart': '2026-03-24T10:00Z', 'lot': 12, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2017-06-30', 'fuel': 'Petrol', 'motExpiry': '2026-03-30', 'doors': 3, 'engineSize': 999, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/EN17JNZ/2026-02-24/image/d48cc61b-1c3a-4b86-b80b-66d5d828a2ff_removebg.jpg?w=600', 'https://abimg003.imgix.net/EN17JNZ/2026-02-24/image/a11087a3-3f8f-4ae0-9141-020107abcb4f_removebg.jpg?w=600', 'https://abimg003.imgix.net/EN17JNZ/2026-02-24/image/cf9aea67-86b2-4a27-9a29-8bfc72dfb1d7_removebg.jpg?w=600', 'https://abimg003.imgix.net/EN17JNZ/2026-02-24/image/d7caf631-4994-4acf-a47d-22a1dddbccb4_removebg.jpg?w=600', 'https://abimg003.imgix.net/EN17JNZ/2026-02-24/image/04022bde-61bf-4722-9309-d80d6395a69f_removebg.jpg?w=600', 'https://abimg003.imgix.net/EN17JNZ/2026-02-24/image/fef877a2-4d3f-4943-8ea5-c7de9830172d_removebg.jpg?w=600', 'https://abimg003.imgix.net/EN17JNZ/2026-02-24/image/70b77c15-b0c5-47f0-bccf-989ca31d534c_removebg.jpg?w=600', 'https://abimg003.imgix.net/EN17JNZ/2026-02-24/image/58ef3366-1092-4cf6-9054-d54b17646243_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': 'NUMBER OF FORMER KEERPERS UNKNOWN -VOSA STATES 16K 20K 28K 37K 45K 54K', 'virtual': False, 'seller': 'MotoNovo Finance', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': None, 'v5': True, 'v5details': 'Here', 'co2': 103, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/0233ef78-44de-4ce9-a6e8-bb0d54b91418.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 13:00:37 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2e258cc7-6a14-5ef2-8fb4-bb72ec349cad with identifier: 119855237
2026-03-24 13:00:37 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2e258cc7-6a14-5ef2-8fb4-bb72ec349cad with scrape type 2
2026-03-24 13:00:37 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2e258cc7-6a14-5ef2-8fb4-bb72ec349cad with scrape type 2
2026-03-24 13:00:37 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 2e258cc7-6a14-5ef2-8fb4-bb72ec349cad, identifier: 119855237
2026-03-24 13:00:37 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120098624, 'registration': 'NX19EOD', 'account': 'MOT075', 'make': 'LAND ROVER', 'model': 'DISCOVERY DIESEL', 'derivative': '3.0 SDV6 306 HSE Commercial Auto', 'mileage': 196229, 'mileageWarranty': True, 'type': 'commercial', 'saleId': 18965, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 240}, 'saleStart': '2026-03-24T10:00Z', 'lot': 16, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2019-03-01', 'fuel': 'Diesel', 'motExpiry': '2026-07-21', 'doors': None, 'engineSize': 2993, 'bodyType': 'Hardtop', 'images': ['https://abimg003.imgix.net/NX19EOD/2026-03-16/image/3b01c522-285f-4707-8491-4e58535f4364_removebg.jpg?w=600', 'https://abimg003.imgix.net/NX19EOD/2026-03-16/image/c901f19c-98ee-4b61-b2d8-d775d264961a_removebg.jpg?w=600', 'https://abimg003.imgix.net/NX19EOD/2026-03-16/image/dafe9a52-8e45-4231-b072-e6b26ccf9c94_removebg.jpg?w=600', 'https://abimg003.imgix.net/NX19EOD/2026-03-16/image/d8b08ee0-2e5c-4bc9-933d-1a70f4122bc4_removebg.jpg?w=600', 'https://abimg003.imgix.net/NX19EOD/2026-03-16/image/e402924e-6243-428f-b699-96631df011ab_removebg.jpg?w=600', 'https://abimg003.imgix.net/NX19EOD/2026-03-16/image/00ad2a83-dcfe-4842-b6d6-997e4a7dabef_removebg.jpg?w=600', 'https://abimg003.imgix.net/NX19EOD/2026-03-16/image/3404b7a5-bb0b-48ac-b77f-f5f46a8e101a_removebg.jpg?w=600', 'https://abimg003.imgix.net/NX19EOD/2026-03-16/image/aba0b9c6-1804-441e-8c37-47a3b669e6ef_removebg.jpg?w=600'], 'colour': 'BLUE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith - LCV', 'serviceHistory': 'Service digital 08/19-15K, 01/20-32K, 08/21-58K, 12/21-74K, 04/22-94K', 'remarks': 'VEHICLE CAPPED AT 140K VOSA STATES 91K 125K 171K 195, 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': 202, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/37b81353-776b-4d00-8133-486260c866b7.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': '+VAT', 'value': '+VAT'}}
2026-03-24 13:00:37 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120098624, 'registration': 'NX19EOD', 'account': 'MOT075', 'make': 'LAND ROVER', 'model': 'DISCOVERY DIESEL', 'derivative': '3.0 SDV6 306 HSE Commercial Auto', 'mileage': 196229, 'mileageWarranty': True, 'type': 'commercial', 'saleId': 18965, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 240}, 'saleStart': '2026-03-24T10:00Z', 'lot': 16, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2019-03-01', 'fuel': 'Diesel', 'motExpiry': '2026-07-21', 'doors': None, 'engineSize': 2993, 'bodyType': 'Hardtop', 'images': ['https://abimg003.imgix.net/NX19EOD/2026-03-16/image/3b01c522-285f-4707-8491-4e58535f4364_removebg.jpg?w=600', 'https://abimg003.imgix.net/NX19EOD/2026-03-16/image/c901f19c-98ee-4b61-b2d8-d775d264961a_removebg.jpg?w=600', 'https://abimg003.imgix.net/NX19EOD/2026-03-16/image/dafe9a52-8e45-4231-b072-e6b26ccf9c94_removebg.jpg?w=600', 'https://abimg003.imgix.net/NX19EOD/2026-03-16/image/d8b08ee0-2e5c-4bc9-933d-1a70f4122bc4_removebg.jpg?w=600', 'https://abimg003.imgix.net/NX19EOD/2026-03-16/image/e402924e-6243-428f-b699-96631df011ab_removebg.jpg?w=600', 'https://abimg003.imgix.net/NX19EOD/2026-03-16/image/00ad2a83-dcfe-4842-b6d6-997e4a7dabef_removebg.jpg?w=600', 'https://abimg003.imgix.net/NX19EOD/2026-03-16/image/3404b7a5-bb0b-48ac-b77f-f5f46a8e101a_removebg.jpg?w=600', 'https://abimg003.imgix.net/NX19EOD/2026-03-16/image/aba0b9c6-1804-441e-8c37-47a3b669e6ef_removebg.jpg?w=600'], 'colour': 'BLUE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith - LCV', 'serviceHistory': 'Service digital 08/19-15K, 01/20-32K, 08/21-58K, 12/21-74K, 04/22-94K', 'remarks': 'VEHICLE CAPPED AT 140K VOSA STATES 91K 125K 171K 195, 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': 202, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/37b81353-776b-4d00-8133-486260c866b7.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': '+VAT', 'value': '+VAT'}}
2026-03-24 13:00:37 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8ef8d91c-5e96-5660-914b-d9d492e72ea3 with identifier: 120098624
2026-03-24 13:00:37 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8ef8d91c-5e96-5660-914b-d9d492e72ea3 with scrape type 2
2026-03-24 13:00:37 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8ef8d91c-5e96-5660-914b-d9d492e72ea3 with scrape type 2
2026-03-24 13:00:37 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 8ef8d91c-5e96-5660-914b-d9d492e72ea3, identifier: 120098624
2026-03-24 13:00:37 [astonbarclay.gb] INFO: Found listing with ID: 120521521
2026-03-24 13:00:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120521521%27 HTTP/1.1" 200 None
2026-03-24 13:00:37 [astonbarclay.gb] INFO: Scrape type for 120521521: 0
2026-03-24 13:00:37 [astonbarclay.gb] INFO: Found listing with ID: 120188516
2026-03-24 13:00:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120188516%27 HTTP/1.1" 200 None
2026-03-24 13:00:37 [astonbarclay.gb] INFO: Scrape type for 120188516: 2
2026-03-24 13:00:37 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 950ace58-e893-50aa-9cd2-a0759c04ba01 with identifier: 120612662
2026-03-24 13:00:37 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-24 13:00:38 [urllib3.connectionpool] DEBUG: https://translate.google.com:443 "GET /m?tl=en&sl=auto&q=BLACK HTTP/1.1" 200 None
2026-03-24 13:00:38 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-24 13: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-24 13:00:38 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-24 13: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-24 13:00:38 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-24 13: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-24 13:00:38 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 950ace58-e893-50aa-9cd2-a0759c04ba01 with identifier: 120612662
2026-03-24 13:00:38 [scrapy.core.scraper] INFO: Dropped: Dropping expired listing: 950ace58-e893-50aa-9cd2-a0759c04ba01 with expiration date: 2026-03-24T10:00:00Z
{'auction_title': '',
'c_o_2_emission_value': 244,
'color': 'BLACK',
'currency': 'GBP',
'doors_number': None,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'expiration_date': '2026-03-24T10:00:00Z',
'fuel_type': 'Diesel',
'id': '950ace58-e893-50aa-9cd2-a0759c04ba01',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'YY21UUF',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120612662',
'listing': 'auction',
'location': 'Aston Barclay Donington Park',
'make': 'FORD',
'model': 'RANGER DIESEL',
'odometer': 63908,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-06-10',
'seller_name': 'Part of United Rental Group',
'title': 'FORD RANGER DIESEL Pick Up Double Cab Wildtrak 2.0 EcoBlue 213 Auto',
'transmission': 'automatic',
'trim': 'Pick Up Double Cab Wildtrak 2.0 EcoBlue 213 Auto',
'vin': None,
'year': 2021}
2026-03-24 13:00:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120612662%27 HTTP/1.1" 200 None
2026-03-24 13:00:38 [astonbarclay.gb] INFO: Saving data for 120612662: {'auction_closing_time': 1774346400.0, 'created_time': 1773929215.217058, 'last_price_update_time': 1774357238.281361}
2026-03-24 13:00:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:00:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120612662') HTTP/1.1" 204 0
2026-03-24 13:00:38 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 2e258cc7-6a14-5ef2-8fb4-bb72ec349cad with identifier: 119855237
2026-03-24 13:00:38 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-24 13:00:38 [urllib3.connectionpool] DEBUG: https://translate.google.com:443 "GET /m?tl=en&sl=auto&q=GREY HTTP/1.1" 200 None
2026-03-24 13:00:38 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-24 13: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-24 13:00:38 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 2e258cc7-6a14-5ef2-8fb4-bb72ec349cad with identifier: 119855237
2026-03-24 13:00:38 [scrapy.core.scraper] INFO: Dropped: Dropping expired listing: 2e258cc7-6a14-5ef2-8fb4-bb72ec349cad with expiration date: 2026-03-24T10:00:00Z
{'auction_title': '',
'c_o_2_emission_value': 103,
'color': 'GREY',
'currency': 'GBP',
'doors_number': 3,
'emission_standard': 'EURO 6',
'engine': '1.0L',
'expiration_date': '2026-03-24T10:00:00Z',
'fuel_type': 'Petrol',
'id': '2e258cc7-6a14-5ef2-8fb4-bb72ec349cad',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'EN17JNZ',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/119855237',
'listing': 'auction',
'location': 'Aston Barclay Donington Park',
'make': 'VOLKSWAGEN',
'model': 'POLO HATCHBACK',
'odometer': 62022,
'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': 'MotoNovo Finance',
'title': 'VOLKSWAGEN POLO HATCHBACK 1.0 110 R-Line 3dr',
'transmission': 'manual',
'trim': '1.0 110 R-Line 3dr',
'vin': None,
'year': 2017}
2026-03-24 13:00:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27119855237%27 HTTP/1.1" 200 None
2026-03-24 13:00:38 [astonbarclay.gb] INFO: Saving data for 119855237: {'auction_closing_time': 1774346400.0, 'created_time': 1773406872.968443, 'last_price_update_time': 1774357238.573578}
2026-03-24 13:00:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:00:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='119855237') HTTP/1.1" 204 0
2026-03-24 13:00:38 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 8ef8d91c-5e96-5660-914b-d9d492e72ea3 with identifier: 120098624
2026-03-24 13:00:38 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-24 13:00:38 [urllib3.connectionpool] DEBUG: https://translate.google.com:443 "GET /m?tl=en&sl=auto&q=BLUE HTTP/1.1" 200 None
2026-03-24 13:00:38 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-24 13: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-24 13:00:38 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 8ef8d91c-5e96-5660-914b-d9d492e72ea3 with identifier: 120098624
2026-03-24 13:00:38 [scrapy.core.scraper] INFO: Dropped: Dropping expired listing: 8ef8d91c-5e96-5660-914b-d9d492e72ea3 with expiration date: 2026-03-24T10:00:00Z
{'auction_title': '',
'c_o_2_emission_value': 202,
'color': 'BLUE',
'currency': 'GBP',
'doors_number': None,
'emission_standard': 'EURO 6',
'engine': '3.0L',
'expiration_date': '2026-03-24T10:00:00Z',
'fuel_type': 'Diesel',
'id': '8ef8d91c-5e96-5660-914b-d9d492e72ea3',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'NX19EOD',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120098624',
'listing': 'auction',
'location': 'Aston Barclay Donington Park',
'make': 'LAND ROVER',
'model': 'DISCOVERY DIESEL',
'odometer': 196229,
'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': 'LAND ROVER DISCOVERY DIESEL 3.0 SDV6 306 HSE Commercial Auto',
'transmission': 'automatic',
'trim': '3.0 SDV6 306 HSE Commercial Auto',
'vin': None,
'year': 2019}
2026-03-24 13:00:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120098624%27 HTTP/1.1" 200 None
2026-03-24 13:00:38 [astonbarclay.gb] INFO: Saving data for 120098624: {'auction_closing_time': 1774346400.0, 'created_time': 1773430359.368585, 'last_price_update_time': 1774357238.770834}
2026-03-24 13:00:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:00:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120098624') HTTP/1.1" 204 0
2026-03-24 13:00:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120379886?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-24 13:00:38 [astonbarclay.gb] INFO: Found listing with ID: 120642502
2026-03-24 13:00:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120642502%27 HTTP/1.1" 200 None
2026-03-24 13:00:38 [astonbarclay.gb] INFO: Scrape type for 120642502: 2
2026-03-24 13: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-24 13:00:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/119964768?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-24 13: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-24 13:00:38 [astonbarclay.gb] INFO: Found listing with ID: 119965445
2026-03-24 13:00:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27119965445%27 HTTP/1.1" 200 None
2026-03-24 13:00:38 [astonbarclay.gb] INFO: Scrape type for 119965445: 2
2026-03-24 13:00:38 [astonbarclay.gb] INFO: Found listing with ID: 120063239
2026-03-24 13:00:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120063239%27 HTTP/1.1" 200 None
2026-03-24 13:00:38 [astonbarclay.gb] INFO: Scrape type for 120063239: 2
2026-03-24 13:00:38 [astonbarclay.gb] INFO: Found listing with ID: 120169084
2026-03-24 13:00:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120169084%27 HTTP/1.1" 200 None
2026-03-24 13:00:38 [astonbarclay.gb] INFO: Scrape type for 120169084: 0
2026-03-24 13:00:38 [astonbarclay.gb] INFO: Found listing with ID: 119760395
2026-03-24 13:00:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27119760395%27 HTTP/1.1" 200 None
2026-03-24 13:00:38 [astonbarclay.gb] INFO: Scrape type for 119760395: 2
2026-03-24 13:00:38 [astonbarclay.gb] INFO: Found listing with ID: 120197116
2026-03-24 13:00:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120197116%27 HTTP/1.1" 200 None
2026-03-24 13:00:38 [astonbarclay.gb] INFO: Scrape type for 120197116: 2
2026-03-24 13:00:38 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120379886, 'registration': 'DU68YSC', 'account': 'MOT075', 'make': 'LAND ROVER', 'model': 'RANGE ROVER EVOQUE HATCHBACK SPECIAL EDITION', 'derivative': '2.0 TD4 Landmark 5dr', 'mileage': 45202, 'mileageWarranty': True, 'type': 'car', 'saleId': 18965, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 240}, 'saleStart': '2026-03-24T10:00Z', 'lot': 5, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2018-11-26', 'fuel': 'Diesel', 'motExpiry': '2026-03-14', 'doors': 5, 'engineSize': 1999, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/DU68YSC/2026-03-12/image/f90eabe7-89fd-4fd5-879b-bfbac9fa56de_removebg.jpg?w=600', 'https://abimg003.imgix.net/DU68YSC/2026-03-12/image/347ac137-f01d-480d-9003-7149e2a29788_removebg.jpg?w=600', 'https://abimg003.imgix.net/DU68YSC/2026-03-12/image/fd3365b5-e7d4-4cda-a21f-e50c4067f750_removebg.jpg?w=600', 'https://abimg003.imgix.net/DU68YSC/2026-03-12/image/5a0dd1bc-a2b2-47a2-bd16-7f82fe2dd631_removebg.jpg?w=600', 'https://abimg003.imgix.net/DU68YSC/2026-03-12/image/5ae4ee9c-2f42-4d06-a6a5-e578de1df6c8_removebg.jpg?w=600', 'https://abimg003.imgix.net/DU68YSC/2026-03-12/image/8d4f52ec-3163-4dc0-8eca-3e4526b14dc3_removebg.jpg?w=600', 'https://abimg003.imgix.net/DU68YSC/2026-03-12/image/7d3b224d-8d22-4fa4-a5c8-af797b6b4d62_removebg.jpg?w=600', 'https://abimg003.imgix.net/DU68YSC/2026-03-12/image/46bfc9a4-ba33-415c-8349-58007247be73_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print 04/21 21K', 'remarks': 'SPARE KEY VOSA STATES 25K 32K 38K 42K - NUMBER OF FORMER KEEPERS UNKNOWN', 'virtual': False, 'seller': 'MotoNovo Finance', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '1', 'v5': True, 'v5details': 'Here', 'co2': 160, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/084e9d0e-e486-4b6e-aa57-8ec3ea34c0ca.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 13:00:38 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120379886, 'registration': 'DU68YSC', 'account': 'MOT075', 'make': 'LAND ROVER', 'model': 'RANGE ROVER EVOQUE HATCHBACK SPECIAL EDITION', 'derivative': '2.0 TD4 Landmark 5dr', 'mileage': 45202, 'mileageWarranty': True, 'type': 'car', 'saleId': 18965, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 240}, 'saleStart': '2026-03-24T10:00Z', 'lot': 5, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2018-11-26', 'fuel': 'Diesel', 'motExpiry': '2026-03-14', 'doors': 5, 'engineSize': 1999, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/DU68YSC/2026-03-12/image/f90eabe7-89fd-4fd5-879b-bfbac9fa56de_removebg.jpg?w=600', 'https://abimg003.imgix.net/DU68YSC/2026-03-12/image/347ac137-f01d-480d-9003-7149e2a29788_removebg.jpg?w=600', 'https://abimg003.imgix.net/DU68YSC/2026-03-12/image/fd3365b5-e7d4-4cda-a21f-e50c4067f750_removebg.jpg?w=600', 'https://abimg003.imgix.net/DU68YSC/2026-03-12/image/5a0dd1bc-a2b2-47a2-bd16-7f82fe2dd631_removebg.jpg?w=600', 'https://abimg003.imgix.net/DU68YSC/2026-03-12/image/5ae4ee9c-2f42-4d06-a6a5-e578de1df6c8_removebg.jpg?w=600', 'https://abimg003.imgix.net/DU68YSC/2026-03-12/image/8d4f52ec-3163-4dc0-8eca-3e4526b14dc3_removebg.jpg?w=600', 'https://abimg003.imgix.net/DU68YSC/2026-03-12/image/7d3b224d-8d22-4fa4-a5c8-af797b6b4d62_removebg.jpg?w=600', 'https://abimg003.imgix.net/DU68YSC/2026-03-12/image/46bfc9a4-ba33-415c-8349-58007247be73_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print 04/21 21K', 'remarks': 'SPARE KEY VOSA STATES 25K 32K 38K 42K - NUMBER OF FORMER KEEPERS UNKNOWN', 'virtual': False, 'seller': 'MotoNovo Finance', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '1', 'v5': True, 'v5details': 'Here', 'co2': 160, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/084e9d0e-e486-4b6e-aa57-8ec3ea34c0ca.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 13:00:38 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 41dc1aca-0f25-5734-8fca-d1caf61ef5f1 with identifier: 120379886
2026-03-24 13:00:38 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 41dc1aca-0f25-5734-8fca-d1caf61ef5f1 with scrape type 2
2026-03-24 13:00:38 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 41dc1aca-0f25-5734-8fca-d1caf61ef5f1 with scrape type 2
2026-03-24 13:00:39 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 41dc1aca-0f25-5734-8fca-d1caf61ef5f1, identifier: 120379886
2026-03-24 13:00:39 [astonbarclay.gb] INFO: Found listing with ID: 120474931
2026-03-24 13:00:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120474931%27 HTTP/1.1" 200 None
2026-03-24 13:00:39 [astonbarclay.gb] INFO: Scrape type for 120474931: 0
2026-03-24 13:00:39 [astonbarclay.gb] INFO: Found listing with ID: 120546508
2026-03-24 13:00:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120546508%27 HTTP/1.1" 200 None
2026-03-24 13:00:39 [astonbarclay.gb] INFO: Scrape type for 120546508: 0
2026-03-24 13:00:39 [astonbarclay.gb] INFO: Found listing with ID: 120632648
2026-03-24 13:00:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120632648%27 HTTP/1.1" 200 None
2026-03-24 13:00:39 [astonbarclay.gb] INFO: Scrape type for 120632648: 0
2026-03-24 13:00:39 [astonbarclay.gb] INFO: Found listing with ID: 120221428
2026-03-24 13:00:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120221428%27 HTTP/1.1" 200 None
2026-03-24 13:00:39 [astonbarclay.gb] INFO: Scrape type for 120221428: 2
2026-03-24 13:00:39 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 41dc1aca-0f25-5734-8fca-d1caf61ef5f1 with identifier: 120379886
2026-03-24 13:00:39 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 41dc1aca-0f25-5734-8fca-d1caf61ef5f1 with identifier: 120379886
2026-03-24 13:00:39 [scrapy.core.scraper] INFO: Dropped: Dropping expired listing: 41dc1aca-0f25-5734-8fca-d1caf61ef5f1 with expiration date: 2026-03-24T10:00:00Z
{'auction_title': '',
'c_o_2_emission_value': 160,
'color': 'GREY',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'expiration_date': '2026-03-24T10:00:00Z',
'fuel_type': 'Diesel',
'id': '41dc1aca-0f25-5734-8fca-d1caf61ef5f1',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'DU68YSC',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120379886',
'listing': 'auction',
'location': 'Aston Barclay Donington Park',
'make': 'LAND ROVER',
'model': 'RANGE ROVER EVOQUE HATCHBACK SPECIAL EDITION',
'odometer': 45202,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2018-11-26',
'seller_name': 'MotoNovo Finance',
'title': 'LAND ROVER RANGE ROVER EVOQUE HATCHBACK SPECIAL EDITION 2.0 TD4 '
'Landmark 5dr',
'transmission': 'manual',
'trim': '2.0 TD4 Landmark 5dr',
'vin': None,
'year': 2018}
2026-03-24 13:00:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120379886%27 HTTP/1.1" 200 None
2026-03-24 13:00:39 [astonbarclay.gb] INFO: Saving data for 120379886: {'auction_closing_time': 1774346400.0, 'created_time': 1773403365.521039, 'last_price_update_time': 1774357239.126916}
2026-03-24 13:00:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:00:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120379886') HTTP/1.1" 204 0
2026-03-24 13:00:39 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 119964768, 'registration': 'EO14ZRE', 'account': 'DAC001', 'make': 'FORD', 'model': 'KUGA DIESEL ESTATE', 'derivative': '2.0 TDCi 163 Titanium 5dr Powershift', 'mileage': 67282, 'mileageWarranty': True, 'type': 'car', 'saleId': 18965, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 240}, 'saleStart': '2026-03-24T10:00Z', 'lot': 71, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2014-04-18', 'fuel': 'Diesel', 'motExpiry': '2026-06-05', 'doors': 5, 'engineSize': 1997, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/EO14ZRE/2026-03-02/image/97f748d7-0447-4890-9de2-b4b4715505c9_removebg.jpg?w=600', 'https://abimg003.imgix.net/EO14ZRE/2026-03-02/image/26429086-f6d8-4391-b591-40dc7805147c_removebg.jpg?w=600', 'https://abimg003.imgix.net/EO14ZRE/2026-03-02/image/eaafc9c4-f029-4b21-b83c-2df0865d62fe_removebg.jpg?w=600', 'https://abimg003.imgix.net/EO14ZRE/2026-03-02/image/3313216b-27c7-4b9b-8e52-d2a7d6c3c0db_removebg.jpg?w=600', 'https://abimg003.imgix.net/EO14ZRE/2026-03-02/image/2cae0d66-3676-4200-b6bd-026139ad22a3_removebg.jpg?w=600', 'https://abimg003.imgix.net/EO14ZRE/2026-03-02/image/a00ff0e1-c005-4c80-b5b4-377363284ca6_removebg.jpg?w=600', 'https://abimg003.imgix.net/EO14ZRE/2026-03-02/image/8f607e9e-325f-4471-946b-7decd2e14e4d_removebg.jpg?w=600'], 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Express', 'serviceHistory': '', 'remarks': 'VOSA STATES 22K 35K 48K 60K 64K 66K 66K 67K', 'virtual': False, 'seller': 'Dace', '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/c1038e7e-b323-4ac4-9a90-a6af2f37ca18.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 13:00:39 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 119964768, 'registration': 'EO14ZRE', 'account': 'DAC001', 'make': 'FORD', 'model': 'KUGA DIESEL ESTATE', 'derivative': '2.0 TDCi 163 Titanium 5dr Powershift', 'mileage': 67282, 'mileageWarranty': True, 'type': 'car', 'saleId': 18965, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 240}, 'saleStart': '2026-03-24T10:00Z', 'lot': 71, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2014-04-18', 'fuel': 'Diesel', 'motExpiry': '2026-06-05', 'doors': 5, 'engineSize': 1997, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/EO14ZRE/2026-03-02/image/97f748d7-0447-4890-9de2-b4b4715505c9_removebg.jpg?w=600', 'https://abimg003.imgix.net/EO14ZRE/2026-03-02/image/26429086-f6d8-4391-b591-40dc7805147c_removebg.jpg?w=600', 'https://abimg003.imgix.net/EO14ZRE/2026-03-02/image/eaafc9c4-f029-4b21-b83c-2df0865d62fe_removebg.jpg?w=600', 'https://abimg003.imgix.net/EO14ZRE/2026-03-02/image/3313216b-27c7-4b9b-8e52-d2a7d6c3c0db_removebg.jpg?w=600', 'https://abimg003.imgix.net/EO14ZRE/2026-03-02/image/2cae0d66-3676-4200-b6bd-026139ad22a3_removebg.jpg?w=600', 'https://abimg003.imgix.net/EO14ZRE/2026-03-02/image/a00ff0e1-c005-4c80-b5b4-377363284ca6_removebg.jpg?w=600', 'https://abimg003.imgix.net/EO14ZRE/2026-03-02/image/8f607e9e-325f-4471-946b-7decd2e14e4d_removebg.jpg?w=600'], 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Express', 'serviceHistory': '', 'remarks': 'VOSA STATES 22K 35K 48K 60K 64K 66K 66K 67K', 'virtual': False, 'seller': 'Dace', '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/c1038e7e-b323-4ac4-9a90-a6af2f37ca18.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 13:00:39 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 99d78a32-3429-5024-8615-902d6ef2b0c9 with identifier: 119964768
2026-03-24 13:00:39 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 99d78a32-3429-5024-8615-902d6ef2b0c9 with scrape type 2
2026-03-24 13:00:39 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 99d78a32-3429-5024-8615-902d6ef2b0c9 with scrape type 2
2026-03-24 13:00:39 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 99d78a32-3429-5024-8615-902d6ef2b0c9, identifier: 119964768
2026-03-24 13:00:39 [astonbarclay.gb] INFO: Found listing with ID: 119052103
2026-03-24 13:00:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27119052103%27 HTTP/1.1" 200 None
2026-03-24 13:00:39 [astonbarclay.gb] INFO: Scrape type for 119052103: 2
2026-03-24 13:00:39 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 99d78a32-3429-5024-8615-902d6ef2b0c9 with identifier: 119964768
2026-03-24 13:00:39 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-24 13:00:39 [urllib3.connectionpool] DEBUG: https://translate.google.com:443 "GET /m?tl=en&sl=auto&q=WHITE HTTP/1.1" 200 None
2026-03-24 13:00:39 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-24 13:00:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='auto',RowKey='auto') HTTP/1.1" 204 0
2026-03-24 13:00:39 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 99d78a32-3429-5024-8615-902d6ef2b0c9 with identifier: 119964768
2026-03-24 13:00:39 [scrapy.core.scraper] INFO: Dropped: Dropping expired listing: 99d78a32-3429-5024-8615-902d6ef2b0c9 with expiration date: 2026-03-24T10:00:00Z
{'auction_title': '',
'c_o_2_emission_value': 162,
'color': 'WHITE',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 5',
'engine': '2.0L',
'expiration_date': '2026-03-24T10:00:00Z',
'fuel_type': 'Diesel',
'id': '99d78a32-3429-5024-8615-902d6ef2b0c9',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'EO14ZRE',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/119964768',
'listing': 'auction',
'location': 'Aston Barclay Donington Park',
'make': 'FORD',
'model': 'KUGA DIESEL ESTATE',
'odometer': 67282,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2014-04-18',
'seller_name': 'Dace',
'title': 'FORD KUGA DIESEL ESTATE 2.0 TDCi 163 Titanium 5dr Powershift',
'transmission': 'automatic',
'trim': '2.0 TDCi 163 Titanium 5dr Powershift',
'vin': None,
'year': 2014}
2026-03-24 13:00:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27119964768%27 HTTP/1.1" 200 None
2026-03-24 13:00:39 [astonbarclay.gb] INFO: Saving data for 119964768: {'auction_closing_time': 1774346400.0, 'created_time': 1773403664.660486, 'last_price_update_time': 1774357239.474357}
2026-03-24 13:00:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:00:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='119964768') HTTP/1.1" 204 0
2026-03-24 13:00:39 [astonbarclay.gb] INFO: Found listing with ID: 120208207
2026-03-24 13:00:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120208207%27 HTTP/1.1" 200 None
2026-03-24 13:00:39 [astonbarclay.gb] INFO: Scrape type for 120208207: 2
2026-03-24 13:00:39 [astonbarclay.gb] INFO: Found listing with ID: 120255215
2026-03-24 13:00:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120255215%27 HTTP/1.1" 200 None
2026-03-24 13:00:39 [astonbarclay.gb] INFO: Scrape type for 120255215: 0
2026-03-24 13:00:39 [astonbarclay.gb] INFO: Found listing with ID: 120100551
2026-03-24 13:00:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120100551%27 HTTP/1.1" 200 None
2026-03-24 13:00:39 [astonbarclay.gb] INFO: Scrape type for 120100551: 2
2026-03-24 13:00:39 [astonbarclay.gb] INFO: Found listing with ID: 120622634
2026-03-24 13:00:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120622634%27 HTTP/1.1" 200 None
2026-03-24 13:00:39 [astonbarclay.gb] INFO: Scrape type for 120622634: 2
2026-03-24 13:00:39 [astonbarclay.gb] INFO: Found listing with ID: 120529222
2026-03-24 13:00:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120529222%27 HTTP/1.1" 200 None
2026-03-24 13:00:39 [astonbarclay.gb] INFO: Scrape type for 120529222: 0
2026-03-24 13:00:39 [astonbarclay.gb] INFO: Found listing with ID: 120676530
2026-03-24 13:00:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120676530%27 HTTP/1.1" 200 None
2026-03-24 13:00:39 [astonbarclay.gb] INFO: Scrape type for 120676530: 2
2026-03-24 13:00:39 [astonbarclay.gb] INFO: Found listing with ID: 120484239
2026-03-24 13:00:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120484239%27 HTTP/1.1" 200 None
2026-03-24 13:00:39 [astonbarclay.gb] INFO: Scrape type for 120484239: 2
2026-03-24 13:00:39 [astonbarclay.gb] INFO: Found listing with ID: 120676773
2026-03-24 13:00:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120676773%27 HTTP/1.1" 200 None
2026-03-24 13:00:39 [astonbarclay.gb] INFO: Scrape type for 120676773: 2
2026-03-24 13:00:39 [astonbarclay.gb] INFO: Found listing with ID: 120538439
2026-03-24 13:00:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120538439%27 HTTP/1.1" 200 None
2026-03-24 13:00:39 [astonbarclay.gb] INFO: Scrape type for 120538439: 0
2026-03-24 13:00:39 [astonbarclay.gb] INFO: Found listing with ID: 120714720
2026-03-24 13:00:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120714720%27 HTTP/1.1" 200 None
2026-03-24 13:00:39 [astonbarclay.gb] INFO: Scrape type for 120714720: 0
2026-03-24 13:00:39 [astonbarclay.gb] INFO: Found listing with ID: 120718166
2026-03-24 13:00:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120718166%27 HTTP/1.1" 200 None
2026-03-24 13:00:39 [astonbarclay.gb] INFO: Scrape type for 120718166: 0
2026-03-24 13:00:39 [astonbarclay.gb] INFO: Found listing with ID: 119628212
2026-03-24 13:00:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27119628212%27 HTTP/1.1" 200 None
2026-03-24 13:00:39 [astonbarclay.gb] INFO: Scrape type for 119628212: 2
2026-03-24 13:00:39 [astonbarclay.gb] INFO: Found listing with ID: 120174959
2026-03-24 13:00:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120174959%27 HTTP/1.1" 200 None
2026-03-24 13:00:39 [astonbarclay.gb] INFO: Scrape type for 120174959: 2
2026-03-24 13:00:39 [astonbarclay.gb] INFO: Found listing with ID: 120609624
2026-03-24 13:00:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120609624%27 HTTP/1.1" 200 None
2026-03-24 13:00:39 [astonbarclay.gb] INFO: Scrape type for 120609624: 2
2026-03-24 13:00:39 [astonbarclay.gb] INFO: Found listing with ID: 120610317
2026-03-24 13:00:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120610317%27 HTTP/1.1" 200 None
2026-03-24 13:00:39 [astonbarclay.gb] INFO: Scrape type for 120610317: 2
2026-03-24 13:00:39 [astonbarclay.gb] INFO: Found listing with ID: 119734446
2026-03-24 13:00:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27119734446%27 HTTP/1.1" 200 None
2026-03-24 13:00:39 [astonbarclay.gb] INFO: Scrape type for 119734446: 2
2026-03-24 13:00:39 [astonbarclay.gb] INFO: Found listing with ID: 120550354
2026-03-24 13:00:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120550354%27 HTTP/1.1" 200 None
2026-03-24 13:00:39 [astonbarclay.gb] INFO: Scrape type for 120550354: 2
2026-03-24 13:00:39 [astonbarclay.gb] INFO: Found listing with ID: 120618235
2026-03-24 13:00:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120618235%27 HTTP/1.1" 200 None
2026-03-24 13:00:39 [astonbarclay.gb] INFO: Scrape type for 120618235: 0
2026-03-24 13:00:39 [astonbarclay.gb] INFO: Found listing with ID: 120291886
2026-03-24 13:00:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120291886%27 HTTP/1.1" 200 None
2026-03-24 13:00:40 [astonbarclay.gb] INFO: Scrape type for 120291886: 2
2026-03-24 13:00:40 [astonbarclay.gb] INFO: Found listing with ID: 120245728
2026-03-24 13:00:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120245728%27 HTTP/1.1" 200 None
2026-03-24 13:00:40 [astonbarclay.gb] INFO: Scrape type for 120245728: 2
2026-03-24 13:00:40 [astonbarclay.gb] INFO: Found listing with ID: 120245719
2026-03-24 13:00:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120245719%27 HTTP/1.1" 200 None
2026-03-24 13:00:40 [astonbarclay.gb] INFO: Scrape type for 120245719: 2
2026-03-24 13:00:40 [astonbarclay.gb] INFO: Found listing with ID: 120556241
2026-03-24 13:00:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120556241%27 HTTP/1.1" 200 None
2026-03-24 13:00:40 [astonbarclay.gb] INFO: Scrape type for 120556241: 0
2026-03-24 13:00:40 [astonbarclay.gb] INFO: Found listing with ID: 120555531
2026-03-24 13:00:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120555531%27 HTTP/1.1" 200 None
2026-03-24 13:00:40 [astonbarclay.gb] INFO: Scrape type for 120555531: 2
2026-03-24 13:00:40 [astonbarclay.gb] INFO: Found listing with ID: 120555568
2026-03-24 13:00:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120555568%27 HTTP/1.1" 200 None
2026-03-24 13:00:40 [astonbarclay.gb] INFO: Scrape type for 120555568: 2
2026-03-24 13:00:40 [astonbarclay.gb] INFO: Found listing with ID: 120555558
2026-03-24 13:00:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120555558%27 HTTP/1.1" 200 None
2026-03-24 13:00:40 [astonbarclay.gb] INFO: Scrape type for 120555558: 2
2026-03-24 13:00:40 [astonbarclay.gb] INFO: Found listing with ID: 120555545
2026-03-24 13:00:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120555545%27 HTTP/1.1" 200 None
2026-03-24 13:00:40 [astonbarclay.gb] INFO: Scrape type for 120555545: 2
2026-03-24 13:00:40 [astonbarclay.gb] INFO: Found listing with ID: 120555500
2026-03-24 13:00:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120555500%27 HTTP/1.1" 200 None
2026-03-24 13:00:40 [astonbarclay.gb] INFO: Scrape type for 120555500: 2
2026-03-24 13:00:40 [astonbarclay.gb] INFO: Found listing with ID: 120555519
2026-03-24 13:00:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120555519%27 HTTP/1.1" 200 None
2026-03-24 13:00:40 [astonbarclay.gb] INFO: Scrape type for 120555519: 0
2026-03-24 13:00:40 [astonbarclay.gb] INFO: Found listing with ID: 120648081
2026-03-24 13:00:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120648081%27 HTTP/1.1" 200 None
2026-03-24 13:00:40 [astonbarclay.gb] INFO: Scrape type for 120648081: 0
2026-03-24 13:00:40 [astonbarclay.gb] INFO: Found listing with ID: 120648809
2026-03-24 13:00:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120648809%27 HTTP/1.1" 200 None
2026-03-24 13:00:40 [astonbarclay.gb] INFO: Scrape type for 120648809: 0
2026-03-24 13:00:40 [astonbarclay.gb] INFO: Found listing with ID: 120649878
2026-03-24 13:00:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120649878%27 HTTP/1.1" 200 None
2026-03-24 13:00:40 [astonbarclay.gb] INFO: Scrape type for 120649878: 0
2026-03-24 13:00:40 [astonbarclay.gb] INFO: Found listing with ID: 120649544
2026-03-24 13:00:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120649544%27 HTTP/1.1" 200 None
2026-03-24 13:00:40 [astonbarclay.gb] INFO: Scrape type for 120649544: 0
2026-03-24 13:00:40 [astonbarclay.gb] INFO: Found listing with ID: 120651239
2026-03-24 13:00:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120651239%27 HTTP/1.1" 200 None
2026-03-24 13:00:40 [astonbarclay.gb] INFO: Scrape type for 120651239: 0
2026-03-24 13:00:40 [astonbarclay.gb] INFO: Found listing with ID: 120649039
2026-03-24 13:00:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120649039%27 HTTP/1.1" 200 None
2026-03-24 13:00:40 [astonbarclay.gb] INFO: Scrape type for 120649039: 0
2026-03-24 13:00:40 [astonbarclay.gb] INFO: Found listing with ID: 120652259
2026-03-24 13:00:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120652259%27 HTTP/1.1" 200 None
2026-03-24 13:00:40 [astonbarclay.gb] INFO: Scrape type for 120652259: 0
2026-03-24 13:00:40 [astonbarclay.gb] INFO: Found listing with ID: 120097975
2026-03-24 13:00:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120097975%27 HTTP/1.1" 200 None
2026-03-24 13:00:40 [astonbarclay.gb] INFO: Scrape type for 120097975: 2
2026-03-24 13:00:40 [astonbarclay.gb] INFO: Found listing with ID: 120651420
2026-03-24 13:00:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120651420%27 HTTP/1.1" 200 None
2026-03-24 13:00:40 [astonbarclay.gb] INFO: Scrape type for 120651420: 0
2026-03-24 13:00:40 [astonbarclay.gb] INFO: Found listing with ID: 120652442
2026-03-24 13:00:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120652442%27 HTTP/1.1" 200 None
2026-03-24 13:00:40 [astonbarclay.gb] INFO: Scrape type for 120652442: 2
2026-03-24 13:00:40 [astonbarclay.gb] INFO: Found listing with ID: 120648596
2026-03-24 13:00:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120648596%27 HTTP/1.1" 200 None
2026-03-24 13:00:40 [astonbarclay.gb] INFO: Scrape type for 120648596: 0
2026-03-24 13:00:40 [astonbarclay.gb] INFO: Found listing with ID: 120134147
2026-03-24 13:00:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120134147%27 HTTP/1.1" 200 None
2026-03-24 13:00:40 [astonbarclay.gb] INFO: Scrape type for 120134147: 2
2026-03-24 13:00:40 [astonbarclay.gb] INFO: Found listing with ID: 120652810
2026-03-24 13:00:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120652810%27 HTTP/1.1" 200 None
2026-03-24 13:00:40 [astonbarclay.gb] INFO: Scrape type for 120652810: 2
2026-03-24 13:00:40 [astonbarclay.gb] INFO: Found listing with ID: 120256211
2026-03-24 13:00:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120256211%27 HTTP/1.1" 200 None
2026-03-24 13:00:40 [astonbarclay.gb] INFO: Scrape type for 120256211: 2
2026-03-24 13:00:40 [astonbarclay.gb] INFO: Found listing with ID: 120677559
2026-03-24 13:00:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120677559%27 HTTP/1.1" 200 None
2026-03-24 13:00:40 [astonbarclay.gb] INFO: Scrape type for 120677559: 0
2026-03-24 13:00:40 [astonbarclay.gb] INFO: Found listing with ID: 120444510
2026-03-24 13:00:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120444510%27 HTTP/1.1" 200 None
2026-03-24 13:00:40 [astonbarclay.gb] INFO: Scrape type for 120444510: 0
2026-03-24 13:00:40 [astonbarclay.gb] INFO: Found listing with ID: 120478150
2026-03-24 13:00:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120478150%27 HTTP/1.1" 200 None
2026-03-24 13:00:40 [astonbarclay.gb] INFO: Scrape type for 120478150: 2
2026-03-24 13:00:40 [astonbarclay.gb] INFO: Found listing with ID: 120443912
2026-03-24 13:00:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120443912%27 HTTP/1.1" 200 None
2026-03-24 13:00:40 [astonbarclay.gb] INFO: Scrape type for 120443912: 0
2026-03-24 13:00:40 [astonbarclay.gb] INFO: Found listing with ID: 120444460
2026-03-24 13:00:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120444460%27 HTTP/1.1" 200 None
2026-03-24 13:00:40 [astonbarclay.gb] INFO: Scrape type for 120444460: 2
2026-03-24 13:00:40 [astonbarclay.gb] INFO: Found listing with ID: 120264018
2026-03-24 13:00:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120264018%27 HTTP/1.1" 200 None
2026-03-24 13:00:40 [astonbarclay.gb] INFO: Scrape type for 120264018: 2
2026-03-24 13:00:40 [astonbarclay.gb] INFO: Found listing with ID: 120134033
2026-03-24 13:00:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120134033%27 HTTP/1.1" 200 None
2026-03-24 13:00:40 [astonbarclay.gb] INFO: Scrape type for 120134033: 2
2026-03-24 13:00:40 [astonbarclay.gb] INFO: Found listing with ID: 120263591
2026-03-24 13:00:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120263591%27 HTTP/1.1" 200 None
2026-03-24 13:00:40 [astonbarclay.gb] INFO: Scrape type for 120263591: 2
2026-03-24 13:00:40 [astonbarclay.gb] INFO: Found listing with ID: 120677476
2026-03-24 13:00:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120677476%27 HTTP/1.1" 200 None
2026-03-24 13:00:40 [astonbarclay.gb] INFO: Scrape type for 120677476: 0
2026-03-24 13:00:40 [astonbarclay.gb] INFO: Found listing with ID: 120029775
2026-03-24 13:00:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120029775%27 HTTP/1.1" 200 None
2026-03-24 13:00:40 [astonbarclay.gb] INFO: Scrape type for 120029775: 2
2026-03-24 13:00:40 [astonbarclay.gb] INFO: Found listing with ID: 120478141
2026-03-24 13:00:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120478141%27 HTTP/1.1" 200 None
2026-03-24 13:00:40 [astonbarclay.gb] INFO: Scrape type for 120478141: 2
2026-03-24 13:00:40 [astonbarclay.gb] INFO: Found listing with ID: 120264042
2026-03-24 13:00:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120264042%27 HTTP/1.1" 200 None
2026-03-24 13:00:40 [astonbarclay.gb] INFO: Scrape type for 120264042: 2
2026-03-24 13:00:40 [astonbarclay.gb] INFO: Found listing with ID: 120443631
2026-03-24 13:00:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120443631%27 HTTP/1.1" 200 None
2026-03-24 13:00:40 [astonbarclay.gb] INFO: Scrape type for 120443631: 2
2026-03-24 13:00:40 [astonbarclay.gb] INFO: Found listing with ID: 120241549
2026-03-24 13:00:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120241549%27 HTTP/1.1" 200 None
2026-03-24 13:00:40 [astonbarclay.gb] INFO: Scrape type for 120241549: 2
2026-03-24 13:00:40 [astonbarclay.gb] INFO: Found listing with ID: 120134274
2026-03-24 13:00:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120134274%27 HTTP/1.1" 200 None
2026-03-24 13:00:40 [astonbarclay.gb] INFO: Scrape type for 120134274: 2
2026-03-24 13:00:40 [astonbarclay.gb] INFO: Found listing with ID: 120097687
2026-03-24 13:00:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120097687%27 HTTP/1.1" 200 None
2026-03-24 13:00:40 [astonbarclay.gb] INFO: Scrape type for 120097687: 2
2026-03-24 13:00:40 [astonbarclay.gb] INFO: Found listing with ID: 120134222
2026-03-24 13:00:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120134222%27 HTTP/1.1" 200 None
2026-03-24 13:00:40 [astonbarclay.gb] INFO: Scrape type for 120134222: 2
2026-03-24 13:00:40 [astonbarclay.gb] INFO: Found listing with ID: 120256174
2026-03-24 13:00:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120256174%27 HTTP/1.1" 200 None
2026-03-24 13:00:40 [astonbarclay.gb] INFO: Scrape type for 120256174: 2
2026-03-24 13:00:40 [astonbarclay.gb] INFO: Found listing with ID: 120444164
2026-03-24 13:00:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120444164%27 HTTP/1.1" 200 None
2026-03-24 13:00:40 [astonbarclay.gb] INFO: Scrape type for 120444164: 2
2026-03-24 13:00:40 [astonbarclay.gb] INFO: Found listing with ID: 120648696
2026-03-24 13:00:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120648696%27 HTTP/1.1" 200 None
2026-03-24 13:00:40 [astonbarclay.gb] INFO: Scrape type for 120648696: 0
2026-03-24 13:00:40 [astonbarclay.gb] INFO: Found listing with ID: 120652590
2026-03-24 13:00:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120652590%27 HTTP/1.1" 200 None
2026-03-24 13:00:40 [astonbarclay.gb] INFO: Scrape type for 120652590: 2
2026-03-24 13:00:40 [astonbarclay.gb] INFO: Found listing with ID: 120651628
2026-03-24 13:00:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120651628%27 HTTP/1.1" 200 None
2026-03-24 13:00:40 [astonbarclay.gb] INFO: Scrape type for 120651628: 0
2026-03-24 13:00:40 [astonbarclay.gb] INFO: Found listing with ID: 120651971
2026-03-24 13:00:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120651971%27 HTTP/1.1" 200 None
2026-03-24 13:00:41 [astonbarclay.gb] INFO: Scrape type for 120651971: 0
2026-03-24 13:00:41 [astonbarclay.gb] INFO: Found listing with ID: 120650274
2026-03-24 13:00:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120650274%27 HTTP/1.1" 200 None
2026-03-24 13:00:41 [astonbarclay.gb] INFO: Scrape type for 120650274: 0
2026-03-24 13:00:41 [astonbarclay.gb] INFO: Found listing with ID: 120256176
2026-03-24 13:00:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120256176%27 HTTP/1.1" 200 None
2026-03-24 13:00:41 [astonbarclay.gb] INFO: Scrape type for 120256176: 2
2026-03-24 13:00:41 [astonbarclay.gb] INFO: Found listing with ID: 120650791
2026-03-24 13:00:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120650791%27 HTTP/1.1" 200 None
2026-03-24 13:00:41 [astonbarclay.gb] INFO: Scrape type for 120650791: 0
2026-03-24 13:00:41 [astonbarclay.gb] INFO: Found listing with ID: 120478111
2026-03-24 13:00:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120478111%27 HTTP/1.1" 200 None
2026-03-24 13:00:41 [astonbarclay.gb] INFO: Scrape type for 120478111: 2
2026-03-24 13:00:41 [astonbarclay.gb] INFO: Found listing with ID: 120241494
2026-03-24 13:00:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120241494%27 HTTP/1.1" 200 None
2026-03-24 13:00:41 [astonbarclay.gb] INFO: Scrape type for 120241494: 2
2026-03-24 13:00:41 [astonbarclay.gb] INFO: Found listing with ID: 120649224
2026-03-24 13:00:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120649224%27 HTTP/1.1" 200 None
2026-03-24 13:00:41 [astonbarclay.gb] INFO: Scrape type for 120649224: 0
2026-03-24 13:00:41 [astonbarclay.gb] INFO: Found listing with ID: 120677579
2026-03-24 13:00:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120677579%27 HTTP/1.1" 200 None
2026-03-24 13:00:41 [astonbarclay.gb] INFO: Scrape type for 120677579: 0
2026-03-24 13:00:41 [astonbarclay.gb] INFO: Found listing with ID: 120677591
2026-03-24 13:00:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120677591%27 HTTP/1.1" 200 None
2026-03-24 13:00:41 [astonbarclay.gb] INFO: Scrape type for 120677591: 0
2026-03-24 13:00:41 [astonbarclay.gb] INFO: Found listing with ID: 120677490
2026-03-24 13:00:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120677490%27 HTTP/1.1" 200 None
2026-03-24 13:00:41 [astonbarclay.gb] INFO: Scrape type for 120677490: 0
2026-03-24 13:00:41 [astonbarclay.gb] INFO: Found listing with ID: 120677508
2026-03-24 13:00:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120677508%27 HTTP/1.1" 200 None
2026-03-24 13:00:41 [astonbarclay.gb] INFO: Scrape type for 120677508: 0
2026-03-24 13:00:41 [astonbarclay.gb] INFO: Found listing with ID: 120677539
2026-03-24 13:00:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120677539%27 HTTP/1.1" 200 None
2026-03-24 13:00:41 [astonbarclay.gb] INFO: Scrape type for 120677539: 0
2026-03-24 13:00:41 [astonbarclay.gb] INFO: Found listing with ID: 120521290
2026-03-24 13:00:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120521290%27 HTTP/1.1" 200 None
2026-03-24 13:00:41 [astonbarclay.gb] INFO: Scrape type for 120521290: 2
2026-03-24 13:00:41 [astonbarclay.gb] INFO: Found listing with ID: 120521330
2026-03-24 13:00:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120521330%27 HTTP/1.1" 200 None
2026-03-24 13:00:41 [astonbarclay.gb] INFO: Scrape type for 120521330: 2
2026-03-24 13:00:41 [astonbarclay.gb] INFO: Found listing with ID: 120041181
2026-03-24 13:00:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120041181%27 HTTP/1.1" 200 None
2026-03-24 13:00:41 [astonbarclay.gb] INFO: Scrape type for 120041181: 2
2026-03-24 13:00:41 [astonbarclay.gb] INFO: Found listing with ID: 120521233
2026-03-24 13:00:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120521233%27 HTTP/1.1" 200 None
2026-03-24 13:00:41 [astonbarclay.gb] INFO: Scrape type for 120521233: 2
2026-03-24 13:00:41 [astonbarclay.gb] INFO: Found listing with ID: 120521269
2026-03-24 13:00:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120521269%27 HTTP/1.1" 200 None
2026-03-24 13:00:41 [astonbarclay.gb] INFO: Scrape type for 120521269: 2
2026-03-24 13:00:41 [astonbarclay.gb] INFO: Found listing with ID: 120521318
2026-03-24 13:00:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120521318%27 HTTP/1.1" 200 None
2026-03-24 13:00:41 [astonbarclay.gb] INFO: Scrape type for 120521318: 2
2026-03-24 13:00:41 [astonbarclay.gb] INFO: Found listing with ID: 120211201
2026-03-24 13:00:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120211201%27 HTTP/1.1" 200 None
2026-03-24 13:00:41 [astonbarclay.gb] INFO: Scrape type for 120211201: 2
2026-03-24 13:00:41 [astonbarclay.gb] INFO: Found listing with ID: 120211258
2026-03-24 13:00:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120211258%27 HTTP/1.1" 200 None
2026-03-24 13:00:41 [astonbarclay.gb] INFO: Scrape type for 120211258: 2
2026-03-24 13:00:41 [astonbarclay.gb] INFO: Found listing with ID: 120521299
2026-03-24 13:00:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120521299%27 HTTP/1.1" 200 None
2026-03-24 13:00:41 [astonbarclay.gb] INFO: Scrape type for 120521299: 2
2026-03-24 13:00:41 [astonbarclay.gb] INFO: Found listing with ID: 120521259
2026-03-24 13:00:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120521259%27 HTTP/1.1" 200 None
2026-03-24 13:00:41 [astonbarclay.gb] INFO: Scrape type for 120521259: 2
2026-03-24 13:00:41 [astonbarclay.gb] INFO: Found listing with ID: 120288761
2026-03-24 13:00:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120288761%27 HTTP/1.1" 200 None
2026-03-24 13:00:41 [astonbarclay.gb] INFO: Scrape type for 120288761: 2
2026-03-24 13:00:41 [astonbarclay.gb] INFO: Found listing with ID: 119809144
2026-03-24 13:00:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27119809144%27 HTTP/1.1" 200 None
2026-03-24 13:00:41 [astonbarclay.gb] INFO: Scrape type for 119809144: 0
2026-03-24 13:00:41 [astonbarclay.gb] INFO: Found listing with ID: 120521279
2026-03-24 13:00:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120521279%27 HTTP/1.1" 200 None
2026-03-24 13:00:41 [astonbarclay.gb] INFO: Scrape type for 120521279: 2
2026-03-24 13:00:41 [astonbarclay.gb] INFO: Found listing with ID: 120521308
2026-03-24 13:00:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120521308%27 HTTP/1.1" 200 None
2026-03-24 13:00:41 [astonbarclay.gb] INFO: Scrape type for 120521308: 2
2026-03-24 13:00:41 [astonbarclay.gb] INFO: Found listing with ID: 120521244
2026-03-24 13:00:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120521244%27 HTTP/1.1" 200 None
2026-03-24 13:00:41 [astonbarclay.gb] INFO: Scrape type for 120521244: 2
2026-03-24 13:00:41 [astonbarclay.gb] INFO: Found listing with ID: 119482197
2026-03-24 13:00:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27119482197%27 HTTP/1.1" 200 None
2026-03-24 13:00:41 [astonbarclay.gb] INFO: Scrape type for 119482197: 2
2026-03-24 13:00:41 [astonbarclay.gb] INFO: Found listing with ID: 120624434
2026-03-24 13:00:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120624434%27 HTTP/1.1" 200 None
2026-03-24 13:00:41 [astonbarclay.gb] INFO: Scrape type for 120624434: 0
2026-03-24 13:00:41 [astonbarclay.gb] INFO: Found listing with ID: 120589541
2026-03-24 13:00:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120589541%27 HTTP/1.1" 200 None
2026-03-24 13:00:41 [astonbarclay.gb] INFO: Scrape type for 120589541: 0
2026-03-24 13:00:41 [astonbarclay.gb] INFO: Found listing with ID: 120471871
2026-03-24 13:00:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120471871%27 HTTP/1.1" 200 None
2026-03-24 13:00:41 [astonbarclay.gb] INFO: Scrape type for 120471871: 0
2026-03-24 13:00:41 [astonbarclay.gb] INFO: Found listing with ID: 120411937
2026-03-24 13:00:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120411937%27 HTTP/1.1" 200 None
2026-03-24 13:00:41 [astonbarclay.gb] INFO: Scrape type for 120411937: 2
2026-03-24 13:00:41 [astonbarclay.gb] INFO: Found listing with ID: 120471829
2026-03-24 13:00:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120471829%27 HTTP/1.1" 200 None
2026-03-24 13:00:41 [astonbarclay.gb] INFO: Scrape type for 120471829: 0
2026-03-24 13:00:41 [astonbarclay.gb] INFO: Found listing with ID: 120316899
2026-03-24 13:00:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120316899%27 HTTP/1.1" 200 None
2026-03-24 13:00:41 [astonbarclay.gb] INFO: Scrape type for 120316899: 2
2026-03-24 13:00:41 [astonbarclay.gb] INFO: Found listing with ID: 120471860
2026-03-24 13:00:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120471860%27 HTTP/1.1" 200 None
2026-03-24 13:00:41 [astonbarclay.gb] INFO: Scrape type for 120471860: 0
2026-03-24 13:00:41 [astonbarclay.gb] INFO: Found listing with ID: 120589571
2026-03-24 13:00:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120589571%27 HTTP/1.1" 200 None
2026-03-24 13:00:41 [astonbarclay.gb] INFO: Scrape type for 120589571: 0
2026-03-24 13:00:41 [astonbarclay.gb] INFO: Found listing with ID: 120624419
2026-03-24 13:00:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120624419%27 HTTP/1.1" 200 None
2026-03-24 13:00:41 [astonbarclay.gb] INFO: Scrape type for 120624419: 0
2026-03-24 13:00:41 [astonbarclay.gb] INFO: Found listing with ID: 120471888
2026-03-24 13:00:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120471888%27 HTTP/1.1" 200 None
2026-03-24 13:00:41 [astonbarclay.gb] INFO: Scrape type for 120471888: 0
2026-03-24 13:00:41 [astonbarclay.gb] INFO: Found listing with ID: 120002874
2026-03-24 13:00:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120002874%27 HTTP/1.1" 200 None
2026-03-24 13:00:41 [astonbarclay.gb] INFO: Scrape type for 120002874: 2
2026-03-24 13:00:41 [astonbarclay.gb] INFO: Found listing with ID: 120471898
2026-03-24 13:00:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120471898%27 HTTP/1.1" 200 None
2026-03-24 13:00:41 [astonbarclay.gb] INFO: Scrape type for 120471898: 0
2026-03-24 13:00:41 [astonbarclay.gb] INFO: Found listing with ID: 120589602
2026-03-24 13:00:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120589602%27 HTTP/1.1" 200 None
2026-03-24 13:00:41 [astonbarclay.gb] INFO: Scrape type for 120589602: 0
2026-03-24 13:00:41 [astonbarclay.gb] INFO: Found listing with ID: 120056601
2026-03-24 13:00:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120056601%27 HTTP/1.1" 200 None
2026-03-24 13:00:41 [astonbarclay.gb] INFO: Scrape type for 120056601: 2
2026-03-24 13:00:41 [astonbarclay.gb] INFO: Found listing with ID: 120589527
2026-03-24 13:00:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120589527%27 HTTP/1.1" 200 None
2026-03-24 13:00:41 [astonbarclay.gb] INFO: Scrape type for 120589527: 2
2026-03-24 13:00:41 [astonbarclay.gb] INFO: Found listing with ID: 120589562
2026-03-24 13:00:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120589562%27 HTTP/1.1" 200 None
2026-03-24 13:00:41 [astonbarclay.gb] INFO: Scrape type for 120589562: 2
2026-03-24 13:00:41 [astonbarclay.gb] INFO: Found listing with ID: 120624352
2026-03-24 13:00:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120624352%27 HTTP/1.1" 200 None
2026-03-24 13:00:41 [astonbarclay.gb] INFO: Scrape type for 120624352: 0
2026-03-24 13:00:41 [astonbarclay.gb] INFO: Found listing with ID: 120471846
2026-03-24 13:00:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120471846%27 HTTP/1.1" 200 None
2026-03-24 13:00:41 [astonbarclay.gb] INFO: Scrape type for 120471846: 0
2026-03-24 13:00:41 [astonbarclay.gb] INFO: Found listing with ID: 119616975
2026-03-24 13:00:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27119616975%27 HTTP/1.1" 200 None
2026-03-24 13:00:41 [astonbarclay.gb] INFO: Scrape type for 119616975: 2
2026-03-24 13:00:41 [astonbarclay.gb] INFO: Found listing with ID: 120624390
2026-03-24 13:00:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120624390%27 HTTP/1.1" 200 None
2026-03-24 13:00:41 [astonbarclay.gb] INFO: Scrape type for 120624390: 0
2026-03-24 13:00:41 [astonbarclay.gb] INFO: Found listing with ID: 119794025
2026-03-24 13:00:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27119794025%27 HTTP/1.1" 200 None
2026-03-24 13:00:41 [astonbarclay.gb] INFO: Scrape type for 119794025: 2
2026-03-24 13:00:41 [astonbarclay.gb] INFO: Found listing with ID: 120589551
2026-03-24 13:00:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120589551%27 HTTP/1.1" 200 None
2026-03-24 13:00:41 [astonbarclay.gb] INFO: Scrape type for 120589551: 2
2026-03-24 13:00:41 [astonbarclay.gb] INFO: Found listing with ID: 120624365
2026-03-24 13:00:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120624365%27 HTTP/1.1" 200 None
2026-03-24 13:00:42 [astonbarclay.gb] INFO: Scrape type for 120624365: 0
2026-03-24 13:00:42 [astonbarclay.gb] INFO: Found listing with ID: 120399003
2026-03-24 13:00:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120399003%27 HTTP/1.1" 200 None
2026-03-24 13:00:42 [astonbarclay.gb] INFO: Scrape type for 120399003: 2
2026-03-24 13:00:42 [astonbarclay.gb] INFO: Found listing with ID: 120471909
2026-03-24 13:00:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120471909%27 HTTP/1.1" 200 None
2026-03-24 13:00:42 [astonbarclay.gb] INFO: Scrape type for 120471909: 0
2026-03-24 13:00:42 [astonbarclay.gb] INFO: Found listing with ID: 120300517
2026-03-24 13:00:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120300517%27 HTTP/1.1" 200 None
2026-03-24 13:00:42 [astonbarclay.gb] INFO: Scrape type for 120300517: 2
2026-03-24 13:00:42 [astonbarclay.gb] INFO: Found listing with ID: 120624405
2026-03-24 13:00:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120624405%27 HTTP/1.1" 200 None
2026-03-24 13:00:42 [astonbarclay.gb] INFO: Scrape type for 120624405: 0
2026-03-24 13:00:42 [astonbarclay.gb] INFO: Found listing with ID: 120624448
2026-03-24 13:00:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120624448%27 HTTP/1.1" 200 None
2026-03-24 13:00:42 [astonbarclay.gb] INFO: Scrape type for 120624448: 0
2026-03-24 13:00:42 [astonbarclay.gb] INFO: Found listing with ID: 120312968
2026-03-24 13:00:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120312968%27 HTTP/1.1" 200 None
2026-03-24 13:00:42 [astonbarclay.gb] INFO: Scrape type for 120312968: 2
2026-03-24 13:00:42 [astonbarclay.gb] INFO: Found listing with ID: 117112198
2026-03-24 13:00:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27117112198%27 HTTP/1.1" 200 None
2026-03-24 13:00:42 [astonbarclay.gb] INFO: Scrape type for 117112198: 2
2026-03-24 13:00:42 [astonbarclay.gb] INFO: Found listing with ID: 120687832
2026-03-24 13:00:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120687832%27 HTTP/1.1" 200 None
2026-03-24 13:00:42 [astonbarclay.gb] INFO: Scrape type for 120687832: 0
2026-03-24 13:00:42 [astonbarclay.gb] INFO: Found listing with ID: 120605418
2026-03-24 13:00:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120605418%27 HTTP/1.1" 200 None
2026-03-24 13:00:42 [astonbarclay.gb] INFO: Scrape type for 120605418: 2
2026-03-24 13:00:42 [astonbarclay.gb] INFO: Found listing with ID: 120311059
2026-03-24 13:00:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120311059%27 HTTP/1.1" 200 None
2026-03-24 13:00:42 [astonbarclay.gb] INFO: Scrape type for 120311059: 2
2026-03-24 13:00:42 [astonbarclay.gb] INFO: Found listing with ID: 119212621
2026-03-24 13:00:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27119212621%27 HTTP/1.1" 200 None
2026-03-24 13:00:42 [astonbarclay.gb] INFO: Scrape type for 119212621: 2
2026-03-24 13:00:42 [astonbarclay.gb] INFO: Found listing with ID: 120719051
2026-03-24 13:00:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120719051%27 HTTP/1.1" 200 None
2026-03-24 13:00:42 [astonbarclay.gb] INFO: Scrape type for 120719051: 1
2026-03-24 13:00:42 [astonbarclay.gb] INFO: Found listing with ID: 119645610
2026-03-24 13:00:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27119645610%27 HTTP/1.1" 200 None
2026-03-24 13:00:42 [astonbarclay.gb] INFO: Scrape type for 119645610: 2
2026-03-24 13:00:42 [astonbarclay.gb] INFO: Found listing with ID: 120506592
2026-03-24 13:00:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120506592%27 HTTP/1.1" 200 None
2026-03-24 13:00:42 [astonbarclay.gb] INFO: Scrape type for 120506592: 2
2026-03-24 13:00:42 [astonbarclay.gb] INFO: Found listing with ID: 120440202
2026-03-24 13:00:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120440202%27 HTTP/1.1" 200 None
2026-03-24 13:00:42 [astonbarclay.gb] INFO: Scrape type for 120440202: 0
2026-03-24 13:00:42 [astonbarclay.gb] INFO: Found listing with ID: 120187103
2026-03-24 13:00:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120187103%27 HTTP/1.1" 200 None
2026-03-24 13:00:42 [astonbarclay.gb] INFO: Scrape type for 120187103: 2
2026-03-24 13:00:42 [astonbarclay.gb] INFO: Found listing with ID: 120247945
2026-03-24 13:00:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120247945%27 HTTP/1.1" 200 None
2026-03-24 13:00:42 [astonbarclay.gb] INFO: Scrape type for 120247945: 2
2026-03-24 13:00:42 [astonbarclay.gb] INFO: Found listing with ID: 120334145
2026-03-24 13:00:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120334145%27 HTTP/1.1" 200 None
2026-03-24 13:00:42 [astonbarclay.gb] INFO: Scrape type for 120334145: 0
2026-03-24 13:00:42 [astonbarclay.gb] INFO: Found listing with ID: 120577150
2026-03-24 13:00:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120577150%27 HTTP/1.1" 200 None
2026-03-24 13:00:42 [astonbarclay.gb] INFO: Scrape type for 120577150: 0
2026-03-24 13:00:42 [astonbarclay.gb] INFO: Found listing with ID: 117882812
2026-03-24 13:00:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27117882812%27 HTTP/1.1" 200 None
2026-03-24 13:00:42 [astonbarclay.gb] INFO: Scrape type for 117882812: 2
2026-03-24 13:00:42 [astonbarclay.gb] INFO: Found listing with ID: 120440390
2026-03-24 13:00:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120440390%27 HTTP/1.1" 200 None
2026-03-24 13:00:42 [astonbarclay.gb] INFO: Scrape type for 120440390: 0
2026-03-24 13:00:42 [astonbarclay.gb] INFO: Found listing with ID: 120616712
2026-03-24 13:00:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120616712%27 HTTP/1.1" 200 None
2026-03-24 13:00:42 [astonbarclay.gb] INFO: Scrape type for 120616712: 2
2026-03-24 13:00:42 [astonbarclay.gb] INFO: Found listing with ID: 120656433
2026-03-24 13:00:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120656433%27 HTTP/1.1" 200 None
2026-03-24 13:00:42 [astonbarclay.gb] INFO: Scrape type for 120656433: 2
2026-03-24 13:00:42 [astonbarclay.gb] INFO: Found listing with ID: 120488732
2026-03-24 13:00:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120488732%27 HTTP/1.1" 200 None
2026-03-24 13:00:42 [astonbarclay.gb] INFO: Scrape type for 120488732: 0
2026-03-24 13:00:42 [astonbarclay.gb] INFO: Found listing with ID: 112746460
2026-03-24 13:00:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27112746460%27 HTTP/1.1" 200 None
2026-03-24 13:00:42 [astonbarclay.gb] INFO: Scrape type for 112746460: 2
2026-03-24 13:00:42 [astonbarclay.gb] INFO: Found listing with ID: 120482066
2026-03-24 13:00:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120482066%27 HTTP/1.1" 200 None
2026-03-24 13:00:42 [astonbarclay.gb] INFO: Scrape type for 120482066: 0
2026-03-24 13:00:42 [astonbarclay.gb] INFO: Found listing with ID: 120616891
2026-03-24 13:00:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120616891%27 HTTP/1.1" 200 None
2026-03-24 13:00:42 [astonbarclay.gb] INFO: Scrape type for 120616891: 2
2026-03-24 13:00:42 [astonbarclay.gb] INFO: Found listing with ID: 120506327
2026-03-24 13:00:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120506327%27 HTTP/1.1" 200 None
2026-03-24 13:00:42 [astonbarclay.gb] INFO: Scrape type for 120506327: 0
2026-03-24 13:00:42 [astonbarclay.gb] INFO: Found listing with ID: 120622411
2026-03-24 13:00:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120622411%27 HTTP/1.1" 200 None
2026-03-24 13:00:42 [astonbarclay.gb] INFO: Scrape type for 120622411: 2
2026-03-24 13:00:42 [astonbarclay.gb] INFO: Found listing with ID: 120324176
2026-03-24 13:00:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120324176%27 HTTP/1.1" 200 None
2026-03-24 13:00:42 [astonbarclay.gb] INFO: Scrape type for 120324176: 2
2026-03-24 13:00:42 [astonbarclay.gb] INFO: Found listing with ID: 120518926
2026-03-24 13:00:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120518926%27 HTTP/1.1" 200 None
2026-03-24 13:00:42 [astonbarclay.gb] INFO: Scrape type for 120518926: 0
2026-03-24 13:00:42 [astonbarclay.gb] INFO: Found listing with ID: 120645601
2026-03-24 13:00:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120645601%27 HTTP/1.1" 200 None
2026-03-24 13:00:42 [astonbarclay.gb] INFO: Scrape type for 120645601: 0
2026-03-24 13:00:42 [astonbarclay.gb] INFO: Found listing with ID: 120650997
2026-03-24 13:00:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120650997%27 HTTP/1.1" 200 None
2026-03-24 13:00:42 [astonbarclay.gb] INFO: Scrape type for 120650997: 2
2026-03-24 13:00:42 [astonbarclay.gb] INFO: Found listing with ID: 113574765
2026-03-24 13:00:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27113574765%27 HTTP/1.1" 200 None
2026-03-24 13:00:42 [astonbarclay.gb] INFO: Scrape type for 113574765: 2
2026-03-24 13:00:42 [astonbarclay.gb] INFO: Found listing with ID: 120616420
2026-03-24 13:00:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120616420%27 HTTP/1.1" 200 None
2026-03-24 13:00:42 [astonbarclay.gb] INFO: Scrape type for 120616420: 2
2026-03-24 13:00:42 [astonbarclay.gb] INFO: Found listing with ID: 120401687
2026-03-24 13:00:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120401687%27 HTTP/1.1" 200 None
2026-03-24 13:00:42 [astonbarclay.gb] INFO: Scrape type for 120401687: 0
2026-03-24 13:00:42 [astonbarclay.gb] INFO: Found listing with ID: 120440442
2026-03-24 13:00:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120440442%27 HTTP/1.1" 200 None
2026-03-24 13:00:42 [astonbarclay.gb] INFO: Scrape type for 120440442: 0
2026-03-24 13:00:42 [astonbarclay.gb] INFO: Found listing with ID: 120676990
2026-03-24 13:00:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120676990%27 HTTP/1.1" 200 None
2026-03-24 13:00:42 [astonbarclay.gb] INFO: Scrape type for 120676990: 0
2026-03-24 13:00:42 [astonbarclay.gb] INFO: Found listing with ID: 120525495
2026-03-24 13:00:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120525495%27 HTTP/1.1" 200 None
2026-03-24 13:00:42 [astonbarclay.gb] INFO: Scrape type for 120525495: 0
2026-03-24 13:00:42 [astonbarclay.gb] INFO: Found listing with ID: 120536421
2026-03-24 13:00:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120536421%27 HTTP/1.1" 200 None
2026-03-24 13:00:42 [astonbarclay.gb] INFO: Scrape type for 120536421: 0
2026-03-24 13:00:42 [astonbarclay.gb] INFO: Found listing with ID: 120616875
2026-03-24 13:00:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120616875%27 HTTP/1.1" 200 None
2026-03-24 13:00:42 [astonbarclay.gb] INFO: Scrape type for 120616875: 2
2026-03-24 13:00:42 [astonbarclay.gb] INFO: Found listing with ID: 120401673
2026-03-24 13:00:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120401673%27 HTTP/1.1" 200 None
2026-03-24 13:00:42 [astonbarclay.gb] INFO: Scrape type for 120401673: 0
2026-03-24 13:00:42 [astonbarclay.gb] INFO: Found listing with ID: 120440470
2026-03-24 13:00:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120440470%27 HTTP/1.1" 200 None
2026-03-24 13:00:42 [astonbarclay.gb] INFO: Scrape type for 120440470: 0
2026-03-24 13:00:42 [astonbarclay.gb] INFO: Found listing with ID: 120519095
2026-03-24 13:00:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120519095%27 HTTP/1.1" 200 None
2026-03-24 13:00:42 [astonbarclay.gb] INFO: Scrape type for 120519095: 0
2026-03-24 13:00:42 [astonbarclay.gb] INFO: Found listing with ID: 120680690
2026-03-24 13:00:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120680690%27 HTTP/1.1" 200 None
2026-03-24 13:00:42 [astonbarclay.gb] INFO: Scrape type for 120680690: 0
2026-03-24 13:00:42 [astonbarclay.gb] INFO: Found listing with ID: 120616928
2026-03-24 13:00:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120616928%27 HTTP/1.1" 200 None
2026-03-24 13:00:42 [astonbarclay.gb] INFO: Scrape type for 120616928: 2
2026-03-24 13:00:42 [astonbarclay.gb] INFO: Found listing with ID: 120616817
2026-03-24 13:00:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120616817%27 HTTP/1.1" 200 None
2026-03-24 13:00:43 [astonbarclay.gb] INFO: Scrape type for 120616817: 2
2026-03-24 13:00:43 [astonbarclay.gb] INFO: Found listing with ID: 120639921
2026-03-24 13:00:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120639921%27 HTTP/1.1" 200 None
2026-03-24 13:00:43 [astonbarclay.gb] INFO: Scrape type for 120639921: 0
2026-03-24 13:00:43 [astonbarclay.gb] INFO: Found listing with ID: 120261304
2026-03-24 13:00:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120261304%27 HTTP/1.1" 200 None
2026-03-24 13:00:43 [astonbarclay.gb] INFO: Scrape type for 120261304: 2
2026-03-24 13:00:43 [astonbarclay.gb] INFO: Found listing with ID: 120440453
2026-03-24 13:00:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120440453%27 HTTP/1.1" 200 None
2026-03-24 13:00:43 [astonbarclay.gb] INFO: Scrape type for 120440453: 0
2026-03-24 13:00:43 [astonbarclay.gb] INFO: Found listing with ID: 120617060
2026-03-24 13:00:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120617060%27 HTTP/1.1" 200 None
2026-03-24 13:00:43 [astonbarclay.gb] INFO: Scrape type for 120617060: 2
2026-03-24 13:00:43 [astonbarclay.gb] INFO: Found listing with ID: 120401488
2026-03-24 13:00:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120401488%27 HTTP/1.1" 200 None
2026-03-24 13:00:43 [astonbarclay.gb] INFO: Scrape type for 120401488: 0
2026-03-24 13:00:43 [astonbarclay.gb] INFO: Found listing with ID: 120593663
2026-03-24 13:00:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120593663%27 HTTP/1.1" 200 None
2026-03-24 13:00:43 [astonbarclay.gb] INFO: Scrape type for 120593663: 2
2026-03-24 13:00:43 [astonbarclay.gb] INFO: Found listing with ID: 120619632
2026-03-24 13:00:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120619632%27 HTTP/1.1" 200 None
2026-03-24 13:00:43 [astonbarclay.gb] INFO: Scrape type for 120619632: 0
2026-03-24 13:00:43 [astonbarclay.gb] INFO: Found listing with ID: 120335811
2026-03-24 13:00:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120335811%27 HTTP/1.1" 200 None
2026-03-24 13:00:43 [astonbarclay.gb] INFO: Scrape type for 120335811: 0
2026-03-24 13:00:43 [astonbarclay.gb] INFO: Found listing with ID: 120453812
2026-03-24 13:00:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120453812%27 HTTP/1.1" 200 None
2026-03-24 13:00:43 [astonbarclay.gb] INFO: Scrape type for 120453812: 2
2026-03-24 13:00:43 [astonbarclay.gb] INFO: Found listing with ID: 120322108
2026-03-24 13:00:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120322108%27 HTTP/1.1" 200 None
2026-03-24 13:00:43 [astonbarclay.gb] INFO: Scrape type for 120322108: 0
2026-03-24 13:00:43 [astonbarclay.gb] INFO: Found listing with ID: 120453748
2026-03-24 13:00:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120453748%27 HTTP/1.1" 200 None
2026-03-24 13:00:43 [astonbarclay.gb] INFO: Scrape type for 120453748: 0
2026-03-24 13:00:43 [astonbarclay.gb] INFO: Found listing with ID: 119992992
2026-03-24 13:00:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27119992992%27 HTTP/1.1" 200 None
2026-03-24 13:00:43 [astonbarclay.gb] INFO: Scrape type for 119992992: 0
2026-03-24 13:00:43 [astonbarclay.gb] INFO: Found listing with ID: 120413042
2026-03-24 13:00:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120413042%27 HTTP/1.1" 200 None
2026-03-24 13:00:43 [astonbarclay.gb] INFO: Scrape type for 120413042: 0
2026-03-24 13:00:43 [astonbarclay.gb] INFO: Found listing with ID: 120667394
2026-03-24 13:00:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120667394%27 HTTP/1.1" 200 None
2026-03-24 13:00:43 [astonbarclay.gb] INFO: Scrape type for 120667394: 0
2026-03-24 13:00:43 [astonbarclay.gb] INFO: Found listing with ID: 120428169
2026-03-24 13:00:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120428169%27 HTTP/1.1" 200 None
2026-03-24 13:00:43 [astonbarclay.gb] INFO: Scrape type for 120428169: 0
2026-03-24 13:00:43 [astonbarclay.gb] INFO: Found listing with ID: 120666509
2026-03-24 13:00:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120666509%27 HTTP/1.1" 200 None
2026-03-24 13:00:43 [astonbarclay.gb] INFO: Scrape type for 120666509: 2
2026-03-24 13:00:43 [astonbarclay.gb] INFO: Found listing with ID: 120687150
2026-03-24 13:00:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120687150%27 HTTP/1.1" 200 None
2026-03-24 13:00:43 [astonbarclay.gb] INFO: Scrape type for 120687150: 0
2026-03-24 13:00:43 [astonbarclay.gb] INFO: Found listing with ID: 120668153
2026-03-24 13:00:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120668153%27 HTTP/1.1" 200 None
2026-03-24 13:00:43 [astonbarclay.gb] INFO: Scrape type for 120668153: 0
2026-03-24 13:00:43 [astonbarclay.gb] INFO: Found listing with ID: 120584837
2026-03-24 13:00:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120584837%27 HTTP/1.1" 200 None
2026-03-24 13:00:43 [astonbarclay.gb] INFO: Scrape type for 120584837: 0
2026-03-24 13:00:43 [astonbarclay.gb] INFO: Found listing with ID: 120693873
2026-03-24 13:00:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120693873%27 HTTP/1.1" 200 None
2026-03-24 13:00:43 [astonbarclay.gb] INFO: Scrape type for 120693873: 1
2026-03-24 13:00:43 [astonbarclay.gb] INFO: Found listing with ID: 120481458
2026-03-24 13:00:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120481458%27 HTTP/1.1" 200 None
2026-03-24 13:00:43 [astonbarclay.gb] INFO: Scrape type for 120481458: 0
2026-03-24 13:00:43 [astonbarclay.gb] INFO: Found listing with ID: 120668185
2026-03-24 13:00:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120668185%27 HTTP/1.1" 200 None
2026-03-24 13:00:43 [astonbarclay.gb] INFO: Scrape type for 120668185: 0
2026-03-24 13:00:43 [astonbarclay.gb] INFO: Found listing with ID: 120368640
2026-03-24 13:00:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120368640%27 HTTP/1.1" 200 None
2026-03-24 13:00:43 [astonbarclay.gb] INFO: Scrape type for 120368640: 0
2026-03-24 13:00:43 [astonbarclay.gb] INFO: Found listing with ID: 120667218
2026-03-24 13:00:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120667218%27 HTTP/1.1" 200 None
2026-03-24 13:00:43 [astonbarclay.gb] INFO: Scrape type for 120667218: 0
2026-03-24 13:00:43 [astonbarclay.gb] INFO: Found listing with ID: 120667528
2026-03-24 13:00:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120667528%27 HTTP/1.1" 200 None
2026-03-24 13:00:43 [astonbarclay.gb] INFO: Scrape type for 120667528: 0
2026-03-24 13:00:43 [astonbarclay.gb] INFO: Found listing with ID: 120667775
2026-03-24 13:00:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120667775%27 HTTP/1.1" 200 None
2026-03-24 13:00:43 [astonbarclay.gb] INFO: Scrape type for 120667775: 0
2026-03-24 13:00:43 [astonbarclay.gb] INFO: Found listing with ID: 120666587
2026-03-24 13:00:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120666587%27 HTTP/1.1" 200 None
2026-03-24 13:00:43 [astonbarclay.gb] INFO: Scrape type for 120666587: 0
2026-03-24 13:00:43 [astonbarclay.gb] INFO: Found listing with ID: 120666157
2026-03-24 13:00:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120666157%27 HTTP/1.1" 200 None
2026-03-24 13:00:43 [astonbarclay.gb] INFO: Scrape type for 120666157: 0
2026-03-24 13:00:43 [astonbarclay.gb] INFO: Found listing with ID: 120632848
2026-03-24 13:00:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120632848%27 HTTP/1.1" 200 None
2026-03-24 13:00:43 [astonbarclay.gb] INFO: Scrape type for 120632848: 0
2026-03-24 13:00:43 [astonbarclay.gb] INFO: Found listing with ID: 120668424
2026-03-24 13:00:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120668424%27 HTTP/1.1" 200 None
2026-03-24 13:00:43 [astonbarclay.gb] INFO: Scrape type for 120668424: 0
2026-03-24 13:00:43 [astonbarclay.gb] INFO: Found listing with ID: 120667873
2026-03-24 13:00:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120667873%27 HTTP/1.1" 200 None
2026-03-24 13:00:43 [astonbarclay.gb] INFO: Scrape type for 120667873: 0
2026-03-24 13:00:43 [astonbarclay.gb] INFO: Found listing with ID: 120373468
2026-03-24 13:00:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120373468%27 HTTP/1.1" 200 None
2026-03-24 13:00:43 [astonbarclay.gb] INFO: Scrape type for 120373468: 2
2026-03-24 13:00:43 [astonbarclay.gb] INFO: Found listing with ID: 120632944
2026-03-24 13:00:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120632944%27 HTTP/1.1" 200 None
2026-03-24 13:00:43 [astonbarclay.gb] INFO: Scrape type for 120632944: 2
2026-03-24 13:00:43 [astonbarclay.gb] INFO: Found listing with ID: 120695152
2026-03-24 13:00:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120695152%27 HTTP/1.1" 200 None
2026-03-24 13:00:43 [astonbarclay.gb] INFO: Scrape type for 120695152: 0
2026-03-24 13:00:43 [astonbarclay.gb] INFO: Found listing with ID: 120667635
2026-03-24 13:00:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120667635%27 HTTP/1.1" 200 None
2026-03-24 13:00:43 [astonbarclay.gb] INFO: Scrape type for 120667635: 0
2026-03-24 13:00:43 [astonbarclay.gb] INFO: Found listing with ID: 120397505
2026-03-24 13:00:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120397505%27 HTTP/1.1" 200 None
2026-03-24 13:00:43 [astonbarclay.gb] INFO: Scrape type for 120397505: 2
2026-03-24 13:00:43 [astonbarclay.gb] INFO: Found listing with ID: 120666138
2026-03-24 13:00:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120666138%27 HTTP/1.1" 200 None
2026-03-24 13:00:43 [astonbarclay.gb] INFO: Scrape type for 120666138: 0
2026-03-24 13:00:43 [astonbarclay.gb] INFO: Found listing with ID: 120257030
2026-03-24 13:00:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120257030%27 HTTP/1.1" 200 None
2026-03-24 13:00:43 [astonbarclay.gb] INFO: Scrape type for 120257030: 0
2026-03-24 13:00:43 [astonbarclay.gb] INFO: Found listing with ID: 120443000
2026-03-24 13:00:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120443000%27 HTTP/1.1" 200 None
2026-03-24 13:00:43 [astonbarclay.gb] INFO: Scrape type for 120443000: 2
2026-03-24 13:00:43 [astonbarclay.gb] INFO: Found listing with ID: 120691137
2026-03-24 13:00:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120691137%27 HTTP/1.1" 200 None
2026-03-24 13:00:43 [astonbarclay.gb] INFO: Scrape type for 120691137: 1
2026-03-24 13:00:43 [astonbarclay.gb] INFO: Found listing with ID: 120647721
2026-03-24 13:00:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120647721%27 HTTP/1.1" 200 None
2026-03-24 13:00:43 [astonbarclay.gb] INFO: Scrape type for 120647721: 2
2026-03-24 13:00:43 [astonbarclay.gb] INFO: Found listing with ID: 120316229
2026-03-24 13:00:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120316229%27 HTTP/1.1" 200 None
2026-03-24 13:00:43 [astonbarclay.gb] INFO: Scrape type for 120316229: 2
2026-03-24 13:00:43 [astonbarclay.gb] INFO: Found listing with ID: 120631853
2026-03-24 13:00:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120631853%27 HTTP/1.1" 200 None
2026-03-24 13:00:43 [astonbarclay.gb] INFO: Scrape type for 120631853: 0
2026-03-24 13:00:43 [astonbarclay.gb] INFO: Found listing with ID: 120345230
2026-03-24 13:00:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120345230%27 HTTP/1.1" 200 None
2026-03-24 13:00:43 [astonbarclay.gb] INFO: Scrape type for 120345230: 2
2026-03-24 13:00:43 [astonbarclay.gb] INFO: Found listing with ID: 120657830
2026-03-24 13:00:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120657830%27 HTTP/1.1" 200 None
2026-03-24 13:00:43 [astonbarclay.gb] INFO: Scrape type for 120657830: 2
2026-03-24 13:00:43 [astonbarclay.gb] INFO: Found listing with ID: 120690371
2026-03-24 13:00:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120690371%27 HTTP/1.1" 200 None
2026-03-24 13:00:43 [astonbarclay.gb] INFO: Scrape type for 120690371: 1
2026-03-24 13:00:43 [astonbarclay.gb] INFO: Found listing with ID: 120659737
2026-03-24 13:00:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120659737%27 HTTP/1.1" 200 None
2026-03-24 13:00:43 [astonbarclay.gb] INFO: Scrape type for 120659737: 2
2026-03-24 13:00:43 [astonbarclay.gb] INFO: Found listing with ID: 120656496
2026-03-24 13:00:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120656496%27 HTTP/1.1" 200 None
2026-03-24 13:00:43 [astonbarclay.gb] INFO: Scrape type for 120656496: 2
2026-03-24 13:00:43 [astonbarclay.gb] INFO: Found listing with ID: 120691757
2026-03-24 13:00:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120691757%27 HTTP/1.1" 200 None
2026-03-24 13:00:43 [astonbarclay.gb] INFO: Scrape type for 120691757: 1
2026-03-24 13:00:43 [astonbarclay.gb] INFO: Found listing with ID: 120650278
2026-03-24 13:00:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120650278%27 HTTP/1.1" 200 None
2026-03-24 13:00:43 [astonbarclay.gb] INFO: Scrape type for 120650278: 2
2026-03-24 13:00:43 [astonbarclay.gb] INFO: Found listing with ID: 120645930
2026-03-24 13:00:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120645930%27 HTTP/1.1" 200 None
2026-03-24 13:00:43 [astonbarclay.gb] INFO: Scrape type for 120645930: 2
2026-03-24 13:00:43 [astonbarclay.gb] INFO: Found listing with ID: 120621555
2026-03-24 13:00:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120621555%27 HTTP/1.1" 200 None
2026-03-24 13:00:43 [astonbarclay.gb] INFO: Scrape type for 120621555: 0
2026-03-24 13:00:43 [astonbarclay.gb] INFO: Found listing with ID: 120647610
2026-03-24 13:00:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120647610%27 HTTP/1.1" 200 None
2026-03-24 13:00:43 [astonbarclay.gb] INFO: Scrape type for 120647610: 2
2026-03-24 13:00:43 [astonbarclay.gb] INFO: Found listing with ID: 120401206
2026-03-24 13:00:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120401206%27 HTTP/1.1" 200 None
2026-03-24 13:00:43 [astonbarclay.gb] INFO: Scrape type for 120401206: 2
2026-03-24 13:00:43 [astonbarclay.gb] INFO: Found listing with ID: 120666147
2026-03-24 13:00:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120666147%27 HTTP/1.1" 200 None
2026-03-24 13:00:43 [astonbarclay.gb] INFO: Scrape type for 120666147: 0
2026-03-24 13:00:43 [astonbarclay.gb] INFO: Found listing with ID: 120647284
2026-03-24 13:00:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120647284%27 HTTP/1.1" 200 None
2026-03-24 13:00:44 [astonbarclay.gb] INFO: Scrape type for 120647284: 2
2026-03-24 13:00:44 [astonbarclay.gb] INFO: Found listing with ID: 120647951
2026-03-24 13:00:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120647951%27 HTTP/1.1" 200 None
2026-03-24 13:00:44 [astonbarclay.gb] INFO: Scrape type for 120647951: 2
2026-03-24 13:00:44 [astonbarclay.gb] INFO: Found listing with ID: 120652440
2026-03-24 13:00:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120652440%27 HTTP/1.1" 200 None
2026-03-24 13:00:44 [astonbarclay.gb] INFO: Scrape type for 120652440: 2
2026-03-24 13:00:44 [astonbarclay.gb] INFO: Found listing with ID: 120646164
2026-03-24 13:00:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120646164%27 HTTP/1.1" 200 None
2026-03-24 13:00:44 [astonbarclay.gb] INFO: Scrape type for 120646164: 2
2026-03-24 13:00:44 [astonbarclay.gb] INFO: Found listing with ID: 120622377
2026-03-24 13:00:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120622377%27 HTTP/1.1" 200 None
2026-03-24 13:00:44 [astonbarclay.gb] INFO: Scrape type for 120622377: 0
2026-03-24 13:00:44 [astonbarclay.gb] INFO: Found listing with ID: 120254900
2026-03-24 13:00:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120254900%27 HTTP/1.1" 200 None
2026-03-24 13:00:44 [astonbarclay.gb] INFO: Scrape type for 120254900: 0
2026-03-24 13:00:44 [astonbarclay.gb] INFO: Found listing with ID: 120573970
2026-03-24 13:00:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120573970%27 HTTP/1.1" 200 None
2026-03-24 13:00:44 [astonbarclay.gb] INFO: Scrape type for 120573970: 0
2026-03-24 13:00:44 [astonbarclay.gb] INFO: Found listing with ID: 120436090
2026-03-24 13:00:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120436090%27 HTTP/1.1" 200 None
2026-03-24 13:00:44 [astonbarclay.gb] INFO: Scrape type for 120436090: 2
2026-03-24 13:00:44 [astonbarclay.gb] INFO: Found listing with ID: 120668414
2026-03-24 13:00:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120668414%27 HTTP/1.1" 200 None
2026-03-24 13:00:44 [astonbarclay.gb] INFO: Scrape type for 120668414: 2
2026-03-24 13:00:44 [astonbarclay.gb] INFO: Found listing with ID: 120586493
2026-03-24 13:00:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120586493%27 HTTP/1.1" 200 None
2026-03-24 13:00:44 [astonbarclay.gb] INFO: Scrape type for 120586493: 0
2026-03-24 13:00:44 [astonbarclay.gb] INFO: Found listing with ID: 120334042
2026-03-24 13:00:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120334042%27 HTTP/1.1" 200 None
2026-03-24 13:00:44 [astonbarclay.gb] INFO: Scrape type for 120334042: 2
2026-03-24 13:00:44 [astonbarclay.gb] INFO: Found listing with ID: 120587864
2026-03-24 13:00:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120587864%27 HTTP/1.1" 200 None
2026-03-24 13:00:44 [astonbarclay.gb] INFO: Scrape type for 120587864: 0
2026-03-24 13:00:44 [astonbarclay.gb] INFO: Found listing with ID: 120509974
2026-03-24 13:00:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120509974%27 HTTP/1.1" 200 None
2026-03-24 13:00:44 [astonbarclay.gb] INFO: Scrape type for 120509974: 0
2026-03-24 13:00:44 [astonbarclay.gb] INFO: Found listing with ID: 120396890
2026-03-24 13:00:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120396890%27 HTTP/1.1" 200 None
2026-03-24 13:00:44 [astonbarclay.gb] INFO: Scrape type for 120396890: 2
2026-03-24 13:00:44 [astonbarclay.gb] INFO: Found listing with ID: 120620613
2026-03-24 13:00:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120620613%27 HTTP/1.1" 200 None
2026-03-24 13:00:44 [astonbarclay.gb] INFO: Scrape type for 120620613: 0
2026-03-24 13:00:44 [astonbarclay.gb] INFO: Found listing with ID: 120646144
2026-03-24 13:00:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120646144%27 HTTP/1.1" 200 None
2026-03-24 13:00:44 [astonbarclay.gb] INFO: Scrape type for 120646144: 2
2026-03-24 13:00:44 [astonbarclay.gb] INFO: Found listing with ID: 120454660
2026-03-24 13:00:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120454660%27 HTTP/1.1" 200 None
2026-03-24 13:00:44 [astonbarclay.gb] INFO: Scrape type for 120454660: 2
2026-03-24 13:00:44 [astonbarclay.gb] INFO: Found listing with ID: 120253625
2026-03-24 13:00:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120253625%27 HTTP/1.1" 200 None
2026-03-24 13:00:44 [astonbarclay.gb] INFO: Scrape type for 120253625: 0
2026-03-24 13:00:44 [astonbarclay.gb] INFO: Found listing with ID: 120652577
2026-03-24 13:00:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120652577%27 HTTP/1.1" 200 None
2026-03-24 13:00:44 [astonbarclay.gb] INFO: Scrape type for 120652577: 2
2026-03-24 13:00:44 [astonbarclay.gb] INFO: Found listing with ID: 120503575
2026-03-24 13:00:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120503575%27 HTTP/1.1" 200 None
2026-03-24 13:00:44 [astonbarclay.gb] INFO: Scrape type for 120503575: 0
2026-03-24 13:00:44 [astonbarclay.gb] INFO: Found listing with ID: 120667264
2026-03-24 13:00:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120667264%27 HTTP/1.1" 200 None
2026-03-24 13:00:44 [astonbarclay.gb] INFO: Scrape type for 120667264: 2
2026-03-24 13:00:44 [astonbarclay.gb] INFO: Found listing with ID: 120367074
2026-03-24 13:00:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120367074%27 HTTP/1.1" 200 None
2026-03-24 13:00:44 [astonbarclay.gb] INFO: Scrape type for 120367074: 2
2026-03-24 13:00:44 [astonbarclay.gb] INFO: Found listing with ID: 120590454
2026-03-24 13:00:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120590454%27 HTTP/1.1" 200 None
2026-03-24 13:00:44 [astonbarclay.gb] INFO: Scrape type for 120590454: 0
2026-03-24 13:00:44 [astonbarclay.gb] INFO: Found listing with ID: 120584460
2026-03-24 13:00:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120584460%27 HTTP/1.1" 200 None
2026-03-24 13:00:44 [astonbarclay.gb] INFO: Scrape type for 120584460: 0
2026-03-24 13:00:44 [astonbarclay.gb] INFO: Found listing with ID: 120650626
2026-03-24 13:00:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120650626%27 HTTP/1.1" 200 None
2026-03-24 13:00:44 [astonbarclay.gb] INFO: Scrape type for 120650626: 2
2026-03-24 13:00:44 [astonbarclay.gb] INFO: Found listing with ID: 120616956
2026-03-24 13:00:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120616956%27 HTTP/1.1" 200 None
2026-03-24 13:00:44 [astonbarclay.gb] INFO: Scrape type for 120616956: 0
2026-03-24 13:00:44 [astonbarclay.gb] INFO: Found listing with ID: 120620621
2026-03-24 13:00:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120620621%27 HTTP/1.1" 200 None
2026-03-24 13:00:44 [astonbarclay.gb] INFO: Scrape type for 120620621: 0
2026-03-24 13:00:44 [astonbarclay.gb] INFO: Found listing with ID: 120592678
2026-03-24 13:00:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120592678%27 HTTP/1.1" 200 None
2026-03-24 13:00:44 [astonbarclay.gb] INFO: Scrape type for 120592678: 0
2026-03-24 13:00:44 [astonbarclay.gb] INFO: Found listing with ID: 120591724
2026-03-24 13:00:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120591724%27 HTTP/1.1" 200 None
2026-03-24 13:00:44 [astonbarclay.gb] INFO: Scrape type for 120591724: 0
2026-03-24 13:00:44 [astonbarclay.gb] INFO: Found listing with ID: 120320853
2026-03-24 13:00:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120320853%27 HTTP/1.1" 200 None
2026-03-24 13:00:44 [astonbarclay.gb] INFO: Scrape type for 120320853: 2
2026-03-24 13:00:44 [astonbarclay.gb] INFO: Found listing with ID: 120585085
2026-03-24 13:00:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120585085%27 HTTP/1.1" 200 None
2026-03-24 13:00:44 [astonbarclay.gb] INFO: Scrape type for 120585085: 0
2026-03-24 13:00:44 [astonbarclay.gb] INFO: Found listing with ID: 120586322
2026-03-24 13:00:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120586322%27 HTTP/1.1" 200 None
2026-03-24 13:00:44 [astonbarclay.gb] INFO: Scrape type for 120586322: 0
2026-03-24 13:00:44 [astonbarclay.gb] INFO: Found listing with ID: 120615597
2026-03-24 13:00:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120615597%27 HTTP/1.1" 200 None
2026-03-24 13:00:44 [astonbarclay.gb] INFO: Scrape type for 120615597: 0
2026-03-24 13:00:45 [astonbarclay.gb] INFO: Found listing with ID: 120585367
2026-03-24 13:00:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120585367%27 HTTP/1.1" 200 None
2026-03-24 13:00:45 [astonbarclay.gb] INFO: Scrape type for 120585367: 0
2026-03-24 13:00:45 [astonbarclay.gb] INFO: Found listing with ID: 120627305
2026-03-24 13:00:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120627305%27 HTTP/1.1" 200 None
2026-03-24 13:00:45 [astonbarclay.gb] INFO: Scrape type for 120627305: 0
2026-03-24 13:00:45 [astonbarclay.gb] INFO: Found listing with ID: 120297677
2026-03-24 13:00:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120297677%27 HTTP/1.1" 200 None
2026-03-24 13:00:45 [astonbarclay.gb] INFO: Scrape type for 120297677: 0
2026-03-24 13:00:45 [astonbarclay.gb] INFO: Found listing with ID: 120256417
2026-03-24 13:00:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120256417%27 HTTP/1.1" 200 None
2026-03-24 13:00:45 [astonbarclay.gb] INFO: Scrape type for 120256417: 2
2026-03-24 13:00:45 [astonbarclay.gb] INFO: Found listing with ID: 120657493
2026-03-24 13:00:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120657493%27 HTTP/1.1" 200 None
2026-03-24 13:00:45 [astonbarclay.gb] INFO: Scrape type for 120657493: 2
2026-03-24 13:00:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120614685?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-24 13:00:45 [astonbarclay.gb] INFO: Found listing with ID: 120631053
2026-03-24 13:00:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120631053%27 HTTP/1.1" 200 None
2026-03-24 13:00:45 [astonbarclay.gb] INFO: Scrape type for 120631053: 0
2026-03-24 13:00:45 [astonbarclay.gb] INFO: Found listing with ID: 120537923
2026-03-24 13:00:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120537923%27 HTTP/1.1" 200 None
2026-03-24 13:00:45 [astonbarclay.gb] INFO: Scrape type for 120537923: 0
2026-03-24 13:00:45 [astonbarclay.gb] INFO: Found listing with ID: 120656145
2026-03-24 13:00:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120656145%27 HTTP/1.1" 200 None
2026-03-24 13:00:45 [astonbarclay.gb] INFO: Scrape type for 120656145: 2
2026-03-24 13: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-24 13:00:45 [astonbarclay.gb] INFO: Found listing with ID: 120367809
2026-03-24 13:00:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120367809%27 HTTP/1.1" 200 None
2026-03-24 13:00:45 [astonbarclay.gb] INFO: Scrape type for 120367809: 0
2026-03-24 13:00:45 [astonbarclay.gb] INFO: Found listing with ID: 120610324
2026-03-24 13:00:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120610324%27 HTTP/1.1" 200 None
2026-03-24 13:00:45 [astonbarclay.gb] INFO: Scrape type for 120610324: 0
2026-03-24 13:00:45 [astonbarclay.gb] INFO: Found listing with ID: 120546011
2026-03-24 13:00:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120546011%27 HTTP/1.1" 200 None
2026-03-24 13:00:45 [astonbarclay.gb] INFO: Scrape type for 120546011: 2
2026-03-24 13:00:45 [astonbarclay.gb] INFO: Found listing with ID: 120658357
2026-03-24 13:00:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120658357%27 HTTP/1.1" 200 None
2026-03-24 13:00:45 [astonbarclay.gb] INFO: Scrape type for 120658357: 2
2026-03-24 13:00:45 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120614685, 'registration': 'CT18FJF', 'account': 'GBV001', 'make': 'FORD', 'model': 'TRANSIT 350 L4 DIESEL FWD', 'derivative': "2.0 TDCi 130ps 'One Stop' Luton Van", 'mileage': 116320, 'mileageWarranty': True, 'type': 'commercial', 'saleId': 18965, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 240}, 'saleStart': '2026-03-24T10:00Z', 'lot': 169, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2018-08-17', 'fuel': 'Diesel', 'motExpiry': '2026-09-09', 'doors': None, 'engineSize': 1995, 'bodyType': 'Luton', 'images': ['https://abimg003.imgix.net/CT18FJF/2026-03-20/image/9d9cf986-a540-4b06-87f1-034ade078816_removebg.jpg?w=600', 'https://abimg003.imgix.net/CT18FJF/2026-03-20/image/04df7be8-777d-42b8-8d96-7c75f17aeeb2_removebg.jpg?w=600', 'https://abimg003.imgix.net/CT18FJF/2026-03-20/image/a68a1903-2167-42d3-8884-2e0725d7b85f_removebg.jpg?w=600', 'https://abimg003.imgix.net/CT18FJF/2026-03-20/image/19d3a509-bd26-4eeb-ac7a-cce08bda9378_removebg.jpg?w=600', 'https://abimg003.imgix.net/CT18FJF/2026-03-20/image/0377c1df-eab2-440a-88a2-1e07b349a5da_removebg.jpg?w=600', 'https://abimg003.imgix.net/CT18FJF/2026-03-20/image/4ac9abfe-a42d-4220-ab92-9d709751d1b2_removebg.jpg?w=600', 'https://abimg003.imgix.net/CT18FJF/2026-03-20/image/e520f739-011c-46c7-a297-a2c2d627430b_removebg.jpg?w=600'], 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith - LCV', 'serviceHistory': '', 'remarks': 'USED UNRECORDED - Various Damage Tail lift / VOSA STATES 79K 89K 98K 108K 112K SPARE KEY', 'virtual': False, 'seller': 'Direct GB Leasing', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '1', 'v5': True, 'v5details': 'Here', 'co2': 189, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/a7db09b3-dca5-4adc-8c5a-8b8d4fb93278.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': '+VAT', 'value': '+VAT'}}
2026-03-24 13:00:45 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120614685, 'registration': 'CT18FJF', 'account': 'GBV001', 'make': 'FORD', 'model': 'TRANSIT 350 L4 DIESEL FWD', 'derivative': "2.0 TDCi 130ps 'One Stop' Luton Van", 'mileage': 116320, 'mileageWarranty': True, 'type': 'commercial', 'saleId': 18965, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 240}, 'saleStart': '2026-03-24T10:00Z', 'lot': 169, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2018-08-17', 'fuel': 'Diesel', 'motExpiry': '2026-09-09', 'doors': None, 'engineSize': 1995, 'bodyType': 'Luton', 'images': ['https://abimg003.imgix.net/CT18FJF/2026-03-20/image/9d9cf986-a540-4b06-87f1-034ade078816_removebg.jpg?w=600', 'https://abimg003.imgix.net/CT18FJF/2026-03-20/image/04df7be8-777d-42b8-8d96-7c75f17aeeb2_removebg.jpg?w=600', 'https://abimg003.imgix.net/CT18FJF/2026-03-20/image/a68a1903-2167-42d3-8884-2e0725d7b85f_removebg.jpg?w=600', 'https://abimg003.imgix.net/CT18FJF/2026-03-20/image/19d3a509-bd26-4eeb-ac7a-cce08bda9378_removebg.jpg?w=600', 'https://abimg003.imgix.net/CT18FJF/2026-03-20/image/0377c1df-eab2-440a-88a2-1e07b349a5da_removebg.jpg?w=600', 'https://abimg003.imgix.net/CT18FJF/2026-03-20/image/4ac9abfe-a42d-4220-ab92-9d709751d1b2_removebg.jpg?w=600', 'https://abimg003.imgix.net/CT18FJF/2026-03-20/image/e520f739-011c-46c7-a297-a2c2d627430b_removebg.jpg?w=600'], 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith - LCV', 'serviceHistory': '', 'remarks': 'USED UNRECORDED - Various Damage Tail lift / VOSA STATES 79K 89K 98K 108K 112K SPARE KEY', 'virtual': False, 'seller': 'Direct GB Leasing', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '1', 'v5': True, 'v5details': 'Here', 'co2': 189, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/a7db09b3-dca5-4adc-8c5a-8b8d4fb93278.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': '+VAT', 'value': '+VAT'}}
2026-03-24 13:00:45 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 83f571ce-2af5-5b1a-b5e1-d18a73a3b7d8 with identifier: 120614685
2026-03-24 13:00:45 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 83f571ce-2af5-5b1a-b5e1-d18a73a3b7d8 with scrape type 2
2026-03-24 13:00:45 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 83f571ce-2af5-5b1a-b5e1-d18a73a3b7d8 with scrape type 2
2026-03-24 13:00:45 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 83f571ce-2af5-5b1a-b5e1-d18a73a3b7d8, identifier: 120614685
2026-03-24 13:00:45 [astonbarclay.gb] INFO: Found listing with ID: 120547045
2026-03-24 13:00:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120547045%27 HTTP/1.1" 200 None
2026-03-24 13:00:45 [astonbarclay.gb] INFO: Scrape type for 120547045: 0
2026-03-24 13:00:45 [astonbarclay.gb] INFO: Found listing with ID: 120562331
2026-03-24 13:00:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120562331%27 HTTP/1.1" 200 None
2026-03-24 13:00:45 [astonbarclay.gb] INFO: Scrape type for 120562331: 0
2026-03-24 13:00:45 [astonbarclay.gb] INFO: Found listing with ID: 120606319
2026-03-24 13:00:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120606319%27 HTTP/1.1" 200 None
2026-03-24 13:00:45 [astonbarclay.gb] INFO: Scrape type for 120606319: 2
2026-03-24 13:00:45 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 83f571ce-2af5-5b1a-b5e1-d18a73a3b7d8 with identifier: 120614685
2026-03-24 13:00:45 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 83f571ce-2af5-5b1a-b5e1-d18a73a3b7d8 with identifier: 120614685
2026-03-24 13:00:45 [scrapy.core.scraper] INFO: Dropped: Dropping expired listing: 83f571ce-2af5-5b1a-b5e1-d18a73a3b7d8 with expiration date: 2026-03-24T10:00:00Z
{'auction_title': '',
'c_o_2_emission_value': 189,
'color': 'WHITE',
'currency': 'GBP',
'doors_number': None,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'expiration_date': '2026-03-24T10:00:00Z',
'fuel_type': 'Diesel',
'id': '83f571ce-2af5-5b1a-b5e1-d18a73a3b7d8',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'CT18FJF',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120614685',
'listing': 'auction',
'location': 'Aston Barclay Donington Park',
'make': 'FORD',
'model': 'TRANSIT 350 L4 DIESEL FWD',
'odometer': 116320,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2018-08-17',
'seller_name': 'Direct GB Leasing',
'title': "FORD TRANSIT 350 L4 DIESEL FWD 2.0 TDCi 130ps 'One Stop' Luton Van",
'transmission': 'manual',
'trim': "2.0 TDCi 130ps 'One Stop' Luton Van",
'vin': None,
'year': 2018}
2026-03-24 13:00:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120614685%27 HTTP/1.1" 200 None
2026-03-24 13:00:45 [astonbarclay.gb] INFO: Saving data for 120614685: {'auction_closing_time': 1774346400.0, 'created_time': 1773929215.930669, 'last_price_update_time': 1774357245.655827}
2026-03-24 13:00:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:00:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120614685') HTTP/1.1" 204 0
2026-03-24 13:00:45 [astonbarclay.gb] INFO: Found listing with ID: 120619943
2026-03-24 13:00:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120619943%27 HTTP/1.1" 200 None
2026-03-24 13:00:45 [astonbarclay.gb] INFO: Scrape type for 120619943: 2
2026-03-24 13:00:45 [astonbarclay.gb] INFO: Found listing with ID: 120562567
2026-03-24 13:00:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120562567%27 HTTP/1.1" 200 None
2026-03-24 13:00:45 [astonbarclay.gb] INFO: Scrape type for 120562567: 0
2026-03-24 13:00:45 [astonbarclay.gb] INFO: Found listing with ID: 120562484
2026-03-24 13:00:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120562484%27 HTTP/1.1" 200 None
2026-03-24 13:00:45 [astonbarclay.gb] INFO: Scrape type for 120562484: 0
2026-03-24 13:00:45 [astonbarclay.gb] INFO: Found listing with ID: 120649354
2026-03-24 13:00:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120649354%27 HTTP/1.1" 200 None
2026-03-24 13:00:45 [astonbarclay.gb] INFO: Scrape type for 120649354: 2
2026-03-24 13:00:45 [astonbarclay.gb] INFO: Found listing with ID: 120562403
2026-03-24 13:00:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120562403%27 HTTP/1.1" 200 None
2026-03-24 13:00:45 [astonbarclay.gb] INFO: Scrape type for 120562403: 0
2026-03-24 13:00:45 [astonbarclay.gb] INFO: Found listing with ID: 120485459
2026-03-24 13:00:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120485459%27 HTTP/1.1" 200 None
2026-03-24 13:00:45 [astonbarclay.gb] INFO: Scrape type for 120485459: 2
2026-03-24 13:00:45 [astonbarclay.gb] INFO: Found listing with ID: 120586845
2026-03-24 13:00:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120586845%27 HTTP/1.1" 200 None
2026-03-24 13:00:45 [astonbarclay.gb] INFO: Scrape type for 120586845: 2
2026-03-24 13:00:45 [astonbarclay.gb] INFO: Found listing with ID: 120586865
2026-03-24 13:00:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120586865%27 HTTP/1.1" 200 None
2026-03-24 13:00:45 [astonbarclay.gb] INFO: Scrape type for 120586865: 2
2026-03-24 13:00:45 [astonbarclay.gb] INFO: Found listing with ID: 120586856
2026-03-24 13:00:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120586856%27 HTTP/1.1" 200 None
2026-03-24 13:00:45 [astonbarclay.gb] INFO: Scrape type for 120586856: 2
2026-03-24 13:00:45 [astonbarclay.gb] INFO: Found listing with ID: 120562507
2026-03-24 13:00:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120562507%27 HTTP/1.1" 200 None
2026-03-24 13:00:45 [astonbarclay.gb] INFO: Scrape type for 120562507: 0
2026-03-24 13:00:45 [astonbarclay.gb] INFO: Found listing with ID: 120562548
2026-03-24 13:00:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120562548%27 HTTP/1.1" 200 None
2026-03-24 13:00:45 [astonbarclay.gb] INFO: Scrape type for 120562548: 0
2026-03-24 13:00:45 [astonbarclay.gb] INFO: Found listing with ID: 120562277
2026-03-24 13:00:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120562277%27 HTTP/1.1" 200 None
2026-03-24 13:00:46 [astonbarclay.gb] INFO: Scrape type for 120562277: 0
2026-03-24 13:00:46 [astonbarclay.gb] INFO: Found listing with ID: 120562320
2026-03-24 13:00:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120562320%27 HTTP/1.1" 200 None
2026-03-24 13:00:46 [astonbarclay.gb] INFO: Scrape type for 120562320: 0
2026-03-24 13:00:46 [astonbarclay.gb] INFO: Found listing with ID: 120631647
2026-03-24 13:00:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120631647%27 HTTP/1.1" 200 None
2026-03-24 13:00:46 [astonbarclay.gb] INFO: Scrape type for 120631647: 0
2026-03-24 13:00:46 [astonbarclay.gb] INFO: Found listing with ID: 120631714
2026-03-24 13:00:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120631714%27 HTTP/1.1" 200 None
2026-03-24 13:00:46 [astonbarclay.gb] INFO: Scrape type for 120631714: 0
2026-03-24 13:00:46 [astonbarclay.gb] INFO: Found listing with ID: 120484235
2026-03-24 13:00:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120484235%27 HTTP/1.1" 200 None
2026-03-24 13:00:46 [astonbarclay.gb] INFO: Scrape type for 120484235: 0
2026-03-24 13:00:46 [astonbarclay.gb] INFO: Found listing with ID: 120589009
2026-03-24 13:00:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120589009%27 HTTP/1.1" 200 None
2026-03-24 13:00:46 [astonbarclay.gb] INFO: Scrape type for 120589009: 0
2026-03-24 13:00:46 [astonbarclay.gb] INFO: Found listing with ID: 120589079
2026-03-24 13:00:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120589079%27 HTTP/1.1" 200 None
2026-03-24 13:00:46 [astonbarclay.gb] INFO: Scrape type for 120589079: 0
2026-03-24 13:00:46 [astonbarclay.gb] INFO: Found listing with ID: 120585283
2026-03-24 13:00:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120585283%27 HTTP/1.1" 200 None
2026-03-24 13:00:46 [astonbarclay.gb] INFO: Scrape type for 120585283: 0
2026-03-24 13:00:46 [astonbarclay.gb] INFO: Found listing with ID: 120631689
2026-03-24 13:00:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120631689%27 HTTP/1.1" 200 None
2026-03-24 13:00:46 [astonbarclay.gb] INFO: Scrape type for 120631689: 0
2026-03-24 13:00:46 [astonbarclay.gb] INFO: Found listing with ID: 120430841
2026-03-24 13:00:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120430841%27 HTTP/1.1" 200 None
2026-03-24 13:00:46 [astonbarclay.gb] INFO: Scrape type for 120430841: 0
2026-03-24 13:00:46 [astonbarclay.gb] INFO: Found listing with ID: 120451431
2026-03-24 13:00:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120451431%27 HTTP/1.1" 200 None
2026-03-24 13:00:46 [astonbarclay.gb] INFO: Scrape type for 120451431: 0
2026-03-24 13:00:46 [astonbarclay.gb] INFO: Found listing with ID: 120417833
2026-03-24 13:00:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120417833%27 HTTP/1.1" 200 None
2026-03-24 13:00:46 [astonbarclay.gb] INFO: Scrape type for 120417833: 0
2026-03-24 13:00:46 [astonbarclay.gb] INFO: Found listing with ID: 120374976
2026-03-24 13:00:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120374976%27 HTTP/1.1" 200 None
2026-03-24 13:00:46 [astonbarclay.gb] INFO: Scrape type for 120374976: 2
2026-03-24 13:00:46 [astonbarclay.gb] INFO: Found listing with ID: 120555829
2026-03-24 13:00:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120555829%27 HTTP/1.1" 200 None
2026-03-24 13:00:46 [astonbarclay.gb] INFO: Scrape type for 120555829: 0
2026-03-24 13:00:46 [astonbarclay.gb] INFO: Found listing with ID: 120463700
2026-03-24 13:00:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120463700%27 HTTP/1.1" 200 None
2026-03-24 13:00:46 [astonbarclay.gb] INFO: Scrape type for 120463700: 0
2026-03-24 13:00:46 [astonbarclay.gb] INFO: Found listing with ID: 120417751
2026-03-24 13:00:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120417751%27 HTTP/1.1" 200 None
2026-03-24 13:00:46 [astonbarclay.gb] INFO: Scrape type for 120417751: 0
2026-03-24 13:00:46 [astonbarclay.gb] INFO: Found listing with ID: 120463208
2026-03-24 13:00:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120463208%27 HTTP/1.1" 200 None
2026-03-24 13:00:46 [astonbarclay.gb] INFO: Scrape type for 120463208: 0
2026-03-24 13:00:46 [astonbarclay.gb] INFO: Found listing with ID: 120522991
2026-03-24 13:00:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120522991%27 HTTP/1.1" 200 None
2026-03-24 13:00:46 [astonbarclay.gb] INFO: Scrape type for 120522991: 0
2026-03-24 13:00:46 [astonbarclay.gb] INFO: Found listing with ID: 120675479
2026-03-24 13:00:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120675479%27 HTTP/1.1" 200 None
2026-03-24 13:00:46 [astonbarclay.gb] INFO: Scrape type for 120675479: 0
2026-03-24 13:00:46 [astonbarclay.gb] INFO: Found listing with ID: 120682181
2026-03-24 13:00:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120682181%27 HTTP/1.1" 200 None
2026-03-24 13:00:46 [astonbarclay.gb] INFO: Scrape type for 120682181: 0
2026-03-24 13:00:46 [astonbarclay.gb] INFO: Found listing with ID: 120554186
2026-03-24 13:00:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120554186%27 HTTP/1.1" 200 None
2026-03-24 13:00:46 [astonbarclay.gb] INFO: Scrape type for 120554186: 0
2026-03-24 13:00:46 [astonbarclay.gb] INFO: Found listing with ID: 120554208
2026-03-24 13:00:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120554208%27 HTTP/1.1" 200 None
2026-03-24 13:00:46 [astonbarclay.gb] INFO: Scrape type for 120554208: 0
2026-03-24 13:00:46 [astonbarclay.gb] INFO: Found listing with ID: 120595487
2026-03-24 13:00:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120595487%27 HTTP/1.1" 200 None
2026-03-24 13:00:46 [astonbarclay.gb] INFO: Scrape type for 120595487: 2
2026-03-24 13:00:46 [astonbarclay.gb] INFO: Found listing with ID: 120554195
2026-03-24 13:00:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120554195%27 HTTP/1.1" 200 None
2026-03-24 13:00:46 [astonbarclay.gb] INFO: Scrape type for 120554195: 0
2026-03-24 13:00:46 [astonbarclay.gb] INFO: Found listing with ID: 120473894
2026-03-24 13:00:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120473894%27 HTTP/1.1" 200 None
2026-03-24 13:00:46 [astonbarclay.gb] INFO: Scrape type for 120473894: 2
2026-03-24 13:00:46 [astonbarclay.gb] INFO: Found listing with ID: 120413600
2026-03-24 13:00:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120413600%27 HTTP/1.1" 200 None
2026-03-24 13:00:46 [astonbarclay.gb] INFO: Scrape type for 120413600: 0
2026-03-24 13:00:46 [astonbarclay.gb] INFO: Found listing with ID: 120554175
2026-03-24 13:00:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120554175%27 HTTP/1.1" 200 None
2026-03-24 13:00:46 [astonbarclay.gb] INFO: Scrape type for 120554175: 0
2026-03-24 13:00:46 [astonbarclay.gb] INFO: Found listing with ID: 120546424
2026-03-24 13:00:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120546424%27 HTTP/1.1" 200 None
2026-03-24 13:00:46 [astonbarclay.gb] INFO: Scrape type for 120546424: 0
2026-03-24 13:00:46 [astonbarclay.gb] INFO: Found listing with ID: 120534644
2026-03-24 13:00:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120534644%27 HTTP/1.1" 200 None
2026-03-24 13:00:46 [astonbarclay.gb] INFO: Scrape type for 120534644: 0
2026-03-24 13:00:46 [astonbarclay.gb] INFO: Found listing with ID: 120440606
2026-03-24 13:00:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120440606%27 HTTP/1.1" 200 None
2026-03-24 13:00:46 [astonbarclay.gb] INFO: Scrape type for 120440606: 0
2026-03-24 13:00:46 [astonbarclay.gb] INFO: Found listing with ID: 120461410
2026-03-24 13:00:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120461410%27 HTTP/1.1" 200 None
2026-03-24 13:00:46 [astonbarclay.gb] INFO: Scrape type for 120461410: 2
2026-03-24 13:00:46 [astonbarclay.gb] INFO: Found listing with ID: 120461472
2026-03-24 13:00:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120461472%27 HTTP/1.1" 200 None
2026-03-24 13:00:46 [astonbarclay.gb] INFO: Scrape type for 120461472: 2
2026-03-24 13:00:46 [astonbarclay.gb] INFO: Found listing with ID: 120481658
2026-03-24 13:00:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120481658%27 HTTP/1.1" 200 None
2026-03-24 13:00:46 [astonbarclay.gb] INFO: Scrape type for 120481658: 0
2026-03-24 13:00:46 [astonbarclay.gb] INFO: Found listing with ID: 120369549
2026-03-24 13:00:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120369549%27 HTTP/1.1" 200 None
2026-03-24 13:00:46 [astonbarclay.gb] INFO: Scrape type for 120369549: 0
2026-03-24 13:00:46 [astonbarclay.gb] INFO: Found listing with ID: 120595536
2026-03-24 13:00:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120595536%27 HTTP/1.1" 200 None
2026-03-24 13:00:46 [astonbarclay.gb] INFO: Scrape type for 120595536: 2
2026-03-24 13:00:46 [astonbarclay.gb] INFO: Found listing with ID: 120541686
2026-03-24 13:00:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120541686%27 HTTP/1.1" 200 None
2026-03-24 13:00:46 [astonbarclay.gb] INFO: Scrape type for 120541686: 0
2026-03-24 13:00:46 [astonbarclay.gb] INFO: Found listing with ID: 120461543
2026-03-24 13:00:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120461543%27 HTTP/1.1" 200 None
2026-03-24 13:00:46 [astonbarclay.gb] INFO: Scrape type for 120461543: 2
2026-03-24 13:00:46 [astonbarclay.gb] INFO: Found listing with ID: 120595514
2026-03-24 13:00:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120595514%27 HTTP/1.1" 200 None
2026-03-24 13:00:46 [astonbarclay.gb] INFO: Scrape type for 120595514: 2
2026-03-24 13:00:46 [astonbarclay.gb] INFO: Found listing with ID: 120369524
2026-03-24 13:00:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120369524%27 HTTP/1.1" 200 None
2026-03-24 13:00:46 [astonbarclay.gb] INFO: Scrape type for 120369524: 0
2026-03-24 13:00:46 [astonbarclay.gb] INFO: Found listing with ID: 120595526
2026-03-24 13:00:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120595526%27 HTTP/1.1" 200 None
2026-03-24 13:00:46 [astonbarclay.gb] INFO: Scrape type for 120595526: 2
2026-03-24 13:00:46 [astonbarclay.gb] INFO: Found listing with ID: 120369535
2026-03-24 13:00:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120369535%27 HTTP/1.1" 200 None
2026-03-24 13:00:46 [astonbarclay.gb] INFO: Scrape type for 120369535: 0
2026-03-24 13:00:46 [astonbarclay.gb] INFO: Found listing with ID: 120461419
2026-03-24 13:00:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120461419%27 HTTP/1.1" 200 None
2026-03-24 13:00:46 [astonbarclay.gb] INFO: Scrape type for 120461419: 0
2026-03-24 13:00:46 [astonbarclay.gb] INFO: Found listing with ID: 120440615
2026-03-24 13:00:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120440615%27 HTTP/1.1" 200 None
2026-03-24 13:00:46 [astonbarclay.gb] INFO: Scrape type for 120440615: 0
2026-03-24 13:00:46 [astonbarclay.gb] INFO: Found listing with ID: 120461503
2026-03-24 13:00:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120461503%27 HTTP/1.1" 200 None
2026-03-24 13:00:46 [astonbarclay.gb] INFO: Scrape type for 120461503: 2
2026-03-24 13:00:46 [astonbarclay.gb] INFO: Found listing with ID: 120505609
2026-03-24 13:00:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120505609%27 HTTP/1.1" 200 None
2026-03-24 13:00:46 [astonbarclay.gb] INFO: Scrape type for 120505609: 2
2026-03-24 13:00:46 [astonbarclay.gb] INFO: Found listing with ID: 120658567
2026-03-24 13:00:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120658567%27 HTTP/1.1" 200 None
2026-03-24 13:00:46 [astonbarclay.gb] INFO: Scrape type for 120658567: 0
2026-03-24 13:00:46 [astonbarclay.gb] INFO: Found listing with ID: 120548775
2026-03-24 13:00:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120548775%27 HTTP/1.1" 200 None
2026-03-24 13:00:46 [astonbarclay.gb] INFO: Scrape type for 120548775: 2
2026-03-24 13:00:46 [astonbarclay.gb] INFO: Found listing with ID: 120595560
2026-03-24 13:00:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120595560%27 HTTP/1.1" 200 None
2026-03-24 13:00:46 [astonbarclay.gb] INFO: Scrape type for 120595560: 2
2026-03-24 13:00:46 [astonbarclay.gb] INFO: Found listing with ID: 120548797
2026-03-24 13:00:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120548797%27 HTTP/1.1" 200 None
2026-03-24 13:00:46 [astonbarclay.gb] INFO: Scrape type for 120548797: 2
2026-03-24 13:00:46 [astonbarclay.gb] INFO: Found listing with ID: 120595549
2026-03-24 13:00:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120595549%27 HTTP/1.1" 200 None
2026-03-24 13:00:46 [astonbarclay.gb] INFO: Scrape type for 120595549: 2
2026-03-24 13:00:46 [astonbarclay.gb] INFO: Found listing with ID: 120596958
2026-03-24 13:00:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120596958%27 HTTP/1.1" 200 None
2026-03-24 13:00:46 [astonbarclay.gb] INFO: Scrape type for 120596958: 0
2026-03-24 13:00:46 [astonbarclay.gb] INFO: Found listing with ID: 120595478
2026-03-24 13:00:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120595478%27 HTTP/1.1" 200 None
2026-03-24 13:00:46 [astonbarclay.gb] INFO: Scrape type for 120595478: 2
2026-03-24 13:00:46 [astonbarclay.gb] INFO: Found listing with ID: 120595589
2026-03-24 13:00:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120595589%27 HTTP/1.1" 200 None
2026-03-24 13:00:46 [astonbarclay.gb] INFO: Scrape type for 120595589: 2
2026-03-24 13:00:46 [astonbarclay.gb] INFO: Found listing with ID: 120592255
2026-03-24 13:00:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120592255%27 HTTP/1.1" 200 None
2026-03-24 13:00:46 [astonbarclay.gb] INFO: Scrape type for 120592255: 2
2026-03-24 13:00:46 [astonbarclay.gb] INFO: Found listing with ID: 120410862
2026-03-24 13:00:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120410862%27 HTTP/1.1" 200 None
2026-03-24 13:00:47 [astonbarclay.gb] INFO: Scrape type for 120410862: 0
2026-03-24 13:00:47 [astonbarclay.gb] INFO: Found listing with ID: 120505622
2026-03-24 13:00:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120505622%27 HTTP/1.1" 200 None
2026-03-24 13:00:47 [astonbarclay.gb] INFO: Scrape type for 120505622: 0
2026-03-24 13:00:47 [astonbarclay.gb] INFO: Found listing with ID: 120505580
2026-03-24 13:00:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120505580%27 HTTP/1.1" 200 None
2026-03-24 13:00:47 [astonbarclay.gb] INFO: Scrape type for 120505580: 0
2026-03-24 13:00:47 [astonbarclay.gb] INFO: Found listing with ID: 120548811
2026-03-24 13:00:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120548811%27 HTTP/1.1" 200 None
2026-03-24 13:00:47 [astonbarclay.gb] INFO: Scrape type for 120548811: 2
2026-03-24 13:00:47 [astonbarclay.gb] INFO: Found listing with ID: 120461534
2026-03-24 13:00:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120461534%27 HTTP/1.1" 200 None
2026-03-24 13:00:47 [astonbarclay.gb] INFO: Scrape type for 120461534: 2
2026-03-24 13:00:47 [astonbarclay.gb] INFO: Found listing with ID: 120597579
2026-03-24 13:00:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120597579%27 HTTP/1.1" 200 None
2026-03-24 13:00:47 [astonbarclay.gb] INFO: Scrape type for 120597579: 2
2026-03-24 13:00:47 [astonbarclay.gb] INFO: Found listing with ID: 120461514
2026-03-24 13:00:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120461514%27 HTTP/1.1" 200 None
2026-03-24 13:00:47 [astonbarclay.gb] INFO: Scrape type for 120461514: 2
2026-03-24 13:00:47 [astonbarclay.gb] INFO: Found listing with ID: 120461494
2026-03-24 13:00:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120461494%27 HTTP/1.1" 200 None
2026-03-24 13:00:47 [astonbarclay.gb] INFO: Scrape type for 120461494: 2
2026-03-24 13:00:47 [astonbarclay.gb] INFO: Found listing with ID: 120480883
2026-03-24 13:00:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120480883%27 HTTP/1.1" 200 None
2026-03-24 13:00:47 [astonbarclay.gb] INFO: Scrape type for 120480883: 0
2026-03-24 13:00:47 [astonbarclay.gb] INFO: Found listing with ID: 120505631
2026-03-24 13:00:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120505631%27 HTTP/1.1" 200 None
2026-03-24 13:00:47 [astonbarclay.gb] INFO: Scrape type for 120505631: 0
2026-03-24 13:00:47 [astonbarclay.gb] INFO: Found listing with ID: 120461525
2026-03-24 13:00:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120461525%27 HTTP/1.1" 200 None
2026-03-24 13:00:47 [astonbarclay.gb] INFO: Scrape type for 120461525: 0
2026-03-24 13:00:47 [astonbarclay.gb] INFO: Found listing with ID: 120480873
2026-03-24 13:00:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120480873%27 HTTP/1.1" 200 None
2026-03-24 13:00:47 [astonbarclay.gb] INFO: Scrape type for 120480873: 0
2026-03-24 13:00:47 [astonbarclay.gb] INFO: Found listing with ID: 120461565
2026-03-24 13:00:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120461565%27 HTTP/1.1" 200 None
2026-03-24 13:00:47 [astonbarclay.gb] INFO: Scrape type for 120461565: 2
2026-03-24 13:00:47 [astonbarclay.gb] INFO: Found listing with ID: 120461552
2026-03-24 13:00:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120461552%27 HTTP/1.1" 200 None
2026-03-24 13:00:47 [astonbarclay.gb] INFO: Scrape type for 120461552: 0
2026-03-24 13:00:47 [astonbarclay.gb] INFO: Found listing with ID: 120480862
2026-03-24 13:00:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120480862%27 HTTP/1.1" 200 None
2026-03-24 13:00:47 [astonbarclay.gb] INFO: Scrape type for 120480862: 0
2026-03-24 13:00:47 [astonbarclay.gb] INFO: Found listing with ID: 120687428
2026-03-24 13:00:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120687428%27 HTTP/1.1" 200 None
2026-03-24 13:00:47 [astonbarclay.gb] INFO: Scrape type for 120687428: 0
2026-03-24 13:00:47 [astonbarclay.gb] INFO: Found listing with ID: 120658602
2026-03-24 13:00:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120658602%27 HTTP/1.1" 200 None
2026-03-24 13:00:47 [astonbarclay.gb] INFO: Scrape type for 120658602: 0
2026-03-24 13:00:47 [astonbarclay.gb] INFO: Found listing with ID: 120658611
2026-03-24 13:00:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120658611%27 HTTP/1.1" 200 None
2026-03-24 13:00:47 [astonbarclay.gb] INFO: Scrape type for 120658611: 0
2026-03-24 13:00:47 [astonbarclay.gb] INFO: Found listing with ID: 120592274
2026-03-24 13:00:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120592274%27 HTTP/1.1" 200 None
2026-03-24 13:00:47 [astonbarclay.gb] INFO: Scrape type for 120592274: 2
2026-03-24 13:00:47 [astonbarclay.gb] INFO: Found listing with ID: 120548766
2026-03-24 13:00:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120548766%27 HTTP/1.1" 200 None
2026-03-24 13:00:47 [astonbarclay.gb] INFO: Scrape type for 120548766: 2
2026-03-24 13:00:47 [astonbarclay.gb] INFO: Found listing with ID: 120658578
2026-03-24 13:00:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120658578%27 HTTP/1.1" 200 None
2026-03-24 13:00:47 [astonbarclay.gb] INFO: Scrape type for 120658578: 0
2026-03-24 13:00:47 [astonbarclay.gb] INFO: Found listing with ID: 120656222
2026-03-24 13:00:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120656222%27 HTTP/1.1" 200 None
2026-03-24 13:00:47 [astonbarclay.gb] INFO: Scrape type for 120656222: 2
2026-03-24 13:00:47 [astonbarclay.gb] INFO: Found listing with ID: 120255976
2026-03-24 13:00:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120255976%27 HTTP/1.1" 200 None
2026-03-24 13:00:47 [astonbarclay.gb] INFO: Scrape type for 120255976: 0
2026-03-24 13:00:47 [astonbarclay.gb] INFO: Found listing with ID: 120667628
2026-03-24 13:00:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120667628%27 HTTP/1.1" 200 None
2026-03-24 13:00:47 [astonbarclay.gb] INFO: Scrape type for 120667628: 2
2026-03-24 13:00:47 [astonbarclay.gb] INFO: Found listing with ID: 120102055
2026-03-24 13:00:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120102055%27 HTTP/1.1" 200 None
2026-03-24 13:00:47 [astonbarclay.gb] INFO: Scrape type for 120102055: 0
2026-03-24 13:00:47 [astonbarclay.gb] INFO: Found listing with ID: 120199126
2026-03-24 13:00:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120199126%27 HTTP/1.1" 200 None
2026-03-24 13:00:47 [astonbarclay.gb] INFO: Scrape type for 120199126: 0
2026-03-24 13:00:47 [astonbarclay.gb] INFO: Found listing with ID: 120540667
2026-03-24 13:00:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120540667%27 HTTP/1.1" 200 None
2026-03-24 13:00:47 [astonbarclay.gb] INFO: Scrape type for 120540667: 0
2026-03-24 13:00:47 [astonbarclay.gb] INFO: Found listing with ID: 120254818
2026-03-24 13:00:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120254818%27 HTTP/1.1" 200 None
2026-03-24 13:00:47 [astonbarclay.gb] INFO: Scrape type for 120254818: 2
2026-03-24 13:00:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120502627?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-24 13:00:47 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:00:47 [astonbarclay.gb] INFO: Found listing with ID: 120657364
2026-03-24 13:00:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120657364%27 HTTP/1.1" 200 None
2026-03-24 13:00:47 [astonbarclay.gb] INFO: Scrape type for 120657364: 2
2026-03-24 13:00:47 [astonbarclay.gb] INFO: Found listing with ID: 120654349
2026-03-24 13:00:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120654349%27 HTTP/1.1" 200 None
2026-03-24 13:00:47 [astonbarclay.gb] INFO: Scrape type for 120654349: 2
2026-03-24 13:00:47 [astonbarclay.gb] INFO: Found listing with ID: 120719074
2026-03-24 13:00:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120719074%27 HTTP/1.1" 200 None
2026-03-24 13:00:47 [astonbarclay.gb] INFO: Scrape type for 120719074: 1
2026-03-24 13:00:47 [astonbarclay.gb] INFO: Found listing with ID: 120506599
2026-03-24 13:00:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120506599%27 HTTP/1.1" 200 None
2026-03-24 13:00:47 [astonbarclay.gb] INFO: Scrape type for 120506599: 0
2026-03-24 13:00:47 [astonbarclay.gb] INFO: Found listing with ID: 120505908
2026-03-24 13:00:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120505908%27 HTTP/1.1" 200 None
2026-03-24 13:00:47 [astonbarclay.gb] INFO: Scrape type for 120505908: 0
2026-03-24 13:00:47 [astonbarclay.gb] INFO: Found listing with ID: 120453970
2026-03-24 13:00:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120453970%27 HTTP/1.1" 200 None
2026-03-24 13:00:47 [astonbarclay.gb] INFO: Scrape type for 120453970: 1
2026-03-24 13:00:47 [astonbarclay.gb] INFO: Found listing with ID: 120584213
2026-03-24 13:00:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120584213%27 HTTP/1.1" 200 None
2026-03-24 13:00:47 [astonbarclay.gb] INFO: Scrape type for 120584213: 0
2026-03-24 13:00:47 [astonbarclay.gb] INFO: Found listing with ID: 120718868
2026-03-24 13:00:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120718868%27 HTTP/1.1" 200 None
2026-03-24 13:00:47 [astonbarclay.gb] INFO: Scrape type for 120718868: 1
2026-03-24 13:00:47 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120502627, 'registration': 'YL72AFF', 'account': 'MOT070', 'make': 'SKODA', 'model': 'KAMIQ HATCHBACK', 'derivative': '1.0 TSI 110 Monte Carlo 5dr DSG', 'mileage': 29666, 'mileageWarranty': True, 'type': 'car', 'saleId': 18851, 'siteId': 659779, 'site': {'id': 659779, 'name': 'Aston Barclay Prees Heath', 'vehicles': 92}, 'saleStart': '2026-03-24T10:30Z', 'lot': 111, 'hall': 'Main Hall', 'transmission': 'automatic', 'firstRegistration': '2023-01-31', 'fuel': 'Petrol', 'motExpiry': '2026-11-30', 'doors': 5, 'engineSize': 999, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/YL72AFF/2026-03-17/image/a9b4bc60-4fa1-4b7f-8e23-ce4d2963e495_removebg.jpg?w=600', 'https://abimg003.imgix.net/YL72AFF/2026-03-17/image/44c87929-5e81-4e8a-b97a-e9f69027aac0_removebg.jpg?w=600', 'https://abimg003.imgix.net/YL72AFF/2026-03-17/image/72b9dd99-2535-4a6f-be60-dde1058bc1d1_removebg.jpg?w=600', 'https://abimg003.imgix.net/YL72AFF/2026-03-17/image/c38adc4b-9a67-4b0e-89c2-2715271aea6f_removebg.jpg?w=600', 'https://abimg003.imgix.net/YL72AFF/2026-03-17/image/753ddc0b-0363-4ba4-851b-d2920eac3207_removebg.jpg?w=600', 'https://abimg003.imgix.net/YL72AFF/2026-03-17/image/78eabcf3-978b-400c-80f8-096b7f4eeb55_removebg.jpg?w=600', 'https://abimg003.imgix.net/YL72AFF/2026-03-17/image/5c9ced54-76b5-441c-856c-1d888aebd601_removebg.jpg?w=600', 'https://abimg003.imgix.net/YL72AFF/2026-03-17/image/5a4d1f53-24e8-496f-92e5-92a2c9af7e44_removebg.jpg?w=600'], 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print 06/24- 16k', 'remarks': 'vosa @ 28k spare key', 'virtual': False, 'seller': 'Motability Operations', '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/aa19222e-4c19-4a49-855e-89c257bbcc5d.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 13:00:47 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120502627, 'registration': 'YL72AFF', 'account': 'MOT070', 'make': 'SKODA', 'model': 'KAMIQ HATCHBACK', 'derivative': '1.0 TSI 110 Monte Carlo 5dr DSG', 'mileage': 29666, 'mileageWarranty': True, 'type': 'car', 'saleId': 18851, 'siteId': 659779, 'site': {'id': 659779, 'name': 'Aston Barclay Prees Heath', 'vehicles': 92}, 'saleStart': '2026-03-24T10:30Z', 'lot': 111, 'hall': 'Main Hall', 'transmission': 'automatic', 'firstRegistration': '2023-01-31', 'fuel': 'Petrol', 'motExpiry': '2026-11-30', 'doors': 5, 'engineSize': 999, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/YL72AFF/2026-03-17/image/a9b4bc60-4fa1-4b7f-8e23-ce4d2963e495_removebg.jpg?w=600', 'https://abimg003.imgix.net/YL72AFF/2026-03-17/image/44c87929-5e81-4e8a-b97a-e9f69027aac0_removebg.jpg?w=600', 'https://abimg003.imgix.net/YL72AFF/2026-03-17/image/72b9dd99-2535-4a6f-be60-dde1058bc1d1_removebg.jpg?w=600', 'https://abimg003.imgix.net/YL72AFF/2026-03-17/image/c38adc4b-9a67-4b0e-89c2-2715271aea6f_removebg.jpg?w=600', 'https://abimg003.imgix.net/YL72AFF/2026-03-17/image/753ddc0b-0363-4ba4-851b-d2920eac3207_removebg.jpg?w=600', 'https://abimg003.imgix.net/YL72AFF/2026-03-17/image/78eabcf3-978b-400c-80f8-096b7f4eeb55_removebg.jpg?w=600', 'https://abimg003.imgix.net/YL72AFF/2026-03-17/image/5c9ced54-76b5-441c-856c-1d888aebd601_removebg.jpg?w=600', 'https://abimg003.imgix.net/YL72AFF/2026-03-17/image/5a4d1f53-24e8-496f-92e5-92a2c9af7e44_removebg.jpg?w=600'], 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print 06/24- 16k', 'remarks': 'vosa @ 28k spare key', 'virtual': False, 'seller': 'Motability Operations', '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/aa19222e-4c19-4a49-855e-89c257bbcc5d.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 13:00:47 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1cd3ec29-0623-5632-af34-444d66bf7775 with identifier: 120502627
2026-03-24 13:00:47 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1cd3ec29-0623-5632-af34-444d66bf7775 with scrape type 2
2026-03-24 13:00:47 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1cd3ec29-0623-5632-af34-444d66bf7775 with scrape type 2
2026-03-24 13:00:47 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 1cd3ec29-0623-5632-af34-444d66bf7775, identifier: 120502627
2026-03-24 13:00:47 [astonbarclay.gb] INFO: Found listing with ID: 120720958
2026-03-24 13:00:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120720958%27 HTTP/1.1" 200 None
2026-03-24 13:00:47 [astonbarclay.gb] INFO: Scrape type for 120720958: 1
2026-03-24 13:00:47 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 1cd3ec29-0623-5632-af34-444d66bf7775 with identifier: 120502627
2026-03-24 13:00:47 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 1cd3ec29-0623-5632-af34-444d66bf7775 with identifier: 120502627
2026-03-24 13:00:47 [scrapy.core.scraper] INFO: Dropped: Dropping expired listing: 1cd3ec29-0623-5632-af34-444d66bf7775 with expiration date: 2026-03-24T10:30:00Z
{'auction_title': '',
'c_o_2_emission_value': 137,
'color': 'WHITE',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.0L',
'expiration_date': '2026-03-24T10:30:00Z',
'fuel_type': 'Petrol',
'id': '1cd3ec29-0623-5632-af34-444d66bf7775',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'YL72AFF',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120502627',
'listing': 'auction',
'location': 'Aston Barclay Prees Heath',
'make': 'SKODA',
'model': 'KAMIQ HATCHBACK',
'odometer': 29666,
'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': 'Motability Operations',
'title': 'SKODA KAMIQ HATCHBACK 1.0 TSI 110 Monte Carlo 5dr DSG',
'transmission': 'automatic',
'trim': '1.0 TSI 110 Monte Carlo 5dr DSG',
'vin': None,
'year': 2023}
2026-03-24 13:00:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120502627%27 HTTP/1.1" 200 None
2026-03-24 13:00:47 [astonbarclay.gb] INFO: Saving data for 120502627: {'auction_closing_time': 1774348200.0, 'created_time': 1773741771.133011, 'last_price_update_time': 1774357247.996996}
2026-03-24 13:00:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:00:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120502627') HTTP/1.1" 204 0
2026-03-24 13:00:48 [astonbarclay.gb] INFO: Found listing with ID: 120596518
2026-03-24 13:00:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120596518%27 HTTP/1.1" 200 None
2026-03-24 13:00:48 [astonbarclay.gb] INFO: Scrape type for 120596518: 0
2026-03-24 13:00:48 [astonbarclay.gb] INFO: Found listing with ID: 120617178
2026-03-24 13:00:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120617178%27 HTTP/1.1" 200 None
2026-03-24 13:00:48 [astonbarclay.gb] INFO: Scrape type for 120617178: 0
2026-03-24 13:00:48 [astonbarclay.gb] INFO: Found listing with ID: 120596540
2026-03-24 13:00:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120596540%27 HTTP/1.1" 200 None
2026-03-24 13:00:48 [astonbarclay.gb] INFO: Scrape type for 120596540: 2
2026-03-24 13:00:48 [astonbarclay.gb] INFO: Found listing with ID: 120620673
2026-03-24 13:00:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120620673%27 HTTP/1.1" 200 None
2026-03-24 13:00:48 [astonbarclay.gb] INFO: Scrape type for 120620673: 0
2026-03-24 13:00:48 [astonbarclay.gb] INFO: Found listing with ID: 120596530
2026-03-24 13:00:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120596530%27 HTTP/1.1" 200 None
2026-03-24 13:00:48 [astonbarclay.gb] INFO: Scrape type for 120596530: 2
2026-03-24 13:00:48 [astonbarclay.gb] INFO: Found listing with ID: 120621184
2026-03-24 13:00:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120621184%27 HTTP/1.1" 200 None
2026-03-24 13:00:48 [astonbarclay.gb] INFO: Scrape type for 120621184: 0
2026-03-24 13:00:48 [astonbarclay.gb] INFO: Found listing with ID: 120145776
2026-03-24 13:00:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120145776%27 HTTP/1.1" 200 None
2026-03-24 13:00:48 [astonbarclay.gb] INFO: Scrape type for 120145776: 0
2026-03-24 13:00:48 [astonbarclay.gb] INFO: Found listing with ID: 120582058
2026-03-24 13:00:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120582058%27 HTTP/1.1" 200 None
2026-03-24 13:00:48 [astonbarclay.gb] INFO: Scrape type for 120582058: 0
2026-03-24 13:00:48 [astonbarclay.gb] INFO: Found listing with ID: 119970335
2026-03-24 13:00:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27119970335%27 HTTP/1.1" 200 None
2026-03-24 13:00:48 [astonbarclay.gb] INFO: Scrape type for 119970335: 0
2026-03-24 13:00:48 [astonbarclay.gb] INFO: Found listing with ID: 120646777
2026-03-24 13:00:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120646777%27 HTTP/1.1" 200 None
2026-03-24 13:00:48 [astonbarclay.gb] INFO: Scrape type for 120646777: 0
2026-03-24 13:00:48 [astonbarclay.gb] INFO: Found listing with ID: 120719700
2026-03-24 13:00:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120719700%27 HTTP/1.1" 200 None
2026-03-24 13:00:48 [astonbarclay.gb] INFO: Scrape type for 120719700: 1
2026-03-24 13:00:48 [astonbarclay.gb] INFO: Found listing with ID: 120582897
2026-03-24 13:00:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120582897%27 HTTP/1.1" 200 None
2026-03-24 13:00:48 [astonbarclay.gb] INFO: Scrape type for 120582897: 0
2026-03-24 13:00:48 [astonbarclay.gb] INFO: Found listing with ID: 120587142
2026-03-24 13:00:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120587142%27 HTTP/1.1" 200 None
2026-03-24 13:00:48 [astonbarclay.gb] INFO: Scrape type for 120587142: 0
2026-03-24 13:00:48 [astonbarclay.gb] INFO: Found listing with ID: 120592457
2026-03-24 13:00:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120592457%27 HTTP/1.1" 200 None
2026-03-24 13:00:48 [astonbarclay.gb] INFO: Scrape type for 120592457: 0
2026-03-24 13:00:48 [astonbarclay.gb] INFO: Found listing with ID: 119257637
2026-03-24 13:00:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27119257637%27 HTTP/1.1" 200 None
2026-03-24 13:00:48 [astonbarclay.gb] INFO: Scrape type for 119257637: 2
2026-03-24 13:00:48 [astonbarclay.gb] INFO: Found listing with ID: 120332599
2026-03-24 13:00:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120332599%27 HTTP/1.1" 200 None
2026-03-24 13:00:48 [astonbarclay.gb] INFO: Scrape type for 120332599: 0
2026-03-24 13:00:48 [astonbarclay.gb] INFO: Found listing with ID: 120522037
2026-03-24 13:00:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120522037%27 HTTP/1.1" 200 None
2026-03-24 13:00:48 [astonbarclay.gb] INFO: Scrape type for 120522037: 0
2026-03-24 13:00:48 [astonbarclay.gb] INFO: Found listing with ID: 120087826
2026-03-24 13:00:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120087826%27 HTTP/1.1" 200 None
2026-03-24 13:00:48 [astonbarclay.gb] INFO: Scrape type for 120087826: 2
2026-03-24 13:00:48 [astonbarclay.gb] INFO: Found listing with ID: 120365404
2026-03-24 13:00:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120365404%27 HTTP/1.1" 200 None
2026-03-24 13:00:48 [astonbarclay.gb] INFO: Scrape type for 120365404: 0
2026-03-24 13:00:48 [astonbarclay.gb] INFO: Found listing with ID: 120477778
2026-03-24 13:00:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120477778%27 HTTP/1.1" 200 None
2026-03-24 13:00:48 [astonbarclay.gb] INFO: Scrape type for 120477778: 0
2026-03-24 13:00:48 [astonbarclay.gb] INFO: Found listing with ID: 120653166
2026-03-24 13:00:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120653166%27 HTTP/1.1" 200 None
2026-03-24 13:00:48 [astonbarclay.gb] INFO: Scrape type for 120653166: 0
2026-03-24 13:00:48 [astonbarclay.gb] INFO: Found listing with ID: 120374674
2026-03-24 13:00:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120374674%27 HTTP/1.1" 200 None
2026-03-24 13:00:48 [astonbarclay.gb] INFO: Scrape type for 120374674: 2
2026-03-24 13:00:48 [astonbarclay.gb] INFO: Found listing with ID: 120175432
2026-03-24 13:00:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120175432%27 HTTP/1.1" 200 None
2026-03-24 13:00:48 [astonbarclay.gb] INFO: Scrape type for 120175432: 2
2026-03-24 13:00:48 [astonbarclay.gb] INFO: Found listing with ID: 120506878
2026-03-24 13:00:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120506878%27 HTTP/1.1" 200 None
2026-03-24 13:00:48 [astonbarclay.gb] INFO: Scrape type for 120506878: 2
2026-03-24 13:00:48 [astonbarclay.gb] INFO: Found listing with ID: 120280975
2026-03-24 13:00:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120280975%27 HTTP/1.1" 200 None
2026-03-24 13:00:48 [astonbarclay.gb] INFO: Scrape type for 120280975: 0
2026-03-24 13:00:48 [astonbarclay.gb] INFO: Found listing with ID: 120667880
2026-03-24 13:00:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120667880%27 HTTP/1.1" 200 None
2026-03-24 13:00:48 [astonbarclay.gb] INFO: Scrape type for 120667880: 0
2026-03-24 13:00:48 [astonbarclay.gb] INFO: Found listing with ID: 120256266
2026-03-24 13:00:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120256266%27 HTTP/1.1" 200 None
2026-03-24 13:00:48 [astonbarclay.gb] INFO: Scrape type for 120256266: 2
2026-03-24 13:00:48 [astonbarclay.gb] INFO: Found listing with ID: 120546514
2026-03-24 13:00:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120546514%27 HTTP/1.1" 200 None
2026-03-24 13:00:48 [astonbarclay.gb] INFO: Scrape type for 120546514: 2
2026-03-24 13:00:48 [astonbarclay.gb] INFO: Found listing with ID: 120540698
2026-03-24 13:00:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120540698%27 HTTP/1.1" 200 None
2026-03-24 13:00:48 [astonbarclay.gb] INFO: Scrape type for 120540698: 0
2026-03-24 13:00:48 [astonbarclay.gb] INFO: Found listing with ID: 120219322
2026-03-24 13:00:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120219322%27 HTTP/1.1" 200 None
2026-03-24 13:00:48 [astonbarclay.gb] INFO: Scrape type for 120219322: 0
2026-03-24 13:00:48 [astonbarclay.gb] INFO: Found listing with ID: 120540637
2026-03-24 13:00:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120540637%27 HTTP/1.1" 200 None
2026-03-24 13:00:48 [astonbarclay.gb] INFO: Scrape type for 120540637: 0
2026-03-24 13:00:48 [astonbarclay.gb] INFO: Found listing with ID: 120441640
2026-03-24 13:00:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120441640%27 HTTP/1.1" 200 None
2026-03-24 13:00:48 [astonbarclay.gb] INFO: Scrape type for 120441640: 0
2026-03-24 13:00:48 [astonbarclay.gb] INFO: Found listing with ID: 116795694
2026-03-24 13:00:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27116795694%27 HTTP/1.1" 200 None
2026-03-24 13:00:48 [astonbarclay.gb] INFO: Scrape type for 116795694: 0
2026-03-24 13:00:48 [astonbarclay.gb] INFO: Found listing with ID: 120125892
2026-03-24 13:00:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120125892%27 HTTP/1.1" 200 None
2026-03-24 13:00:48 [astonbarclay.gb] INFO: Scrape type for 120125892: 0
2026-03-24 13:00:48 [astonbarclay.gb] INFO: Found listing with ID: 120562469
2026-03-24 13:00:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120562469%27 HTTP/1.1" 200 None
2026-03-24 13:00:48 [astonbarclay.gb] INFO: Scrape type for 120562469: 0
2026-03-24 13:00:48 [astonbarclay.gb] INFO: Found listing with ID: 119811587
2026-03-24 13:00:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27119811587%27 HTTP/1.1" 200 None
2026-03-24 13:00:48 [astonbarclay.gb] INFO: Scrape type for 119811587: 0
2026-03-24 13:00:48 [astonbarclay.gb] INFO: Found listing with ID: 120402888
2026-03-24 13:00:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120402888%27 HTTP/1.1" 200 None
2026-03-24 13:00:48 [astonbarclay.gb] INFO: Scrape type for 120402888: 0
2026-03-24 13:00:48 [astonbarclay.gb] INFO: Found listing with ID: 120596595
2026-03-24 13:00:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120596595%27 HTTP/1.1" 200 None
2026-03-24 13:00:48 [astonbarclay.gb] INFO: Scrape type for 120596595: 0
2026-03-24 13:00:48 [astonbarclay.gb] INFO: Found listing with ID: 120623833
2026-03-24 13:00:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120623833%27 HTTP/1.1" 200 None
2026-03-24 13:00:48 [astonbarclay.gb] INFO: Scrape type for 120623833: 1
2026-03-24 13:00:48 [astonbarclay.gb] INFO: Found listing with ID: 120404970
2026-03-24 13:00:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120404970%27 HTTP/1.1" 200 None
2026-03-24 13:00:48 [astonbarclay.gb] INFO: Scrape type for 120404970: 2
2026-03-24 13:00:48 [astonbarclay.gb] INFO: Found listing with ID: 120715754
2026-03-24 13:00:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120715754%27 HTTP/1.1" 200 None
2026-03-24 13:00:48 [astonbarclay.gb] INFO: Scrape type for 120715754: 1
2026-03-24 13:00:48 [astonbarclay.gb] INFO: Found listing with ID: 120684046
2026-03-24 13:00:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120684046%27 HTTP/1.1" 200 None
2026-03-24 13:00:48 [astonbarclay.gb] INFO: Scrape type for 120684046: 0
2026-03-24 13:00:48 [astonbarclay.gb] INFO: Found listing with ID: 120716009
2026-03-24 13:00:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120716009%27 HTTP/1.1" 200 None
2026-03-24 13:00:48 [astonbarclay.gb] INFO: Scrape type for 120716009: 1
2026-03-24 13:00:48 [astonbarclay.gb] INFO: Found listing with ID: 120327884
2026-03-24 13:00:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120327884%27 HTTP/1.1" 200 None
2026-03-24 13:00:48 [astonbarclay.gb] INFO: Scrape type for 120327884: 2
2026-03-24 13:00:48 [astonbarclay.gb] INFO: Found listing with ID: 120220474
2026-03-24 13:00:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120220474%27 HTTP/1.1" 200 None
2026-03-24 13:00:48 [astonbarclay.gb] INFO: Scrape type for 120220474: 0
2026-03-24 13:00:48 [astonbarclay.gb] INFO: Found listing with ID: 120717410
2026-03-24 13:00:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120717410%27 HTTP/1.1" 200 None
2026-03-24 13:00:49 [astonbarclay.gb] INFO: Scrape type for 120717410: 1
2026-03-24 13:00:49 [astonbarclay.gb] INFO: Found listing with ID: 120719638
2026-03-24 13:00:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120719638%27 HTTP/1.1" 200 None
2026-03-24 13:00:49 [astonbarclay.gb] INFO: Scrape type for 120719638: 1
2026-03-24 13:00:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120219033?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-24 13:00:49 [astonbarclay.gb] INFO: Found listing with ID: 120715744
2026-03-24 13:00:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120715744%27 HTTP/1.1" 200 None
2026-03-24 13:00:49 [astonbarclay.gb] INFO: Scrape type for 120715744: 1
2026-03-24 13: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-24 13:00:49 [astonbarclay.gb] INFO: Found listing with ID: 120302812
2026-03-24 13:00:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120302812%27 HTTP/1.1" 200 None
2026-03-24 13:00:49 [astonbarclay.gb] INFO: Scrape type for 120302812: 0
2026-03-24 13:00:49 [astonbarclay.gb] INFO: Found listing with ID: 120240102
2026-03-24 13:00:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120240102%27 HTTP/1.1" 200 None
2026-03-24 13:00:49 [astonbarclay.gb] INFO: Scrape type for 120240102: 2
2026-03-24 13:00:49 [astonbarclay.gb] INFO: Found listing with ID: 120695209
2026-03-24 13:00:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120695209%27 HTTP/1.1" 200 None
2026-03-24 13:00:49 [astonbarclay.gb] INFO: Scrape type for 120695209: 1
2026-03-24 13:00:49 [astonbarclay.gb] INFO: Found listing with ID: 120715480
2026-03-24 13:00:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120715480%27 HTTP/1.1" 200 None
2026-03-24 13:00:49 [astonbarclay.gb] INFO: Scrape type for 120715480: 1
2026-03-24 13:00:49 [astonbarclay.gb] INFO: Found listing with ID: 118845719
2026-03-24 13:00:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27118845719%27 HTTP/1.1" 200 None
2026-03-24 13:00:49 [astonbarclay.gb] INFO: Scrape type for 118845719: 2
2026-03-24 13:00:49 [astonbarclay.gb] INFO: Found listing with ID: 120718614
2026-03-24 13:00:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120718614%27 HTTP/1.1" 200 None
2026-03-24 13:00:49 [astonbarclay.gb] INFO: Scrape type for 120718614: 1
2026-03-24 13:00:49 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120219033, 'registration': 'HMZ5221', 'account': 'MOT070', 'make': 'RENAULT', 'model': 'CAPTUR HATCHBACK', 'derivative': '1.6 E-Tech Full Hybrid 145 Evolution 5dr Auto', 'mileage': 4946, 'mileageWarranty': True, 'type': 'car', 'saleId': 18851, 'siteId': 659779, 'site': {'id': 659779, 'name': 'Aston Barclay Prees Heath', 'vehicles': 92}, 'saleStart': '2026-03-24T10:30Z', 'lot': 130, 'hall': 'Main Hall', 'transmission': 'automatic', 'firstRegistration': '2025-04-16', 'fuel': 'Petrol/Electric Hybrid', 'motExpiry': None, 'doors': 5, 'engineSize': 1598, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/HMZ5221/2026-03-10/image/73a1b7dd-c8d9-4dac-ac7b-5b9bee8d9631_removebg.jpg?w=600', 'https://abimg003.imgix.net/HMZ5221/2026-03-10/image/6c130f26-8725-4120-b992-745d053deb0d_removebg.jpg?w=600', 'https://abimg003.imgix.net/HMZ5221/2026-03-10/image/72e25567-2dd6-4666-8e4d-81138b8554d1_removebg.jpg?w=600', 'https://abimg003.imgix.net/HMZ5221/2026-03-10/image/3be9cfd8-b2b3-4585-9926-2f22493d88db_removebg.jpg?w=600', 'https://abimg003.imgix.net/HMZ5221/2026-03-10/image/8e6ca825-c306-4aa3-a454-76daa441de33_removebg.jpg?w=600', 'https://abimg003.imgix.net/HMZ5221/2026-03-10/image/148908ed-b017-4532-ae09-747918a60c74_removebg.jpg?w=600', 'https://abimg003.imgix.net/HMZ5221/2026-03-10/image/7e22ceb1-59ec-4df1-aa3d-c6a817d2064d_removebg.jpg?w=600', 'https://abimg003.imgix.net/HMZ5221/2026-03-10/image/a11c3b82-a696-4521-bcd7-c39df758e60c_removebg.jpg?w=600', 'https://abimg003.imgix.net/HMZ5221/2026-03-10/image/7ae11cb2-3725-47b5-b7c0-534140ca1f84_removebg.jpg?w=600'], 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': 'spare key in office', 'virtual': False, 'seller': 'Motability Operations', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': 103, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/21a3c550-1361-42f0-9660-cf7e1e88e0f2.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 13:00:49 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120219033, 'registration': 'HMZ5221', 'account': 'MOT070', 'make': 'RENAULT', 'model': 'CAPTUR HATCHBACK', 'derivative': '1.6 E-Tech Full Hybrid 145 Evolution 5dr Auto', 'mileage': 4946, 'mileageWarranty': True, 'type': 'car', 'saleId': 18851, 'siteId': 659779, 'site': {'id': 659779, 'name': 'Aston Barclay Prees Heath', 'vehicles': 92}, 'saleStart': '2026-03-24T10:30Z', 'lot': 130, 'hall': 'Main Hall', 'transmission': 'automatic', 'firstRegistration': '2025-04-16', 'fuel': 'Petrol/Electric Hybrid', 'motExpiry': None, 'doors': 5, 'engineSize': 1598, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/HMZ5221/2026-03-10/image/73a1b7dd-c8d9-4dac-ac7b-5b9bee8d9631_removebg.jpg?w=600', 'https://abimg003.imgix.net/HMZ5221/2026-03-10/image/6c130f26-8725-4120-b992-745d053deb0d_removebg.jpg?w=600', 'https://abimg003.imgix.net/HMZ5221/2026-03-10/image/72e25567-2dd6-4666-8e4d-81138b8554d1_removebg.jpg?w=600', 'https://abimg003.imgix.net/HMZ5221/2026-03-10/image/3be9cfd8-b2b3-4585-9926-2f22493d88db_removebg.jpg?w=600', 'https://abimg003.imgix.net/HMZ5221/2026-03-10/image/8e6ca825-c306-4aa3-a454-76daa441de33_removebg.jpg?w=600', 'https://abimg003.imgix.net/HMZ5221/2026-03-10/image/148908ed-b017-4532-ae09-747918a60c74_removebg.jpg?w=600', 'https://abimg003.imgix.net/HMZ5221/2026-03-10/image/7e22ceb1-59ec-4df1-aa3d-c6a817d2064d_removebg.jpg?w=600', 'https://abimg003.imgix.net/HMZ5221/2026-03-10/image/a11c3b82-a696-4521-bcd7-c39df758e60c_removebg.jpg?w=600', 'https://abimg003.imgix.net/HMZ5221/2026-03-10/image/7ae11cb2-3725-47b5-b7c0-534140ca1f84_removebg.jpg?w=600'], 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': 'spare key in office', 'virtual': False, 'seller': 'Motability Operations', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': 103, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/21a3c550-1361-42f0-9660-cf7e1e88e0f2.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 13:00:49 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2ac268bf-643e-5155-b3a3-41823604fa7a with identifier: 120219033
2026-03-24 13:00:49 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2ac268bf-643e-5155-b3a3-41823604fa7a with scrape type 2
2026-03-24 13:00:49 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2ac268bf-643e-5155-b3a3-41823604fa7a with scrape type 2
2026-03-24 13:00:49 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 2ac268bf-643e-5155-b3a3-41823604fa7a, identifier: 120219033
2026-03-24 13:00:49 [astonbarclay.gb] INFO: Found listing with ID: 120692706
2026-03-24 13:00:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120692706%27 HTTP/1.1" 200 None
2026-03-24 13:00:49 [astonbarclay.gb] INFO: Scrape type for 120692706: 1
2026-03-24 13:00:49 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 2ac268bf-643e-5155-b3a3-41823604fa7a with identifier: 120219033
2026-03-24 13:00:49 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-24 13:00:49 [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-24 13:00:49 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-24 13:00:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='auto',RowKey='auto') HTTP/1.1" 204 0
2026-03-24 13:00:49 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 2ac268bf-643e-5155-b3a3-41823604fa7a with identifier: 120219033
2026-03-24 13:00:49 [scrapy.core.scraper] INFO: Dropped: Dropping expired listing: 2ac268bf-643e-5155-b3a3-41823604fa7a with expiration date: 2026-03-24T10:30:00Z
{'auction_title': '',
'c_o_2_emission_value': 103,
'color': 'WHITE',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.6L',
'expiration_date': '2026-03-24T10:30:00Z',
'fuel_type': 'Petrol/Electric Hybrid',
'id': '2ac268bf-643e-5155-b3a3-41823604fa7a',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'HMZ5221',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120219033',
'listing': 'auction',
'location': 'Aston Barclay Prees Heath',
'make': 'RENAULT',
'model': 'CAPTUR HATCHBACK',
'odometer': 4946,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2025-04-16',
'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': 2025}
2026-03-24 13:00:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120219033%27 HTTP/1.1" 200 None
2026-03-24 13:00:49 [astonbarclay.gb] INFO: Saving data for 120219033: {'auction_closing_time': 1774348200.0, 'created_time': 1773403616.64648, 'last_price_update_time': 1774357249.619632}
2026-03-24 13:00:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:00:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120219033') HTTP/1.1" 204 0
2026-03-24 13:00:49 [astonbarclay.gb] INFO: Found listing with ID: 120692697
2026-03-24 13:00:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120692697%27 HTTP/1.1" 200 None
2026-03-24 13:00:49 [astonbarclay.gb] INFO: Scrape type for 120692697: 1
2026-03-24 13:00:49 [astonbarclay.gb] INFO: Found listing with ID: 120408375
2026-03-24 13:00:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120408375%27 HTTP/1.1" 200 None
2026-03-24 13:00:49 [astonbarclay.gb] INFO: Scrape type for 120408375: 0
2026-03-24 13:00:49 [astonbarclay.gb] INFO: Found listing with ID: 120410046
2026-03-24 13:00:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120410046%27 HTTP/1.1" 200 None
2026-03-24 13:00:49 [astonbarclay.gb] INFO: Scrape type for 120410046: 2
2026-03-24 13:00:49 [astonbarclay.gb] INFO: Found listing with ID: 120668316
2026-03-24 13:00:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120668316%27 HTTP/1.1" 200 None
2026-03-24 13:00:49 [astonbarclay.gb] INFO: Scrape type for 120668316: 0
2026-03-24 13:00:49 [astonbarclay.gb] INFO: Found listing with ID: 120696486
2026-03-24 13:00:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120696486%27 HTTP/1.1" 200 None
2026-03-24 13:00:49 [astonbarclay.gb] INFO: Scrape type for 120696486: 1
2026-03-24 13:00:49 [astonbarclay.gb] INFO: Found listing with ID: 120379829
2026-03-24 13:00:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120379829%27 HTTP/1.1" 200 None
2026-03-24 13:00:49 [astonbarclay.gb] INFO: Scrape type for 120379829: 0
2026-03-24 13:00:49 [astonbarclay.gb] INFO: Found listing with ID: 120093665
2026-03-24 13:00:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120093665%27 HTTP/1.1" 200 None
2026-03-24 13:00:49 [astonbarclay.gb] INFO: Scrape type for 120093665: 0
2026-03-24 13:00:49 [astonbarclay.gb] INFO: Found listing with ID: 120370125
2026-03-24 13:00:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120370125%27 HTTP/1.1" 200 None
2026-03-24 13:00:49 [astonbarclay.gb] INFO: Scrape type for 120370125: 2
2026-03-24 13:00:49 [astonbarclay.gb] INFO: Found listing with ID: 120688264
2026-03-24 13:00:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120688264%27 HTTP/1.1" 200 None
2026-03-24 13:00:49 [astonbarclay.gb] INFO: Scrape type for 120688264: 0
2026-03-24 13:00:49 [astonbarclay.gb] INFO: Found listing with ID: 120543427
2026-03-24 13:00:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120543427%27 HTTP/1.1" 200 None
2026-03-24 13:00:49 [astonbarclay.gb] INFO: Scrape type for 120543427: 0
2026-03-24 13:00:49 [astonbarclay.gb] INFO: Found listing with ID: 120582597
2026-03-24 13:00:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120582597%27 HTTP/1.1" 200 None
2026-03-24 13:00:49 [astonbarclay.gb] INFO: Scrape type for 120582597: 0
2026-03-24 13:00:49 [astonbarclay.gb] INFO: Found listing with ID: 120688601
2026-03-24 13:00:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120688601%27 HTTP/1.1" 200 None
2026-03-24 13:00:49 [astonbarclay.gb] INFO: Scrape type for 120688601: 0
2026-03-24 13:00:49 [astonbarclay.gb] INFO: Found listing with ID: 120537066
2026-03-24 13:00:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120537066%27 HTTP/1.1" 200 None
2026-03-24 13:00:49 [astonbarclay.gb] INFO: Scrape type for 120537066: 0
2026-03-24 13:00:49 [astonbarclay.gb] INFO: Found listing with ID: 120695519
2026-03-24 13:00:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120695519%27 HTTP/1.1" 200 None
2026-03-24 13:00:49 [astonbarclay.gb] INFO: Scrape type for 120695519: 1
2026-03-24 13:00:49 [astonbarclay.gb] INFO: Found listing with ID: 120475596
2026-03-24 13:00:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120475596%27 HTTP/1.1" 200 None
2026-03-24 13:00:50 [astonbarclay.gb] INFO: Scrape type for 120475596: 0
2026-03-24 13:00:50 [astonbarclay.gb] INFO: Found listing with ID: 120715559
2026-03-24 13:00:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120715559%27 HTTP/1.1" 200 None
2026-03-24 13:00:50 [astonbarclay.gb] INFO: Scrape type for 120715559: 1
2026-03-24 13:00:50 [astonbarclay.gb] INFO: Found listing with ID: 120723921
2026-03-24 13:00:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120723921%27 HTTP/1.1" 200 None
2026-03-24 13:00:50 [astonbarclay.gb] INFO: Scrape type for 120723921: 1
2026-03-24 13:00:50 [astonbarclay.gb] INFO: Found listing with ID: 119846458
2026-03-24 13:00:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27119846458%27 HTTP/1.1" 200 None
2026-03-24 13:00:50 [astonbarclay.gb] INFO: Scrape type for 119846458: 0
2026-03-24 13:00:50 [astonbarclay.gb] INFO: Found listing with ID: 120064668
2026-03-24 13:00:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120064668%27 HTTP/1.1" 200 None
2026-03-24 13:00:50 [astonbarclay.gb] INFO: Scrape type for 120064668: 2
2026-03-24 13:00:50 [astonbarclay.gb] INFO: Found listing with ID: 120484028
2026-03-24 13:00:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120484028%27 HTTP/1.1" 200 None
2026-03-24 13:00:50 [astonbarclay.gb] INFO: Scrape type for 120484028: 0
2026-03-24 13:00:50 [astonbarclay.gb] INFO: Found listing with ID: 120695538
2026-03-24 13:00:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120695538%27 HTTP/1.1" 200 None
2026-03-24 13:00:50 [astonbarclay.gb] INFO: Scrape type for 120695538: 1
2026-03-24 13:00:50 [astonbarclay.gb] INFO: Found listing with ID: 119889589
2026-03-24 13:00:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27119889589%27 HTTP/1.1" 200 None
2026-03-24 13:00:50 [astonbarclay.gb] INFO: Scrape type for 119889589: 2
2026-03-24 13:00:50 [astonbarclay.gb] INFO: Found listing with ID: 120480606
2026-03-24 13:00:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120480606%27 HTTP/1.1" 200 None
2026-03-24 13:00:50 [astonbarclay.gb] INFO: Scrape type for 120480606: 0
2026-03-24 13:00:50 [astonbarclay.gb] INFO: Found listing with ID: 120513967
2026-03-24 13:00:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120513967%27 HTTP/1.1" 200 None
2026-03-24 13:00:50 [astonbarclay.gb] INFO: Scrape type for 120513967: 0
2026-03-24 13:00:50 [astonbarclay.gb] INFO: Found listing with ID: 120676747
2026-03-24 13:00:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120676747%27 HTTP/1.1" 200 None
2026-03-24 13:00:50 [astonbarclay.gb] INFO: Scrape type for 120676747: 0
2026-03-24 13:00:50 [astonbarclay.gb] INFO: Found listing with ID: 120130227
2026-03-24 13:00:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120130227%27 HTTP/1.1" 200 None
2026-03-24 13:00:50 [astonbarclay.gb] INFO: Scrape type for 120130227: 0
2026-03-24 13:00:50 [astonbarclay.gb] INFO: Found listing with ID: 120438101
2026-03-24 13:00:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120438101%27 HTTP/1.1" 200 None
2026-03-24 13:00:50 [astonbarclay.gb] INFO: Scrape type for 120438101: 0
2026-03-24 13:00:50 [astonbarclay.gb] INFO: Found listing with ID: 120332629
2026-03-24 13:00:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120332629%27 HTTP/1.1" 200 None
2026-03-24 13:00:50 [astonbarclay.gb] INFO: Scrape type for 120332629: 0
2026-03-24 13:00:50 [astonbarclay.gb] INFO: Found listing with ID: 120675196
2026-03-24 13:00:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120675196%27 HTTP/1.1" 200 None
2026-03-24 13:00:50 [astonbarclay.gb] INFO: Scrape type for 120675196: 0
2026-03-24 13:00:50 [astonbarclay.gb] INFO: Found listing with ID: 120552279
2026-03-24 13:00:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120552279%27 HTTP/1.1" 200 None
2026-03-24 13:00:50 [astonbarclay.gb] INFO: Scrape type for 120552279: 2
2026-03-24 13:00:50 [astonbarclay.gb] INFO: Found listing with ID: 120668504
2026-03-24 13:00:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120668504%27 HTTP/1.1" 200 None
2026-03-24 13:00:50 [astonbarclay.gb] INFO: Scrape type for 120668504: 2
2026-03-24 13:00:50 [astonbarclay.gb] INFO: Found listing with ID: 120657113
2026-03-24 13:00:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120657113%27 HTTP/1.1" 200 None
2026-03-24 13:00:50 [astonbarclay.gb] INFO: Scrape type for 120657113: 2
2026-03-24 13:00:50 [astonbarclay.gb] INFO: Found listing with ID: 120667917
2026-03-24 13:00:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120667917%27 HTTP/1.1" 200 None
2026-03-24 13:00:50 [astonbarclay.gb] INFO: Scrape type for 120667917: 0
2026-03-24 13:00:50 [astonbarclay.gb] INFO: Found listing with ID: 120667468
2026-03-24 13:00:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120667468%27 HTTP/1.1" 200 None
2026-03-24 13:00:50 [astonbarclay.gb] INFO: Scrape type for 120667468: 0
2026-03-24 13:00:50 [astonbarclay.gb] INFO: Found listing with ID: 120659978
2026-03-24 13:00:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120659978%27 HTTP/1.1" 200 None
2026-03-24 13:00:50 [astonbarclay.gb] INFO: Scrape type for 120659978: 2
2026-03-24 13:00:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120165857?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-24 13:00:50 [astonbarclay.gb] INFO: Found listing with ID: 120631151
2026-03-24 13:00:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120631151%27 HTTP/1.1" 200 None
2026-03-24 13:00:50 [astonbarclay.gb] INFO: Scrape type for 120631151: 0
2026-03-24 13:00:50 [astonbarclay.gb] INFO: Found listing with ID: 120619662
2026-03-24 13:00:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120619662%27 HTTP/1.1" 200 None
2026-03-24 13:00:50 [astonbarclay.gb] INFO: Scrape type for 120619662: 2
2026-03-24 13:00:50 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:00:50 [astonbarclay.gb] INFO: Found listing with ID: 120455225
2026-03-24 13:00:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120455225%27 HTTP/1.1" 200 None
2026-03-24 13:00:50 [astonbarclay.gb] INFO: Scrape type for 120455225: 2
2026-03-24 13:00:50 [astonbarclay.gb] INFO: Found listing with ID: 120596560
2026-03-24 13:00:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120596560%27 HTTP/1.1" 200 None
2026-03-24 13:00:50 [astonbarclay.gb] INFO: Scrape type for 120596560: 2
2026-03-24 13:00:50 [astonbarclay.gb] INFO: Found listing with ID: 120623845
2026-03-24 13:00:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120623845%27 HTTP/1.1" 200 None
2026-03-24 13:00:50 [astonbarclay.gb] INFO: Scrape type for 120623845: 1
2026-03-24 13:00:50 [astonbarclay.gb] INFO: Found listing with ID: 120518696
2026-03-24 13:00:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120518696%27 HTTP/1.1" 200 None
2026-03-24 13:00:50 [astonbarclay.gb] INFO: Scrape type for 120518696: 0
2026-03-24 13:00:50 [astonbarclay.gb] INFO: Found listing with ID: 120690950
2026-03-24 13:00:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120690950%27 HTTP/1.1" 200 None
2026-03-24 13:00:50 [astonbarclay.gb] INFO: Scrape type for 120690950: 0
2026-03-24 13:00:50 [astonbarclay.gb] INFO: Found listing with ID: 110700075
2026-03-24 13:00:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27110700075%27 HTTP/1.1" 200 None
2026-03-24 13:00:50 [astonbarclay.gb] INFO: Scrape type for 110700075: 2
2026-03-24 13:00:50 [astonbarclay.gb] INFO: Found listing with ID: 120716431
2026-03-24 13:00:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120716431%27 HTTP/1.1" 200 None
2026-03-24 13:00:50 [astonbarclay.gb] INFO: Scrape type for 120716431: 1
2026-03-24 13:00:50 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120165857, 'registration': 'KM64HPZ', 'account': 'ADA020', 'make': 'CITROEN', 'model': 'DS3 HATCHBACK', 'derivative': '1.6 VTi 16V DStyle Plus 3dr', 'mileage': 75521, 'mileageWarranty': False, 'type': 'car', 'saleId': 18965, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 240}, 'saleStart': '2026-03-24T10:00Z', 'lot': 185, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2014-11-27', 'fuel': 'Petrol', 'motExpiry': '2026-03-20', 'doors': 3, 'engineSize': 1598, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/KM64HPZ/2026-03-05/image/4fb49679-9228-45c7-b960-a52a9b28c220_removebg.jpg?w=600', 'https://abimg003.imgix.net/KM64HPZ/2026-03-05/image/1156c80f-e039-4054-a169-6e8481842943_removebg.jpg?w=600', 'https://abimg003.imgix.net/KM64HPZ/2026-03-05/image/153e7dbe-7560-46c9-a184-db2f29822d92_removebg.jpg?w=600', 'https://abimg003.imgix.net/KM64HPZ/2026-03-05/image/e1572306-002b-4800-a9ee-a239641a5616_removebg.jpg?w=600', 'https://abimg003.imgix.net/KM64HPZ/2026-03-05/image/108b336f-d114-445e-9bf3-08a158ef42de_removebg.jpg?w=600', 'https://abimg003.imgix.net/KM64HPZ/2026-03-05/image/c64ec55f-29e8-4e07-9964-0dc3c8b236e7_removebg.jpg?w=600', 'https://abimg003.imgix.net/KM64HPZ/2026-03-05/image/ec998262-eda0-42f4-8c05-4f34ddc48178_removebg.jpg?w=600', 'https://abimg003.imgix.net/KM64HPZ/2026-03-05/image/449cced9-a94a-4022-a635-f33bc8487a5e_removebg.jpg?w=600', 'https://abimg003.imgix.net/KM64HPZ/2026-03-05/image/1c92522b-aca9-4c82-adaa-9a3f1ab74b3d_removebg.jpg?w=600'], 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': True, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 11/18 35K 03/25 75K', 'remarks': 'ENGINE LIGHT ON ISSUE WITH CLUTCH, VOSA STATES 28K 35K 45K 51K 61K 69K 75K', 'virtual': False, 'seller': 'Independent dealer', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '4', 'v5': True, 'v5details': 'Here', 'co2': 129, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': None, 'assuredType': None, 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 13:00:50 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120165857, 'registration': 'KM64HPZ', 'account': 'ADA020', 'make': 'CITROEN', 'model': 'DS3 HATCHBACK', 'derivative': '1.6 VTi 16V DStyle Plus 3dr', 'mileage': 75521, 'mileageWarranty': False, 'type': 'car', 'saleId': 18965, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 240}, 'saleStart': '2026-03-24T10:00Z', 'lot': 185, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2014-11-27', 'fuel': 'Petrol', 'motExpiry': '2026-03-20', 'doors': 3, 'engineSize': 1598, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/KM64HPZ/2026-03-05/image/4fb49679-9228-45c7-b960-a52a9b28c220_removebg.jpg?w=600', 'https://abimg003.imgix.net/KM64HPZ/2026-03-05/image/1156c80f-e039-4054-a169-6e8481842943_removebg.jpg?w=600', 'https://abimg003.imgix.net/KM64HPZ/2026-03-05/image/153e7dbe-7560-46c9-a184-db2f29822d92_removebg.jpg?w=600', 'https://abimg003.imgix.net/KM64HPZ/2026-03-05/image/e1572306-002b-4800-a9ee-a239641a5616_removebg.jpg?w=600', 'https://abimg003.imgix.net/KM64HPZ/2026-03-05/image/108b336f-d114-445e-9bf3-08a158ef42de_removebg.jpg?w=600', 'https://abimg003.imgix.net/KM64HPZ/2026-03-05/image/c64ec55f-29e8-4e07-9964-0dc3c8b236e7_removebg.jpg?w=600', 'https://abimg003.imgix.net/KM64HPZ/2026-03-05/image/ec998262-eda0-42f4-8c05-4f34ddc48178_removebg.jpg?w=600', 'https://abimg003.imgix.net/KM64HPZ/2026-03-05/image/449cced9-a94a-4022-a635-f33bc8487a5e_removebg.jpg?w=600', 'https://abimg003.imgix.net/KM64HPZ/2026-03-05/image/1c92522b-aca9-4c82-adaa-9a3f1ab74b3d_removebg.jpg?w=600'], 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': True, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 11/18 35K 03/25 75K', 'remarks': 'ENGINE LIGHT ON ISSUE WITH CLUTCH, VOSA STATES 28K 35K 45K 51K 61K 69K 75K', 'virtual': False, 'seller': 'Independent dealer', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '4', 'v5': True, 'v5details': 'Here', 'co2': 129, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': None, 'assuredType': None, 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 13:00:50 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a8a4a7c0-750a-517d-b98d-18b03cf8c7de with identifier: 120165857
2026-03-24 13:00:50 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a8a4a7c0-750a-517d-b98d-18b03cf8c7de with scrape type 2
2026-03-24 13:00:50 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a8a4a7c0-750a-517d-b98d-18b03cf8c7de with scrape type 2
2026-03-24 13:00:50 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: a8a4a7c0-750a-517d-b98d-18b03cf8c7de, identifier: 120165857
2026-03-24 13:00:50 [astonbarclay.gb] INFO: Found listing with ID: 120715654
2026-03-24 13:00:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120715654%27 HTTP/1.1" 200 None
2026-03-24 13:00:50 [astonbarclay.gb] INFO: Scrape type for 120715654: 1
2026-03-24 13:00:50 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: a8a4a7c0-750a-517d-b98d-18b03cf8c7de with identifier: 120165857
2026-03-24 13:00:50 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: a8a4a7c0-750a-517d-b98d-18b03cf8c7de with identifier: 120165857
2026-03-24 13:00:50 [scrapy.core.scraper] INFO: Dropped: Dropping expired listing: a8a4a7c0-750a-517d-b98d-18b03cf8c7de with expiration date: 2026-03-24T10:00:00Z
{'auction_title': '',
'c_o_2_emission_value': 129,
'color': 'WHITE',
'currency': 'GBP',
'doors_number': 3,
'emission_standard': 'EURO 5',
'engine': '1.6L',
'expiration_date': '2026-03-24T10:00:00Z',
'fuel_type': 'Petrol',
'id': 'a8a4a7c0-750a-517d-b98d-18b03cf8c7de',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'KM64HPZ',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120165857',
'listing': 'auction',
'location': 'Aston Barclay Donington Park',
'make': 'CITROEN',
'model': 'DS3 HATCHBACK',
'odometer': 75521,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2014-11-27',
'seller_name': 'Independent dealer',
'title': 'CITROEN DS3 HATCHBACK 1.6 VTi 16V DStyle Plus 3dr',
'transmission': 'manual',
'trim': '1.6 VTi 16V DStyle Plus 3dr',
'vin': None,
'year': 2014}
2026-03-24 13:00:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120165857%27 HTTP/1.1" 200 None
2026-03-24 13:00:50 [astonbarclay.gb] INFO: Saving data for 120165857: {'auction_closing_time': 1774346400.0, 'created_time': 1773403223.836631, 'last_price_update_time': 1774357250.701863}
2026-03-24 13:00:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:00:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120165857') HTTP/1.1" 204 0
2026-03-24 13:00:50 [astonbarclay.gb] INFO: Found listing with ID: 120619890
2026-03-24 13:00:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120619890%27 HTTP/1.1" 200 None
2026-03-24 13:00:50 [astonbarclay.gb] INFO: Scrape type for 120619890: 0
2026-03-24 13:00:50 [astonbarclay.gb] INFO: Found listing with ID: 120716187
2026-03-24 13:00:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120716187%27 HTTP/1.1" 200 None
2026-03-24 13:00:50 [astonbarclay.gb] INFO: Scrape type for 120716187: 1
2026-03-24 13:00:50 [astonbarclay.gb] INFO: Found listing with ID: 120633063
2026-03-24 13:00:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120633063%27 HTTP/1.1" 200 None
2026-03-24 13:00:50 [astonbarclay.gb] INFO: Scrape type for 120633063: 2
2026-03-24 13:00:50 [astonbarclay.gb] INFO: Found listing with ID: 120264494
2026-03-24 13:00:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120264494%27 HTTP/1.1" 200 None
2026-03-24 13:00:50 [astonbarclay.gb] INFO: Scrape type for 120264494: 2
2026-03-24 13:00:50 [astonbarclay.gb] INFO: Found listing with ID: 120437651
2026-03-24 13:00:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120437651%27 HTTP/1.1" 200 None
2026-03-24 13:00:50 [astonbarclay.gb] INFO: Scrape type for 120437651: 0
2026-03-24 13:00:50 [astonbarclay.gb] INFO: Found listing with ID: 120442046
2026-03-24 13:00:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120442046%27 HTTP/1.1" 200 None
2026-03-24 13:00:50 [astonbarclay.gb] INFO: Scrape type for 120442046: 2
2026-03-24 13:00:50 [astonbarclay.gb] INFO: Found listing with ID: 120719841
2026-03-24 13:00:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120719841%27 HTTP/1.1" 200 None
2026-03-24 13:00:50 [astonbarclay.gb] INFO: Scrape type for 120719841: 1
2026-03-24 13:00:50 [astonbarclay.gb] INFO: Found listing with ID: 120365355
2026-03-24 13:00:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120365355%27 HTTP/1.1" 200 None
2026-03-24 13:00:50 [astonbarclay.gb] INFO: Scrape type for 120365355: 0
2026-03-24 13:00:50 [astonbarclay.gb] INFO: Found listing with ID: 120562354
2026-03-24 13:00:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120562354%27 HTTP/1.1" 200 None
2026-03-24 13:00:50 [astonbarclay.gb] INFO: Scrape type for 120562354: 0
2026-03-24 13:00:50 [astonbarclay.gb] INFO: Found listing with ID: 120679322
2026-03-24 13:00:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120679322%27 HTTP/1.1" 200 None
2026-03-24 13:00:50 [astonbarclay.gb] INFO: Scrape type for 120679322: 0
2026-03-24 13:00:50 [astonbarclay.gb] INFO: Found listing with ID: 120686211
2026-03-24 13:00:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120686211%27 HTTP/1.1" 200 None
2026-03-24 13:00:51 [astonbarclay.gb] INFO: Scrape type for 120686211: 0
2026-03-24 13:00:51 [astonbarclay.gb] INFO: Found listing with ID: 120658587
2026-03-24 13:00:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120658587%27 HTTP/1.1" 200 None
2026-03-24 13:00:51 [astonbarclay.gb] INFO: Scrape type for 120658587: 0
2026-03-24 13:00:51 [astonbarclay.gb] INFO: Found listing with ID: 120515038
2026-03-24 13:00:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120515038%27 HTTP/1.1" 200 None
2026-03-24 13:00:51 [astonbarclay.gb] INFO: Scrape type for 120515038: 0
2026-03-24 13:00:51 [astonbarclay.gb] INFO: Found listing with ID: 120651855
2026-03-24 13:00:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120651855%27 HTTP/1.1" 200 None
2026-03-24 13:00:51 [astonbarclay.gb] INFO: Scrape type for 120651855: 2
2026-03-24 13:00:51 [astonbarclay.gb] INFO: Found listing with ID: 120555861
2026-03-24 13:00:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120555861%27 HTTP/1.1" 200 None
2026-03-24 13:00:51 [astonbarclay.gb] INFO: Scrape type for 120555861: 0
2026-03-24 13:00:51 [astonbarclay.gb] INFO: Found listing with ID: 120653276
2026-03-24 13:00:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120653276%27 HTTP/1.1" 200 None
2026-03-24 13:00:51 [astonbarclay.gb] INFO: Scrape type for 120653276: 0
2026-03-24 13:00:51 [astonbarclay.gb] INFO: Found listing with ID: 120535605
2026-03-24 13:00:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120535605%27 HTTP/1.1" 200 None
2026-03-24 13:00:51 [astonbarclay.gb] INFO: Scrape type for 120535605: 0
2026-03-24 13:00:51 [astonbarclay.gb] INFO: Found listing with ID: 120630156
2026-03-24 13:00:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120630156%27 HTTP/1.1" 200 None
2026-03-24 13:00:51 [astonbarclay.gb] INFO: Scrape type for 120630156: 0
2026-03-24 13:00:51 [astonbarclay.gb] INFO: Found listing with ID: 120535587
2026-03-24 13:00:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120535587%27 HTTP/1.1" 200 None
2026-03-24 13:00:51 [astonbarclay.gb] INFO: Scrape type for 120535587: 0
2026-03-24 13:00:51 [astonbarclay.gb] INFO: Found listing with ID: 120654283
2026-03-24 13:00:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120654283%27 HTTP/1.1" 200 None
2026-03-24 13:00:51 [astonbarclay.gb] INFO: Scrape type for 120654283: 0
2026-03-24 13:00:51 [astonbarclay.gb] INFO: Found listing with ID: 120535571
2026-03-24 13:00:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120535571%27 HTTP/1.1" 200 None
2026-03-24 13:00:51 [astonbarclay.gb] INFO: Scrape type for 120535571: 0
2026-03-24 13:00:51 [astonbarclay.gb] INFO: Found listing with ID: 120654336
2026-03-24 13:00:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120654336%27 HTTP/1.1" 200 None
2026-03-24 13:00:51 [astonbarclay.gb] INFO: Scrape type for 120654336: 0
2026-03-24 13:00:51 [astonbarclay.gb] INFO: Found listing with ID: 120535549
2026-03-24 13:00:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120535549%27 HTTP/1.1" 200 None
2026-03-24 13:00:51 [astonbarclay.gb] INFO: Scrape type for 120535549: 0
2026-03-24 13:00:51 [astonbarclay.gb] INFO: Found listing with ID: 120667782
2026-03-24 13:00:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120667782%27 HTTP/1.1" 200 None
2026-03-24 13:00:51 [astonbarclay.gb] INFO: Scrape type for 120667782: 0
2026-03-24 13:00:51 [astonbarclay.gb] INFO: Found listing with ID: 120573323
2026-03-24 13:00:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120573323%27 HTTP/1.1" 200 None
2026-03-24 13:00:51 [astonbarclay.gb] INFO: Scrape type for 120573323: 2
2026-03-24 13:00:51 [astonbarclay.gb] INFO: Found listing with ID: 120441523
2026-03-24 13:00:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120441523%27 HTTP/1.1" 200 None
2026-03-24 13:00:51 [astonbarclay.gb] INFO: Scrape type for 120441523: 0
2026-03-24 13:00:51 [astonbarclay.gb] INFO: Found listing with ID: 120056131
2026-03-24 13:00:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120056131%27 HTTP/1.1" 200 None
2026-03-24 13:00:51 [astonbarclay.gb] INFO: Scrape type for 120056131: 0
2026-03-24 13:00:51 [astonbarclay.gb] INFO: Found listing with ID: 118813061
2026-03-24 13:00:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27118813061%27 HTTP/1.1" 200 None
2026-03-24 13:00:51 [astonbarclay.gb] INFO: Scrape type for 118813061: 2
2026-03-24 13:00:51 [astonbarclay.gb] INFO: Found listing with ID: 120639870
2026-03-24 13:00:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120639870%27 HTTP/1.1" 200 None
2026-03-24 13:00:51 [astonbarclay.gb] INFO: Scrape type for 120639870: 0
2026-03-24 13:00:51 [astonbarclay.gb] INFO: Found listing with ID: 120109434
2026-03-24 13:00:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120109434%27 HTTP/1.1" 200 None
2026-03-24 13:00:51 [astonbarclay.gb] INFO: Scrape type for 120109434: 0
2026-03-24 13:00:51 [astonbarclay.gb] INFO: Found listing with ID: 120147059
2026-03-24 13:00:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120147059%27 HTTP/1.1" 200 None
2026-03-24 13:00:51 [astonbarclay.gb] INFO: Scrape type for 120147059: 0
2026-03-24 13:00:51 [astonbarclay.gb] INFO: Found listing with ID: 120151632
2026-03-24 13:00:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120151632%27 HTTP/1.1" 200 None
2026-03-24 13:00:51 [astonbarclay.gb] INFO: Scrape type for 120151632: 0
2026-03-24 13:00:51 [astonbarclay.gb] INFO: Found listing with ID: 120368795
2026-03-24 13:00:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120368795%27 HTTP/1.1" 200 None
2026-03-24 13:00:51 [astonbarclay.gb] INFO: Scrape type for 120368795: 2
2026-03-24 13:00:51 [astonbarclay.gb] INFO: Found listing with ID: 120244319
2026-03-24 13:00:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120244319%27 HTTP/1.1" 200 None
2026-03-24 13:00:51 [astonbarclay.gb] INFO: Scrape type for 120244319: 2
2026-03-24 13:00:51 [astonbarclay.gb] INFO: Found listing with ID: 120639812
2026-03-24 13:00:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120639812%27 HTTP/1.1" 200 None
2026-03-24 13:00:51 [astonbarclay.gb] INFO: Scrape type for 120639812: 0
2026-03-24 13:00:51 [astonbarclay.gb] INFO: Found listing with ID: 120445257
2026-03-24 13:00:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120445257%27 HTTP/1.1" 200 None
2026-03-24 13:00:51 [astonbarclay.gb] INFO: Scrape type for 120445257: 0
2026-03-24 13:00:51 [astonbarclay.gb] INFO: Found listing with ID: 119833119
2026-03-24 13:00:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27119833119%27 HTTP/1.1" 200 None
2026-03-24 13:00:51 [astonbarclay.gb] INFO: Scrape type for 119833119: 0
2026-03-24 13:00:51 [astonbarclay.gb] INFO: Found listing with ID: 120320597
2026-03-24 13:00:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120320597%27 HTTP/1.1" 200 None
2026-03-24 13:00:51 [astonbarclay.gb] INFO: Scrape type for 120320597: 0
2026-03-24 13:00:51 [astonbarclay.gb] INFO: Found listing with ID: 120553389
2026-03-24 13:00:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120553389%27 HTTP/1.1" 200 None
2026-03-24 13:00:51 [astonbarclay.gb] INFO: Scrape type for 120553389: 2
2026-03-24 13:00:51 [astonbarclay.gb] INFO: Found listing with ID: 120090828
2026-03-24 13:00:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120090828%27 HTTP/1.1" 200 None
2026-03-24 13:00:51 [astonbarclay.gb] INFO: Scrape type for 120090828: 0
2026-03-24 13:00:51 [astonbarclay.gb] INFO: Found listing with ID: 120351754
2026-03-24 13:00:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120351754%27 HTTP/1.1" 200 None
2026-03-24 13:00:51 [astonbarclay.gb] INFO: Scrape type for 120351754: 2
2026-03-24 13:00:51 [astonbarclay.gb] INFO: Found listing with ID: 120091035
2026-03-24 13:00:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120091035%27 HTTP/1.1" 200 None
2026-03-24 13:00:51 [astonbarclay.gb] INFO: Scrape type for 120091035: 0
2026-03-24 13:00:51 [astonbarclay.gb] INFO: Found listing with ID: 120474302
2026-03-24 13:00:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120474302%27 HTTP/1.1" 200 None
2026-03-24 13:00:51 [astonbarclay.gb] INFO: Scrape type for 120474302: 0
2026-03-24 13:00:51 [astonbarclay.gb] INFO: Found listing with ID: 120473180
2026-03-24 13:00:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120473180%27 HTTP/1.1" 200 None
2026-03-24 13:00:51 [astonbarclay.gb] INFO: Scrape type for 120473180: 0
2026-03-24 13:00:51 [astonbarclay.gb] INFO: Found listing with ID: 120473240
2026-03-24 13:00:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120473240%27 HTTP/1.1" 200 None
2026-03-24 13:00:51 [astonbarclay.gb] INFO: Scrape type for 120473240: 0
2026-03-24 13:00:51 [astonbarclay.gb] INFO: Found listing with ID: 120262388
2026-03-24 13:00:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120262388%27 HTTP/1.1" 200 None
2026-03-24 13:00:51 [astonbarclay.gb] INFO: Scrape type for 120262388: 0
2026-03-24 13:00:51 [astonbarclay.gb] INFO: Found listing with ID: 119798644
2026-03-24 13:00:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27119798644%27 HTTP/1.1" 200 None
2026-03-24 13:00:51 [astonbarclay.gb] INFO: Scrape type for 119798644: 0
2026-03-24 13:00:51 [astonbarclay.gb] INFO: Found listing with ID: 120377822
2026-03-24 13:00:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120377822%27 HTTP/1.1" 200 None
2026-03-24 13:00:51 [astonbarclay.gb] INFO: Scrape type for 120377822: 0
2026-03-24 13:00:51 [astonbarclay.gb] INFO: Found listing with ID: 119772104
2026-03-24 13:00:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27119772104%27 HTTP/1.1" 200 None
2026-03-24 13:00:51 [astonbarclay.gb] INFO: Scrape type for 119772104: 0
2026-03-24 13:00:51 [astonbarclay.gb] INFO: Found listing with ID: 120485149
2026-03-24 13:00:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120485149%27 HTTP/1.1" 200 None
2026-03-24 13:00:51 [astonbarclay.gb] INFO: Scrape type for 120485149: 0
2026-03-24 13:00:51 [astonbarclay.gb] INFO: Found listing with ID: 120169224
2026-03-24 13:00:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120169224%27 HTTP/1.1" 200 None
2026-03-24 13:00:51 [astonbarclay.gb] INFO: Scrape type for 120169224: 0
2026-03-24 13:00:51 [astonbarclay.gb] INFO: Found listing with ID: 119772022
2026-03-24 13:00:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27119772022%27 HTTP/1.1" 200 None
2026-03-24 13:00:51 [astonbarclay.gb] INFO: Scrape type for 119772022: 0
2026-03-24 13:00:51 [astonbarclay.gb] INFO: Found listing with ID: 120122180
2026-03-24 13:00:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120122180%27 HTTP/1.1" 200 None
2026-03-24 13:00:51 [astonbarclay.gb] INFO: Scrape type for 120122180: 0
2026-03-24 13:00:51 [astonbarclay.gb] INFO: Found listing with ID: 117831399
2026-03-24 13:00:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27117831399%27 HTTP/1.1" 200 None
2026-03-24 13:00:51 [astonbarclay.gb] INFO: Scrape type for 117831399: 0
2026-03-24 13:00:51 [astonbarclay.gb] INFO: Found listing with ID: 119504828
2026-03-24 13:00:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27119504828%27 HTTP/1.1" 200 None
2026-03-24 13:00:51 [astonbarclay.gb] INFO: Scrape type for 119504828: 2
2026-03-24 13:00:51 [astonbarclay.gb] INFO: Found listing with ID: 120539350
2026-03-24 13:00:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120539350%27 HTTP/1.1" 200 None
2026-03-24 13:00:51 [astonbarclay.gb] INFO: Scrape type for 120539350: 0
2026-03-24 13:00:51 [astonbarclay.gb] INFO: Found listing with ID: 117831433
2026-03-24 13:00:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27117831433%27 HTTP/1.1" 200 None
2026-03-24 13:00:51 [astonbarclay.gb] INFO: Scrape type for 117831433: 2
2026-03-24 13:00:51 [astonbarclay.gb] INFO: Found listing with ID: 120371622
2026-03-24 13:00:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120371622%27 HTTP/1.1" 200 None
2026-03-24 13:00:51 [astonbarclay.gb] INFO: Scrape type for 120371622: 0
2026-03-24 13:00:51 [astonbarclay.gb] INFO: Found listing with ID: 120161932
2026-03-24 13:00:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120161932%27 HTTP/1.1" 200 None
2026-03-24 13:00:51 [astonbarclay.gb] INFO: Scrape type for 120161932: 0
2026-03-24 13:00:51 [astonbarclay.gb] INFO: Found listing with ID: 119909652
2026-03-24 13:00:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27119909652%27 HTTP/1.1" 200 None
2026-03-24 13:00:51 [astonbarclay.gb] INFO: Scrape type for 119909652: 2
2026-03-24 13:00:51 [astonbarclay.gb] INFO: Found listing with ID: 117750130
2026-03-24 13:00:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27117750130%27 HTTP/1.1" 200 None
2026-03-24 13:00:51 [astonbarclay.gb] INFO: Scrape type for 117750130: 0
2026-03-24 13:00:51 [astonbarclay.gb] INFO: Found listing with ID: 120244888
2026-03-24 13:00:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120244888%27 HTTP/1.1" 200 None
2026-03-24 13:00:51 [astonbarclay.gb] INFO: Scrape type for 120244888: 0
2026-03-24 13:00:51 [astonbarclay.gb] INFO: Found listing with ID: 120411946
2026-03-24 13:00:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120411946%27 HTTP/1.1" 200 None
2026-03-24 13:00:52 [astonbarclay.gb] INFO: Scrape type for 120411946: 2
2026-03-24 13:00:52 [astonbarclay.gb] INFO: Found listing with ID: 120411841
2026-03-24 13:00:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120411841%27 HTTP/1.1" 200 None
2026-03-24 13:00:52 [astonbarclay.gb] INFO: Scrape type for 120411841: 0
2026-03-24 13:00:52 [astonbarclay.gb] INFO: Found listing with ID: 119646645
2026-03-24 13:00:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27119646645%27 HTTP/1.1" 200 None
2026-03-24 13:00:52 [astonbarclay.gb] INFO: Scrape type for 119646645: 0
2026-03-24 13:00:52 [astonbarclay.gb] INFO: Found listing with ID: 120411669
2026-03-24 13:00:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120411669%27 HTTP/1.1" 200 None
2026-03-24 13:00:52 [astonbarclay.gb] INFO: Scrape type for 120411669: 0
2026-03-24 13:00:52 [astonbarclay.gb] INFO: Found listing with ID: 119972654
2026-03-24 13:00:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27119972654%27 HTTP/1.1" 200 None
2026-03-24 13:00:52 [astonbarclay.gb] INFO: Scrape type for 119972654: 0
2026-03-24 13:00:52 [astonbarclay.gb] INFO: Found listing with ID: 120059610
2026-03-24 13:00:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120059610%27 HTTP/1.1" 200 None
2026-03-24 13:00:52 [astonbarclay.gb] INFO: Scrape type for 120059610: 0
2026-03-24 13:00:52 [astonbarclay.gb] INFO: Found listing with ID: 119516991
2026-03-24 13:00:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27119516991%27 HTTP/1.1" 200 None
2026-03-24 13:00:52 [astonbarclay.gb] INFO: Scrape type for 119516991: 0
2026-03-24 13:00:52 [astonbarclay.gb] INFO: Found listing with ID: 120392758
2026-03-24 13:00:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120392758%27 HTTP/1.1" 200 None
2026-03-24 13:00:52 [astonbarclay.gb] INFO: Scrape type for 120392758: 0
2026-03-24 13:00:52 [astonbarclay.gb] INFO: Found listing with ID: 119196461
2026-03-24 13:00:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27119196461%27 HTTP/1.1" 200 None
2026-03-24 13:00:52 [astonbarclay.gb] INFO: Scrape type for 119196461: 0
2026-03-24 13:00:52 [astonbarclay.gb] INFO: Found listing with ID: 119508668
2026-03-24 13:00:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27119508668%27 HTTP/1.1" 200 None
2026-03-24 13:00:52 [astonbarclay.gb] INFO: Scrape type for 119508668: 0
2026-03-24 13:00:52 [astonbarclay.gb] INFO: Found listing with ID: 119755396
2026-03-24 13:00:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27119755396%27 HTTP/1.1" 200 None
2026-03-24 13:00:52 [astonbarclay.gb] INFO: Scrape type for 119755396: 0
2026-03-24 13:00:52 [astonbarclay.gb] INFO: Found listing with ID: 119553413
2026-03-24 13:00:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27119553413%27 HTTP/1.1" 200 None
2026-03-24 13:00:52 [astonbarclay.gb] INFO: Scrape type for 119553413: 0
2026-03-24 13:00:52 [astonbarclay.gb] INFO: Found listing with ID: 119770956
2026-03-24 13:00:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27119770956%27 HTTP/1.1" 200 None
2026-03-24 13:00:52 [astonbarclay.gb] INFO: Scrape type for 119770956: 0
2026-03-24 13:00:52 [astonbarclay.gb] INFO: Found listing with ID: 120310450
2026-03-24 13:00:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120310450%27 HTTP/1.1" 200 None
2026-03-24 13:00:52 [astonbarclay.gb] INFO: Scrape type for 120310450: 0
2026-03-24 13:00:52 [astonbarclay.gb] INFO: Found listing with ID: 120127097
2026-03-24 13:00:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120127097%27 HTTP/1.1" 200 None
2026-03-24 13:00:52 [astonbarclay.gb] INFO: Scrape type for 120127097: 2
2026-03-24 13:00:52 [astonbarclay.gb] INFO: Found listing with ID: 120372054
2026-03-24 13:00:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120372054%27 HTTP/1.1" 200 None
2026-03-24 13:00:52 [astonbarclay.gb] INFO: Scrape type for 120372054: 0
2026-03-24 13:00:52 [astonbarclay.gb] INFO: Found listing with ID: 119641868
2026-03-24 13:00:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27119641868%27 HTTP/1.1" 200 None
2026-03-24 13:00:52 [astonbarclay.gb] INFO: Scrape type for 119641868: 0
2026-03-24 13:00:52 [astonbarclay.gb] INFO: Found listing with ID: 120484142
2026-03-24 13:00:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120484142%27 HTTP/1.1" 200 None
2026-03-24 13:00:52 [astonbarclay.gb] INFO: Scrape type for 120484142: 2
2026-03-24 13:00:52 [astonbarclay.gb] INFO: Found listing with ID: 119205512
2026-03-24 13:00:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27119205512%27 HTTP/1.1" 200 None
2026-03-24 13:00:52 [astonbarclay.gb] INFO: Scrape type for 119205512: 0
2026-03-24 13:00:52 [astonbarclay.gb] INFO: Found listing with ID: 119641208
2026-03-24 13:00:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27119641208%27 HTTP/1.1" 200 None
2026-03-24 13:00:52 [astonbarclay.gb] INFO: Scrape type for 119641208: 0
2026-03-24 13:00:52 [astonbarclay.gb] INFO: Found listing with ID: 120478557
2026-03-24 13:00:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120478557%27 HTTP/1.1" 200 None
2026-03-24 13:00:52 [astonbarclay.gb] INFO: Scrape type for 120478557: 0
2026-03-24 13:00:52 [astonbarclay.gb] INFO: Found listing with ID: 120040757
2026-03-24 13:00:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120040757%27 HTTP/1.1" 200 None
2026-03-24 13:00:52 [astonbarclay.gb] INFO: Scrape type for 120040757: 0
2026-03-24 13:00:52 [astonbarclay.gb] INFO: Found listing with ID: 120059826
2026-03-24 13:00:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120059826%27 HTTP/1.1" 200 None
2026-03-24 13:00:52 [astonbarclay.gb] INFO: Scrape type for 120059826: 0
2026-03-24 13:00:52 [astonbarclay.gb] INFO: Found listing with ID: 119756094
2026-03-24 13:00:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27119756094%27 HTTP/1.1" 200 None
2026-03-24 13:00:52 [astonbarclay.gb] INFO: Scrape type for 119756094: 0
2026-03-24 13:00:52 [astonbarclay.gb] INFO: Found listing with ID: 120262236
2026-03-24 13:00:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120262236%27 HTTP/1.1" 200 None
2026-03-24 13:00:52 [astonbarclay.gb] INFO: Scrape type for 120262236: 0
2026-03-24 13:00:52 [astonbarclay.gb] INFO: Found listing with ID: 120442684
2026-03-24 13:00:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120442684%27 HTTP/1.1" 200 None
2026-03-24 13:00:52 [astonbarclay.gb] INFO: Scrape type for 120442684: 0
2026-03-24 13:00:52 [astonbarclay.gb] INFO: Found listing with ID: 118823152
2026-03-24 13:00:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27118823152%27 HTTP/1.1" 200 None
2026-03-24 13:00:52 [astonbarclay.gb] INFO: Scrape type for 118823152: 2
2026-03-24 13:00:52 [astonbarclay.gb] INFO: Found listing with ID: 119915892
2026-03-24 13:00:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27119915892%27 HTTP/1.1" 200 None
2026-03-24 13:00:52 [astonbarclay.gb] INFO: Scrape type for 119915892: 0
2026-03-24 13:00:52 [astonbarclay.gb] INFO: Found listing with ID: 119971952
2026-03-24 13:00:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27119971952%27 HTTP/1.1" 200 None
2026-03-24 13:00:52 [astonbarclay.gb] INFO: Scrape type for 119971952: 2
2026-03-24 13:00:52 [astonbarclay.gb] INFO: Found listing with ID: 120411831
2026-03-24 13:00:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120411831%27 HTTP/1.1" 200 None
2026-03-24 13:00:52 [astonbarclay.gb] INFO: Scrape type for 120411831: 2
2026-03-24 13:00:52 [astonbarclay.gb] INFO: Found listing with ID: 120406515
2026-03-24 13:00:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120406515%27 HTTP/1.1" 200 None
2026-03-24 13:00:52 [astonbarclay.gb] INFO: Scrape type for 120406515: 0
2026-03-24 13:00:52 [astonbarclay.gb] INFO: Found listing with ID: 120411555
2026-03-24 13:00:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120411555%27 HTTP/1.1" 200 None
2026-03-24 13:00:52 [astonbarclay.gb] INFO: Scrape type for 120411555: 0
2026-03-24 13:00:52 [astonbarclay.gb] INFO: Found listing with ID: 120331407
2026-03-24 13:00:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120331407%27 HTTP/1.1" 200 None
2026-03-24 13:00:52 [astonbarclay.gb] INFO: Scrape type for 120331407: 0
2026-03-24 13:00:52 [astonbarclay.gb] INFO: Found listing with ID: 120063704
2026-03-24 13:00:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120063704%27 HTTP/1.1" 200 None
2026-03-24 13:00:52 [astonbarclay.gb] INFO: Scrape type for 120063704: 0
2026-03-24 13:00:52 [astonbarclay.gb] INFO: Found listing with ID: 119857387
2026-03-24 13:00:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27119857387%27 HTTP/1.1" 200 None
2026-03-24 13:00:52 [astonbarclay.gb] INFO: Scrape type for 119857387: 0
2026-03-24 13:00:52 [astonbarclay.gb] INFO: Found listing with ID: 114098261
2026-03-24 13:00:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27114098261%27 HTTP/1.1" 200 None
2026-03-24 13:00:52 [astonbarclay.gb] INFO: Scrape type for 114098261: 2
2026-03-24 13:00:52 [astonbarclay.gb] INFO: Found listing with ID: 120483011
2026-03-24 13:00:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120483011%27 HTTP/1.1" 200 None
2026-03-24 13:00:52 [astonbarclay.gb] INFO: Scrape type for 120483011: 0
2026-03-24 13:00:52 [astonbarclay.gb] INFO: Found listing with ID: 120462426
2026-03-24 13:00:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120462426%27 HTTP/1.1" 200 None
2026-03-24 13:00:52 [astonbarclay.gb] INFO: Scrape type for 120462426: 0
2026-03-24 13:00:52 [astonbarclay.gb] INFO: Found listing with ID: 120473916
2026-03-24 13:00:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120473916%27 HTTP/1.1" 200 None
2026-03-24 13:00:52 [astonbarclay.gb] INFO: Scrape type for 120473916: 0
2026-03-24 13:00:52 [astonbarclay.gb] INFO: Found listing with ID: 120299755
2026-03-24 13:00:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120299755%27 HTTP/1.1" 200 None
2026-03-24 13:00:52 [astonbarclay.gb] INFO: Scrape type for 120299755: 0
2026-03-24 13:00:52 [astonbarclay.gb] INFO: Found listing with ID: 120226993
2026-03-24 13:00:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120226993%27 HTTP/1.1" 200 None
2026-03-24 13:00:52 [astonbarclay.gb] INFO: Scrape type for 120226993: 0
2026-03-24 13:00:52 [astonbarclay.gb] INFO: Found listing with ID: 120161065
2026-03-24 13:00:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120161065%27 HTTP/1.1" 200 None
2026-03-24 13:00:52 [astonbarclay.gb] INFO: Scrape type for 120161065: 2
2026-03-24 13:00:52 [astonbarclay.gb] INFO: Found listing with ID: 120107580
2026-03-24 13:00:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120107580%27 HTTP/1.1" 200 None
2026-03-24 13:00:52 [astonbarclay.gb] INFO: Scrape type for 120107580: 2
2026-03-24 13:00:52 [astonbarclay.gb] INFO: Found listing with ID: 119972264
2026-03-24 13:00:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27119972264%27 HTTP/1.1" 200 None
2026-03-24 13:00:52 [astonbarclay.gb] INFO: Scrape type for 119972264: 2
2026-03-24 13:00:52 [astonbarclay.gb] INFO: Found listing with ID: 119877843
2026-03-24 13:00:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27119877843%27 HTTP/1.1" 200 None
2026-03-24 13:00:52 [astonbarclay.gb] INFO: Scrape type for 119877843: 2
2026-03-24 13:00:52 [astonbarclay.gb] INFO: Found listing with ID: 119676270
2026-03-24 13:00:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27119676270%27 HTTP/1.1" 200 None
2026-03-24 13:00:52 [astonbarclay.gb] INFO: Scrape type for 119676270: 2
2026-03-24 13:00:52 [astonbarclay.gb] INFO: Found listing with ID: 119648097
2026-03-24 13:00:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27119648097%27 HTTP/1.1" 200 None
2026-03-24 13:00:52 [astonbarclay.gb] INFO: Scrape type for 119648097: 0
2026-03-24 13:00:52 [astonbarclay.gb] INFO: Found listing with ID: 119613838
2026-03-24 13:00:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27119613838%27 HTTP/1.1" 200 None
2026-03-24 13:00:52 [astonbarclay.gb] INFO: Scrape type for 119613838: 2
2026-03-24 13:00:52 [astonbarclay.gb] INFO: Found listing with ID: 119411938
2026-03-24 13:00:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27119411938%27 HTTP/1.1" 200 None
2026-03-24 13:00:52 [astonbarclay.gb] INFO: Scrape type for 119411938: 0
2026-03-24 13:00:52 [astonbarclay.gb] INFO: Found listing with ID: 119537536
2026-03-24 13:00:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27119537536%27 HTTP/1.1" 200 None
2026-03-24 13:00:52 [astonbarclay.gb] INFO: Scrape type for 119537536: 0
2026-03-24 13:00:52 [astonbarclay.gb] INFO: Found listing with ID: 119031069
2026-03-24 13:00:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27119031069%27 HTTP/1.1" 200 None
2026-03-24 13:00:52 [astonbarclay.gb] INFO: Scrape type for 119031069: 0
2026-03-24 13:00:52 [astonbarclay.gb] INFO: Found listing with ID: 118996477
2026-03-24 13:00:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27118996477%27 HTTP/1.1" 200 None
2026-03-24 13:00:52 [astonbarclay.gb] INFO: Scrape type for 118996477: 2
2026-03-24 13:00:52 [astonbarclay.gb] INFO: Found listing with ID: 118987563
2026-03-24 13:00:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27118987563%27 HTTP/1.1" 200 None
2026-03-24 13:00:52 [astonbarclay.gb] INFO: Scrape type for 118987563: 0
2026-03-24 13:00:52 [astonbarclay.gb] INFO: Found listing with ID: 118786287
2026-03-24 13:00:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27118786287%27 HTTP/1.1" 200 None
2026-03-24 13:00:52 [astonbarclay.gb] INFO: Scrape type for 118786287: 2
2026-03-24 13:00:52 [astonbarclay.gb] INFO: Found listing with ID: 118758309
2026-03-24 13:00:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27118758309%27 HTTP/1.1" 200 None
2026-03-24 13:00:52 [astonbarclay.gb] INFO: Scrape type for 118758309: 0
2026-03-24 13:00:52 [astonbarclay.gb] INFO: Found listing with ID: 118319892
2026-03-24 13:00:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27118319892%27 HTTP/1.1" 200 None
2026-03-24 13:00:53 [astonbarclay.gb] INFO: Scrape type for 118319892: 2
2026-03-24 13:00:53 [astonbarclay.gb] INFO: Found listing with ID: 119498921
2026-03-24 13:00:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27119498921%27 HTTP/1.1" 200 None
2026-03-24 13:00:53 [astonbarclay.gb] INFO: Scrape type for 119498921: 0
2026-03-24 13:00:53 [astonbarclay.gb] INFO: Found listing with ID: 119431738
2026-03-24 13:00:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27119431738%27 HTTP/1.1" 200 None
2026-03-24 13:00:53 [astonbarclay.gb] INFO: Scrape type for 119431738: 0
2026-03-24 13:00:53 [astonbarclay.gb] INFO: Found listing with ID: 118463621
2026-03-24 13:00:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27118463621%27 HTTP/1.1" 200 None
2026-03-24 13:00:53 [astonbarclay.gb] INFO: Scrape type for 118463621: 0
2026-03-24 13:00:53 [astonbarclay.gb] INFO: Found listing with ID: 119467880
2026-03-24 13:00:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27119467880%27 HTTP/1.1" 200 None
2026-03-24 13:00:53 [astonbarclay.gb] INFO: Scrape type for 119467880: 0
2026-03-24 13:00:53 [astonbarclay.gb] INFO: Found listing with ID: 119453456
2026-03-24 13:00:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27119453456%27 HTTP/1.1" 200 None
2026-03-24 13:00:53 [astonbarclay.gb] INFO: Scrape type for 119453456: 0
2026-03-24 13:00:53 [astonbarclay.gb] INFO: Found listing with ID: 119453437
2026-03-24 13:00:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27119453437%27 HTTP/1.1" 200 None
2026-03-24 13:00:53 [astonbarclay.gb] INFO: Scrape type for 119453437: 0
2026-03-24 13:00:53 [astonbarclay.gb] INFO: Found listing with ID: 118950379
2026-03-24 13:00:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27118950379%27 HTTP/1.1" 200 None
2026-03-24 13:00:53 [astonbarclay.gb] INFO: Scrape type for 118950379: 2
2026-03-24 13:00:53 [astonbarclay.gb] INFO: Found listing with ID: 118608407
2026-03-24 13:00:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27118608407%27 HTTP/1.1" 200 None
2026-03-24 13:00:53 [astonbarclay.gb] INFO: Scrape type for 118608407: 0
2026-03-24 13:00:53 [astonbarclay.gb] INFO: Found listing with ID: 117864929
2026-03-24 13:00:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27117864929%27 HTTP/1.1" 200 None
2026-03-24 13:00:53 [astonbarclay.gb] INFO: Scrape type for 117864929: 2
2026-03-24 13:00:53 [astonbarclay.gb] INFO: Found listing with ID: 117831410
2026-03-24 13:00:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27117831410%27 HTTP/1.1" 200 None
2026-03-24 13:00:53 [astonbarclay.gb] INFO: Scrape type for 117831410: 2
2026-03-24 13:00:53 [astonbarclay.gb] INFO: Found listing with ID: 116643554
2026-03-24 13:00:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27116643554%27 HTTP/1.1" 200 None
2026-03-24 13:00:53 [astonbarclay.gb] INFO: Scrape type for 116643554: 2
2026-03-24 13:00:53 [astonbarclay.gb] INFO: Found listing with ID: 116896106
2026-03-24 13:00:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27116896106%27 HTTP/1.1" 200 None
2026-03-24 13:00:53 [astonbarclay.gb] INFO: Scrape type for 116896106: 0
2026-03-24 13:00:53 [astonbarclay.gb] INFO: Found listing with ID: 119370810
2026-03-24 13:00:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27119370810%27 HTTP/1.1" 200 None
2026-03-24 13:00:53 [astonbarclay.gb] INFO: Scrape type for 119370810: 0
2026-03-24 13:00:53 [astonbarclay.gb] INFO: Found listing with ID: 120478572
2026-03-24 13:00:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120478572%27 HTTP/1.1" 200 None
2026-03-24 13:00:53 [astonbarclay.gb] INFO: Scrape type for 120478572: 0
2026-03-24 13:00:53 [astonbarclay.gb] INFO: Found listing with ID: 120055031
2026-03-24 13:00:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120055031%27 HTTP/1.1" 200 None
2026-03-24 13:00:53 [astonbarclay.gb] INFO: Scrape type for 120055031: 0
2026-03-24 13:00:53 [astonbarclay.gb] INFO: Found listing with ID: 120264322
2026-03-24 13:00:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120264322%27 HTTP/1.1" 200 None
2026-03-24 13:00:53 [astonbarclay.gb] INFO: Scrape type for 120264322: 0
2026-03-24 13:00:53 [astonbarclay.gb] INFO: Found listing with ID: 120062552
2026-03-24 13:00:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120062552%27 HTTP/1.1" 200 None
2026-03-24 13:00:53 [astonbarclay.gb] INFO: Scrape type for 120062552: 0
2026-03-24 13:00:53 [astonbarclay.gb] INFO: Found listing with ID: 120344753
2026-03-24 13:00:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120344753%27 HTTP/1.1" 200 None
2026-03-24 13:00:53 [astonbarclay.gb] INFO: Scrape type for 120344753: 2
2026-03-24 13:00:53 [astonbarclay.gb] INFO: Found listing with ID: 119907155
2026-03-24 13:00:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27119907155%27 HTTP/1.1" 200 None
2026-03-24 13:00:53 [astonbarclay.gb] INFO: Scrape type for 119907155: 0
2026-03-24 13:00:53 [astonbarclay.gb] INFO: Found listing with ID: 120442728
2026-03-24 13:00:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120442728%27 HTTP/1.1" 200 None
2026-03-24 13:00:53 [astonbarclay.gb] INFO: Scrape type for 120442728: 0
2026-03-24 13:00:53 [astonbarclay.gb] INFO: Found listing with ID: 120417153
2026-03-24 13:00:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120417153%27 HTTP/1.1" 200 None
2026-03-24 13:00:53 [astonbarclay.gb] INFO: Scrape type for 120417153: 0
2026-03-24 13:00:53 [astonbarclay.gb] INFO: Found listing with ID: 120052843
2026-03-24 13:00:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120052843%27 HTTP/1.1" 200 None
2026-03-24 13:00:53 [astonbarclay.gb] INFO: Scrape type for 120052843: 0
2026-03-24 13:00:53 [astonbarclay.gb] INFO: Found listing with ID: 119639426
2026-03-24 13:00:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27119639426%27 HTTP/1.1" 200 None
2026-03-24 13:00:53 [astonbarclay.gb] INFO: Scrape type for 119639426: 0
2026-03-24 13:00:53 [astonbarclay.gb] INFO: Found listing with ID: 119761940
2026-03-24 13:00:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27119761940%27 HTTP/1.1" 200 None
2026-03-24 13:00:53 [astonbarclay.gb] INFO: Scrape type for 119761940: 2
2026-03-24 13:00:53 [astonbarclay.gb] INFO: Found listing with ID: 119493164
2026-03-24 13:00:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27119493164%27 HTTP/1.1" 200 None
2026-03-24 13:00:53 [astonbarclay.gb] INFO: Scrape type for 119493164: 2
2026-03-24 13:00:53 [astonbarclay.gb] INFO: Found listing with ID: 120472824
2026-03-24 13:00:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120472824%27 HTTP/1.1" 200 None
2026-03-24 13:00:53 [astonbarclay.gb] INFO: Scrape type for 120472824: 0
2026-03-24 13:00:53 [astonbarclay.gb] INFO: Found listing with ID: 120542837
2026-03-24 13:00:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120542837%27 HTTP/1.1" 200 None
2026-03-24 13:00:53 [astonbarclay.gb] INFO: Scrape type for 120542837: 0
2026-03-24 13:00:53 [astonbarclay.gb] INFO: Found listing with ID: 120639844
2026-03-24 13:00:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120639844%27 HTTP/1.1" 200 None
2026-03-24 13:00:53 [astonbarclay.gb] INFO: Scrape type for 120639844: 0
2026-03-24 13:00:53 [astonbarclay.gb] INFO: Found listing with ID: 120639784
2026-03-24 13:00:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120639784%27 HTTP/1.1" 200 None
2026-03-24 13:00:53 [astonbarclay.gb] INFO: Scrape type for 120639784: 0
2026-03-24 13:00:53 [astonbarclay.gb] INFO: Found listing with ID: 119856739
2026-03-24 13:00:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27119856739%27 HTTP/1.1" 200 None
2026-03-24 13:00:53 [astonbarclay.gb] INFO: Scrape type for 119856739: 0
2026-03-24 13:00:53 [astonbarclay.gb] INFO: Found listing with ID: 120450571
2026-03-24 13:00:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120450571%27 HTTP/1.1" 200 None
2026-03-24 13:00:53 [astonbarclay.gb] INFO: Scrape type for 120450571: 0
2026-03-24 13:00:53 [astonbarclay.gb] INFO: Found listing with ID: 120411992
2026-03-24 13:00:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120411992%27 HTTP/1.1" 200 None
2026-03-24 13:00:53 [astonbarclay.gb] INFO: Scrape type for 120411992: 2
2026-03-24 13:00:53 [astonbarclay.gb] INFO: Found listing with ID: 120228997
2026-03-24 13:00:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120228997%27 HTTP/1.1" 200 None
2026-03-24 13:00:53 [astonbarclay.gb] INFO: Scrape type for 120228997: 0
2026-03-24 13:00:53 [astonbarclay.gb] INFO: Found listing with ID: 120411982
2026-03-24 13:00:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120411982%27 HTTP/1.1" 200 None
2026-03-24 13:00:53 [astonbarclay.gb] INFO: Scrape type for 120411982: 2
2026-03-24 13:00:53 [astonbarclay.gb] INFO: Found listing with ID: 120479870
2026-03-24 13:00:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120479870%27 HTTP/1.1" 200 None
2026-03-24 13:00:53 [astonbarclay.gb] INFO: Scrape type for 120479870: 0
2026-03-24 13:00:53 [astonbarclay.gb] INFO: Found listing with ID: 120264238
2026-03-24 13:00:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120264238%27 HTTP/1.1" 200 None
2026-03-24 13:00:53 [astonbarclay.gb] INFO: Scrape type for 120264238: 0
2026-03-24 13:00:53 [astonbarclay.gb] INFO: Found listing with ID: 119398005
2026-03-24 13:00:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27119398005%27 HTTP/1.1" 200 None
2026-03-24 13:00:53 [astonbarclay.gb] INFO: Scrape type for 119398005: 0
2026-03-24 13:00:53 [astonbarclay.gb] INFO: Found listing with ID: 115946044
2026-03-24 13:00:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27115946044%27 HTTP/1.1" 200 None
2026-03-24 13:00:53 [astonbarclay.gb] INFO: Scrape type for 115946044: 2
2026-03-24 13:00:53 [astonbarclay.gb] INFO: Found listing with ID: 119581013
2026-03-24 13:00:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27119581013%27 HTTP/1.1" 200 None
2026-03-24 13:00:53 [astonbarclay.gb] INFO: Scrape type for 119581013: 0
2026-03-24 13:00:53 [astonbarclay.gb] INFO: Found listing with ID: 120476516
2026-03-24 13:00:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120476516%27 HTTP/1.1" 200 None
2026-03-24 13:00:53 [astonbarclay.gb] INFO: Scrape type for 120476516: 0
2026-03-24 13:00:53 [astonbarclay.gb] INFO: Found listing with ID: 119641521
2026-03-24 13:00:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27119641521%27 HTTP/1.1" 200 None
2026-03-24 13:00:53 [astonbarclay.gb] INFO: Scrape type for 119641521: 0
2026-03-24 13:00:53 [astonbarclay.gb] INFO: Found listing with ID: 119879313
2026-03-24 13:00:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27119879313%27 HTTP/1.1" 200 None
2026-03-24 13:00:53 [astonbarclay.gb] INFO: Scrape type for 119879313: 0
2026-03-24 13:00:53 [astonbarclay.gb] INFO: Found listing with ID: 119333923
2026-03-24 13:00:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27119333923%27 HTTP/1.1" 200 None
2026-03-24 13:00:53 [astonbarclay.gb] INFO: Scrape type for 119333923: 0
2026-03-24 13:00:53 [astonbarclay.gb] INFO: Found listing with ID: 120010523
2026-03-24 13:00:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120010523%27 HTTP/1.1" 200 None
2026-03-24 13:00:53 [astonbarclay.gb] INFO: Scrape type for 120010523: 0
2026-03-24 13:00:53 [astonbarclay.gb] INFO: Found listing with ID: 119879468
2026-03-24 13:00:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27119879468%27 HTTP/1.1" 200 None
2026-03-24 13:00:53 [astonbarclay.gb] INFO: Scrape type for 119879468: 0
2026-03-24 13:00:53 [astonbarclay.gb] INFO: Found listing with ID: 119937938
2026-03-24 13:00:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27119937938%27 HTTP/1.1" 200 None
2026-03-24 13:00:53 [astonbarclay.gb] INFO: Scrape type for 119937938: 0
2026-03-24 13:00:53 [astonbarclay.gb] INFO: Found listing with ID: 119782336
2026-03-24 13:00:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27119782336%27 HTTP/1.1" 200 None
2026-03-24 13:00:53 [astonbarclay.gb] INFO: Scrape type for 119782336: 0
2026-03-24 13:00:53 [astonbarclay.gb] INFO: Found listing with ID: 120471982
2026-03-24 13:00:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120471982%27 HTTP/1.1" 200 None
2026-03-24 13:00:53 [astonbarclay.gb] INFO: Scrape type for 120471982: 0
2026-03-24 13:00:53 [astonbarclay.gb] INFO: Found listing with ID: 120465140
2026-03-24 13:00:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120465140%27 HTTP/1.1" 200 None
2026-03-24 13:00:53 [astonbarclay.gb] INFO: Scrape type for 120465140: 0
2026-03-24 13:00:53 [astonbarclay.gb] INFO: Found listing with ID: 120475101
2026-03-24 13:00:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120475101%27 HTTP/1.1" 200 None
2026-03-24 13:00:53 [astonbarclay.gb] INFO: Scrape type for 120475101: 0
2026-03-24 13:00:53 [astonbarclay.gb] INFO: Found listing with ID: 119760430
2026-03-24 13:00:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27119760430%27 HTTP/1.1" 200 None
2026-03-24 13:00:53 [astonbarclay.gb] INFO: Scrape type for 119760430: 0
2026-03-24 13:00:53 [astonbarclay.gb] INFO: Found listing with ID: 119798473
2026-03-24 13:00:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27119798473%27 HTTP/1.1" 200 None
2026-03-24 13:00:54 [astonbarclay.gb] INFO: Scrape type for 119798473: 0
2026-03-24 13:00:54 [astonbarclay.gb] INFO: Found listing with ID: 120463366
2026-03-24 13:00:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120463366%27 HTTP/1.1" 200 None
2026-03-24 13:00:54 [astonbarclay.gb] INFO: Scrape type for 120463366: 0
2026-03-24 13:00:54 [astonbarclay.gb] INFO: Found listing with ID: 119345464
2026-03-24 13:00:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27119345464%27 HTTP/1.1" 200 None
2026-03-24 13:00:54 [astonbarclay.gb] INFO: Scrape type for 119345464: 0
2026-03-24 13:00:54 [astonbarclay.gb] INFO: Found listing with ID: 119334400
2026-03-24 13:00:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27119334400%27 HTTP/1.1" 200 None
2026-03-24 13:00:54 [astonbarclay.gb] INFO: Scrape type for 119334400: 0
2026-03-24 13:00:54 [astonbarclay.gb] INFO: Found listing with ID: 119677026
2026-03-24 13:00:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27119677026%27 HTTP/1.1" 200 None
2026-03-24 13:00:54 [astonbarclay.gb] INFO: Scrape type for 119677026: 0
2026-03-24 13:00:54 [astonbarclay.gb] INFO: Found listing with ID: 120683481
2026-03-24 13:00:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120683481%27 HTTP/1.1" 200 None
2026-03-24 13:00:54 [astonbarclay.gb] INFO: Scrape type for 120683481: 0
2026-03-24 13:00:54 [astonbarclay.gb] INFO: Found listing with ID: 120683497
2026-03-24 13:00:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120683497%27 HTTP/1.1" 200 None
2026-03-24 13:00:54 [astonbarclay.gb] INFO: Scrape type for 120683497: 0
2026-03-24 13:00:54 [astonbarclay.gb] INFO: Found listing with ID: 120683511
2026-03-24 13:00:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120683511%27 HTTP/1.1" 200 None
2026-03-24 13:00:54 [astonbarclay.gb] INFO: Scrape type for 120683511: 0
2026-03-24 13:00:54 [astonbarclay.gb] INFO: Found listing with ID: 119965853
2026-03-24 13:00:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27119965853%27 HTTP/1.1" 200 None
2026-03-24 13:00:54 [astonbarclay.gb] INFO: Scrape type for 119965853: 0
2026-03-24 13:00:54 [astonbarclay.gb] INFO: Found listing with ID: 119967315
2026-03-24 13:00:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27119967315%27 HTTP/1.1" 200 None
2026-03-24 13:00:54 [astonbarclay.gb] INFO: Scrape type for 119967315: 0
2026-03-24 13:00:54 [astonbarclay.gb] INFO: Found listing with ID: 120659850
2026-03-24 13:00:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120659850%27 HTTP/1.1" 200 None
2026-03-24 13:00:54 [astonbarclay.gb] INFO: Scrape type for 120659850: 0
2026-03-24 13:00:54 [astonbarclay.gb] INFO: Found listing with ID: 120683624
2026-03-24 13:00:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120683624%27 HTTP/1.1" 200 None
2026-03-24 13:00:54 [astonbarclay.gb] INFO: Scrape type for 120683624: 0
2026-03-24 13:00:54 [astonbarclay.gb] INFO: Found listing with ID: 120400092
2026-03-24 13:00:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120400092%27 HTTP/1.1" 200 None
2026-03-24 13:00:54 [astonbarclay.gb] INFO: Scrape type for 120400092: 0
2026-03-24 13:00:54 [astonbarclay.gb] INFO: Found listing with ID: 119821506
2026-03-24 13:00:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27119821506%27 HTTP/1.1" 200 None
2026-03-24 13:00:54 [astonbarclay.gb] INFO: Scrape type for 119821506: 0
2026-03-24 13:00:54 [astonbarclay.gb] INFO: Found listing with ID: 119797897
2026-03-24 13:00:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27119797897%27 HTTP/1.1" 200 None
2026-03-24 13:00:54 [astonbarclay.gb] INFO: Scrape type for 119797897: 0
2026-03-24 13:00:54 [astonbarclay.gb] INFO: Found listing with ID: 120719480
2026-03-24 13:00:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120719480%27 HTTP/1.1" 200 None
2026-03-24 13:00:54 [astonbarclay.gb] INFO: Scrape type for 120719480: 1
2026-03-24 13:00:54 [astonbarclay.gb] INFO: Found listing with ID: 120719470
2026-03-24 13:00:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120719470%27 HTTP/1.1" 200 None
2026-03-24 13:00:54 [astonbarclay.gb] INFO: Scrape type for 120719470: 1
2026-03-24 13:00:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120165786?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-24 13:00:54 [astonbarclay.gb] INFO: Found listing with ID: 119651208
2026-03-24 13:00:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27119651208%27 HTTP/1.1" 200 None
2026-03-24 13:00:54 [astonbarclay.gb] INFO: Scrape type for 119651208: 0
2026-03-24 13:00:54 [astonbarclay.gb] INFO: Found listing with ID: 120519906
2026-03-24 13:00:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120519906%27 HTTP/1.1" 200 None
2026-03-24 13:00:54 [astonbarclay.gb] INFO: Scrape type for 120519906: 0
2026-03-24 13:00:54 [astonbarclay.gb] INFO: Found listing with ID: 119853698
2026-03-24 13:00:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27119853698%27 HTTP/1.1" 200 None
2026-03-24 13:00:54 [astonbarclay.gb] INFO: Scrape type for 119853698: 0
2026-03-24 13:00:54 [astonbarclay.gb] INFO: Found listing with ID: 119850906
2026-03-24 13:00:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27119850906%27 HTTP/1.1" 200 None
2026-03-24 13:00:54 [astonbarclay.gb] INFO: Scrape type for 119850906: 0
2026-03-24 13:00:54 [astonbarclay.gb] INFO: Found listing with ID: 119857926
2026-03-24 13:00:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27119857926%27 HTTP/1.1" 200 None
2026-03-24 13:00:54 [astonbarclay.gb] INFO: Scrape type for 119857926: 0
2026-03-24 13:00:54 [astonbarclay.gb] INFO: Found listing with ID: 119333381
2026-03-24 13:00:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27119333381%27 HTTP/1.1" 200 None
2026-03-24 13:00:54 [astonbarclay.gb] INFO: Scrape type for 119333381: 0
2026-03-24 13:00:54 [astonbarclay.gb] INFO: Found listing with ID: 119325860
2026-03-24 13:00:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27119325860%27 HTTP/1.1" 200 None
2026-03-24 13:00:54 [astonbarclay.gb] INFO: Scrape type for 119325860: 0
2026-03-24 13:00:54 [astonbarclay.gb] INFO: Found listing with ID: 120715816
2026-03-24 13:00:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120715816%27 HTTP/1.1" 200 None
2026-03-24 13:00:54 [astonbarclay.gb] INFO: Scrape type for 120715816: 1
2026-03-24 13: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-24 13:00:54 [astonbarclay.gb] INFO: Found listing with ID: 120719449
2026-03-24 13:00:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120719449%27 HTTP/1.1" 200 None
2026-03-24 13:00:54 [astonbarclay.gb] INFO: Scrape type for 120719449: 0
2026-03-24 13:00:54 [astonbarclay.gb] INFO: Found listing with ID: 120720942
2026-03-24 13:00:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120720942%27 HTTP/1.1" 200 None
2026-03-24 13:00:54 [astonbarclay.gb] INFO: Scrape type for 120720942: 1
2026-03-24 13:00:54 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120165786, 'registration': 'EK57YJZ', 'account': 'ADA020', 'make': 'AUDI', 'model': 'A4 CABRIOLET', 'derivative': '1.8T S Line 2dr Multitronic', 'mileage': 123192, 'mileageWarranty': True, 'type': 'car', 'saleId': 18965, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 240}, 'saleStart': '2026-03-24T10:00Z', 'lot': 184, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2007-10-13', 'fuel': 'Petrol', 'motExpiry': '2024-06-23', 'doors': 2, 'engineSize': 1781, 'bodyType': 'Cabriolet', 'images': ['https://abimg003.imgix.net/EK57YJZ/2026-03-09/image/3705afb6-5eec-47e8-839b-8af8f4c2b390_removebg.jpg?w=600', 'https://abimg003.imgix.net/EK57YJZ/2026-03-09/image/cdc791d9-0e3d-4081-97c2-83781497414d_removebg.jpg?w=600', 'https://abimg003.imgix.net/EK57YJZ/2026-03-09/image/2b6f2e7e-e5f2-4951-9c3d-c64dc3138dfa_removebg.jpg?w=600', 'https://abimg003.imgix.net/EK57YJZ/2026-03-09/image/13a0bd80-42ad-4dc3-b773-71b4c8358ae1_removebg.jpg?w=600', 'https://abimg003.imgix.net/EK57YJZ/2026-03-09/image/c942525c-f3da-45e5-baaa-0ad6c1b6eb68_removebg.jpg?w=600', 'https://abimg003.imgix.net/EK57YJZ/2026-03-09/image/9b9d7be8-10a8-4cc4-aca6-924b5c91fe3f_removebg.jpg?w=600'], 'colour': 'BLUE', 'writeoffcode': '', 'grade': None, 'nonRunner': True, 'inspectionType': 'Express', 'serviceHistory': '', 'remarks': 'NON RUNNER - WILL NOT START POSSIBLE FUEL ISSUE - MAY HAVE FURTHER FAULTS, VOSA STATES 17K 26K 35K 45K 55K 65K 73K 82K 90K 95K 101K 104K 108K SPARE KEY', 'virtual': False, 'seller': 'Independent dealer', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '2', 'v5': False, 'v5details': None, 'co2': 204, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': None, 'assuredType': None, 'imported': False, 'eurostatus': 4, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 13:00:54 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120165786, 'registration': 'EK57YJZ', 'account': 'ADA020', 'make': 'AUDI', 'model': 'A4 CABRIOLET', 'derivative': '1.8T S Line 2dr Multitronic', 'mileage': 123192, 'mileageWarranty': True, 'type': 'car', 'saleId': 18965, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 240}, 'saleStart': '2026-03-24T10:00Z', 'lot': 184, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2007-10-13', 'fuel': 'Petrol', 'motExpiry': '2024-06-23', 'doors': 2, 'engineSize': 1781, 'bodyType': 'Cabriolet', 'images': ['https://abimg003.imgix.net/EK57YJZ/2026-03-09/image/3705afb6-5eec-47e8-839b-8af8f4c2b390_removebg.jpg?w=600', 'https://abimg003.imgix.net/EK57YJZ/2026-03-09/image/cdc791d9-0e3d-4081-97c2-83781497414d_removebg.jpg?w=600', 'https://abimg003.imgix.net/EK57YJZ/2026-03-09/image/2b6f2e7e-e5f2-4951-9c3d-c64dc3138dfa_removebg.jpg?w=600', 'https://abimg003.imgix.net/EK57YJZ/2026-03-09/image/13a0bd80-42ad-4dc3-b773-71b4c8358ae1_removebg.jpg?w=600', 'https://abimg003.imgix.net/EK57YJZ/2026-03-09/image/c942525c-f3da-45e5-baaa-0ad6c1b6eb68_removebg.jpg?w=600', 'https://abimg003.imgix.net/EK57YJZ/2026-03-09/image/9b9d7be8-10a8-4cc4-aca6-924b5c91fe3f_removebg.jpg?w=600'], 'colour': 'BLUE', 'writeoffcode': '', 'grade': None, 'nonRunner': True, 'inspectionType': 'Express', 'serviceHistory': '', 'remarks': 'NON RUNNER - WILL NOT START POSSIBLE FUEL ISSUE - MAY HAVE FURTHER FAULTS, VOSA STATES 17K 26K 35K 45K 55K 65K 73K 82K 90K 95K 101K 104K 108K SPARE KEY', 'virtual': False, 'seller': 'Independent dealer', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '2', 'v5': False, 'v5details': None, 'co2': 204, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': None, 'assuredType': None, 'imported': False, 'eurostatus': 4, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 13:00:54 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4aa1e997-7c9a-5044-b03d-f6919b53ff04 with identifier: 120165786
2026-03-24 13:00:54 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4aa1e997-7c9a-5044-b03d-f6919b53ff04 with scrape type 2
2026-03-24 13:00:54 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4aa1e997-7c9a-5044-b03d-f6919b53ff04 with scrape type 2
2026-03-24 13:00:54 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 4aa1e997-7c9a-5044-b03d-f6919b53ff04, identifier: 120165786
2026-03-24 13:00:54 [astonbarclay.gb] INFO: Found listing with ID: 120719417
2026-03-24 13:00:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120719417%27 HTTP/1.1" 200 None
2026-03-24 13:00:54 [astonbarclay.gb] INFO: Scrape type for 120719417: 0
2026-03-24 13:00:54 [astonbarclay.gb] INFO: Found listing with ID: 117741373
2026-03-24 13:00:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27117741373%27 HTTP/1.1" 200 None
2026-03-24 13:00:55 [astonbarclay.gb] INFO: Scrape type for 117741373: 0
2026-03-24 13:00:55 [astonbarclay.gb] INFO: Found listing with ID: 119193826
2026-03-24 13:00:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27119193826%27 HTTP/1.1" 200 None
2026-03-24 13:00:55 [astonbarclay.gb] INFO: Scrape type for 119193826: 0
2026-03-24 13:00:55 [astonbarclay.gb] INFO: Found listing with ID: 120659859
2026-03-24 13:00:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120659859%27 HTTP/1.1" 200 None
2026-03-24 13:00:55 [astonbarclay.gb] INFO: Scrape type for 120659859: 0
2026-03-24 13:00:55 [astonbarclay.gb] INFO: Found listing with ID: 120719461
2026-03-24 13:00:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120719461%27 HTTP/1.1" 200 None
2026-03-24 13:00:55 [astonbarclay.gb] INFO: Scrape type for 120719461: 0
2026-03-24 13:00:55 [astonbarclay.gb] INFO: Found listing with ID: 120659877
2026-03-24 13:00:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120659877%27 HTTP/1.1" 200 None
2026-03-24 13:00:55 [astonbarclay.gb] INFO: Scrape type for 120659877: 0
2026-03-24 13:00:55 [astonbarclay.gb] INFO: Found listing with ID: 119579221
2026-03-24 13:00:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27119579221%27 HTTP/1.1" 200 None
2026-03-24 13:00:55 [astonbarclay.gb] INFO: Scrape type for 119579221: 0
2026-03-24 13:00:55 [astonbarclay.gb] INFO: Found listing with ID: 114387843
2026-03-24 13:00:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27114387843%27 HTTP/1.1" 200 None
2026-03-24 13:00:55 [astonbarclay.gb] INFO: Scrape type for 114387843: 2
2026-03-24 13:00:55 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 4aa1e997-7c9a-5044-b03d-f6919b53ff04 with identifier: 120165786
2026-03-24 13:00:55 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 4aa1e997-7c9a-5044-b03d-f6919b53ff04 with identifier: 120165786
2026-03-24 13:00:55 [scrapy.core.scraper] INFO: Dropped: Dropping expired listing: 4aa1e997-7c9a-5044-b03d-f6919b53ff04 with expiration date: 2026-03-24T10:00:00Z
{'auction_title': '',
'c_o_2_emission_value': 204,
'color': 'BLUE',
'currency': 'GBP',
'doors_number': 2,
'emission_standard': 'EURO 4',
'engine': '1.8L',
'expiration_date': '2026-03-24T10:00:00Z',
'fuel_type': 'Petrol',
'id': '4aa1e997-7c9a-5044-b03d-f6919b53ff04',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'EK57YJZ',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120165786',
'listing': 'auction',
'location': 'Aston Barclay Donington Park',
'make': 'AUDI',
'model': 'A4 CABRIOLET',
'odometer': 123192,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2007-10-13',
'seller_name': 'Independent dealer',
'title': 'AUDI A4 CABRIOLET 1.8T S Line 2dr Multitronic',
'transmission': 'automatic',
'trim': '1.8T S Line 2dr Multitronic',
'vin': None,
'year': 2007}
2026-03-24 13:00:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120165786%27 HTTP/1.1" 200 None
2026-03-24 13:00:55 [astonbarclay.gb] INFO: Saving data for 120165786: {'auction_closing_time': 1774346400.0, 'created_time': 1773403688.922464, 'last_price_update_time': 1774357255.134179}
2026-03-24 13:00:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:00:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120165786') HTTP/1.1" 204 0
2026-03-24 13:00:55 [astonbarclay.gb] INFO: Found listing with ID: 114638344
2026-03-24 13:00:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27114638344%27 HTTP/1.1" 200 None
2026-03-24 13:00:55 [astonbarclay.gb] INFO: Scrape type for 114638344: 2
2026-03-24 13:00:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120484600?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-24 13:00:55 [astonbarclay.gb] INFO: Found listing with ID: 114751989
2026-03-24 13:00:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27114751989%27 HTTP/1.1" 200 None
2026-03-24 13:00:55 [astonbarclay.gb] INFO: Scrape type for 114751989: 2
2026-03-24 13: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-24 13:00:55 [astonbarclay.gb] INFO: Found listing with ID: 119642095
2026-03-24 13:00:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27119642095%27 HTTP/1.1" 200 None
2026-03-24 13:00:55 [astonbarclay.gb] INFO: Scrape type for 119642095: 0
2026-03-24 13:00:55 [astonbarclay.gb] INFO: Found listing with ID: 119373461
2026-03-24 13:00:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27119373461%27 HTTP/1.1" 200 None
2026-03-24 13:00:55 [astonbarclay.gb] INFO: Scrape type for 119373461: 0
2026-03-24 13:00:55 [astonbarclay.gb] INFO: Found listing with ID: 120055940
2026-03-24 13:00:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120055940%27 HTTP/1.1" 200 None
2026-03-24 13:00:55 [astonbarclay.gb] INFO: Scrape type for 120055940: 0
2026-03-24 13:00:55 [astonbarclay.gb] INFO: Found listing with ID: 120714333
2026-03-24 13:00:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120714333%27 HTTP/1.1" 200 None
2026-03-24 13:00:55 [astonbarclay.gb] INFO: Scrape type for 120714333: 0
2026-03-24 13:00:55 [astonbarclay.gb] INFO: Found listing with ID: 120627860
2026-03-24 13:00:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120627860%27 HTTP/1.1" 200 None
2026-03-24 13:00:55 [astonbarclay.gb] INFO: Scrape type for 120627860: 0
2026-03-24 13:00:55 [astonbarclay.gb] INFO: Found listing with ID: 120196523
2026-03-24 13:00:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120196523%27 HTTP/1.1" 200 None
2026-03-24 13:00:55 [astonbarclay.gb] INFO: Scrape type for 120196523: 0
2026-03-24 13:00:55 [astonbarclay.gb] INFO: Found listing with ID: 120331566
2026-03-24 13:00:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120331566%27 HTTP/1.1" 200 None
2026-03-24 13:00:55 [astonbarclay.gb] INFO: Scrape type for 120331566: 0
2026-03-24 13:00:55 [astonbarclay.gb] INFO: Found listing with ID: 120050893
2026-03-24 13:00:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120050893%27 HTTP/1.1" 200 None
2026-03-24 13:00:55 [astonbarclay.gb] INFO: Scrape type for 120050893: 0
2026-03-24 13:00:55 [astonbarclay.gb] INFO: Found listing with ID: 120283908
2026-03-24 13:00:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120283908%27 HTTP/1.1" 200 None
2026-03-24 13:00:55 [astonbarclay.gb] INFO: Scrape type for 120283908: 0
2026-03-24 13:00:55 [astonbarclay.gb] INFO: Found listing with ID: 120225098
2026-03-24 13:00:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120225098%27 HTTP/1.1" 200 None
2026-03-24 13:00:55 [astonbarclay.gb] INFO: Scrape type for 120225098: 0
2026-03-24 13:00:55 [astonbarclay.gb] INFO: Found listing with ID: 120309460
2026-03-24 13:00:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120309460%27 HTTP/1.1" 200 None
2026-03-24 13:00:55 [astonbarclay.gb] INFO: Scrape type for 120309460: 0
2026-03-24 13:00:55 [astonbarclay.gb] INFO: Found listing with ID: 120694718
2026-03-24 13:00:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120694718%27 HTTP/1.1" 200 None
2026-03-24 13:00:55 [astonbarclay.gb] INFO: Scrape type for 120694718: 0
2026-03-24 13:00:55 [astonbarclay.gb] INFO: Found listing with ID: 120695982
2026-03-24 13:00:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120695982%27 HTTP/1.1" 200 None
2026-03-24 13:00:55 [astonbarclay.gb] INFO: Scrape type for 120695982: 0
2026-03-24 13:00:55 [astonbarclay.gb] INFO: Found listing with ID: 120594710
2026-03-24 13:00:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120594710%27 HTTP/1.1" 200 None
2026-03-24 13:00:55 [astonbarclay.gb] INFO: Scrape type for 120594710: 2
2026-03-24 13:00:55 [astonbarclay.gb] INFO: Found listing with ID: 120715102
2026-03-24 13:00:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120715102%27 HTTP/1.1" 200 None
2026-03-24 13:00:55 [astonbarclay.gb] INFO: Scrape type for 120715102: 0
2026-03-24 13:00:55 [astonbarclay.gb] INFO: Found listing with ID: 120542115
2026-03-24 13:00:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120542115%27 HTTP/1.1" 200 None
2026-03-24 13:00:55 [astonbarclay.gb] INFO: Scrape type for 120542115: 0
2026-03-24 13:00:55 [astonbarclay.gb] INFO: Found listing with ID: 120061633
2026-03-24 13:00:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120061633%27 HTTP/1.1" 200 None
2026-03-24 13:00:55 [astonbarclay.gb] INFO: Scrape type for 120061633: 2
2026-03-24 13:00:55 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120484600, 'registration': 'LG15WSV', 'account': 'DJC017', 'make': 'SKODA', 'model': 'OCTAVIA DIESEL ESTATE', 'derivative': '2.0 TDI CR vRS 5dr', 'mileage': 151807, 'mileageWarranty': True, 'type': 'car', 'saleId': 18906, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 648}, 'saleStart': '2026-03-24T13:00Z', 'lot': 642, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2015-03-30', 'fuel': 'Diesel', 'motExpiry': '2026-06-11', 'doors': 5, 'engineSize': 1968, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/LG15WSV/2026-03-23/image/3716c496-b1dc-48cf-bff9-75be60d60ad2_removebg.jpg?w=600', 'https://abimg003.imgix.net/LG15WSV/2026-03-23/image/0f75b60a-56bb-4a6f-a98c-14113f319780_removebg.jpg?w=600', 'https://abimg003.imgix.net/LG15WSV/2026-03-23/image/9dc8f058-8b84-4c9c-b01b-d4b63e24a52b_removebg.jpg?w=600', 'https://abimg003.imgix.net/LG15WSV/2026-03-23/image/2ebe6fa2-a136-417f-a091-5a9b05146f3d_removebg.jpg?w=600', 'https://abimg003.imgix.net/LG15WSV/2026-03-23/image/7264fb45-7b77-440c-b218-daae660d6f2c_removebg.jpg?w=600', 'https://abimg003.imgix.net/LG15WSV/2026-03-23/image/49ff262f-aecd-470c-8b76-54f298721caf_removebg.jpg?w=600', 'https://abimg003.imgix.net/LG15WSV/2026-03-23/image/54a9aed9-b1a8-449b-b0fd-787f4b13ec40_removebg.jpg?w=600', 'https://abimg003.imgix.net/LG15WSV/2026-03-23/image/5926e1ca-58dd-4d5e-a80d-5994cfa23e39_removebg.jpg?w=600', 'https://abimg003.imgix.net/LG15WSV/2026-03-23/image/54001a61-0b68-453d-94c1-45f8465a159a_removebg.jpg?w=600', 'https://abimg003.imgix.net/LG15WSV/2026-03-23/image/8d83a977-b3e9-466a-8198-69e12094a81d_removebg.jpg?w=600', 'https://abimg003.imgix.net/LG15WSV/2026-03-23/image/269b6b43-c378-4e27-8e81-85d39f223a58_removebg.jpg?w=600', 'https://abimg003.imgix.net/LG15WSV/2026-03-23/image/7023985c-eb29-4914-8eb7-c70dfb291f65_removebg.jpg?w=600'], 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Express', 'serviceHistory': 'Service invoice 01/16-18K, 10/17-58K, 09/18-79K, 06/20-97K,', 'remarks': '**108** VOSA STATES 67K, 91K, 97K, 107K, 119K, 127K, 136K, 148K, SD CARD', 'virtual': False, 'seller': 'Cox Motor Group', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '3', 'v5': True, 'v5details': 'Here', 'co2': 119, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/a147c0e6-564d-49c1-94ef-1a337862bc14.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 13:00:55 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120484600, 'registration': 'LG15WSV', 'account': 'DJC017', 'make': 'SKODA', 'model': 'OCTAVIA DIESEL ESTATE', 'derivative': '2.0 TDI CR vRS 5dr', 'mileage': 151807, 'mileageWarranty': True, 'type': 'car', 'saleId': 18906, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 648}, 'saleStart': '2026-03-24T13:00Z', 'lot': 642, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2015-03-30', 'fuel': 'Diesel', 'motExpiry': '2026-06-11', 'doors': 5, 'engineSize': 1968, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/LG15WSV/2026-03-23/image/3716c496-b1dc-48cf-bff9-75be60d60ad2_removebg.jpg?w=600', 'https://abimg003.imgix.net/LG15WSV/2026-03-23/image/0f75b60a-56bb-4a6f-a98c-14113f319780_removebg.jpg?w=600', 'https://abimg003.imgix.net/LG15WSV/2026-03-23/image/9dc8f058-8b84-4c9c-b01b-d4b63e24a52b_removebg.jpg?w=600', 'https://abimg003.imgix.net/LG15WSV/2026-03-23/image/2ebe6fa2-a136-417f-a091-5a9b05146f3d_removebg.jpg?w=600', 'https://abimg003.imgix.net/LG15WSV/2026-03-23/image/7264fb45-7b77-440c-b218-daae660d6f2c_removebg.jpg?w=600', 'https://abimg003.imgix.net/LG15WSV/2026-03-23/image/49ff262f-aecd-470c-8b76-54f298721caf_removebg.jpg?w=600', 'https://abimg003.imgix.net/LG15WSV/2026-03-23/image/54a9aed9-b1a8-449b-b0fd-787f4b13ec40_removebg.jpg?w=600', 'https://abimg003.imgix.net/LG15WSV/2026-03-23/image/5926e1ca-58dd-4d5e-a80d-5994cfa23e39_removebg.jpg?w=600', 'https://abimg003.imgix.net/LG15WSV/2026-03-23/image/54001a61-0b68-453d-94c1-45f8465a159a_removebg.jpg?w=600', 'https://abimg003.imgix.net/LG15WSV/2026-03-23/image/8d83a977-b3e9-466a-8198-69e12094a81d_removebg.jpg?w=600', 'https://abimg003.imgix.net/LG15WSV/2026-03-23/image/269b6b43-c378-4e27-8e81-85d39f223a58_removebg.jpg?w=600', 'https://abimg003.imgix.net/LG15WSV/2026-03-23/image/7023985c-eb29-4914-8eb7-c70dfb291f65_removebg.jpg?w=600'], 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Express', 'serviceHistory': 'Service invoice 01/16-18K, 10/17-58K, 09/18-79K, 06/20-97K,', 'remarks': '**108** VOSA STATES 67K, 91K, 97K, 107K, 119K, 127K, 136K, 148K, SD CARD', 'virtual': False, 'seller': 'Cox Motor Group', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '3', 'v5': True, 'v5details': 'Here', 'co2': 119, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/a147c0e6-564d-49c1-94ef-1a337862bc14.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 13:00:55 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d941651b-a912-526b-873e-6320eed2aa13 with identifier: 120484600
2026-03-24 13:00:55 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d941651b-a912-526b-873e-6320eed2aa13 with scrape type 2
2026-03-24 13:00:55 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d941651b-a912-526b-873e-6320eed2aa13 with scrape type 2
2026-03-24 13:00:55 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: d941651b-a912-526b-873e-6320eed2aa13, identifier: 120484600
2026-03-24 13:00:55 [astonbarclay.gb] INFO: Found listing with ID: 120686647
2026-03-24 13:00:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120686647%27 HTTP/1.1" 200 None
2026-03-24 13:00:55 [astonbarclay.gb] INFO: Scrape type for 120686647: 0
2026-03-24 13:00:55 [astonbarclay.gb] INFO: Found listing with ID: 120630361
2026-03-24 13:00:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120630361%27 HTTP/1.1" 200 None
2026-03-24 13:00:55 [astonbarclay.gb] INFO: Scrape type for 120630361: 0
2026-03-24 13:00:55 [astonbarclay.gb] INFO: Found listing with ID: 120714496
2026-03-24 13:00:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120714496%27 HTTP/1.1" 200 None
2026-03-24 13:00:55 [astonbarclay.gb] INFO: Scrape type for 120714496: 0
2026-03-24 13:00:55 [astonbarclay.gb] INFO: Found listing with ID: 120017370
2026-03-24 13:00:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120017370%27 HTTP/1.1" 200 None
2026-03-24 13:00:55 [astonbarclay.gb] INFO: Scrape type for 120017370: 2
2026-03-24 13:00:55 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: d941651b-a912-526b-873e-6320eed2aa13 with identifier: 120484600
2026-03-24 13:00:55 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: d941651b-a912-526b-873e-6320eed2aa13 with identifier: 120484600
2026-03-24 13:00:55 [scrapy.core.scraper] INFO: Dropped: Dropping expired listing: d941651b-a912-526b-873e-6320eed2aa13 with expiration date: 2026-03-24T13:00:00Z
{'auction_title': '',
'c_o_2_emission_value': 119,
'color': 'WHITE',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 5',
'engine': '2.0L',
'expiration_date': '2026-03-24T13:00:00Z',
'fuel_type': 'Diesel',
'id': 'd941651b-a912-526b-873e-6320eed2aa13',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'LG15WSV',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120484600',
'listing': 'auction',
'location': 'Aston Barclay Wakefield',
'make': 'SKODA',
'model': 'OCTAVIA DIESEL ESTATE',
'odometer': 151807,
'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': 'Cox Motor Group',
'title': 'SKODA OCTAVIA DIESEL ESTATE 2.0 TDI CR vRS 5dr',
'transmission': 'manual',
'trim': '2.0 TDI CR vRS 5dr',
'vin': None,
'year': 2015}
2026-03-24 13:00:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120484600%27 HTTP/1.1" 200 None
2026-03-24 13:00:55 [astonbarclay.gb] INFO: Saving data for 120484600: {'auction_closing_time': 1774357200.0, 'created_time': 1774034000.228836, 'last_price_update_time': 1774357255.852244}
2026-03-24 13:00:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:00:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120484600') HTTP/1.1" 204 0
2026-03-24 13:00:55 [astonbarclay.gb] INFO: Found listing with ID: 119877912
2026-03-24 13:00:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27119877912%27 HTTP/1.1" 200 None
2026-03-24 13:00:56 [astonbarclay.gb] INFO: Scrape type for 119877912: 0
2026-03-24 13:00:56 [astonbarclay.gb] INFO: Found listing with ID: 120632473
2026-03-24 13:00:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120632473%27 HTTP/1.1" 200 None
2026-03-24 13:00:56 [astonbarclay.gb] INFO: Scrape type for 120632473: 1
2026-03-24 13:00:56 [astonbarclay.gb] INFO: Found listing with ID: 120722968
2026-03-24 13:00:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120722968%27 HTTP/1.1" 200 None
2026-03-24 13:00:56 [astonbarclay.gb] INFO: Scrape type for 120722968: 1
2026-03-24 13:00:56 [astonbarclay.gb] INFO: Found listing with ID: 120467270
2026-03-24 13:00:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120467270%27 HTTP/1.1" 200 None
2026-03-24 13:00:56 [astonbarclay.gb] INFO: Scrape type for 120467270: 1
2026-03-24 13:00:56 [astonbarclay.gb] INFO: Found listing with ID: 120467659
2026-03-24 13:00:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120467659%27 HTTP/1.1" 200 None
2026-03-24 13:00:56 [astonbarclay.gb] INFO: Scrape type for 120467659: 0
2026-03-24 13:00:56 [astonbarclay.gb] INFO: Found listing with ID: 120723262
2026-03-24 13:00:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120723262%27 HTTP/1.1" 200 None
2026-03-24 13:00:56 [astonbarclay.gb] INFO: Scrape type for 120723262: 1
2026-03-24 13:00:56 [astonbarclay.gb] INFO: Found listing with ID: 120724030
2026-03-24 13:00:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120724030%27 HTTP/1.1" 200 None
2026-03-24 13:00:56 [astonbarclay.gb] INFO: Scrape type for 120724030: 1
2026-03-24 13:00:56 [astonbarclay.gb] INFO: Found listing with ID: 120725997
2026-03-24 13:00:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120725997%27 HTTP/1.1" 200 None
2026-03-24 13:00:56 [astonbarclay.gb] INFO: Scrape type for 120725997: 1
2026-03-24 13:00:56 [astonbarclay.gb] INFO: Found listing with ID: 120507267
2026-03-24 13:00:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120507267%27 HTTP/1.1" 200 None
2026-03-24 13:00:56 [astonbarclay.gb] INFO: Scrape type for 120507267: 0
2026-03-24 13:00:56 [astonbarclay.gb] INFO: Found listing with ID: 120574575
2026-03-24 13:00:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120574575%27 HTTP/1.1" 200 None
2026-03-24 13:00:56 [astonbarclay.gb] INFO: Scrape type for 120574575: 0
2026-03-24 13:00:56 [astonbarclay.gb] INFO: Found listing with ID: 119942033
2026-03-24 13:00:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27119942033%27 HTTP/1.1" 200 None
2026-03-24 13:00:56 [astonbarclay.gb] INFO: Scrape type for 119942033: 1
2026-03-24 13:00:56 [astonbarclay.gb] INFO: Found listing with ID: 119783408
2026-03-24 13:00:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27119783408%27 HTTP/1.1" 200 None
2026-03-24 13:00:56 [astonbarclay.gb] INFO: Scrape type for 119783408: 1
2026-03-24 13:00:56 [astonbarclay.gb] INFO: Found listing with ID: 120715223
2026-03-24 13:00:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120715223%27 HTTP/1.1" 200 None
2026-03-24 13:00:56 [astonbarclay.gb] INFO: Scrape type for 120715223: 0
2026-03-24 13:00:56 [astonbarclay.gb] INFO: Found listing with ID: 120262153
2026-03-24 13:00:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120262153%27 HTTP/1.1" 200 None
2026-03-24 13:00:56 [astonbarclay.gb] INFO: Scrape type for 120262153: 1
2026-03-24 13:00:56 [astonbarclay.gb] INFO: Found listing with ID: 120422957
2026-03-24 13:00:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120422957%27 HTTP/1.1" 200 None
2026-03-24 13:00:56 [astonbarclay.gb] INFO: Scrape type for 120422957: 1
2026-03-24 13:00:56 [astonbarclay.gb] INFO: Found listing with ID: 120728474
2026-03-24 13:00:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120728474%27 HTTP/1.1" 200 None
2026-03-24 13:00:56 [astonbarclay.gb] INFO: Scrape type for 120728474: 1
2026-03-24 13:00:56 [astonbarclay.gb] INFO: Found listing with ID: 120261888
2026-03-24 13:00:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120261888%27 HTTP/1.1" 200 None
2026-03-24 13:00:56 [astonbarclay.gb] INFO: Scrape type for 120261888: 1
2026-03-24 13:00:56 [astonbarclay.gb] INFO: Found listing with ID: 120277850
2026-03-24 13:00:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120277850%27 HTTP/1.1" 200 None
2026-03-24 13:00:56 [astonbarclay.gb] INFO: Scrape type for 120277850: 1
2026-03-24 13:00:56 [astonbarclay.gb] INFO: Found listing with ID: 120374826
2026-03-24 13:00:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120374826%27 HTTP/1.1" 200 None
2026-03-24 13:00:56 [astonbarclay.gb] INFO: Scrape type for 120374826: 1
2026-03-24 13:00:56 [astonbarclay.gb] INFO: Found listing with ID: 120507514
2026-03-24 13:00:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120507514%27 HTTP/1.1" 200 None
2026-03-24 13:00:56 [astonbarclay.gb] INFO: Scrape type for 120507514: 0
2026-03-24 13:00:56 [astonbarclay.gb] INFO: Found listing with ID: 120412056
2026-03-24 13:00:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120412056%27 HTTP/1.1" 200 None
2026-03-24 13:00:56 [astonbarclay.gb] INFO: Scrape type for 120412056: 0
2026-03-24 13:00:56 [astonbarclay.gb] INFO: Found listing with ID: 120213806
2026-03-24 13:00:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120213806%27 HTTP/1.1" 200 None
2026-03-24 13:00:56 [astonbarclay.gb] INFO: Scrape type for 120213806: 0
2026-03-24 13:00:56 [astonbarclay.gb] INFO: Found listing with ID: 120733542
2026-03-24 13:00:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120733542%27 HTTP/1.1" 200 None
2026-03-24 13:00:56 [astonbarclay.gb] INFO: Scrape type for 120733542: 1
2026-03-24 13:00:56 [astonbarclay.gb] INFO: Found listing with ID: 120132720
2026-03-24 13:00:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120132720%27 HTTP/1.1" 200 None
2026-03-24 13:00:56 [astonbarclay.gb] INFO: Scrape type for 120132720: 2
2026-03-24 13:00:56 [astonbarclay.gb] INFO: Found listing with ID: 120719063
2026-03-24 13:00:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120719063%27 HTTP/1.1" 200 None
2026-03-24 13:00:56 [astonbarclay.gb] INFO: Scrape type for 120719063: 1
2026-03-24 13:00:56 [astonbarclay.gb] INFO: Found listing with ID: 119783370
2026-03-24 13:00:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27119783370%27 HTTP/1.1" 200 None
2026-03-24 13:00:56 [astonbarclay.gb] INFO: Scrape type for 119783370: 0
2026-03-24 13:00:56 [astonbarclay.gb] INFO: Found listing with ID: 120696245
2026-03-24 13:00:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120696245%27 HTTP/1.1" 200 None
2026-03-24 13:00:56 [astonbarclay.gb] INFO: Scrape type for 120696245: 0
2026-03-24 13:00:56 [astonbarclay.gb] INFO: Found listing with ID: 120733656
2026-03-24 13:00:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120733656%27 HTTP/1.1" 200 None
2026-03-24 13:00:56 [astonbarclay.gb] INFO: Scrape type for 120733656: 1
2026-03-24 13:00:56 [astonbarclay.gb] INFO: Found listing with ID: 120693833
2026-03-24 13:00:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120693833%27 HTTP/1.1" 200 None
2026-03-24 13:00:56 [astonbarclay.gb] INFO: Scrape type for 120693833: 0
2026-03-24 13:00:56 [astonbarclay.gb] INFO: Found listing with ID: 120206283
2026-03-24 13:00:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120206283%27 HTTP/1.1" 200 None
2026-03-24 13:00:56 [astonbarclay.gb] INFO: Scrape type for 120206283: 0
2026-03-24 13:00:56 [astonbarclay.gb] INFO: Found listing with ID: 120691055
2026-03-24 13:00:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120691055%27 HTTP/1.1" 200 None
2026-03-24 13:00:56 [astonbarclay.gb] INFO: Scrape type for 120691055: 0
2026-03-24 13:00:56 [astonbarclay.gb] INFO: Found listing with ID: 120718994
2026-03-24 13:00:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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-24 13:00:56 [astonbarclay.gb] INFO: Scrape type for 120718994: 1
2026-03-24 13:00:56 [astonbarclay.gb] INFO: Found listing with ID: 120563695
2026-03-24 13:00:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120563695%27 HTTP/1.1" 200 None
2026-03-24 13:00:56 [astonbarclay.gb] INFO: Scrape type for 120563695: 0
2026-03-24 13:00:56 [astonbarclay.gb] INFO: Found listing with ID: 120277667
2026-03-24 13:00:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120277667%27 HTTP/1.1" 200 None
2026-03-24 13:00:56 [astonbarclay.gb] INFO: Scrape type for 120277667: 1
2026-03-24 13:00:56 [astonbarclay.gb] INFO: Found listing with ID: 120198623
2026-03-24 13:00:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120198623%27 HTTP/1.1" 200 None
2026-03-24 13:00:56 [astonbarclay.gb] INFO: Scrape type for 120198623: 1
2026-03-24 13:00:56 [astonbarclay.gb] INFO: Found listing with ID: 120510439
2026-03-24 13:00:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120510439%27 HTTP/1.1" 200 None
2026-03-24 13:00:56 [astonbarclay.gb] INFO: Scrape type for 120510439: 1
2026-03-24 13:00:56 [astonbarclay.gb] INFO: Found listing with ID: 120653062
2026-03-24 13:00:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120653062%27 HTTP/1.1" 200 None
2026-03-24 13:00:56 [astonbarclay.gb] INFO: Scrape type for 120653062: 1
2026-03-24 13:00:56 [astonbarclay.gb] INFO: Found listing with ID: 120261858
2026-03-24 13:00:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120261858%27 HTTP/1.1" 200 None
2026-03-24 13:00:56 [astonbarclay.gb] INFO: Scrape type for 120261858: 1
2026-03-24 13:00:56 [astonbarclay.gb] INFO: Found listing with ID: 120696092
2026-03-24 13:00:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120696092%27 HTTP/1.1" 200 None
2026-03-24 13:00:56 [astonbarclay.gb] INFO: Scrape type for 120696092: 0
2026-03-24 13:00:56 [astonbarclay.gb] INFO: Found listing with ID: 120537089
2026-03-24 13:00:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120537089%27 HTTP/1.1" 200 None
2026-03-24 13:00:56 [astonbarclay.gb] INFO: Scrape type for 120537089: 1
2026-03-24 13:00:56 [astonbarclay.gb] INFO: Found listing with ID: 120481552
2026-03-24 13:00:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120481552%27 HTTP/1.1" 200 None
2026-03-24 13:00:56 [astonbarclay.gb] INFO: Scrape type for 120481552: 1
2026-03-24 13:00:56 [astonbarclay.gb] INFO: Found listing with ID: 120555397
2026-03-24 13:00:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120555397%27 HTTP/1.1" 200 None
2026-03-24 13:00:56 [astonbarclay.gb] INFO: Scrape type for 120555397: 1
2026-03-24 13:00:56 [astonbarclay.gb] INFO: Found listing with ID: 120690393
2026-03-24 13:00:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120690393%27 HTTP/1.1" 200 None
2026-03-24 13:00:56 [astonbarclay.gb] INFO: Scrape type for 120690393: 0
2026-03-24 13:00:56 [astonbarclay.gb] INFO: Found listing with ID: 120277883
2026-03-24 13:00:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120277883%27 HTTP/1.1" 200 None
2026-03-24 13:00:56 [astonbarclay.gb] INFO: Scrape type for 120277883: 1
2026-03-24 13:00:56 [astonbarclay.gb] INFO: Found listing with ID: 120614132
2026-03-24 13:00:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120614132%27 HTTP/1.1" 200 None
2026-03-24 13:00:56 [astonbarclay.gb] INFO: Scrape type for 120614132: 0
2026-03-24 13:00:56 [astonbarclay.gb] INFO: Found listing with ID: 120730145
2026-03-24 13:00:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120730145%27 HTTP/1.1" 200 None
2026-03-24 13:00:56 [astonbarclay.gb] INFO: Scrape type for 120730145: 1
2026-03-24 13:00:56 [astonbarclay.gb] INFO: Found listing with ID: 120691127
2026-03-24 13:00:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120691127%27 HTTP/1.1" 200 None
2026-03-24 13:00:56 [astonbarclay.gb] INFO: Scrape type for 120691127: 0
2026-03-24 13:00:56 [astonbarclay.gb] INFO: Found listing with ID: 120719442
2026-03-24 13:00:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120719442%27 HTTP/1.1" 200 None
2026-03-24 13:00:56 [astonbarclay.gb] INFO: Scrape type for 120719442: 1
2026-03-24 13:00:56 [astonbarclay.gb] INFO: Found listing with ID: 119516479
2026-03-24 13:00:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27119516479%27 HTTP/1.1" 200 None
2026-03-24 13:00:56 [astonbarclay.gb] INFO: Scrape type for 119516479: 2
2026-03-24 13:00:56 [astonbarclay.gb] INFO: Found listing with ID: 120413800
2026-03-24 13:00:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120413800%27 HTTP/1.1" 200 None
2026-03-24 13:00:56 [astonbarclay.gb] INFO: Scrape type for 120413800: 2
2026-03-24 13:00:56 [astonbarclay.gb] INFO: Found listing with ID: 120201662
2026-03-24 13:00:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120201662%27 HTTP/1.1" 200 None
2026-03-24 13:00:56 [astonbarclay.gb] INFO: Scrape type for 120201662: 0
2026-03-24 13:00:56 [astonbarclay.gb] INFO: Found listing with ID: 120652905
2026-03-24 13:00:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120652905%27 HTTP/1.1" 200 None
2026-03-24 13:00:56 [astonbarclay.gb] INFO: Scrape type for 120652905: 1
2026-03-24 13:00:56 [astonbarclay.gb] INFO: Found listing with ID: 120471162
2026-03-24 13:00:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120471162%27 HTTP/1.1" 200 None
2026-03-24 13:00:56 [astonbarclay.gb] INFO: Scrape type for 120471162: 2
2026-03-24 13:00:56 [astonbarclay.gb] INFO: Found listing with ID: 120299965
2026-03-24 13:00:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120299965%27 HTTP/1.1" 200 None
2026-03-24 13:00:56 [astonbarclay.gb] INFO: Scrape type for 120299965: 2
2026-03-24 13:00:56 [astonbarclay.gb] INFO: Found listing with ID: 120521730
2026-03-24 13:00:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120521730%27 HTTP/1.1" 200 None
2026-03-24 13:00:57 [astonbarclay.gb] INFO: Scrape type for 120521730: 0
2026-03-24 13:00:57 [astonbarclay.gb] INFO: Found listing with ID: 120320575
2026-03-24 13:00:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120320575%27 HTTP/1.1" 200 None
2026-03-24 13:00:57 [astonbarclay.gb] INFO: Scrape type for 120320575: 1
2026-03-24 13:00:57 [astonbarclay.gb] INFO: Found listing with ID: 120338114
2026-03-24 13:00:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120338114%27 HTTP/1.1" 200 None
2026-03-24 13:00:57 [astonbarclay.gb] INFO: Scrape type for 120338114: 0
2026-03-24 13:00:57 [astonbarclay.gb] INFO: Found listing with ID: 120732541
2026-03-24 13:00:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120732541%27 HTTP/1.1" 200 None
2026-03-24 13:00:57 [astonbarclay.gb] INFO: Scrape type for 120732541: 1
2026-03-24 13:00:57 [astonbarclay.gb] INFO: Found listing with ID: 119650779
2026-03-24 13:00:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27119650779%27 HTTP/1.1" 200 None
2026-03-24 13:00:57 [astonbarclay.gb] INFO: Scrape type for 119650779: 0
2026-03-24 13:00:57 [astonbarclay.gb] INFO: Found listing with ID: 120733640
2026-03-24 13:00:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120733640%27 HTTP/1.1" 200 None
2026-03-24 13:00:57 [astonbarclay.gb] INFO: Scrape type for 120733640: 1
2026-03-24 13:00:57 [astonbarclay.gb] INFO: Found listing with ID: 119362345
2026-03-24 13:00:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27119362345%27 HTTP/1.1" 200 None
2026-03-24 13:00:57 [astonbarclay.gb] INFO: Scrape type for 119362345: 2
2026-03-24 13:00:57 [astonbarclay.gb] INFO: Found listing with ID: 120733761
2026-03-24 13:00:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120733761%27 HTTP/1.1" 200 None
2026-03-24 13:00:57 [astonbarclay.gb] INFO: Scrape type for 120733761: 1
2026-03-24 13:00:57 [astonbarclay.gb] INFO: Found listing with ID: 120734864
2026-03-24 13:00:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120734864%27 HTTP/1.1" 200 None
2026-03-24 13:00:57 [astonbarclay.gb] INFO: Scrape type for 120734864: 1
2026-03-24 13:00:57 [astonbarclay.gb] INFO: Found listing with ID: 119687761
2026-03-24 13:00:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27119687761%27 HTTP/1.1" 200 None
2026-03-24 13:00:57 [astonbarclay.gb] INFO: Scrape type for 119687761: 0
2026-03-24 13:00:57 [astonbarclay.gb] INFO: Found listing with ID: 120687560
2026-03-24 13:00:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120687560%27 HTTP/1.1" 200 None
2026-03-24 13:00:57 [astonbarclay.gb] INFO: Scrape type for 120687560: 0
2026-03-24 13:00:57 [astonbarclay.gb] INFO: Found listing with ID: 119244033
2026-03-24 13:00:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27119244033%27 HTTP/1.1" 200 None
2026-03-24 13:00:57 [astonbarclay.gb] INFO: Scrape type for 119244033: 2
2026-03-24 13:00:57 [astonbarclay.gb] INFO: Found listing with ID: 118872805
2026-03-24 13:00:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27118872805%27 HTTP/1.1" 200 None
2026-03-24 13:00:57 [astonbarclay.gb] INFO: Scrape type for 118872805: 2
2026-03-24 13:00:57 [astonbarclay.gb] INFO: Found listing with ID: 120683714
2026-03-24 13:00:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120683714%27 HTTP/1.1" 200 None
2026-03-24 13:00:57 [astonbarclay.gb] INFO: Scrape type for 120683714: 0
2026-03-24 13:00:57 [astonbarclay.gb] INFO: Found listing with ID: 120732453
2026-03-24 13:00:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120732453%27 HTTP/1.1" 200 None
2026-03-24 13:00:57 [astonbarclay.gb] INFO: Scrape type for 120732453: 1
2026-03-24 13:00:57 [astonbarclay.gb] INFO: Found listing with ID: 118345369
2026-03-24 13:00:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27118345369%27 HTTP/1.1" 200 None
2026-03-24 13:00:57 [astonbarclay.gb] INFO: Scrape type for 118345369: 2
2026-03-24 13:00:57 [astonbarclay.gb] INFO: Found listing with ID: 118276839
2026-03-24 13:00:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27118276839%27 HTTP/1.1" 200 None
2026-03-24 13:00:57 [astonbarclay.gb] INFO: Scrape type for 118276839: 2
2026-03-24 13:00:57 [astonbarclay.gb] INFO: Found listing with ID: 120656054
2026-03-24 13:00:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120656054%27 HTTP/1.1" 200 None
2026-03-24 13:00:57 [astonbarclay.gb] INFO: Scrape type for 120656054: 1
2026-03-24 13:00:57 [astonbarclay.gb] INFO: Found listing with ID: 119669852
2026-03-24 13:00:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27119669852%27 HTTP/1.1" 200 None
2026-03-24 13:00:57 [astonbarclay.gb] INFO: Scrape type for 119669852: 2
2026-03-24 13:00:57 [astonbarclay.gb] INFO: Found listing with ID: 120108624
2026-03-24 13:00:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120108624%27 HTTP/1.1" 200 None
2026-03-24 13:00:57 [astonbarclay.gb] INFO: Scrape type for 120108624: 0
2026-03-24 13:00:57 [astonbarclay.gb] INFO: Found listing with ID: 119393289
2026-03-24 13:00:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27119393289%27 HTTP/1.1" 200 None
2026-03-24 13:00:57 [astonbarclay.gb] INFO: Scrape type for 119393289: 0
2026-03-24 13:00:57 [astonbarclay.gb] INFO: Found listing with ID: 120292385
2026-03-24 13:00:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120292385%27 HTTP/1.1" 200 None
2026-03-24 13:00:57 [astonbarclay.gb] INFO: Scrape type for 120292385: 0
2026-03-24 13:00:57 [astonbarclay.gb] INFO: Found listing with ID: 120022329
2026-03-24 13:00:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120022329%27 HTTP/1.1" 200 None
2026-03-24 13:00:57 [astonbarclay.gb] INFO: Scrape type for 120022329: 0
2026-03-24 13:00:57 [astonbarclay.gb] INFO: Found listing with ID: 120400251
2026-03-24 13:00:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120400251%27 HTTP/1.1" 200 None
2026-03-24 13:00:57 [astonbarclay.gb] INFO: Scrape type for 120400251: 1
2026-03-24 13:00:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120592964?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-24 13:00:57 [astonbarclay.gb] INFO: Found listing with ID: 120238552
2026-03-24 13:00:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120238552%27 HTTP/1.1" 200 None
2026-03-24 13:00:57 [astonbarclay.gb] INFO: Scrape type for 120238552: 0
2026-03-24 13:00:57 [astonbarclay.gb] INFO: Found listing with ID: 119629584
2026-03-24 13:00:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27119629584%27 HTTP/1.1" 200 None
2026-03-24 13:00:57 [astonbarclay.gb] INFO: Scrape type for 119629584: 2
2026-03-24 13: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-24 13:00:57 [astonbarclay.gb] INFO: Found listing with ID: 120469224
2026-03-24 13:00:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120469224%27 HTTP/1.1" 200 None
2026-03-24 13:00:57 [astonbarclay.gb] INFO: Scrape type for 120469224: 0
2026-03-24 13:00:57 [astonbarclay.gb] INFO: Found listing with ID: 120393438
2026-03-24 13:00:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120393438%27 HTTP/1.1" 200 None
2026-03-24 13:00:57 [astonbarclay.gb] INFO: Scrape type for 120393438: 1
2026-03-24 13:00:57 [astonbarclay.gb] INFO: Found listing with ID: 120261899
2026-03-24 13:00:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120261899%27 HTTP/1.1" 200 None
2026-03-24 13:00:57 [astonbarclay.gb] INFO: Scrape type for 120261899: 0
2026-03-24 13:00:57 [astonbarclay.gb] INFO: Found listing with ID: 120392774
2026-03-24 13:00:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120392774%27 HTTP/1.1" 200 None
2026-03-24 13:00:57 [astonbarclay.gb] INFO: Scrape type for 120392774: 1
2026-03-24 13:00:57 [astonbarclay.gb] INFO: Found listing with ID: 120331636
2026-03-24 13:00:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120331636%27 HTTP/1.1" 200 None
2026-03-24 13:00:57 [astonbarclay.gb] INFO: Scrape type for 120331636: 0
2026-03-24 13:00:57 [astonbarclay.gb] INFO: Found listing with ID: 120428872
2026-03-24 13:00:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120428872%27 HTTP/1.1" 200 None
2026-03-24 13:00:57 [astonbarclay.gb] INFO: Scrape type for 120428872: 1
2026-03-24 13:00:57 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120592964, 'registration': 'YG68PVW', 'account': 'VAN043', 'make': 'CITROEN', 'model': 'C3 HATCHBACK', 'derivative': '1.2 PureTech 82 Flair 5dr', 'mileage': 96758, 'mileageWarranty': True, 'type': 'car', 'saleId': 18906, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 648}, 'saleStart': '2026-03-24T13:00Z', 'lot': 590, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2018-09-25', 'fuel': 'Petrol', 'motExpiry': '2026-06-28', 'doors': 5, 'engineSize': 1199, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/YG68PVW/2026-03-21/image/5070c99e-1287-4aca-88e6-af2109da71bc_removebg.jpg?w=600', 'https://abimg003.imgix.net/YG68PVW/2026-03-21/image/58abd6cd-cdea-407b-8043-6aa10b8dd4b0_removebg.jpg?w=600', 'https://abimg003.imgix.net/YG68PVW/2026-03-21/image/1639b7b1-8309-4725-b462-0ca30334b0ca_removebg.jpg?w=600', 'https://abimg003.imgix.net/YG68PVW/2026-03-21/image/b5ac1c4d-da01-46ae-a9a2-288f85486fe4_removebg.jpg?w=600', 'https://abimg003.imgix.net/YG68PVW/2026-03-21/image/c1481873-7695-4d83-9514-34068b9f3dc8_removebg.jpg?w=600', 'https://abimg003.imgix.net/YG68PVW/2026-03-21/image/d233d314-0cf9-4abf-a57c-2a655881b192_removebg.jpg?w=600', 'https://abimg003.imgix.net/YG68PVW/2026-03-21/image/ef24440c-7d00-4e16-b1ef-c0407f6e8c07_removebg.jpg?w=600', 'https://abimg003.imgix.net/YG68PVW/2026-03-21/image/9aa8efd1-4ac5-4b3c-a76f-c432c7c66f36_removebg.jpg?w=600', 'https://abimg003.imgix.net/YG68PVW/2026-03-21/image/2097e762-3df5-431e-ab35-fcf6a704236c_removebg.jpg?w=600'], 'colour': 'ORANGE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 08/19 - 16K, 07/20 - 20K, 06/21 - 40K, 04/22 - 55K, 02/23 - 71K, 10/23 - 86K, 11/24 - 91K, 03/26 - 96K,', 'remarks': '**1218** VOSA STATES 40K, 58K, 77K, 89K, 93K', 'virtual': False, 'seller': 'Vantage Motor Group', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': None, 'v5': True, 'v5details': 'Here', 'co2': 110, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/5c5b3904-4288-438d-8de6-433d12c953ef.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 13:00:57 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120592964, 'registration': 'YG68PVW', 'account': 'VAN043', 'make': 'CITROEN', 'model': 'C3 HATCHBACK', 'derivative': '1.2 PureTech 82 Flair 5dr', 'mileage': 96758, 'mileageWarranty': True, 'type': 'car', 'saleId': 18906, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 648}, 'saleStart': '2026-03-24T13:00Z', 'lot': 590, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2018-09-25', 'fuel': 'Petrol', 'motExpiry': '2026-06-28', 'doors': 5, 'engineSize': 1199, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/YG68PVW/2026-03-21/image/5070c99e-1287-4aca-88e6-af2109da71bc_removebg.jpg?w=600', 'https://abimg003.imgix.net/YG68PVW/2026-03-21/image/58abd6cd-cdea-407b-8043-6aa10b8dd4b0_removebg.jpg?w=600', 'https://abimg003.imgix.net/YG68PVW/2026-03-21/image/1639b7b1-8309-4725-b462-0ca30334b0ca_removebg.jpg?w=600', 'https://abimg003.imgix.net/YG68PVW/2026-03-21/image/b5ac1c4d-da01-46ae-a9a2-288f85486fe4_removebg.jpg?w=600', 'https://abimg003.imgix.net/YG68PVW/2026-03-21/image/c1481873-7695-4d83-9514-34068b9f3dc8_removebg.jpg?w=600', 'https://abimg003.imgix.net/YG68PVW/2026-03-21/image/d233d314-0cf9-4abf-a57c-2a655881b192_removebg.jpg?w=600', 'https://abimg003.imgix.net/YG68PVW/2026-03-21/image/ef24440c-7d00-4e16-b1ef-c0407f6e8c07_removebg.jpg?w=600', 'https://abimg003.imgix.net/YG68PVW/2026-03-21/image/9aa8efd1-4ac5-4b3c-a76f-c432c7c66f36_removebg.jpg?w=600', 'https://abimg003.imgix.net/YG68PVW/2026-03-21/image/2097e762-3df5-431e-ab35-fcf6a704236c_removebg.jpg?w=600'], 'colour': 'ORANGE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 08/19 - 16K, 07/20 - 20K, 06/21 - 40K, 04/22 - 55K, 02/23 - 71K, 10/23 - 86K, 11/24 - 91K, 03/26 - 96K,', 'remarks': '**1218** VOSA STATES 40K, 58K, 77K, 89K, 93K', 'virtual': False, 'seller': 'Vantage Motor Group', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': None, 'v5': True, 'v5details': 'Here', 'co2': 110, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/5c5b3904-4288-438d-8de6-433d12c953ef.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 13:00:57 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: da12c001-f0b7-517c-8871-0c115bd0b669 with identifier: 120592964
2026-03-24 13:00:57 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item da12c001-f0b7-517c-8871-0c115bd0b669 with scrape type 2
2026-03-24 13:00:57 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item da12c001-f0b7-517c-8871-0c115bd0b669 with scrape type 2
2026-03-24 13:00:57 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: da12c001-f0b7-517c-8871-0c115bd0b669, identifier: 120592964
2026-03-24 13:00:57 [astonbarclay.gb] INFO: Found listing with ID: 120733369
2026-03-24 13:00:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120733369%27 HTTP/1.1" 200 None
2026-03-24 13:00:57 [astonbarclay.gb] INFO: Scrape type for 120733369: 1
2026-03-24 13:00:57 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: da12c001-f0b7-517c-8871-0c115bd0b669 with identifier: 120592964
2026-03-24 13:00:57 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-24 13: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-24 13:00:58 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-24 13: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-24 13:00:58 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: da12c001-f0b7-517c-8871-0c115bd0b669 with identifier: 120592964
2026-03-24 13:00:58 [scrapy.core.scraper] INFO: Dropped: Dropping expired listing: da12c001-f0b7-517c-8871-0c115bd0b669 with expiration date: 2026-03-24T13:00:00Z
{'auction_title': '',
'c_o_2_emission_value': 110,
'color': 'ORANGE',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.2L',
'expiration_date': '2026-03-24T13:00:00Z',
'fuel_type': 'Petrol',
'id': 'da12c001-f0b7-517c-8871-0c115bd0b669',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'YG68PVW',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120592964',
'listing': 'auction',
'location': 'Aston Barclay Wakefield',
'make': 'CITROEN',
'model': 'C3 HATCHBACK',
'odometer': 96758,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2018-09-25',
'seller_name': 'Vantage Motor Group',
'title': 'CITROEN C3 HATCHBACK 1.2 PureTech 82 Flair 5dr',
'transmission': 'manual',
'trim': '1.2 PureTech 82 Flair 5dr',
'vin': None,
'year': 2018}
2026-03-24 13:00:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120592964%27 HTTP/1.1" 200 None
2026-03-24 13:00:58 [astonbarclay.gb] INFO: Saving data for 120592964: {'auction_closing_time': 1774357200.0, 'created_time': 1773947347.509921, 'last_price_update_time': 1774357258.100084}
2026-03-24 13:00:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:00:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120592964') HTTP/1.1" 204 0
2026-03-24 13:00:58 [astonbarclay.gb] INFO: Found listing with ID: 119286395
2026-03-24 13:00:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27119286395%27 HTTP/1.1" 200 None
2026-03-24 13:00:58 [astonbarclay.gb] INFO: Scrape type for 119286395: 2
2026-03-24 13:00:58 [astonbarclay.gb] INFO: Found listing with ID: 120581723
2026-03-24 13:00:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120581723%27 HTTP/1.1" 200 None
2026-03-24 13:00:58 [astonbarclay.gb] INFO: Scrape type for 120581723: 2
2026-03-24 13:00:58 [astonbarclay.gb] INFO: Found listing with ID: 120733189
2026-03-24 13:00:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120733189%27 HTTP/1.1" 200 None
2026-03-24 13:00:58 [astonbarclay.gb] INFO: Scrape type for 120733189: 1
2026-03-24 13:00:58 [astonbarclay.gb] INFO: Found listing with ID: 120406593
2026-03-24 13:00:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120406593%27 HTTP/1.1" 200 None
2026-03-24 13:00:58 [astonbarclay.gb] INFO: Scrape type for 120406593: 1
2026-03-24 13:00:58 [astonbarclay.gb] INFO: Found listing with ID: 120732724
2026-03-24 13:00:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120732724%27 HTTP/1.1" 200 None
2026-03-24 13:00:58 [astonbarclay.gb] INFO: Scrape type for 120732724: 1
2026-03-24 13:00:58 [astonbarclay.gb] INFO: Found listing with ID: 120732912
2026-03-24 13:00:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120732912%27 HTTP/1.1" 200 None
2026-03-24 13:00:58 [astonbarclay.gb] INFO: Scrape type for 120732912: 1
2026-03-24 13:00:58 [astonbarclay.gb] INFO: Found listing with ID: 120694672
2026-03-24 13:00:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120694672%27 HTTP/1.1" 200 None
2026-03-24 13:00:58 [astonbarclay.gb] INFO: Scrape type for 120694672: 0
2026-03-24 13:00:58 [astonbarclay.gb] INFO: Found listing with ID: 120679756
2026-03-24 13:00:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120679756%27 HTTP/1.1" 200 None
2026-03-24 13:00:58 [astonbarclay.gb] INFO: Scrape type for 120679756: 0
2026-03-24 13:00:58 [astonbarclay.gb] INFO: Found listing with ID: 120680815
2026-03-24 13:00:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120680815%27 HTTP/1.1" 200 None
2026-03-24 13:00:58 [astonbarclay.gb] INFO: Scrape type for 120680815: 0
2026-03-24 13:00:58 [astonbarclay.gb] INFO: Found listing with ID: 120206247
2026-03-24 13:00:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120206247%27 HTTP/1.1" 200 None
2026-03-24 13:00:58 [astonbarclay.gb] INFO: Scrape type for 120206247: 0
2026-03-24 13:00:58 [astonbarclay.gb] INFO: Found listing with ID: 120728826
2026-03-24 13:00:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120728826%27 HTTP/1.1" 200 None
2026-03-24 13:00:58 [astonbarclay.gb] INFO: Scrape type for 120728826: 1
2026-03-24 13:00:58 [astonbarclay.gb] INFO: Found listing with ID: 120206389
2026-03-24 13:00:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120206389%27 HTTP/1.1" 200 None
2026-03-24 13:00:58 [astonbarclay.gb] INFO: Scrape type for 120206389: 0
2026-03-24 13:00:58 [astonbarclay.gb] INFO: Found listing with ID: 120539218
2026-03-24 13:00:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120539218%27 HTTP/1.1" 200 None
2026-03-24 13:00:58 [astonbarclay.gb] INFO: Scrape type for 120539218: 0
2026-03-24 13:00:58 [astonbarclay.gb] INFO: Found listing with ID: 120206294
2026-03-24 13:00:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120206294%27 HTTP/1.1" 200 None
2026-03-24 13:00:58 [astonbarclay.gb] INFO: Scrape type for 120206294: 0
2026-03-24 13:00:58 [astonbarclay.gb] INFO: Found listing with ID: 120685926
2026-03-24 13:00:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120685926%27 HTTP/1.1" 200 None
2026-03-24 13:00:58 [astonbarclay.gb] INFO: Scrape type for 120685926: 0
2026-03-24 13:00:58 [astonbarclay.gb] INFO: Found listing with ID: 120162821
2026-03-24 13:00:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120162821%27 HTTP/1.1" 200 None
2026-03-24 13:00:58 [astonbarclay.gb] INFO: Scrape type for 120162821: 2
2026-03-24 13:00:58 [astonbarclay.gb] INFO: Found listing with ID: 119388788
2026-03-24 13:00:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27119388788%27 HTTP/1.1" 200 None
2026-03-24 13:00:58 [astonbarclay.gb] INFO: Scrape type for 119388788: 2
2026-03-24 13:00:58 [astonbarclay.gb] INFO: Found listing with ID: 120732831
2026-03-24 13:00:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120732831%27 HTTP/1.1" 200 None
2026-03-24 13:00:58 [astonbarclay.gb] INFO: Scrape type for 120732831: 1
2026-03-24 13:00:58 [astonbarclay.gb] INFO: Found listing with ID: 120201122
2026-03-24 13:00:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120201122%27 HTTP/1.1" 200 None
2026-03-24 13:00:58 [astonbarclay.gb] INFO: Scrape type for 120201122: 0
2026-03-24 13:00:58 [astonbarclay.gb] INFO: Found listing with ID: 120694526
2026-03-24 13:00:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120694526%27 HTTP/1.1" 200 None
2026-03-24 13:00:58 [astonbarclay.gb] INFO: Scrape type for 120694526: 0
2026-03-24 13:00:58 [astonbarclay.gb] INFO: Found listing with ID: 120627439
2026-03-24 13:00:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120627439%27 HTTP/1.1" 200 None
2026-03-24 13:00:58 [astonbarclay.gb] INFO: Scrape type for 120627439: 0
2026-03-24 13:00:58 [astonbarclay.gb] INFO: Found listing with ID: 120721726
2026-03-24 13:00:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120721726%27 HTTP/1.1" 200 None
2026-03-24 13:00:58 [astonbarclay.gb] INFO: Scrape type for 120721726: 1
2026-03-24 13:00:58 [astonbarclay.gb] INFO: Found listing with ID: 118039211
2026-03-24 13:00:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27118039211%27 HTTP/1.1" 200 None
2026-03-24 13:00:58 [astonbarclay.gb] INFO: Scrape type for 118039211: 2
2026-03-24 13:00:58 [astonbarclay.gb] INFO: Found listing with ID: 120723504
2026-03-24 13:00:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120723504%27 HTTP/1.1" 200 None
2026-03-24 13:00:58 [astonbarclay.gb] INFO: Scrape type for 120723504: 1
2026-03-24 13:00:58 [astonbarclay.gb] INFO: Found listing with ID: 120714411
2026-03-24 13:00:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120714411%27 HTTP/1.1" 200 None
2026-03-24 13:00:58 [astonbarclay.gb] INFO: Scrape type for 120714411: 0
2026-03-24 13:00:58 [astonbarclay.gb] INFO: Found listing with ID: 118721473
2026-03-24 13:00:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27118721473%27 HTTP/1.1" 200 None
2026-03-24 13:00:58 [astonbarclay.gb] INFO: Scrape type for 118721473: 0
2026-03-24 13:00:58 [astonbarclay.gb] INFO: Found listing with ID: 119619964
2026-03-24 13:00:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27119619964%27 HTTP/1.1" 200 None
2026-03-24 13:00:58 [astonbarclay.gb] INFO: Scrape type for 119619964: 0
2026-03-24 13:00:58 [astonbarclay.gb] INFO: Found listing with ID: 119505160
2026-03-24 13:00:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27119505160%27 HTTP/1.1" 200 None
2026-03-24 13:00:58 [astonbarclay.gb] INFO: Scrape type for 119505160: 0
2026-03-24 13:00:58 [astonbarclay.gb] INFO: Found listing with ID: 120593684
2026-03-24 13:00:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120593684%27 HTTP/1.1" 200 None
2026-03-24 13:00:58 [astonbarclay.gb] INFO: Scrape type for 120593684: 0
2026-03-24 13:00:58 [astonbarclay.gb] INFO: Found listing with ID: 119317331
2026-03-24 13:00:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27119317331%27 HTTP/1.1" 200 None
2026-03-24 13:00:58 [astonbarclay.gb] INFO: Scrape type for 119317331: 0
2026-03-24 13:00:58 [astonbarclay.gb] INFO: Found listing with ID: 120477595
2026-03-24 13:00:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120477595%27 HTTP/1.1" 200 None
2026-03-24 13:00:58 [astonbarclay.gb] INFO: Scrape type for 120477595: 0
2026-03-24 13:00:58 [astonbarclay.gb] INFO: Found listing with ID: 120533775
2026-03-24 13:00:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120533775%27 HTTP/1.1" 200 None
2026-03-24 13:00:58 [astonbarclay.gb] INFO: Scrape type for 120533775: 0
2026-03-24 13:00:58 [astonbarclay.gb] INFO: Found listing with ID: 119075795
2026-03-24 13:00:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27119075795%27 HTTP/1.1" 200 None
2026-03-24 13:00:58 [astonbarclay.gb] INFO: Scrape type for 119075795: 0
2026-03-24 13:00:58 [astonbarclay.gb] INFO: Found listing with ID: 117599766
2026-03-24 13:00:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27117599766%27 HTTP/1.1" 200 None
2026-03-24 13:00:58 [astonbarclay.gb] INFO: Scrape type for 117599766: 0
2026-03-24 13:00:58 [astonbarclay.gb] INFO: Found listing with ID: 118489215
2026-03-24 13:00:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27118489215%27 HTTP/1.1" 200 None
2026-03-24 13:00:58 [astonbarclay.gb] INFO: Scrape type for 118489215: 0
2026-03-24 13:00:58 [astonbarclay.gb] INFO: Found listing with ID: 120406397
2026-03-24 13:00:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120406397%27 HTTP/1.1" 200 None
2026-03-24 13:00:58 [astonbarclay.gb] INFO: Scrape type for 120406397: 0
2026-03-24 13:00:58 [astonbarclay.gb] INFO: Found listing with ID: 118950235
2026-03-24 13:00:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27118950235%27 HTTP/1.1" 200 None
2026-03-24 13:00:58 [astonbarclay.gb] INFO: Scrape type for 118950235: 0
2026-03-24 13:00:58 [astonbarclay.gb] INFO: Found listing with ID: 120223015
2026-03-24 13:00:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120223015%27 HTTP/1.1" 200 None
2026-03-24 13:00:58 [astonbarclay.gb] INFO: Scrape type for 120223015: 0
2026-03-24 13:00:58 [astonbarclay.gb] INFO: Found listing with ID: 118942407
2026-03-24 13:00:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27118942407%27 HTTP/1.1" 200 None
2026-03-24 13:00:58 [astonbarclay.gb] INFO: Scrape type for 118942407: 0
2026-03-24 13:00:58 [astonbarclay.gb] INFO: Found listing with ID: 120365696
2026-03-24 13:00:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120365696%27 HTTP/1.1" 200 None
2026-03-24 13:00:58 [astonbarclay.gb] INFO: Scrape type for 120365696: 0
2026-03-24 13:00:58 [astonbarclay.gb] INFO: Found listing with ID: 117209530
2026-03-24 13:00:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27117209530%27 HTTP/1.1" 200 None
2026-03-24 13:00:58 [astonbarclay.gb] INFO: Scrape type for 117209530: 0
2026-03-24 13:00:58 [astonbarclay.gb] INFO: Found listing with ID: 119621371
2026-03-24 13:00:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27119621371%27 HTTP/1.1" 200 None
2026-03-24 13:00:58 [astonbarclay.gb] INFO: Scrape type for 119621371: 0
2026-03-24 13:00:58 [astonbarclay.gb] INFO: Found listing with ID: 118946201
2026-03-24 13:00:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27118946201%27 HTTP/1.1" 200 None
2026-03-24 13:00:58 [astonbarclay.gb] INFO: Scrape type for 118946201: 0
2026-03-24 13:00:58 [astonbarclay.gb] INFO: Found listing with ID: 114700028
2026-03-24 13:00:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27114700028%27 HTTP/1.1" 200 None
2026-03-24 13:00:58 [astonbarclay.gb] INFO: Scrape type for 114700028: 1
2026-03-24 13:00:58 [astonbarclay.gb] INFO: Found listing with ID: 113467296
2026-03-24 13:00:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27113467296%27 HTTP/1.1" 200 None
2026-03-24 13:00:59 [astonbarclay.gb] INFO: Scrape type for 113467296: 1
2026-03-24 13:00:59 [astonbarclay.gb] INFO: Found listing with ID: 119471463
2026-03-24 13:00:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27119471463%27 HTTP/1.1" 200 None
2026-03-24 13:00:59 [astonbarclay.gb] INFO: Scrape type for 119471463: 0
2026-03-24 13:00:59 [astonbarclay.gb] INFO: Found listing with ID: 120031935
2026-03-24 13:00:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120031935%27 HTTP/1.1" 200 None
2026-03-24 13:00:59 [astonbarclay.gb] INFO: Scrape type for 120031935: 0
2026-03-24 13:00:59 [astonbarclay.gb] INFO: Found listing with ID: 119607413
2026-03-24 13:00:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27119607413%27 HTTP/1.1" 200 None
2026-03-24 13:00:59 [astonbarclay.gb] INFO: Scrape type for 119607413: 0
2026-03-24 13:00:59 [astonbarclay.gb] INFO: Found listing with ID: 119721273
2026-03-24 13:00:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27119721273%27 HTTP/1.1" 200 None
2026-03-24 13:00:59 [astonbarclay.gb] INFO: Scrape type for 119721273: 2
2026-03-24 13:00:59 [astonbarclay.gb] INFO: Found listing with ID: 118913248
2026-03-24 13:00:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27118913248%27 HTTP/1.1" 200 None
2026-03-24 13:00:59 [astonbarclay.gb] INFO: Scrape type for 118913248: 0
2026-03-24 13:00:59 [astonbarclay.gb] INFO: Found listing with ID: 119270827
2026-03-24 13:00:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27119270827%27 HTTP/1.1" 200 None
2026-03-24 13:00:59 [astonbarclay.gb] INFO: Scrape type for 119270827: 0
2026-03-24 13:00:59 [astonbarclay.gb] INFO: Found listing with ID: 120517415
2026-03-24 13:00:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120517415%27 HTTP/1.1" 200 None
2026-03-24 13:00:59 [astonbarclay.gb] INFO: Scrape type for 120517415: 0
2026-03-24 13:00:59 [astonbarclay.gb] INFO: Found listing with ID: 116645412
2026-03-24 13:00:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27116645412%27 HTTP/1.1" 200 None
2026-03-24 13:00:59 [astonbarclay.gb] INFO: Scrape type for 116645412: 0
2026-03-24 13:00:59 [astonbarclay.gb] INFO: Found listing with ID: 118991105
2026-03-24 13:00:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27118991105%27 HTTP/1.1" 200 None
2026-03-24 13:00:59 [astonbarclay.gb] INFO: Scrape type for 118991105: 0
2026-03-24 13:00:59 [astonbarclay.gb] INFO: Found listing with ID: 119471732
2026-03-24 13:00:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27119471732%27 HTTP/1.1" 200 None
2026-03-24 13:00:59 [astonbarclay.gb] INFO: Scrape type for 119471732: 0
2026-03-24 13:00:59 [astonbarclay.gb] INFO: Found listing with ID: 118594241
2026-03-24 13:00:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27118594241%27 HTTP/1.1" 200 None
2026-03-24 13:00:59 [astonbarclay.gb] INFO: Scrape type for 118594241: 2
2026-03-24 13:00:59 [astonbarclay.gb] INFO: Found listing with ID: 116883375
2026-03-24 13:00:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27116883375%27 HTTP/1.1" 200 None
2026-03-24 13:00:59 [astonbarclay.gb] INFO: Scrape type for 116883375: 0
2026-03-24 13:00:59 [astonbarclay.gb] INFO: Found listing with ID: 118344012
2026-03-24 13:00:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27118344012%27 HTTP/1.1" 200 None
2026-03-24 13:00:59 [astonbarclay.gb] INFO: Scrape type for 118344012: 2
2026-03-24 13:00:59 [astonbarclay.gb] INFO: Found listing with ID: 119908197
2026-03-24 13:00:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27119908197%27 HTTP/1.1" 200 None
2026-03-24 13:00:59 [astonbarclay.gb] INFO: Scrape type for 119908197: 0
2026-03-24 13:00:59 [astonbarclay.gb] INFO: Found listing with ID: 120300713
2026-03-24 13:00:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120300713%27 HTTP/1.1" 200 None
2026-03-24 13:00:59 [astonbarclay.gb] INFO: Scrape type for 120300713: 0
2026-03-24 13:00:59 [astonbarclay.gb] INFO: Found listing with ID: 119930099
2026-03-24 13:00:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27119930099%27 HTTP/1.1" 200 None
2026-03-24 13:00:59 [astonbarclay.gb] INFO: Scrape type for 119930099: 0
2026-03-24 13:00:59 [astonbarclay.gb] INFO: Found listing with ID: 114657057
2026-03-24 13:00:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27114657057%27 HTTP/1.1" 200 None
2026-03-24 13:00:59 [astonbarclay.gb] INFO: Scrape type for 114657057: 0
2026-03-24 13:00:59 [astonbarclay.gb] INFO: Found listing with ID: 118212820
2026-03-24 13:00:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27118212820%27 HTTP/1.1" 200 None
2026-03-24 13:00:59 [astonbarclay.gb] INFO: Scrape type for 118212820: 0
2026-03-24 13:00:59 [astonbarclay.gb] INFO: Found listing with ID: 117402269
2026-03-24 13:00:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27117402269%27 HTTP/1.1" 200 None
2026-03-24 13:00:59 [astonbarclay.gb] INFO: Scrape type for 117402269: 0
2026-03-24 13:00:59 [astonbarclay.gb] INFO: Found listing with ID: 120297730
2026-03-24 13:00:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120297730%27 HTTP/1.1" 200 None
2026-03-24 13:00:59 [astonbarclay.gb] INFO: Scrape type for 120297730: 2
2026-03-24 13:00:59 [astonbarclay.gb] INFO: Found listing with ID: 120264057
2026-03-24 13:00:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120264057%27 HTTP/1.1" 200 None
2026-03-24 13:00:59 [astonbarclay.gb] INFO: Scrape type for 120264057: 0
2026-03-24 13:00:59 [astonbarclay.gb] INFO: Found listing with ID: 120129124
2026-03-24 13:00:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120129124%27 HTTP/1.1" 200 None
2026-03-24 13:00:59 [astonbarclay.gb] INFO: Scrape type for 120129124: 0
2026-03-24 13:00:59 [astonbarclay.gb] INFO: Found listing with ID: 120098736
2026-03-24 13:00:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120098736%27 HTTP/1.1" 200 None
2026-03-24 13:00:59 [astonbarclay.gb] INFO: Scrape type for 120098736: 0
2026-03-24 13:00:59 [astonbarclay.gb] INFO: Found listing with ID: 120114758
2026-03-24 13:00:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120114758%27 HTTP/1.1" 200 None
2026-03-24 13:00:59 [astonbarclay.gb] INFO: Scrape type for 120114758: 0
2026-03-24 13:00:59 [astonbarclay.gb] INFO: Found listing with ID: 118514672
2026-03-24 13:00:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27118514672%27 HTTP/1.1" 200 None
2026-03-24 13:00:59 [astonbarclay.gb] INFO: Scrape type for 118514672: 2
2026-03-24 13:00:59 [astonbarclay.gb] INFO: Found listing with ID: 119180124
2026-03-24 13:00:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27119180124%27 HTTP/1.1" 200 None
2026-03-24 13:00:59 [astonbarclay.gb] INFO: Scrape type for 119180124: 0
2026-03-24 13:00:59 [astonbarclay.gb] INFO: Found listing with ID: 120043895
2026-03-24 13:00:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120043895%27 HTTP/1.1" 200 None
2026-03-24 13:00:59 [astonbarclay.gb] INFO: Scrape type for 120043895: 0
2026-03-24 13:00:59 [astonbarclay.gb] INFO: Found listing with ID: 120214662
2026-03-24 13:00:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120214662%27 HTTP/1.1" 200 None
2026-03-24 13:00:59 [astonbarclay.gb] INFO: Scrape type for 120214662: 0
2026-03-24 13:00:59 [astonbarclay.gb] INFO: Found listing with ID: 118014845
2026-03-24 13:00:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27118014845%27 HTTP/1.1" 200 None
2026-03-24 13:00:59 [astonbarclay.gb] INFO: Scrape type for 118014845: 0
2026-03-24 13:00:59 [astonbarclay.gb] INFO: Found listing with ID: 119848508
2026-03-24 13:00:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27119848508%27 HTTP/1.1" 200 None
2026-03-24 13:00:59 [astonbarclay.gb] INFO: Scrape type for 119848508: 0
2026-03-24 13:00:59 [astonbarclay.gb] INFO: Found listing with ID: 120171916
2026-03-24 13:00:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120171916%27 HTTP/1.1" 200 None
2026-03-24 13:00:59 [astonbarclay.gb] INFO: Scrape type for 120171916: 0
2026-03-24 13:00:59 [astonbarclay.gb] INFO: Found listing with ID: 114262881
2026-03-24 13:00:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27114262881%27 HTTP/1.1" 200 None
2026-03-24 13:00:59 [astonbarclay.gb] INFO: Scrape type for 114262881: 0
2026-03-24 13:00:59 [astonbarclay.gb] INFO: Found listing with ID: 120256233
2026-03-24 13:00:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120256233%27 HTTP/1.1" 200 None
2026-03-24 13:00:59 [astonbarclay.gb] INFO: Scrape type for 120256233: 2
2026-03-24 13:00:59 [astonbarclay.gb] INFO: Found listing with ID: 120123036
2026-03-24 13:00:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120123036%27 HTTP/1.1" 200 None
2026-03-24 13:00:59 [astonbarclay.gb] INFO: Scrape type for 120123036: 0
2026-03-24 13:00:59 [astonbarclay.gb] INFO: Found listing with ID: 119837652
2026-03-24 13:00:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27119837652%27 HTTP/1.1" 200 None
2026-03-24 13:00:59 [astonbarclay.gb] INFO: Scrape type for 119837652: 0
2026-03-24 13:00:59 [astonbarclay.gb] INFO: Found listing with ID: 120510340
2026-03-24 13:00:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120510340%27 HTTP/1.1" 200 None
2026-03-24 13:00:59 [astonbarclay.gb] INFO: Scrape type for 120510340: 0
2026-03-24 13:00:59 [astonbarclay.gb] INFO: Found listing with ID: 120287242
2026-03-24 13:00:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120287242%27 HTTP/1.1" 200 None
2026-03-24 13:00:59 [astonbarclay.gb] INFO: Scrape type for 120287242: 0
2026-03-24 13:00:59 [astonbarclay.gb] INFO: Found listing with ID: 119618922
2026-03-24 13:00:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27119618922%27 HTTP/1.1" 200 None
2026-03-24 13:00:59 [astonbarclay.gb] INFO: Scrape type for 119618922: 0
2026-03-24 13:00:59 [astonbarclay.gb] INFO: Found listing with ID: 119310122
2026-03-24 13:00:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27119310122%27 HTTP/1.1" 200 None
2026-03-24 13:00:59 [astonbarclay.gb] INFO: Scrape type for 119310122: 0
2026-03-24 13:00:59 [astonbarclay.gb] INFO: Found listing with ID: 120168848
2026-03-24 13:00:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120168848%27 HTTP/1.1" 200 None
2026-03-24 13:00:59 [astonbarclay.gb] INFO: Scrape type for 120168848: 0
2026-03-24 13:00:59 [astonbarclay.gb] INFO: Found listing with ID: 117830350
2026-03-24 13:00:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27117830350%27 HTTP/1.1" 200 None
2026-03-24 13:00:59 [astonbarclay.gb] INFO: Scrape type for 117830350: 0
2026-03-24 13:00:59 [astonbarclay.gb] INFO: Found listing with ID: 119637509
2026-03-24 13:00:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27119637509%27 HTTP/1.1" 200 None
2026-03-24 13:00:59 [astonbarclay.gb] INFO: Scrape type for 119637509: 0
2026-03-24 13:00:59 [astonbarclay.gb] INFO: Found listing with ID: 120404223
2026-03-24 13:00:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120404223%27 HTTP/1.1" 200 None
2026-03-24 13:00:59 [astonbarclay.gb] INFO: Scrape type for 120404223: 0
2026-03-24 13:00:59 [astonbarclay.gb] INFO: Found listing with ID: 120196358
2026-03-24 13:00:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120196358%27 HTTP/1.1" 200 None
2026-03-24 13:00:59 [astonbarclay.gb] INFO: Scrape type for 120196358: 2
2026-03-24 13:00:59 [astonbarclay.gb] INFO: Found listing with ID: 120731493
2026-03-24 13:00:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120731493%27 HTTP/1.1" 200 None
2026-03-24 13:00:59 [astonbarclay.gb] INFO: Scrape type for 120731493: 1
2026-03-24 13:00:59 [astonbarclay.gb] INFO: Found listing with ID: 118690249
2026-03-24 13:00:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27118690249%27 HTTP/1.1" 200 None
2026-03-24 13:00:59 [astonbarclay.gb] INFO: Scrape type for 118690249: 2
2026-03-24 13:00:59 [astonbarclay.gb] INFO: Found listing with ID: 119896301
2026-03-24 13:00:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27119896301%27 HTTP/1.1" 200 None
2026-03-24 13:00:59 [astonbarclay.gb] INFO: Scrape type for 119896301: 0
2026-03-24 13:00:59 [astonbarclay.gb] INFO: Found listing with ID: 119629779
2026-03-24 13:00:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27119629779%27 HTTP/1.1" 200 None
2026-03-24 13:00:59 [astonbarclay.gb] INFO: Scrape type for 119629779: 0
2026-03-24 13:00:59 [astonbarclay.gb] INFO: Found listing with ID: 120060014
2026-03-24 13:00:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120060014%27 HTTP/1.1" 200 None
2026-03-24 13:00:59 [astonbarclay.gb] INFO: Scrape type for 120060014: 0
2026-03-24 13:00:59 [astonbarclay.gb] INFO: Found listing with ID: 118914209
2026-03-24 13:00:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27118914209%27 HTTP/1.1" 200 None
2026-03-24 13:00:59 [astonbarclay.gb] INFO: Scrape type for 118914209: 0
2026-03-24 13:00:59 [astonbarclay.gb] INFO: Found listing with ID: 120581824
2026-03-24 13:00:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120581824%27 HTTP/1.1" 200 None
2026-03-24 13:00:59 [astonbarclay.gb] INFO: Scrape type for 120581824: 0
2026-03-24 13:00:59 [astonbarclay.gb] INFO: Found listing with ID: 120402526
2026-03-24 13:00:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120402526%27 HTTP/1.1" 200 None
2026-03-24 13:00:59 [astonbarclay.gb] INFO: Scrape type for 120402526: 0
2026-03-24 13:00:59 [astonbarclay.gb] INFO: Found listing with ID: 120654113
2026-03-24 13:00:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120654113%27 HTTP/1.1" 200 None
2026-03-24 13:00:59 [astonbarclay.gb] INFO: Scrape type for 120654113: 0
2026-03-24 13:00:59 [astonbarclay.gb] INFO: Found listing with ID: 120220640
2026-03-24 13:00:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120220640%27 HTTP/1.1" 200 None
2026-03-24 13:00:59 [astonbarclay.gb] INFO: Scrape type for 120220640: 0
2026-03-24 13:00:59 [astonbarclay.gb] INFO: Found listing with ID: 120408135
2026-03-24 13:00:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120408135%27 HTTP/1.1" 200 None
2026-03-24 13:01:00 [astonbarclay.gb] INFO: Scrape type for 120408135: 0
2026-03-24 13:01:00 [astonbarclay.gb] INFO: Found listing with ID: 120657468
2026-03-24 13:01:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120657468%27 HTTP/1.1" 200 None
2026-03-24 13:01:00 [astonbarclay.gb] INFO: Scrape type for 120657468: 2
2026-03-24 13:01:00 [astonbarclay.gb] INFO: Found listing with ID: 120192862
2026-03-24 13:01:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120192862%27 HTTP/1.1" 200 None
2026-03-24 13:01:00 [astonbarclay.gb] INFO: Scrape type for 120192862: 0
2026-03-24 13:01:00 [astonbarclay.gb] INFO: Found listing with ID: 120302654
2026-03-24 13:01:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120302654%27 HTTP/1.1" 200 None
2026-03-24 13:01:00 [astonbarclay.gb] INFO: Scrape type for 120302654: 0
2026-03-24 13:01:00 [astonbarclay.gb] INFO: Found listing with ID: 120302568
2026-03-24 13:01:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120302568%27 HTTP/1.1" 200 None
2026-03-24 13:01:00 [astonbarclay.gb] INFO: Scrape type for 120302568: 0
2026-03-24 13:01:00 [astonbarclay.gb] INFO: Found listing with ID: 120442309
2026-03-24 13:01:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120442309%27 HTTP/1.1" 200 None
2026-03-24 13:01:00 [astonbarclay.gb] INFO: Scrape type for 120442309: 0
2026-03-24 13:01:00 [astonbarclay.gb] INFO: Found listing with ID: 120364358
2026-03-24 13:01:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120364358%27 HTTP/1.1" 200 None
2026-03-24 13:01:00 [astonbarclay.gb] INFO: Scrape type for 120364358: 0
2026-03-24 13:01:00 [astonbarclay.gb] INFO: Found listing with ID: 120024515
2026-03-24 13:01:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120024515%27 HTTP/1.1" 200 None
2026-03-24 13:01:00 [astonbarclay.gb] INFO: Scrape type for 120024515: 0
2026-03-24 13:01:00 [astonbarclay.gb] INFO: Found listing with ID: 120581417
2026-03-24 13:01:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120581417%27 HTTP/1.1" 200 None
2026-03-24 13:01:00 [astonbarclay.gb] INFO: Scrape type for 120581417: 0
2026-03-24 13:01:00 [astonbarclay.gb] INFO: Found listing with ID: 120406763
2026-03-24 13:01:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120406763%27 HTTP/1.1" 200 None
2026-03-24 13:01:00 [astonbarclay.gb] INFO: Scrape type for 120406763: 2
2026-03-24 13:01:00 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120471365?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-24 13:01:00 [astonbarclay.gb] INFO: Found listing with ID: 120530920
2026-03-24 13:01:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120530920%27 HTTP/1.1" 200 None
2026-03-24 13:01:00 [astonbarclay.gb] INFO: Scrape type for 120530920: 0
2026-03-24 13:01:00 [astonbarclay.gb] INFO: Found listing with ID: 120617164
2026-03-24 13:01:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120617164%27 HTTP/1.1" 200 None
2026-03-24 13:01:00 [astonbarclay.gb] INFO: Scrape type for 120617164: 0
2026-03-24 13:01:00 [astonbarclay.gb] INFO: Found listing with ID: 120617192
2026-03-24 13:01:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120617192%27 HTTP/1.1" 200 None
2026-03-24 13:01:00 [astonbarclay.gb] INFO: Scrape type for 120617192: 0
2026-03-24 13:01:00 [astonbarclay.gb] INFO: Found listing with ID: 120406739
2026-03-24 13:01:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120406739%27 HTTP/1.1" 200 None
2026-03-24 13:01:00 [astonbarclay.gb] INFO: Scrape type for 120406739: 0
2026-03-24 13:01:00 [astonbarclay.gb] INFO: Found listing with ID: 120439927
2026-03-24 13:01:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120439927%27 HTTP/1.1" 200 None
2026-03-24 13:01:00 [astonbarclay.gb] INFO: Scrape type for 120439927: 2
2026-03-24 13:01:00 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:01:00 [astonbarclay.gb] INFO: Found listing with ID: 120443760
2026-03-24 13:01:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120443760%27 HTTP/1.1" 200 None
2026-03-24 13:01:00 [astonbarclay.gb] INFO: Scrape type for 120443760: 0
2026-03-24 13:01:00 [astonbarclay.gb] INFO: Found listing with ID: 120582459
2026-03-24 13:01:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120582459%27 HTTP/1.1" 200 None
2026-03-24 13:01:00 [astonbarclay.gb] INFO: Scrape type for 120582459: 0
2026-03-24 13:01:00 [astonbarclay.gb] INFO: Found listing with ID: 120476757
2026-03-24 13:01:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120476757%27 HTTP/1.1" 200 None
2026-03-24 13:01:00 [astonbarclay.gb] INFO: Scrape type for 120476757: 0
2026-03-24 13:01:00 [astonbarclay.gb] INFO: Found listing with ID: 120717264
2026-03-24 13:01:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120717264%27 HTTP/1.1" 200 None
2026-03-24 13:01:00 [astonbarclay.gb] INFO: Scrape type for 120717264: 0
2026-03-24 13:01:00 [astonbarclay.gb] INFO: Found listing with ID: 120693399
2026-03-24 13:01:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120693399%27 HTTP/1.1" 200 None
2026-03-24 13:01:00 [astonbarclay.gb] INFO: Scrape type for 120693399: 0
2026-03-24 13:01:00 [astonbarclay.gb] INFO: Found listing with ID: 120337279
2026-03-24 13:01:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120337279%27 HTTP/1.1" 200 None
2026-03-24 13:01:00 [astonbarclay.gb] INFO: Scrape type for 120337279: 0
2026-03-24 13:01:00 [astonbarclay.gb] INFO: Found listing with ID: 120476170
2026-03-24 13:01:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120476170%27 HTTP/1.1" 200 None
2026-03-24 13:01:00 [astonbarclay.gb] INFO: Scrape type for 120476170: 0
2026-03-24 13:01:00 [astonbarclay.gb] INFO: Found listing with ID: 120674999
2026-03-24 13:01:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120674999%27 HTTP/1.1" 200 None
2026-03-24 13:01:00 [astonbarclay.gb] INFO: Scrape type for 120674999: 0
2026-03-24 13:01:00 [astonbarclay.gb] INFO: Found listing with ID: 120476160
2026-03-24 13:01:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120476160%27 HTTP/1.1" 200 None
2026-03-24 13:01:00 [astonbarclay.gb] INFO: Scrape type for 120476160: 0
2026-03-24 13:01:00 [astonbarclay.gb] INFO: Found listing with ID: 120674953
2026-03-24 13:01:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120674953%27 HTTP/1.1" 200 None
2026-03-24 13:01:00 [astonbarclay.gb] INFO: Scrape type for 120674953: 0
2026-03-24 13:01:00 [astonbarclay.gb] INFO: Found listing with ID: 120438207
2026-03-24 13:01:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120438207%27 HTTP/1.1" 200 None
2026-03-24 13:01:00 [astonbarclay.gb] INFO: Scrape type for 120438207: 0
2026-03-24 13:01:00 [astonbarclay.gb] INFO: Found listing with ID: 120313737
2026-03-24 13:01:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120313737%27 HTTP/1.1" 200 None
2026-03-24 13:01:00 [astonbarclay.gb] INFO: Scrape type for 120313737: 0
2026-03-24 13:01:00 [astonbarclay.gb] INFO: Found listing with ID: 120476214
2026-03-24 13:01:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120476214%27 HTTP/1.1" 200 None
2026-03-24 13:01:00 [astonbarclay.gb] INFO: Scrape type for 120476214: 0
2026-03-24 13:01:00 [astonbarclay.gb] INFO: Found listing with ID: 120719635
2026-03-24 13:01:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120719635%27 HTTP/1.1" 200 None
2026-03-24 13:01:00 [astonbarclay.gb] INFO: Scrape type for 120719635: 1
2026-03-24 13:01:00 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120471365, 'registration': 'PN62XZA', 'account': 'DJC003', 'make': 'VOLKSWAGEN', 'model': 'POLO DIESEL HATCHBACK', 'derivative': '1.2 TDI Match 5dr', 'mileage': 71735, 'mileageWarranty': True, 'type': 'car', 'saleId': 18906, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 648}, 'saleStart': '2026-03-24T13:00Z', 'lot': 639, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2012-09-19', 'fuel': 'Diesel', 'motExpiry': '2026-08-05', 'doors': 5, 'engineSize': 1199, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/PN62XZA/2026-03-20/image/d0a0040f-b038-4881-b92f-ab9c21e5e033_removebg.jpg?w=600', 'https://abimg003.imgix.net/PN62XZA/2026-03-20/image/57d26ee0-1442-41ba-b0e2-7e6a3831c11f_removebg.jpg?w=600', 'https://abimg003.imgix.net/PN62XZA/2026-03-20/image/fa2c5138-2976-4a2e-8907-6ff39ee251b4_removebg.jpg?w=600', 'https://abimg003.imgix.net/PN62XZA/2026-03-20/image/5f6361ae-a736-4da4-9d3f-c6b731ab2ea1_removebg.jpg?w=600', 'https://abimg003.imgix.net/PN62XZA/2026-03-20/image/2e7b972a-2fef-4d36-96cf-ff935c215ff7_removebg.jpg?w=600', 'https://abimg003.imgix.net/PN62XZA/2026-03-20/image/86d88bf1-c0c4-46a2-b6ad-18eb95fb1da3_removebg.jpg?w=600', 'https://abimg003.imgix.net/PN62XZA/2026-03-20/image/0aeabe6b-0426-4c75-8ac5-a226763c798a_removebg.jpg?w=600', 'https://abimg003.imgix.net/PN62XZA/2026-03-20/image/8c90b4ea-0466-4b32-9c1d-432d8a4101f0_removebg.jpg?w=600'], 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Express', 'serviceHistory': 'Service book 09/13 - 4K, 09/14 - 8K, 09/15 - 13K, 03/17 - 24K, 03/18 - 32K, 09/20 - 48K, 08/21 - 53K, 03/23 - 58K,', 'remarks': '**127** VOSA STATES 13K, 19K, 28K, 36K, 41K, 47K, 52K, 56K, 60K, 64K, 68K', 'virtual': False, 'seller': 'Cox Motor Group', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '2', 'v5': True, 'v5details': 'Here', 'co2': 102, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/e9239e19-b54c-403c-a951-7498e3835fd6.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 13:01:00 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120471365, 'registration': 'PN62XZA', 'account': 'DJC003', 'make': 'VOLKSWAGEN', 'model': 'POLO DIESEL HATCHBACK', 'derivative': '1.2 TDI Match 5dr', 'mileage': 71735, 'mileageWarranty': True, 'type': 'car', 'saleId': 18906, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 648}, 'saleStart': '2026-03-24T13:00Z', 'lot': 639, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2012-09-19', 'fuel': 'Diesel', 'motExpiry': '2026-08-05', 'doors': 5, 'engineSize': 1199, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/PN62XZA/2026-03-20/image/d0a0040f-b038-4881-b92f-ab9c21e5e033_removebg.jpg?w=600', 'https://abimg003.imgix.net/PN62XZA/2026-03-20/image/57d26ee0-1442-41ba-b0e2-7e6a3831c11f_removebg.jpg?w=600', 'https://abimg003.imgix.net/PN62XZA/2026-03-20/image/fa2c5138-2976-4a2e-8907-6ff39ee251b4_removebg.jpg?w=600', 'https://abimg003.imgix.net/PN62XZA/2026-03-20/image/5f6361ae-a736-4da4-9d3f-c6b731ab2ea1_removebg.jpg?w=600', 'https://abimg003.imgix.net/PN62XZA/2026-03-20/image/2e7b972a-2fef-4d36-96cf-ff935c215ff7_removebg.jpg?w=600', 'https://abimg003.imgix.net/PN62XZA/2026-03-20/image/86d88bf1-c0c4-46a2-b6ad-18eb95fb1da3_removebg.jpg?w=600', 'https://abimg003.imgix.net/PN62XZA/2026-03-20/image/0aeabe6b-0426-4c75-8ac5-a226763c798a_removebg.jpg?w=600', 'https://abimg003.imgix.net/PN62XZA/2026-03-20/image/8c90b4ea-0466-4b32-9c1d-432d8a4101f0_removebg.jpg?w=600'], 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Express', 'serviceHistory': 'Service book 09/13 - 4K, 09/14 - 8K, 09/15 - 13K, 03/17 - 24K, 03/18 - 32K, 09/20 - 48K, 08/21 - 53K, 03/23 - 58K,', 'remarks': '**127** VOSA STATES 13K, 19K, 28K, 36K, 41K, 47K, 52K, 56K, 60K, 64K, 68K', 'virtual': False, 'seller': 'Cox Motor Group', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '2', 'v5': True, 'v5details': 'Here', 'co2': 102, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/e9239e19-b54c-403c-a951-7498e3835fd6.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 13:01:00 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: fd64d09f-cffa-59c6-974e-2cd7e45b5079 with identifier: 120471365
2026-03-24 13:01:00 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fd64d09f-cffa-59c6-974e-2cd7e45b5079 with scrape type 2
2026-03-24 13:01:00 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item fd64d09f-cffa-59c6-974e-2cd7e45b5079 with scrape type 2
2026-03-24 13:01:01 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: fd64d09f-cffa-59c6-974e-2cd7e45b5079, identifier: 120471365
2026-03-24 13:01:01 [astonbarclay.gb] INFO: Found listing with ID: 120598564
2026-03-24 13:01:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120598564%27 HTTP/1.1" 200 None
2026-03-24 13:01:01 [astonbarclay.gb] INFO: Scrape type for 120598564: 0
2026-03-24 13:01:01 [astonbarclay.gb] INFO: Found listing with ID: 120600680
2026-03-24 13:01:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120600680%27 HTTP/1.1" 200 None
2026-03-24 13:01:01 [astonbarclay.gb] INFO: Scrape type for 120600680: 0
2026-03-24 13:01:01 [astonbarclay.gb] INFO: Found listing with ID: 120686836
2026-03-24 13:01:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120686836%27 HTTP/1.1" 200 None
2026-03-24 13:01:01 [astonbarclay.gb] INFO: Scrape type for 120686836: 0
2026-03-24 13:01:01 [astonbarclay.gb] INFO: Found listing with ID: 120693503
2026-03-24 13:01:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120693503%27 HTTP/1.1" 200 None
2026-03-24 13:01:01 [astonbarclay.gb] INFO: Scrape type for 120693503: 0
2026-03-24 13:01:01 [astonbarclay.gb] INFO: Found listing with ID: 120600138
2026-03-24 13:01:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120600138%27 HTTP/1.1" 200 None
2026-03-24 13:01:01 [astonbarclay.gb] INFO: Scrape type for 120600138: 0
2026-03-24 13:01:01 [astonbarclay.gb] INFO: Found listing with ID: 120715097
2026-03-24 13:01:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120715097%27 HTTP/1.1" 200 None
2026-03-24 13:01:01 [astonbarclay.gb] INFO: Scrape type for 120715097: 0
2026-03-24 13:01:01 [astonbarclay.gb] INFO: Found listing with ID: 120684601
2026-03-24 13:01:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120684601%27 HTTP/1.1" 200 None
2026-03-24 13:01:01 [astonbarclay.gb] INFO: Scrape type for 120684601: 0
2026-03-24 13:01:01 [astonbarclay.gb] INFO: Found listing with ID: 120694262
2026-03-24 13:01:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120694262%27 HTTP/1.1" 200 None
2026-03-24 13:01:01 [astonbarclay.gb] INFO: Scrape type for 120694262: 0
2026-03-24 13:01:01 [astonbarclay.gb] INFO: Found listing with ID: 120730333
2026-03-24 13:01:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120730333%27 HTTP/1.1" 200 None
2026-03-24 13:01:01 [astonbarclay.gb] INFO: Scrape type for 120730333: 1
2026-03-24 13:01:01 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: fd64d09f-cffa-59c6-974e-2cd7e45b5079 with identifier: 120471365
2026-03-24 13:01:01 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: fd64d09f-cffa-59c6-974e-2cd7e45b5079 with identifier: 120471365
2026-03-24 13:01:01 [scrapy.core.scraper] INFO: Dropped: Dropping expired listing: fd64d09f-cffa-59c6-974e-2cd7e45b5079 with expiration date: 2026-03-24T13:00:00Z
{'auction_title': '',
'c_o_2_emission_value': 102,
'color': 'WHITE',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 5',
'engine': '1.2L',
'expiration_date': '2026-03-24T13:00:00Z',
'fuel_type': 'Diesel',
'id': 'fd64d09f-cffa-59c6-974e-2cd7e45b5079',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'PN62XZA',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120471365',
'listing': 'auction',
'location': 'Aston Barclay Wakefield',
'make': 'VOLKSWAGEN',
'model': 'POLO DIESEL HATCHBACK',
'odometer': 71735,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2012-09-19',
'seller_name': 'Cox Motor Group',
'title': 'VOLKSWAGEN POLO DIESEL HATCHBACK 1.2 TDI Match 5dr',
'transmission': 'manual',
'trim': '1.2 TDI Match 5dr',
'vin': None,
'year': 2012}
2026-03-24 13:01:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120471365%27 HTTP/1.1" 200 None
2026-03-24 13:01:01 [astonbarclay.gb] INFO: Saving data for 120471365: {'auction_closing_time': 1774357200.0, 'created_time': 1773947354.812825, 'last_price_update_time': 1774357261.321306}
2026-03-24 13:01:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:01:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120471365') HTTP/1.1" 204 0
2026-03-24 13:01:01 [astonbarclay.gb] INFO: Found listing with ID: 120468770
2026-03-24 13:01:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120468770%27 HTTP/1.1" 200 None
2026-03-24 13:01:01 [astonbarclay.gb] INFO: Scrape type for 120468770: 2
2026-03-24 13:01:01 [astonbarclay.gb] INFO: Found listing with ID: 120680236
2026-03-24 13:01:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120680236%27 HTTP/1.1" 200 None
2026-03-24 13:01:01 [astonbarclay.gb] INFO: Scrape type for 120680236: 0
2026-03-24 13:01:01 [astonbarclay.gb] INFO: Found listing with ID: 120696015
2026-03-24 13:01:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120696015%27 HTTP/1.1" 200 None
2026-03-24 13:01:01 [astonbarclay.gb] INFO: Scrape type for 120696015: 0
2026-03-24 13:01:01 [astonbarclay.gb] INFO: Found listing with ID: 120680251
2026-03-24 13:01:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120680251%27 HTTP/1.1" 200 None
2026-03-24 13:01:01 [astonbarclay.gb] INFO: Scrape type for 120680251: 0
2026-03-24 13:01:01 [astonbarclay.gb] INFO: Found listing with ID: 120679073
2026-03-24 13:01:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120679073%27 HTTP/1.1" 200 None
2026-03-24 13:01:01 [astonbarclay.gb] INFO: Scrape type for 120679073: 0
2026-03-24 13:01:01 [astonbarclay.gb] INFO: Found listing with ID: 120674696
2026-03-24 13:01:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120674696%27 HTTP/1.1" 200 None
2026-03-24 13:01:01 [astonbarclay.gb] INFO: Scrape type for 120674696: 2
2026-03-24 13:01:01 [astonbarclay.gb] INFO: Found listing with ID: 120642269
2026-03-24 13:01:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120642269%27 HTTP/1.1" 200 None
2026-03-24 13:01:01 [astonbarclay.gb] INFO: Scrape type for 120642269: 0
2026-03-24 13:01:01 [astonbarclay.gb] INFO: Found listing with ID: 120724959
2026-03-24 13:01:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120724959%27 HTTP/1.1" 200 None
2026-03-24 13:01:01 [astonbarclay.gb] INFO: Scrape type for 120724959: 1
2026-03-24 13:01:01 [astonbarclay.gb] INFO: Found listing with ID: 120641887
2026-03-24 13:01:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120641887%27 HTTP/1.1" 200 None
2026-03-24 13:01:01 [astonbarclay.gb] INFO: Scrape type for 120641887: 0
2026-03-24 13:01:01 [astonbarclay.gb] INFO: Found listing with ID: 120718931
2026-03-24 13:01:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120718931%27 HTTP/1.1" 200 None
2026-03-24 13:01:01 [astonbarclay.gb] INFO: Scrape type for 120718931: 0
2026-03-24 13:01:01 [astonbarclay.gb] INFO: Found listing with ID: 120673273
2026-03-24 13:01:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120673273%27 HTTP/1.1" 200 None
2026-03-24 13:01:01 [astonbarclay.gb] INFO: Scrape type for 120673273: 2
2026-03-24 13:01:01 [astonbarclay.gb] INFO: Found listing with ID: 120673292
2026-03-24 13:01:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120673292%27 HTTP/1.1" 200 None
2026-03-24 13:01:01 [astonbarclay.gb] INFO: Scrape type for 120673292: 2
2026-03-24 13:01:01 [astonbarclay.gb] INFO: Found listing with ID: 120714267
2026-03-24 13:01:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120714267%27 HTTP/1.1" 200 None
2026-03-24 13:01:01 [astonbarclay.gb] INFO: Scrape type for 120714267: 0
2026-03-24 13:01:01 [astonbarclay.gb] INFO: Found listing with ID: 120722644
2026-03-24 13:01:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120722644%27 HTTP/1.1" 200 None
2026-03-24 13:01:01 [astonbarclay.gb] INFO: Scrape type for 120722644: 1
2026-03-24 13:01:01 [astonbarclay.gb] INFO: Found listing with ID: 120674631
2026-03-24 13:01:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120674631%27 HTTP/1.1" 200 None
2026-03-24 13:01:01 [astonbarclay.gb] INFO: Scrape type for 120674631: 2
2026-03-24 13:01:01 [astonbarclay.gb] INFO: Found listing with ID: 120657755
2026-03-24 13:01:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120657755%27 HTTP/1.1" 200 None
2026-03-24 13:01:01 [astonbarclay.gb] INFO: Scrape type for 120657755: 2
2026-03-24 13:01:01 [astonbarclay.gb] INFO: Found listing with ID: 120693178
2026-03-24 13:01:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120693178%27 HTTP/1.1" 200 None
2026-03-24 13:01:01 [astonbarclay.gb] INFO: Scrape type for 120693178: 0
2026-03-24 13:01:01 [astonbarclay.gb] INFO: Found listing with ID: 120682131
2026-03-24 13:01:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120682131%27 HTTP/1.1" 200 None
2026-03-24 13:01:01 [astonbarclay.gb] INFO: Scrape type for 120682131: 0
2026-03-24 13:01:01 [astonbarclay.gb] INFO: Found listing with ID: 120714103
2026-03-24 13:01:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120714103%27 HTTP/1.1" 200 None
2026-03-24 13:01:01 [astonbarclay.gb] INFO: Scrape type for 120714103: 0
2026-03-24 13:01:01 [astonbarclay.gb] INFO: Found listing with ID: 120691186
2026-03-24 13:01:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120691186%27 HTTP/1.1" 200 None
2026-03-24 13:01:02 [astonbarclay.gb] INFO: Scrape type for 120691186: 0
2026-03-24 13:01:02 [astonbarclay.gb] INFO: Found listing with ID: 120675722
2026-03-24 13:01:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120675722%27 HTTP/1.1" 200 None
2026-03-24 13:01:02 [astonbarclay.gb] INFO: Scrape type for 120675722: 2
2026-03-24 13:01:02 [astonbarclay.gb] INFO: Found listing with ID: 120629963
2026-03-24 13:01:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120629963%27 HTTP/1.1" 200 None
2026-03-24 13:01:02 [astonbarclay.gb] INFO: Scrape type for 120629963: 0
2026-03-24 13:01:02 [astonbarclay.gb] INFO: Found listing with ID: 120678867
2026-03-24 13:01:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120678867%27 HTTP/1.1" 200 None
2026-03-24 13:01:02 [astonbarclay.gb] INFO: Scrape type for 120678867: 0
2026-03-24 13:01:02 [astonbarclay.gb] INFO: Found listing with ID: 120733148
2026-03-24 13:01:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120733148%27 HTTP/1.1" 200 None
2026-03-24 13:01:02 [astonbarclay.gb] INFO: Scrape type for 120733148: 1
2026-03-24 13:01:02 [astonbarclay.gb] INFO: Found listing with ID: 120714111
2026-03-24 13:01:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120714111%27 HTTP/1.1" 200 None
2026-03-24 13:01:02 [astonbarclay.gb] INFO: Scrape type for 120714111: 0
2026-03-24 13:01:02 [astonbarclay.gb] INFO: Found listing with ID: 120686052
2026-03-24 13:01:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120686052%27 HTTP/1.1" 200 None
2026-03-24 13:01:02 [astonbarclay.gb] INFO: Scrape type for 120686052: 0
2026-03-24 13:01:02 [astonbarclay.gb] INFO: Found listing with ID: 120735060
2026-03-24 13:01:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120735060%27 HTTP/1.1" 200 None
2026-03-24 13:01:02 [astonbarclay.gb] INFO: Scrape type for 120735060: 1
2026-03-24 13:01:02 [astonbarclay.gb] INFO: Found listing with ID: 120690364
2026-03-24 13:01:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120690364%27 HTTP/1.1" 200 None
2026-03-24 13:01:02 [astonbarclay.gb] INFO: Scrape type for 120690364: 0
2026-03-24 13:01:02 [astonbarclay.gb] INFO: Found listing with ID: 120735340
2026-03-24 13:01:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120735340%27 HTTP/1.1" 200 None
2026-03-24 13:01:02 [astonbarclay.gb] INFO: Scrape type for 120735340: 1
2026-03-24 13:01:02 [astonbarclay.gb] INFO: Found listing with ID: 120645609
2026-03-24 13:01:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120645609%27 HTTP/1.1" 200 None
2026-03-24 13:01:02 [astonbarclay.gb] INFO: Scrape type for 120645609: 0
2026-03-24 13:01:02 [astonbarclay.gb] INFO: Found listing with ID: 120651328
2026-03-24 13:01:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120651328%27 HTTP/1.1" 200 None
2026-03-24 13:01:02 [astonbarclay.gb] INFO: Scrape type for 120651328: 0
2026-03-24 13:01:02 [astonbarclay.gb] INFO: Found listing with ID: 120686669
2026-03-24 13:01:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120686669%27 HTTP/1.1" 200 None
2026-03-24 13:01:02 [astonbarclay.gb] INFO: Scrape type for 120686669: 0
2026-03-24 13:01:02 [astonbarclay.gb] INFO: Found listing with ID: 120693859
2026-03-24 13:01:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120693859%27 HTTP/1.1" 200 None
2026-03-24 13:01:02 [astonbarclay.gb] INFO: Scrape type for 120693859: 0
2026-03-24 13:01:02 [astonbarclay.gb] INFO: Found listing with ID: 120732811
2026-03-24 13:01:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120732811%27 HTTP/1.1" 200 None
2026-03-24 13:01:02 [astonbarclay.gb] INFO: Scrape type for 120732811: 1
2026-03-24 13:01:02 [astonbarclay.gb] INFO: Found listing with ID: 120692160
2026-03-24 13:01:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120692160%27 HTTP/1.1" 200 None
2026-03-24 13:01:02 [astonbarclay.gb] INFO: Scrape type for 120692160: 0
2026-03-24 13:01:02 [astonbarclay.gb] INFO: Found listing with ID: 120674884
2026-03-24 13:01:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120674884%27 HTTP/1.1" 200 None
2026-03-24 13:01:02 [astonbarclay.gb] INFO: Scrape type for 120674884: 2
2026-03-24 13:01:02 [astonbarclay.gb] INFO: Found listing with ID: 120656631
2026-03-24 13:01:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120656631%27 HTTP/1.1" 200 None
2026-03-24 13:01:02 [astonbarclay.gb] INFO: Scrape type for 120656631: 2
2026-03-24 13:01:02 [astonbarclay.gb] INFO: Found listing with ID: 120638250
2026-03-24 13:01:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120638250%27 HTTP/1.1" 200 None
2026-03-24 13:01:02 [astonbarclay.gb] INFO: Scrape type for 120638250: 0
2026-03-24 13:01:02 [astonbarclay.gb] INFO: Found listing with ID: 120674944
2026-03-24 13:01:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120674944%27 HTTP/1.1" 200 None
2026-03-24 13:01:02 [astonbarclay.gb] INFO: Scrape type for 120674944: 2
2026-03-24 13:01:02 [astonbarclay.gb] INFO: Found listing with ID: 120717471
2026-03-24 13:01:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120717471%27 HTTP/1.1" 200 None
2026-03-24 13:01:02 [astonbarclay.gb] INFO: Scrape type for 120717471: 0
2026-03-24 13:01:02 [astonbarclay.gb] INFO: Found listing with ID: 120724450
2026-03-24 13:01:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120724450%27 HTTP/1.1" 200 None
2026-03-24 13:01:02 [astonbarclay.gb] INFO: Scrape type for 120724450: 1
2026-03-24 13:01:02 [astonbarclay.gb] INFO: Found listing with ID: 120649181
2026-03-24 13:01:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120649181%27 HTTP/1.1" 200 None
2026-03-24 13:01:02 [astonbarclay.gb] INFO: Scrape type for 120649181: 0
2026-03-24 13:01:02 [astonbarclay.gb] INFO: Found listing with ID: 120627674
2026-03-24 13:01:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120627674%27 HTTP/1.1" 200 None
2026-03-24 13:01:02 [astonbarclay.gb] INFO: Scrape type for 120627674: 0
2026-03-24 13:01:02 [astonbarclay.gb] INFO: Found listing with ID: 120690985
2026-03-24 13:01:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120690985%27 HTTP/1.1" 200 None
2026-03-24 13:01:02 [astonbarclay.gb] INFO: Scrape type for 120690985: 0
2026-03-24 13:01:02 [astonbarclay.gb] INFO: Found listing with ID: 120587610
2026-03-24 13:01:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120587610%27 HTTP/1.1" 200 None
2026-03-24 13:01:02 [astonbarclay.gb] INFO: Scrape type for 120587610: 0
2026-03-24 13:01:02 [astonbarclay.gb] INFO: Found listing with ID: 120627849
2026-03-24 13:01:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120627849%27 HTTP/1.1" 200 None
2026-03-24 13:01:02 [astonbarclay.gb] INFO: Scrape type for 120627849: 0
2026-03-24 13:01:02 [astonbarclay.gb] INFO: Found listing with ID: 120716378
2026-03-24 13:01:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120716378%27 HTTP/1.1" 200 None
2026-03-24 13:01:02 [astonbarclay.gb] INFO: Scrape type for 120716378: 1
2026-03-24 13:01:02 [astonbarclay.gb] INFO: Found listing with ID: 120644493
2026-03-24 13:01:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120644493%27 HTTP/1.1" 200 None
2026-03-24 13:01:02 [astonbarclay.gb] INFO: Scrape type for 120644493: 0
2026-03-24 13:01:02 [astonbarclay.gb] INFO: Found listing with ID: 120591143
2026-03-24 13:01:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120591143%27 HTTP/1.1" 200 None
2026-03-24 13:01:02 [astonbarclay.gb] INFO: Scrape type for 120591143: 0
2026-03-24 13:01:02 [astonbarclay.gb] INFO: Found listing with ID: 120686558
2026-03-24 13:01:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120686558%27 HTTP/1.1" 200 None
2026-03-24 13:01:02 [astonbarclay.gb] INFO: Scrape type for 120686558: 0
2026-03-24 13:01:02 [astonbarclay.gb] INFO: Found listing with ID: 120696943
2026-03-24 13:01:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120696943%27 HTTP/1.1" 200 None
2026-03-24 13:01:02 [astonbarclay.gb] INFO: Scrape type for 120696943: 1
2026-03-24 13:01:02 [astonbarclay.gb] INFO: Found listing with ID: 120466479
2026-03-24 13:01:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120466479%27 HTTP/1.1" 200 None
2026-03-24 13:01:02 [astonbarclay.gb] INFO: Scrape type for 120466479: 2
2026-03-24 13:01:02 [astonbarclay.gb] INFO: Found listing with ID: 120673220
2026-03-24 13:01:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120673220%27 HTTP/1.1" 200 None
2026-03-24 13:01:02 [astonbarclay.gb] INFO: Scrape type for 120673220: 0
2026-03-24 13:01:02 [astonbarclay.gb] INFO: Found listing with ID: 120673241
2026-03-24 13:01:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120673241%27 HTTP/1.1" 200 None
2026-03-24 13:01:02 [astonbarclay.gb] INFO: Scrape type for 120673241: 0
2026-03-24 13:01:02 [astonbarclay.gb] INFO: Found listing with ID: 120673229
2026-03-24 13:01:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120673229%27 HTTP/1.1" 200 None
2026-03-24 13:01:02 [astonbarclay.gb] INFO: Scrape type for 120673229: 0
2026-03-24 13:01:02 [astonbarclay.gb] INFO: Found listing with ID: 120679803
2026-03-24 13:01:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120679803%27 HTTP/1.1" 200 None
2026-03-24 13:01:02 [astonbarclay.gb] INFO: Scrape type for 120679803: 1
2026-03-24 13:01:02 [astonbarclay.gb] INFO: Found listing with ID: 120714980
2026-03-24 13:01:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120714980%27 HTTP/1.1" 200 None
2026-03-24 13:01:02 [astonbarclay.gb] INFO: Scrape type for 120714980: 1
2026-03-24 13:01:02 [astonbarclay.gb] INFO: Found listing with ID: 120714966
2026-03-24 13:01:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120714966%27 HTTP/1.1" 200 None
2026-03-24 13:01:02 [astonbarclay.gb] INFO: Scrape type for 120714966: 1
2026-03-24 13:01:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120471411?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-24 13:01:02 [astonbarclay.gb] INFO: Found listing with ID: 120684736
2026-03-24 13:01:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120684736%27 HTTP/1.1" 200 None
2026-03-24 13:01:02 [astonbarclay.gb] INFO: Scrape type for 120684736: 1
2026-03-24 13:01:02 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:01:02 [astonbarclay.gb] INFO: Found listing with ID: 120716318
2026-03-24 13:01:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120716318%27 HTTP/1.1" 200 None
2026-03-24 13:01:02 [astonbarclay.gb] INFO: Scrape type for 120716318: 1
2026-03-24 13:01:02 [astonbarclay.gb] INFO: Found listing with ID: 120694445
2026-03-24 13:01:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120694445%27 HTTP/1.1" 200 None
2026-03-24 13:01:02 [astonbarclay.gb] INFO: Scrape type for 120694445: 1
2026-03-24 13:01:02 [astonbarclay.gb] INFO: Found listing with ID: 120432662
2026-03-24 13:01:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120432662%27 HTTP/1.1" 200 None
2026-03-24 13:01:02 [astonbarclay.gb] INFO: Scrape type for 120432662: 2
2026-03-24 13:01:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120152272?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-24 13:01:02 [astonbarclay.gb] INFO: Found listing with ID: 120590755
2026-03-24 13:01:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120590755%27 HTTP/1.1" 200 None
2026-03-24 13:01:02 [astonbarclay.gb] INFO: Scrape type for 120590755: 0
2026-03-24 13:01:02 [astonbarclay.gb] INFO: Found listing with ID: 120439198
2026-03-24 13:01:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120439198%27 HTTP/1.1" 200 None
2026-03-24 13:01:02 [astonbarclay.gb] INFO: Scrape type for 120439198: 1
2026-03-24 13:01:02 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:01:02 [astonbarclay.gb] INFO: Found listing with ID: 120592922
2026-03-24 13:01:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120592922%27 HTTP/1.1" 200 None
2026-03-24 13:01:02 [astonbarclay.gb] INFO: Scrape type for 120592922: 0
2026-03-24 13:01:02 [astonbarclay.gb] INFO: Found listing with ID: 120629981
2026-03-24 13:01:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120629981%27 HTTP/1.1" 200 None
2026-03-24 13:01:02 [astonbarclay.gb] INFO: Scrape type for 120629981: 0
2026-03-24 13:01:02 [astonbarclay.gb] INFO: Found listing with ID: 120587587
2026-03-24 13:01:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120587587%27 HTTP/1.1" 200 None
2026-03-24 13:01:02 [astonbarclay.gb] INFO: Scrape type for 120587587: 0
2026-03-24 13:01:02 [astonbarclay.gb] INFO: Found listing with ID: 120714950
2026-03-24 13:01:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120714950%27 HTTP/1.1" 200 None
2026-03-24 13:01:02 [astonbarclay.gb] INFO: Scrape type for 120714950: 1
2026-03-24 13:01:02 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120471411, 'registration': 'PK12UCX', 'account': 'DJC003', 'make': 'FORD', 'model': 'FIESTA HATCHBACK', 'derivative': '1.25 Edge 3dr', 'mileage': 115366, 'mileageWarranty': True, 'type': 'car', 'saleId': 18906, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 648}, 'saleStart': '2026-03-24T13:00Z', 'lot': 640, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2012-05-31', 'fuel': 'Petrol', 'motExpiry': '2026-03-26', 'doors': 3, 'engineSize': 1242, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/PK12UCX/2026-03-20/image/e0283ce3-602f-448b-821f-698d579a7a3f_removebg.jpg?w=600', 'https://abimg003.imgix.net/PK12UCX/2026-03-20/image/b583c578-713c-4667-8825-54c21fad3f5d_removebg.jpg?w=600', 'https://abimg003.imgix.net/PK12UCX/2026-03-20/image/552bfbd0-7bb3-430d-833a-ea25886d461b_removebg.jpg?w=600', 'https://abimg003.imgix.net/PK12UCX/2026-03-20/image/2208856c-f73d-436f-af66-2d2c2d958259_removebg.jpg?w=600', 'https://abimg003.imgix.net/PK12UCX/2026-03-20/image/7a76fad4-e766-461f-bcac-edb04592ab3b_removebg.jpg?w=600', 'https://abimg003.imgix.net/PK12UCX/2026-03-20/image/934d8c1d-c28f-4d61-9851-019c29f68bd9_removebg.jpg?w=600', 'https://abimg003.imgix.net/PK12UCX/2026-03-20/image/d9be657d-a1f7-43cf-80a9-c9e92d2b93d0_removebg.jpg?w=600'], 'colour': 'RED', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Express', 'serviceHistory': 'Service book 05/13 - 5K, INVOICE @ 03/25 - NO MILEAGE', 'remarks': '**122** VOSA STATES 27K, 36K, 43K, 49K, 63K, 72K, 85K, 94K, 101K, 107K GREEN SLIP ONLY', 'virtual': False, 'seller': 'Cox Motor Group', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '3', 'v5': False, 'v5details': None, 'co2': 124, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/22771f99-8013-4c26-9e1b-b4d33c5f204a.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 13:01:02 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120471411, 'registration': 'PK12UCX', 'account': 'DJC003', 'make': 'FORD', 'model': 'FIESTA HATCHBACK', 'derivative': '1.25 Edge 3dr', 'mileage': 115366, 'mileageWarranty': True, 'type': 'car', 'saleId': 18906, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 648}, 'saleStart': '2026-03-24T13:00Z', 'lot': 640, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2012-05-31', 'fuel': 'Petrol', 'motExpiry': '2026-03-26', 'doors': 3, 'engineSize': 1242, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/PK12UCX/2026-03-20/image/e0283ce3-602f-448b-821f-698d579a7a3f_removebg.jpg?w=600', 'https://abimg003.imgix.net/PK12UCX/2026-03-20/image/b583c578-713c-4667-8825-54c21fad3f5d_removebg.jpg?w=600', 'https://abimg003.imgix.net/PK12UCX/2026-03-20/image/552bfbd0-7bb3-430d-833a-ea25886d461b_removebg.jpg?w=600', 'https://abimg003.imgix.net/PK12UCX/2026-03-20/image/2208856c-f73d-436f-af66-2d2c2d958259_removebg.jpg?w=600', 'https://abimg003.imgix.net/PK12UCX/2026-03-20/image/7a76fad4-e766-461f-bcac-edb04592ab3b_removebg.jpg?w=600', 'https://abimg003.imgix.net/PK12UCX/2026-03-20/image/934d8c1d-c28f-4d61-9851-019c29f68bd9_removebg.jpg?w=600', 'https://abimg003.imgix.net/PK12UCX/2026-03-20/image/d9be657d-a1f7-43cf-80a9-c9e92d2b93d0_removebg.jpg?w=600'], 'colour': 'RED', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Express', 'serviceHistory': 'Service book 05/13 - 5K, INVOICE @ 03/25 - NO MILEAGE', 'remarks': '**122** VOSA STATES 27K, 36K, 43K, 49K, 63K, 72K, 85K, 94K, 101K, 107K GREEN SLIP ONLY', 'virtual': False, 'seller': 'Cox Motor Group', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '3', 'v5': False, 'v5details': None, 'co2': 124, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/22771f99-8013-4c26-9e1b-b4d33c5f204a.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 13:01:02 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ca7da0de-dcc0-5fc7-a7c8-f1b05bf3d521 with identifier: 120471411
2026-03-24 13:01:02 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ca7da0de-dcc0-5fc7-a7c8-f1b05bf3d521 with scrape type 2
2026-03-24 13:01:02 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ca7da0de-dcc0-5fc7-a7c8-f1b05bf3d521 with scrape type 2
2026-03-24 13:01:03 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: ca7da0de-dcc0-5fc7-a7c8-f1b05bf3d521, identifier: 120471411
2026-03-24 13:01:03 [astonbarclay.gb] INFO: Found listing with ID: 120714940
2026-03-24 13:01:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120714940%27 HTTP/1.1" 200 None
2026-03-24 13:01:03 [astonbarclay.gb] INFO: Scrape type for 120714940: 1
2026-03-24 13:01:03 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: ca7da0de-dcc0-5fc7-a7c8-f1b05bf3d521 with identifier: 120471411
2026-03-24 13:01:03 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-24 13:01:03 [urllib3.connectionpool] DEBUG: https://translate.google.com:443 "GET /m?tl=en&sl=auto&q=RED HTTP/1.1" 200 None
2026-03-24 13:01:03 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-24 13:01:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='auto',RowKey='auto') HTTP/1.1" 204 0
2026-03-24 13:01:03 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: ca7da0de-dcc0-5fc7-a7c8-f1b05bf3d521 with identifier: 120471411
2026-03-24 13:01:03 [scrapy.core.scraper] INFO: Dropped: Dropping expired listing: ca7da0de-dcc0-5fc7-a7c8-f1b05bf3d521 with expiration date: 2026-03-24T13:00:00Z
{'auction_title': '',
'c_o_2_emission_value': 124,
'color': 'RED',
'currency': 'GBP',
'doors_number': 3,
'emission_standard': 'EURO 5',
'engine': '1.2L',
'expiration_date': '2026-03-24T13:00:00Z',
'fuel_type': 'Petrol',
'id': 'ca7da0de-dcc0-5fc7-a7c8-f1b05bf3d521',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'PK12UCX',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120471411',
'listing': 'auction',
'location': 'Aston Barclay Wakefield',
'make': 'FORD',
'model': 'FIESTA HATCHBACK',
'odometer': 115366,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2012-05-31',
'seller_name': 'Cox Motor Group',
'title': 'FORD FIESTA HATCHBACK 1.25 Edge 3dr',
'transmission': 'manual',
'trim': '1.25 Edge 3dr',
'vin': None,
'year': 2012}
2026-03-24 13:01:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120471411%27 HTTP/1.1" 200 None
2026-03-24 13:01:03 [astonbarclay.gb] INFO: Saving data for 120471411: {'auction_closing_time': 1774357200.0, 'created_time': 1773947350.863812, 'last_price_update_time': 1774357263.383036}
2026-03-24 13:01:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:01:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120471411') HTTP/1.1" 204 0
2026-03-24 13:01:03 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120152272, 'registration': 'NA18XXV', 'account': 'AST058', 'make': 'BMW', 'model': '4 SERIES CONVERTIBLE', 'derivative': '420i M Sport 2dr [Professional Media]', 'mileage': 96649, 'mileageWarranty': True, 'type': 'car', 'saleId': 18906, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 648}, 'saleStart': '2026-03-24T13:00Z', 'lot': 652, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2018-06-20', 'fuel': 'Petrol', 'motExpiry': '2026-05-03', 'doors': 2, 'engineSize': 1998, 'bodyType': 'Convertible', 'images': ['https://abimg003.imgix.net/NA18XXV/2026-03-06/image/3c1568cc-406c-488f-846c-090e1c21d421_removebg.jpg?w=600', 'https://abimg003.imgix.net/NA18XXV/2026-03-06/image/157f7698-db15-49e9-8d4f-f1f27b412ab2_removebg.jpg?w=600', 'https://abimg003.imgix.net/NA18XXV/2026-03-06/image/d61b6ae7-5869-427a-ad89-0eb2e489becc_removebg.jpg?w=600', 'https://abimg003.imgix.net/NA18XXV/2026-03-06/image/e1646303-5e1b-428e-bb69-c3695754b3e3_removebg.jpg?w=600', 'https://abimg003.imgix.net/NA18XXV/2026-03-06/image/42f24e9f-2dbc-497c-a3e8-3313c10937a2_removebg.jpg?w=600', 'https://abimg003.imgix.net/NA18XXV/2026-03-06/image/6ac939c9-6c33-4ed1-99e4-ade5c6043fc3_removebg.jpg?w=600', 'https://abimg003.imgix.net/NA18XXV/2026-03-06/image/6b60b897-423f-45b2-861d-6fe25c35e485_removebg.jpg?w=600', 'https://abimg003.imgix.net/NA18XXV/2026-03-06/image/5d68f09e-b9fd-46b6-a533-5a604c487aa6_removebg.jpg?w=600', 'https://abimg003.imgix.net/NA18XXV/2026-03-06/image/2e508196-178a-46e9-940b-6a94080bf96f_removebg.jpg?w=600', 'https://abimg003.imgix.net/NA18XXV/2026-03-06/image/8a315302-6318-4cf3-ae4d-805093ec9fcc_removebg.jpg?w=600'], 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print 04/24- 70K, 03/25- 84K,', 'remarks': '**1411**VOSA STATES 29K, 44K, 48K, 49K, 70K, 87K', 'virtual': False, 'seller': 'LDG', '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/f24dcffa-69d6-41c7-b1c5-1529e2460a32.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 13:01:03 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120152272, 'registration': 'NA18XXV', 'account': 'AST058', 'make': 'BMW', 'model': '4 SERIES CONVERTIBLE', 'derivative': '420i M Sport 2dr [Professional Media]', 'mileage': 96649, 'mileageWarranty': True, 'type': 'car', 'saleId': 18906, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 648}, 'saleStart': '2026-03-24T13:00Z', 'lot': 652, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2018-06-20', 'fuel': 'Petrol', 'motExpiry': '2026-05-03', 'doors': 2, 'engineSize': 1998, 'bodyType': 'Convertible', 'images': ['https://abimg003.imgix.net/NA18XXV/2026-03-06/image/3c1568cc-406c-488f-846c-090e1c21d421_removebg.jpg?w=600', 'https://abimg003.imgix.net/NA18XXV/2026-03-06/image/157f7698-db15-49e9-8d4f-f1f27b412ab2_removebg.jpg?w=600', 'https://abimg003.imgix.net/NA18XXV/2026-03-06/image/d61b6ae7-5869-427a-ad89-0eb2e489becc_removebg.jpg?w=600', 'https://abimg003.imgix.net/NA18XXV/2026-03-06/image/e1646303-5e1b-428e-bb69-c3695754b3e3_removebg.jpg?w=600', 'https://abimg003.imgix.net/NA18XXV/2026-03-06/image/42f24e9f-2dbc-497c-a3e8-3313c10937a2_removebg.jpg?w=600', 'https://abimg003.imgix.net/NA18XXV/2026-03-06/image/6ac939c9-6c33-4ed1-99e4-ade5c6043fc3_removebg.jpg?w=600', 'https://abimg003.imgix.net/NA18XXV/2026-03-06/image/6b60b897-423f-45b2-861d-6fe25c35e485_removebg.jpg?w=600', 'https://abimg003.imgix.net/NA18XXV/2026-03-06/image/5d68f09e-b9fd-46b6-a533-5a604c487aa6_removebg.jpg?w=600', 'https://abimg003.imgix.net/NA18XXV/2026-03-06/image/2e508196-178a-46e9-940b-6a94080bf96f_removebg.jpg?w=600', 'https://abimg003.imgix.net/NA18XXV/2026-03-06/image/8a315302-6318-4cf3-ae4d-805093ec9fcc_removebg.jpg?w=600'], 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print 04/24- 70K, 03/25- 84K,', 'remarks': '**1411**VOSA STATES 29K, 44K, 48K, 49K, 70K, 87K', 'virtual': False, 'seller': 'LDG', '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/f24dcffa-69d6-41c7-b1c5-1529e2460a32.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 13:01:03 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7cd94dc3-e550-51e7-983d-040aaed16271 with identifier: 120152272
2026-03-24 13:01:03 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7cd94dc3-e550-51e7-983d-040aaed16271 with scrape type 2
2026-03-24 13:01:03 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7cd94dc3-e550-51e7-983d-040aaed16271 with scrape type 2
2026-03-24 13:01:03 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 7cd94dc3-e550-51e7-983d-040aaed16271, identifier: 120152272
2026-03-24 13:01:03 [astonbarclay.gb] INFO: Found listing with ID: 120716273
2026-03-24 13:01:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120716273%27 HTTP/1.1" 200 None
2026-03-24 13:01:03 [astonbarclay.gb] INFO: Scrape type for 120716273: 1
2026-03-24 13:01:03 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 7cd94dc3-e550-51e7-983d-040aaed16271 with identifier: 120152272
2026-03-24 13:01:03 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 7cd94dc3-e550-51e7-983d-040aaed16271 with identifier: 120152272
2026-03-24 13:01:03 [scrapy.core.scraper] INFO: Dropped: Dropping expired listing: 7cd94dc3-e550-51e7-983d-040aaed16271 with expiration date: 2026-03-24T13:00:00Z
{'auction_title': '',
'c_o_2_emission_value': 153,
'color': 'WHITE',
'currency': 'GBP',
'doors_number': 2,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'expiration_date': '2026-03-24T13:00:00Z',
'fuel_type': 'Petrol',
'id': '7cd94dc3-e550-51e7-983d-040aaed16271',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'NA18XXV',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120152272',
'listing': 'auction',
'location': 'Aston Barclay Wakefield',
'make': 'BMW',
'model': '4 SERIES CONVERTIBLE',
'odometer': 96649,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2018-06-20',
'seller_name': 'LDG',
'title': 'BMW 4 SERIES CONVERTIBLE 420i M Sport 2dr [Professional Media]',
'transmission': 'manual',
'trim': '420i M Sport 2dr [Professional Media]',
'vin': None,
'year': 2018}
2026-03-24 13:01:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120152272%27 HTTP/1.1" 200 None
2026-03-24 13:01:03 [astonbarclay.gb] INFO: Saving data for 120152272: {'auction_closing_time': 1774357200.0, 'created_time': 1773403547.113985, 'last_price_update_time': 1774357263.62778}
2026-03-24 13:01:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:01:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120152272') HTTP/1.1" 204 0
2026-03-24 13:01:03 [astonbarclay.gb] INFO: Found listing with ID: 120731867
2026-03-24 13:01:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120731867%27 HTTP/1.1" 200 None
2026-03-24 13:01:03 [astonbarclay.gb] INFO: Scrape type for 120731867: 1
2026-03-24 13:01:03 [astonbarclay.gb] INFO: Found listing with ID: 120695365
2026-03-24 13:01:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120695365%27 HTTP/1.1" 200 None
2026-03-24 13:01:03 [astonbarclay.gb] INFO: Scrape type for 120695365: 1
2026-03-24 13:01:03 [astonbarclay.gb] INFO: Found listing with ID: 120676801
2026-03-24 13:01:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120676801%27 HTTP/1.1" 200 None
2026-03-24 13:01:03 [astonbarclay.gb] INFO: Scrape type for 120676801: 0
2026-03-24 13:01:03 [astonbarclay.gb] INFO: Found listing with ID: 120679722
2026-03-24 13:01:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120679722%27 HTTP/1.1" 200 None
2026-03-24 13:01:03 [astonbarclay.gb] INFO: Scrape type for 120679722: 1
2026-03-24 13:01:03 [astonbarclay.gb] INFO: Found listing with ID: 120666826
2026-03-24 13:01:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120666826%27 HTTP/1.1" 200 None
2026-03-24 13:01:03 [astonbarclay.gb] INFO: Scrape type for 120666826: 1
2026-03-24 13:01:03 [astonbarclay.gb] INFO: Found listing with ID: 120670779
2026-03-24 13:01:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120670779%27 HTTP/1.1" 200 None
2026-03-24 13:01:03 [astonbarclay.gb] INFO: Scrape type for 120670779: 0
2026-03-24 13:01:03 [astonbarclay.gb] INFO: Found listing with ID: 120670068
2026-03-24 13:01:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120670068%27 HTTP/1.1" 200 None
2026-03-24 13:01:03 [astonbarclay.gb] INFO: Scrape type for 120670068: 1
2026-03-24 13:01:03 [astonbarclay.gb] INFO: Found listing with ID: 120695356
2026-03-24 13:01:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120695356%27 HTTP/1.1" 200 None
2026-03-24 13:01:03 [astonbarclay.gb] INFO: Scrape type for 120695356: 1
2026-03-24 13:01:03 [astonbarclay.gb] INFO: Found listing with ID: 115487581
2026-03-24 13:01:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27115487581%27 HTTP/1.1" 200 None
2026-03-24 13:01:03 [astonbarclay.gb] INFO: Scrape type for 115487581: 1
2026-03-24 13:01:03 [astonbarclay.gb] INFO: Found listing with ID: 120591393
2026-03-24 13:01:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120591393%27 HTTP/1.1" 200 None
2026-03-24 13:01:03 [astonbarclay.gb] INFO: Scrape type for 120591393: 0
2026-03-24 13:01:03 [astonbarclay.gb] INFO: Found listing with ID: 120695242
2026-03-24 13:01:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120695242%27 HTTP/1.1" 200 None
2026-03-24 13:01:03 [astonbarclay.gb] INFO: Scrape type for 120695242: 1
2026-03-24 13:01:03 [astonbarclay.gb] INFO: Found listing with ID: 120695286
2026-03-24 13:01:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120695286%27 HTTP/1.1" 200 None
2026-03-24 13:01:03 [astonbarclay.gb] INFO: Scrape type for 120695286: 1
2026-03-24 13:01:03 [astonbarclay.gb] INFO: Found listing with ID: 120695273
2026-03-24 13:01:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120695273%27 HTTP/1.1" 200 None
2026-03-24 13:01:03 [astonbarclay.gb] INFO: Scrape type for 120695273: 1
2026-03-24 13:01:03 [astonbarclay.gb] INFO: Found listing with ID: 120695260
2026-03-24 13:01:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120695260%27 HTTP/1.1" 200 None
2026-03-24 13:01:03 [astonbarclay.gb] INFO: Scrape type for 120695260: 1
2026-03-24 13:01:03 [astonbarclay.gb] INFO: Found listing with ID: 120695251
2026-03-24 13:01:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120695251%27 HTTP/1.1" 200 None
2026-03-24 13:01:03 [astonbarclay.gb] INFO: Scrape type for 120695251: 1
2026-03-24 13:01:03 [astonbarclay.gb] INFO: Found listing with ID: 120625573
2026-03-24 13:01:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120625573%27 HTTP/1.1" 200 None
2026-03-24 13:01:03 [astonbarclay.gb] INFO: Scrape type for 120625573: 0
2026-03-24 13:01:03 [astonbarclay.gb] INFO: Found listing with ID: 120592174
2026-03-24 13:01:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120592174%27 HTTP/1.1" 200 None
2026-03-24 13:01:03 [astonbarclay.gb] INFO: Scrape type for 120592174: 0
2026-03-24 13:01:03 [astonbarclay.gb] INFO: Found listing with ID: 120669991
2026-03-24 13:01:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120669991%27 HTTP/1.1" 200 None
2026-03-24 13:01:03 [astonbarclay.gb] INFO: Scrape type for 120669991: 1
2026-03-24 13:01:03 [astonbarclay.gb] INFO: Found listing with ID: 120716362
2026-03-24 13:01:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120716362%27 HTTP/1.1" 200 None
2026-03-24 13:01:03 [astonbarclay.gb] INFO: Scrape type for 120716362: 1
2026-03-24 13:01:03 [astonbarclay.gb] INFO: Found listing with ID: 120646744
2026-03-24 13:01:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120646744%27 HTTP/1.1" 200 None
2026-03-24 13:01:04 [astonbarclay.gb] INFO: Scrape type for 120646744: 0
2026-03-24 13:01:04 [astonbarclay.gb] INFO: Found listing with ID: 120631174
2026-03-24 13:01:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120631174%27 HTTP/1.1" 200 None
2026-03-24 13:01:04 [astonbarclay.gb] INFO: Scrape type for 120631174: 0
2026-03-24 13:01:04 [astonbarclay.gb] INFO: Found listing with ID: 120629972
2026-03-24 13:01:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120629972%27 HTTP/1.1" 200 None
2026-03-24 13:01:04 [astonbarclay.gb] INFO: Scrape type for 120629972: 0
2026-03-24 13:01:04 [astonbarclay.gb] INFO: Found listing with ID: 120466492
2026-03-24 13:01:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120466492%27 HTTP/1.1" 200 None
2026-03-24 13:01:04 [astonbarclay.gb] INFO: Scrape type for 120466492: 2
2026-03-24 13:01:04 [astonbarclay.gb] INFO: Found listing with ID: 120592412
2026-03-24 13:01:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120592412%27 HTTP/1.1" 200 None
2026-03-24 13:01:04 [astonbarclay.gb] INFO: Scrape type for 120592412: 2
2026-03-24 13:01:04 [astonbarclay.gb] INFO: Found listing with ID: 120715036
2026-03-24 13:01:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120715036%27 HTTP/1.1" 200 None
2026-03-24 13:01:04 [astonbarclay.gb] INFO: Scrape type for 120715036: 1
2026-03-24 13:01:04 [astonbarclay.gb] INFO: Found listing with ID: 120693161
2026-03-24 13:01:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120693161%27 HTTP/1.1" 200 None
2026-03-24 13:01:04 [astonbarclay.gb] INFO: Scrape type for 120693161: 1
2026-03-24 13:01:04 [astonbarclay.gb] INFO: Found listing with ID: 120591357
2026-03-24 13:01:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120591357%27 HTTP/1.1" 200 None
2026-03-24 13:01:04 [astonbarclay.gb] INFO: Scrape type for 120591357: 0
2026-03-24 13:01:04 [astonbarclay.gb] INFO: Found listing with ID: 120627497
2026-03-24 13:01:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120627497%27 HTTP/1.1" 200 None
2026-03-24 13:01:04 [astonbarclay.gb] INFO: Scrape type for 120627497: 0
2026-03-24 13:01:04 [astonbarclay.gb] INFO: Found listing with ID: 120556298
2026-03-24 13:01:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120556298%27 HTTP/1.1" 200 None
2026-03-24 13:01:04 [astonbarclay.gb] INFO: Scrape type for 120556298: 2
2026-03-24 13:01:04 [astonbarclay.gb] INFO: Found listing with ID: 120715046
2026-03-24 13:01:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120715046%27 HTTP/1.1" 200 None
2026-03-24 13:01:04 [astonbarclay.gb] INFO: Scrape type for 120715046: 1
2026-03-24 13:01:04 [astonbarclay.gb] INFO: Found listing with ID: 120716291
2026-03-24 13:01:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120716291%27 HTTP/1.1" 200 None
2026-03-24 13:01:04 [astonbarclay.gb] INFO: Scrape type for 120716291: 1
2026-03-24 13:01:04 [astonbarclay.gb] INFO: Found listing with ID: 120678881
2026-03-24 13:01:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120678881%27 HTTP/1.1" 200 None
2026-03-24 13:01:04 [astonbarclay.gb] INFO: Scrape type for 120678881: 0
2026-03-24 13:01:04 [astonbarclay.gb] INFO: Found listing with ID: 120686475
2026-03-24 13:01:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120686475%27 HTTP/1.1" 200 None
2026-03-24 13:01:04 [astonbarclay.gb] INFO: Scrape type for 120686475: 0
2026-03-24 13:01:04 [astonbarclay.gb] INFO: Found listing with ID: 120715027
2026-03-24 13:01:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120715027%27 HTTP/1.1" 200 None
2026-03-24 13:01:04 [astonbarclay.gb] INFO: Scrape type for 120715027: 1
2026-03-24 13:01:04 [astonbarclay.gb] INFO: Found listing with ID: 120627663
2026-03-24 13:01:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120627663%27 HTTP/1.1" 200 None
2026-03-24 13:01:04 [astonbarclay.gb] INFO: Scrape type for 120627663: 0
2026-03-24 13:01:04 [astonbarclay.gb] INFO: Found listing with ID: 120714990
2026-03-24 13:01:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120714990%27 HTTP/1.1" 200 None
2026-03-24 13:01:04 [astonbarclay.gb] INFO: Scrape type for 120714990: 1
2026-03-24 13:01:04 [astonbarclay.gb] INFO: Found listing with ID: 119427785
2026-03-24 13:01:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27119427785%27 HTTP/1.1" 200 None
2026-03-24 13:01:04 [astonbarclay.gb] INFO: Scrape type for 119427785: 0
2026-03-24 13:01:04 [astonbarclay.gb] INFO: Found listing with ID: 119408215
2026-03-24 13:01:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27119408215%27 HTTP/1.1" 200 None
2026-03-24 13:01:04 [astonbarclay.gb] INFO: Scrape type for 119408215: 0
2026-03-24 13:01:04 [astonbarclay.gb] INFO: Found listing with ID: 119328453
2026-03-24 13:01:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27119328453%27 HTTP/1.1" 200 None
2026-03-24 13:01:04 [astonbarclay.gb] INFO: Scrape type for 119328453: 0
2026-03-24 13:01:04 [astonbarclay.gb] INFO: Found listing with ID: 119203393
2026-03-24 13:01:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27119203393%27 HTTP/1.1" 200 None
2026-03-24 13:01:04 [astonbarclay.gb] INFO: Scrape type for 119203393: 0
2026-03-24 13:01:04 [astonbarclay.gb] INFO: Found listing with ID: 118537231
2026-03-24 13:01:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27118537231%27 HTTP/1.1" 200 None
2026-03-24 13:01:04 [astonbarclay.gb] INFO: Scrape type for 118537231: 0
2026-03-24 13:01:04 [astonbarclay.gb] INFO: Found listing with ID: 119328399
2026-03-24 13:01:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27119328399%27 HTTP/1.1" 200 None
2026-03-24 13:01:04 [astonbarclay.gb] INFO: Scrape type for 119328399: 0
2026-03-24 13:01:04 [astonbarclay.gb] INFO: Found listing with ID: 119348144
2026-03-24 13:01:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27119348144%27 HTTP/1.1" 200 None
2026-03-24 13:01:04 [astonbarclay.gb] INFO: Scrape type for 119348144: 0
2026-03-24 13:01:04 [astonbarclay.gb] INFO: Found listing with ID: 119348869
2026-03-24 13:01:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27119348869%27 HTTP/1.1" 200 None
2026-03-24 13:01:04 [astonbarclay.gb] INFO: Scrape type for 119348869: 0
2026-03-24 13:01:04 [astonbarclay.gb] INFO: Found listing with ID: 120594672
2026-03-24 13:01:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120594672%27 HTTP/1.1" 200 None
2026-03-24 13:01:04 [astonbarclay.gb] INFO: Scrape type for 120594672: 2
2026-03-24 13:01:04 [astonbarclay.gb] INFO: Found listing with ID: 120615564
2026-03-24 13:01:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120615564%27 HTTP/1.1" 200 None
2026-03-24 13:01:04 [astonbarclay.gb] INFO: Scrape type for 120615564: 2
2026-03-24 13:01:04 [astonbarclay.gb] INFO: Found listing with ID: 120691672
2026-03-24 13:01:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120691672%27 HTTP/1.1" 200 None
2026-03-24 13:01:04 [astonbarclay.gb] INFO: Scrape type for 120691672: 0
2026-03-24 13:01:04 [astonbarclay.gb] INFO: Found listing with ID: 120624729
2026-03-24 13:01:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120624729%27 HTTP/1.1" 200 None
2026-03-24 13:01:04 [astonbarclay.gb] INFO: Scrape type for 120624729: 0
2026-03-24 13:01:04 [astonbarclay.gb] INFO: Found listing with ID: 120060692
2026-03-24 13:01:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120060692%27 HTTP/1.1" 200 None
2026-03-24 13:01:04 [astonbarclay.gb] INFO: Scrape type for 120060692: 0
2026-03-24 13:01:04 [astonbarclay.gb] INFO: Found listing with ID: 118796475
2026-03-24 13:01:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27118796475%27 HTTP/1.1" 200 None
2026-03-24 13:01:04 [astonbarclay.gb] INFO: Scrape type for 118796475: 2
2026-03-24 13:01:04 [astonbarclay.gb] INFO: Found listing with ID: 120688360
2026-03-24 13:01:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120688360%27 HTTP/1.1" 200 None
2026-03-24 13:01:04 [astonbarclay.gb] INFO: Scrape type for 120688360: 0
2026-03-24 13:01:04 [astonbarclay.gb] INFO: Found listing with ID: 120618676
2026-03-24 13:01:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120618676%27 HTTP/1.1" 200 None
2026-03-24 13:01:04 [astonbarclay.gb] INFO: Scrape type for 120618676: 2
2026-03-24 13:01:04 [astonbarclay.gb] INFO: Found listing with ID: 120631938
2026-03-24 13:01:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120631938%27 HTTP/1.1" 200 None
2026-03-24 13:01:04 [astonbarclay.gb] INFO: Scrape type for 120631938: 0
2026-03-24 13:01:04 [astonbarclay.gb] INFO: Found listing with ID: 120128301
2026-03-24 13:01:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120128301%27 HTTP/1.1" 200 None
2026-03-24 13:01:04 [astonbarclay.gb] INFO: Scrape type for 120128301: 0
2026-03-24 13:01:04 [astonbarclay.gb] INFO: Found listing with ID: 120123734
2026-03-24 13:01:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120123734%27 HTTP/1.1" 200 None
2026-03-24 13:01:04 [astonbarclay.gb] INFO: Scrape type for 120123734: 2
2026-03-24 13:01:04 [astonbarclay.gb] INFO: Found listing with ID: 119707891
2026-03-24 13:01:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27119707891%27 HTTP/1.1" 200 None
2026-03-24 13:01:04 [astonbarclay.gb] INFO: Scrape type for 119707891: 0
2026-03-24 13:01:04 [astonbarclay.gb] INFO: Found listing with ID: 120618602
2026-03-24 13:01:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120618602%27 HTTP/1.1" 200 None
2026-03-24 13:01:04 [astonbarclay.gb] INFO: Scrape type for 120618602: 2
2026-03-24 13:01:04 [astonbarclay.gb] INFO: Found listing with ID: 120658704
2026-03-24 13:01:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120658704%27 HTTP/1.1" 200 None
2026-03-24 13:01:04 [astonbarclay.gb] INFO: Scrape type for 120658704: 2
2026-03-24 13:01:04 [astonbarclay.gb] INFO: Found listing with ID: 119118258
2026-03-24 13:01:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27119118258%27 HTTP/1.1" 200 None
2026-03-24 13:01:04 [astonbarclay.gb] INFO: Scrape type for 119118258: 2
2026-03-24 13:01:04 [astonbarclay.gb] INFO: Found listing with ID: 119819250
2026-03-24 13:01:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27119819250%27 HTTP/1.1" 200 None
2026-03-24 13:01:04 [astonbarclay.gb] INFO: Scrape type for 119819250: 2
2026-03-24 13:01:04 [astonbarclay.gb] INFO: Found listing with ID: 120326071
2026-03-24 13:01:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120326071%27 HTTP/1.1" 200 None
2026-03-24 13:01:04 [astonbarclay.gb] INFO: Scrape type for 120326071: 2
2026-03-24 13:01:04 [astonbarclay.gb] INFO: Found listing with ID: 118978647
2026-03-24 13:01:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27118978647%27 HTTP/1.1" 200 None
2026-03-24 13:01:04 [astonbarclay.gb] INFO: Scrape type for 118978647: 0
2026-03-24 13:01:04 [astonbarclay.gb] INFO: Found listing with ID: 120663571
2026-03-24 13:01:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120663571%27 HTTP/1.1" 200 None
2026-03-24 13:01:04 [astonbarclay.gb] INFO: Scrape type for 120663571: 0
2026-03-24 13:01:04 [astonbarclay.gb] INFO: Found listing with ID: 119766991
2026-03-24 13:01:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27119766991%27 HTTP/1.1" 200 None
2026-03-24 13:01:04 [astonbarclay.gb] INFO: Scrape type for 119766991: 2
2026-03-24 13:01:04 [astonbarclay.gb] INFO: Found listing with ID: 120664590
2026-03-24 13:01:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120664590%27 HTTP/1.1" 200 None
2026-03-24 13:01:04 [astonbarclay.gb] INFO: Scrape type for 120664590: 0
2026-03-24 13:01:04 [astonbarclay.gb] INFO: Found listing with ID: 120688313
2026-03-24 13:01:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120688313%27 HTTP/1.1" 200 None
2026-03-24 13:01:04 [astonbarclay.gb] INFO: Scrape type for 120688313: 1
2026-03-24 13:01:04 [astonbarclay.gb] INFO: Found listing with ID: 120713991
2026-03-24 13:01:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120713991%27 HTTP/1.1" 200 None
2026-03-24 13:01:04 [astonbarclay.gb] INFO: Scrape type for 120713991: 1
2026-03-24 13:01:04 [astonbarclay.gb] INFO: Found listing with ID: 120714043
2026-03-24 13:01:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120714043%27 HTTP/1.1" 200 None
2026-03-24 13:01:04 [astonbarclay.gb] INFO: Scrape type for 120714043: 1
2026-03-24 13:01:04 [astonbarclay.gb] INFO: Found listing with ID: 120309163
2026-03-24 13:01:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120309163%27 HTTP/1.1" 200 None
2026-03-24 13:01:04 [astonbarclay.gb] INFO: Scrape type for 120309163: 2
2026-03-24 13:01:04 [astonbarclay.gb] INFO: Found listing with ID: 120417051
2026-03-24 13:01:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120417051%27 HTTP/1.1" 200 None
2026-03-24 13:01:04 [astonbarclay.gb] INFO: Scrape type for 120417051: 0
2026-03-24 13:01:04 [astonbarclay.gb] INFO: Found listing with ID: 120689132
2026-03-24 13:01:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120689132%27 HTTP/1.1" 200 None
2026-03-24 13:01:05 [astonbarclay.gb] INFO: Scrape type for 120689132: 0
2026-03-24 13:01:05 [astonbarclay.gb] INFO: Found listing with ID: 120681200
2026-03-24 13:01:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120681200%27 HTTP/1.1" 200 None
2026-03-24 13:01:05 [astonbarclay.gb] INFO: Scrape type for 120681200: 0
2026-03-24 13:01:05 [astonbarclay.gb] INFO: Found listing with ID: 120689970
2026-03-24 13:01:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120689970%27 HTTP/1.1" 200 None
2026-03-24 13:01:05 [astonbarclay.gb] INFO: Scrape type for 120689970: 0
2026-03-24 13:01:05 [astonbarclay.gb] INFO: Found listing with ID: 120690647
2026-03-24 13:01:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120690647%27 HTTP/1.1" 200 None
2026-03-24 13:01:05 [astonbarclay.gb] INFO: Scrape type for 120690647: 0
2026-03-24 13:01:05 [astonbarclay.gb] INFO: Found listing with ID: 120688561
2026-03-24 13:01:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120688561%27 HTTP/1.1" 200 None
2026-03-24 13:01:05 [astonbarclay.gb] INFO: Scrape type for 120688561: 0
2026-03-24 13:01:05 [astonbarclay.gb] INFO: Found listing with ID: 120714054
2026-03-24 13:01:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120714054%27 HTTP/1.1" 200 None
2026-03-24 13:01:05 [astonbarclay.gb] INFO: Scrape type for 120714054: 1
2026-03-24 13:01:05 [astonbarclay.gb] INFO: Found listing with ID: 120678615
2026-03-24 13:01:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120678615%27 HTTP/1.1" 200 None
2026-03-24 13:01:05 [astonbarclay.gb] INFO: Scrape type for 120678615: 0
2026-03-24 13:01:05 [astonbarclay.gb] INFO: Found listing with ID: 120733470
2026-03-24 13:01:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120733470%27 HTTP/1.1" 200 None
2026-03-24 13:01:05 [astonbarclay.gb] INFO: Scrape type for 120733470: 1
2026-03-24 13:01:05 [astonbarclay.gb] INFO: Found listing with ID: 120680410
2026-03-24 13:01:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120680410%27 HTTP/1.1" 200 None
2026-03-24 13:01:05 [astonbarclay.gb] INFO: Scrape type for 120680410: 0
2026-03-24 13:01:05 [astonbarclay.gb] INFO: Found listing with ID: 120683124
2026-03-24 13:01:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120683124%27 HTTP/1.1" 200 None
2026-03-24 13:01:05 [astonbarclay.gb] INFO: Scrape type for 120683124: 0
2026-03-24 13:01:05 [astonbarclay.gb] INFO: Found listing with ID: 119466330
2026-03-24 13:01:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27119466330%27 HTTP/1.1" 200 None
2026-03-24 13:01:05 [astonbarclay.gb] INFO: Scrape type for 119466330: 2
2026-03-24 13:01:05 [astonbarclay.gb] INFO: Found listing with ID: 120714534
2026-03-24 13:01:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120714534%27 HTTP/1.1" 200 None
2026-03-24 13:01:05 [astonbarclay.gb] INFO: Scrape type for 120714534: 0
2026-03-24 13:01:05 [astonbarclay.gb] INFO: Found listing with ID: 120697033
2026-03-24 13:01:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120697033%27 HTTP/1.1" 200 None
2026-03-24 13:01:05 [astonbarclay.gb] INFO: Scrape type for 120697033: 0
2026-03-24 13:01:05 [astonbarclay.gb] INFO: Found listing with ID: 120729375
2026-03-24 13:01:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120729375%27 HTTP/1.1" 200 None
2026-03-24 13:01:05 [astonbarclay.gb] INFO: Scrape type for 120729375: 1
2026-03-24 13:01:05 [astonbarclay.gb] INFO: Found listing with ID: 120732829
2026-03-24 13:01:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120732829%27 HTTP/1.1" 200 None
2026-03-24 13:01:05 [astonbarclay.gb] INFO: Scrape type for 120732829: 1
2026-03-24 13:01:05 [astonbarclay.gb] INFO: Found listing with ID: 118686440
2026-03-24 13:01:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27118686440%27 HTTP/1.1" 200 None
2026-03-24 13:01:05 [astonbarclay.gb] INFO: Scrape type for 118686440: 2
2026-03-24 13:01:05 [astonbarclay.gb] INFO: Found listing with ID: 120695121
2026-03-24 13:01:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120695121%27 HTTP/1.1" 200 None
2026-03-24 13:01:05 [astonbarclay.gb] INFO: Scrape type for 120695121: 1
2026-03-24 13:01:05 [astonbarclay.gb] INFO: Found listing with ID: 120715801
2026-03-24 13:01:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120715801%27 HTTP/1.1" 200 None
2026-03-24 13:01:05 [astonbarclay.gb] INFO: Scrape type for 120715801: 1
2026-03-24 13:01:05 [astonbarclay.gb] INFO: Found listing with ID: 120688324
2026-03-24 13:01:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120688324%27 HTTP/1.1" 200 None
2026-03-24 13:01:05 [astonbarclay.gb] INFO: Scrape type for 120688324: 0
2026-03-24 13:01:05 [astonbarclay.gb] INFO: Found listing with ID: 120714077
2026-03-24 13:01:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120714077%27 HTTP/1.1" 200 None
2026-03-24 13:01:05 [astonbarclay.gb] INFO: Scrape type for 120714077: 1
2026-03-24 13:01:05 [astonbarclay.gb] INFO: Found listing with ID: 120714062
2026-03-24 13:01:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120714062%27 HTTP/1.1" 200 None
2026-03-24 13:01:05 [astonbarclay.gb] INFO: Scrape type for 120714062: 1
2026-03-24 13:01:05 [astonbarclay.gb] INFO: Found listing with ID: 120685959
2026-03-24 13:01:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120685959%27 HTTP/1.1" 200 None
2026-03-24 13:01:05 [astonbarclay.gb] INFO: Scrape type for 120685959: 1
2026-03-24 13:01:05 [astonbarclay.gb] INFO: Found listing with ID: 120654534
2026-03-24 13:01:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120654534%27 HTTP/1.1" 200 None
2026-03-24 13:01:05 [astonbarclay.gb] INFO: Scrape type for 120654534: 1
2026-03-24 13:01:05 [astonbarclay.gb] INFO: Found listing with ID: 120680805
2026-03-24 13:01:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120680805%27 HTTP/1.1" 200 None
2026-03-24 13:01:05 [astonbarclay.gb] INFO: Scrape type for 120680805: 0
2026-03-24 13:01:05 [astonbarclay.gb] INFO: Found listing with ID: 120401505
2026-03-24 13:01:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120401505%27 HTTP/1.1" 200 None
2026-03-24 13:01:05 [astonbarclay.gb] INFO: Scrape type for 120401505: 2
2026-03-24 13:01:05 [astonbarclay.gb] INFO: Found listing with ID: 120691178
2026-03-24 13:01:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120691178%27 HTTP/1.1" 200 None
2026-03-24 13:01:05 [astonbarclay.gb] INFO: Scrape type for 120691178: 0
2026-03-24 13:01:05 [astonbarclay.gb] INFO: Found listing with ID: 120248585
2026-03-24 13:01:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120248585%27 HTTP/1.1" 200 None
2026-03-24 13:01:05 [astonbarclay.gb] INFO: Scrape type for 120248585: 0
2026-03-24 13:01:05 [astonbarclay.gb] INFO: Found listing with ID: 120681802
2026-03-24 13:01:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120681802%27 HTTP/1.1" 200 None
2026-03-24 13:01:05 [astonbarclay.gb] INFO: Scrape type for 120681802: 0
2026-03-24 13:01:05 [astonbarclay.gb] INFO: Found listing with ID: 120674268
2026-03-24 13:01:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120674268%27 HTTP/1.1" 200 None
2026-03-24 13:01:05 [astonbarclay.gb] INFO: Scrape type for 120674268: 0
2026-03-24 13:01:05 [astonbarclay.gb] INFO: Found listing with ID: 120687954
2026-03-24 13:01:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120687954%27 HTTP/1.1" 200 None
2026-03-24 13:01:05 [astonbarclay.gb] INFO: Scrape type for 120687954: 0
2026-03-24 13:01:05 [astonbarclay.gb] INFO: Found listing with ID: 120693666
2026-03-24 13:01:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120693666%27 HTTP/1.1" 200 None
2026-03-24 13:01:05 [astonbarclay.gb] INFO: Scrape type for 120693666: 0
2026-03-24 13:01:05 [astonbarclay.gb] INFO: Found listing with ID: 120713969
2026-03-24 13:01:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120713969%27 HTTP/1.1" 200 None
2026-03-24 13:01:05 [astonbarclay.gb] INFO: Scrape type for 120713969: 1
2026-03-24 13:01:05 [astonbarclay.gb] INFO: Found listing with ID: 120713746
2026-03-24 13:01:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120713746%27 HTTP/1.1" 200 None
2026-03-24 13:01:05 [astonbarclay.gb] INFO: Scrape type for 120713746: 1
2026-03-24 13:01:05 [astonbarclay.gb] INFO: Found listing with ID: 120688243
2026-03-24 13:01:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120688243%27 HTTP/1.1" 200 None
2026-03-24 13:01:05 [astonbarclay.gb] INFO: Scrape type for 120688243: 0
2026-03-24 13:01:05 [astonbarclay.gb] INFO: Found listing with ID: 120687223
2026-03-24 13:01:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120687223%27 HTTP/1.1" 200 None
2026-03-24 13:01:05 [astonbarclay.gb] INFO: Scrape type for 120687223: 0
2026-03-24 13:01:05 [astonbarclay.gb] INFO: Found listing with ID: 120690055
2026-03-24 13:01:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120690055%27 HTTP/1.1" 200 None
2026-03-24 13:01:05 [astonbarclay.gb] INFO: Scrape type for 120690055: 0
2026-03-24 13:01:05 [astonbarclay.gb] INFO: Found listing with ID: 120677113
2026-03-24 13:01:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120677113%27 HTTP/1.1" 200 None
2026-03-24 13:01:05 [astonbarclay.gb] INFO: Scrape type for 120677113: 0
2026-03-24 13:01:05 [astonbarclay.gb] INFO: Found listing with ID: 120689230
2026-03-24 13:01:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120689230%27 HTTP/1.1" 200 None
2026-03-24 13:01:05 [astonbarclay.gb] INFO: Scrape type for 120689230: 0
2026-03-24 13:01:05 [astonbarclay.gb] INFO: Found listing with ID: 120691092
2026-03-24 13:01:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120691092%27 HTTP/1.1" 200 None
2026-03-24 13:01:05 [astonbarclay.gb] INFO: Scrape type for 120691092: 0
2026-03-24 13:01:05 [astonbarclay.gb] INFO: Found listing with ID: 120692322
2026-03-24 13:01:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120692322%27 HTTP/1.1" 200 None
2026-03-24 13:01:05 [astonbarclay.gb] INFO: Scrape type for 120692322: 0
2026-03-24 13:01:05 [astonbarclay.gb] INFO: Found listing with ID: 120277955
2026-03-24 13:01:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120277955%27 HTTP/1.1" 200 None
2026-03-24 13:01:05 [astonbarclay.gb] INFO: Scrape type for 120277955: 0
2026-03-24 13:01:05 [astonbarclay.gb] INFO: Found listing with ID: 120692763
2026-03-24 13:01:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120692763%27 HTTP/1.1" 200 None
2026-03-24 13:01:05 [astonbarclay.gb] INFO: Scrape type for 120692763: 0
2026-03-24 13:01:05 [astonbarclay.gb] INFO: Found listing with ID: 120538387
2026-03-24 13:01:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120538387%27 HTTP/1.1" 200 None
2026-03-24 13:01:05 [astonbarclay.gb] INFO: Scrape type for 120538387: 2
2026-03-24 13:01:05 [astonbarclay.gb] INFO: Found listing with ID: 120694326
2026-03-24 13:01:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120694326%27 HTTP/1.1" 200 None
2026-03-24 13:01:05 [astonbarclay.gb] INFO: Scrape type for 120694326: 0
2026-03-24 13:01:05 [astonbarclay.gb] INFO: Found listing with ID: 120695565
2026-03-24 13:01:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120695565%27 HTTP/1.1" 200 None
2026-03-24 13:01:05 [astonbarclay.gb] INFO: Scrape type for 120695565: 0
2026-03-24 13:01:05 [astonbarclay.gb] INFO: Found listing with ID: 116946906
2026-03-24 13:01:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27116946906%27 HTTP/1.1" 200 None
2026-03-24 13:01:05 [astonbarclay.gb] INFO: Scrape type for 116946906: 2
2026-03-24 13:01:05 [astonbarclay.gb] INFO: Found listing with ID: 120695175
2026-03-24 13:01:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120695175%27 HTTP/1.1" 200 None
2026-03-24 13:01:05 [astonbarclay.gb] INFO: Scrape type for 120695175: 0
2026-03-24 13:01:05 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120188516?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-24 13:01:05 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:01:06 [scrapy.extensions.logstats] INFO: Crawled 19 pages (at 19 pages/min), scraped 0 items (at 0 items/min)
2026-03-24 13:01:06 [scrapy.extensions.memusage] INFO: Peak memory usage is 180MiB
2026-03-24 13:01:06 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120188516, 'registration': 'MX20RAU', 'account': 'AST058', 'make': 'FORD', 'model': 'FOCUS DIESEL ESTATE', 'derivative': '1.5 EcoBlue 120 Active Auto 5dr', 'mileage': 110032, 'mileageWarranty': True, 'type': 'car', 'saleId': 18906, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 648}, 'saleStart': '2026-03-24T13:00Z', 'lot': 654, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2020-03-04', 'fuel': 'Diesel', 'motExpiry': '2026-03-30', 'doors': 5, 'engineSize': 1499, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/MX20RAU/2026-03-05/image/e1d87b3d-399a-44ab-ae00-578790df4a67_removebg.jpg?w=600', 'https://abimg003.imgix.net/MX20RAU/2026-03-05/image/d9c835a9-c9d0-4fe2-9792-e52324113766_removebg.jpg?w=600', 'https://abimg003.imgix.net/MX20RAU/2026-03-05/image/c8dc4a47-ec06-45b2-a328-a573bb77ca60_removebg.jpg?w=600', 'https://abimg003.imgix.net/MX20RAU/2026-03-05/image/c8a2a2d8-b9de-4e2c-9001-c191c1c855a9_removebg.jpg?w=600', 'https://abimg003.imgix.net/MX20RAU/2026-03-05/image/e7fc3e1e-be57-40e7-83a3-8d054baa4525_removebg.jpg?w=600', 'https://abimg003.imgix.net/MX20RAU/2026-03-05/image/58ef96ff-496f-4f9b-be59-2337470ff48f_removebg.jpg?w=600', 'https://abimg003.imgix.net/MX20RAU/2026-03-05/image/d2797817-e4b3-447f-854a-1fdfef4147bd_removebg.jpg?w=600', 'https://abimg003.imgix.net/MX20RAU/2026-03-05/image/332742ee-17f4-418b-9818-1180808e73b4_removebg.jpg?w=600', 'https://abimg003.imgix.net/MX20RAU/2026-03-05/image/b6777513-27d5-42da-ace9-06819b8e0a75_removebg.jpg?w=600'], 'colour': 'BLUE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 01/21-25K, 05/22-55K, 11/22-68K, 04/23-80K, 05/24-109K,', 'remarks': '**1541**Ex-Private Hire VOSA STATES 73K, 100K, 104K,', 'virtual': False, 'seller': 'LDG', '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/a625f402-dbc5-4c9d-8384-48105117d3cf.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 13:01:06 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120188516, 'registration': 'MX20RAU', 'account': 'AST058', 'make': 'FORD', 'model': 'FOCUS DIESEL ESTATE', 'derivative': '1.5 EcoBlue 120 Active Auto 5dr', 'mileage': 110032, 'mileageWarranty': True, 'type': 'car', 'saleId': 18906, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 648}, 'saleStart': '2026-03-24T13:00Z', 'lot': 654, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2020-03-04', 'fuel': 'Diesel', 'motExpiry': '2026-03-30', 'doors': 5, 'engineSize': 1499, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/MX20RAU/2026-03-05/image/e1d87b3d-399a-44ab-ae00-578790df4a67_removebg.jpg?w=600', 'https://abimg003.imgix.net/MX20RAU/2026-03-05/image/d9c835a9-c9d0-4fe2-9792-e52324113766_removebg.jpg?w=600', 'https://abimg003.imgix.net/MX20RAU/2026-03-05/image/c8dc4a47-ec06-45b2-a328-a573bb77ca60_removebg.jpg?w=600', 'https://abimg003.imgix.net/MX20RAU/2026-03-05/image/c8a2a2d8-b9de-4e2c-9001-c191c1c855a9_removebg.jpg?w=600', 'https://abimg003.imgix.net/MX20RAU/2026-03-05/image/e7fc3e1e-be57-40e7-83a3-8d054baa4525_removebg.jpg?w=600', 'https://abimg003.imgix.net/MX20RAU/2026-03-05/image/58ef96ff-496f-4f9b-be59-2337470ff48f_removebg.jpg?w=600', 'https://abimg003.imgix.net/MX20RAU/2026-03-05/image/d2797817-e4b3-447f-854a-1fdfef4147bd_removebg.jpg?w=600', 'https://abimg003.imgix.net/MX20RAU/2026-03-05/image/332742ee-17f4-418b-9818-1180808e73b4_removebg.jpg?w=600', 'https://abimg003.imgix.net/MX20RAU/2026-03-05/image/b6777513-27d5-42da-ace9-06819b8e0a75_removebg.jpg?w=600'], 'colour': 'BLUE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 01/21-25K, 05/22-55K, 11/22-68K, 04/23-80K, 05/24-109K,', 'remarks': '**1541**Ex-Private Hire VOSA STATES 73K, 100K, 104K,', 'virtual': False, 'seller': 'LDG', '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/a625f402-dbc5-4c9d-8384-48105117d3cf.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 13:01:06 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1938158e-9a4a-5dfe-bab8-d001214b43e6 with identifier: 120188516
2026-03-24 13:01:06 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1938158e-9a4a-5dfe-bab8-d001214b43e6 with scrape type 2
2026-03-24 13:01:06 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1938158e-9a4a-5dfe-bab8-d001214b43e6 with scrape type 2
2026-03-24 13:01:06 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 1938158e-9a4a-5dfe-bab8-d001214b43e6, identifier: 120188516
2026-03-24 13:01:06 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 1938158e-9a4a-5dfe-bab8-d001214b43e6 with identifier: 120188516
2026-03-24 13:01:06 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 1938158e-9a4a-5dfe-bab8-d001214b43e6 with identifier: 120188516
2026-03-24 13:01:06 [scrapy.core.scraper] INFO: Dropped: Dropping expired listing: 1938158e-9a4a-5dfe-bab8-d001214b43e6 with expiration date: 2026-03-24T13:00:00Z
{'auction_title': '',
'c_o_2_emission_value': 104,
'color': 'BLUE',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'expiration_date': '2026-03-24T13:00:00Z',
'fuel_type': 'Diesel',
'id': '1938158e-9a4a-5dfe-bab8-d001214b43e6',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'MX20RAU',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120188516',
'listing': 'auction',
'location': 'Aston Barclay Wakefield',
'make': 'FORD',
'model': 'FOCUS DIESEL ESTATE',
'odometer': 110032,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-03-04',
'seller_name': 'LDG',
'title': 'FORD FOCUS DIESEL ESTATE 1.5 EcoBlue 120 Active Auto 5dr',
'transmission': 'automatic',
'trim': '1.5 EcoBlue 120 Active Auto 5dr',
'vin': None,
'year': 2020}
2026-03-24 13:01:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120188516%27 HTTP/1.1" 200 None
2026-03-24 13:01:06 [astonbarclay.gb] INFO: Saving data for 120188516: {'auction_closing_time': 1774357200.0, 'created_time': 1773403393.208401, 'last_price_update_time': 1774357266.420481}
2026-03-24 13:01:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:01:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120188516') HTTP/1.1" 204 0
2026-03-24 13:01:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/119140877?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-24 13: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-24 13:01:06 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 119140877, 'registration': 'KT16GFV', 'account': 'DAC001', 'make': 'PEUGEOT', 'model': '208 HATCHBACK', 'derivative': '1.0 PureTech Active 5dr', 'mileage': 44068, 'mileageWarranty': True, 'type': 'car', 'saleId': 18965, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 240}, 'saleStart': '2026-03-24T10:00Z', 'lot': 72, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2016-05-31', 'fuel': 'Petrol', 'motExpiry': '2026-12-16', 'doors': 5, 'engineSize': 1000, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/KT16GFV/2026-02-02/image/41b8d2a1-eff4-4571-9539-4a3b319af600_removebg.jpg?w=600', 'https://abimg003.imgix.net/KT16GFV/2026-02-02/image/a300fd48-57d9-4e32-8559-5e26dec14dc2_removebg.jpg?w=600', 'https://abimg003.imgix.net/KT16GFV/2026-02-02/image/18bb6d97-08bc-424c-b42d-20d5140bc786_removebg.jpg?w=600', 'https://abimg003.imgix.net/KT16GFV/2026-02-02/image/44cdf8e3-7318-46fb-a23e-f0c12f7deb6a_removebg.jpg?w=600', 'https://abimg003.imgix.net/KT16GFV/2026-02-02/image/29b2fc98-eeec-4af9-b191-e5a9e72ea713_removebg.jpg?w=600', 'https://abimg003.imgix.net/KT16GFV/2026-02-02/image/90bc4a43-b967-45a2-854e-aee904473752_removebg.jpg?w=600', 'https://abimg003.imgix.net/KT16GFV/2026-02-02/image/225c6098-0526-48da-8042-76b406be5afe_removebg.jpg?w=600', 'https://abimg003.imgix.net/KT16GFV/2026-02-02/image/0aa11fd0-faa5-48c5-bffa-33683c8fd4c4_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': 'VOSA STATES 13K 17K 19K 21K 26K 32K 38K 43K', 'virtual': False, 'seller': 'Dace', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '4', 'v5': False, 'v5details': None, 'co2': 102, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/18f1a280-6084-4cd1-90d9-dcf93487de56.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 13:01:06 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 119140877, 'registration': 'KT16GFV', 'account': 'DAC001', 'make': 'PEUGEOT', 'model': '208 HATCHBACK', 'derivative': '1.0 PureTech Active 5dr', 'mileage': 44068, 'mileageWarranty': True, 'type': 'car', 'saleId': 18965, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 240}, 'saleStart': '2026-03-24T10:00Z', 'lot': 72, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2016-05-31', 'fuel': 'Petrol', 'motExpiry': '2026-12-16', 'doors': 5, 'engineSize': 1000, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/KT16GFV/2026-02-02/image/41b8d2a1-eff4-4571-9539-4a3b319af600_removebg.jpg?w=600', 'https://abimg003.imgix.net/KT16GFV/2026-02-02/image/a300fd48-57d9-4e32-8559-5e26dec14dc2_removebg.jpg?w=600', 'https://abimg003.imgix.net/KT16GFV/2026-02-02/image/18bb6d97-08bc-424c-b42d-20d5140bc786_removebg.jpg?w=600', 'https://abimg003.imgix.net/KT16GFV/2026-02-02/image/44cdf8e3-7318-46fb-a23e-f0c12f7deb6a_removebg.jpg?w=600', 'https://abimg003.imgix.net/KT16GFV/2026-02-02/image/29b2fc98-eeec-4af9-b191-e5a9e72ea713_removebg.jpg?w=600', 'https://abimg003.imgix.net/KT16GFV/2026-02-02/image/90bc4a43-b967-45a2-854e-aee904473752_removebg.jpg?w=600', 'https://abimg003.imgix.net/KT16GFV/2026-02-02/image/225c6098-0526-48da-8042-76b406be5afe_removebg.jpg?w=600', 'https://abimg003.imgix.net/KT16GFV/2026-02-02/image/0aa11fd0-faa5-48c5-bffa-33683c8fd4c4_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': 'VOSA STATES 13K 17K 19K 21K 26K 32K 38K 43K', 'virtual': False, 'seller': 'Dace', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '4', 'v5': False, 'v5details': None, 'co2': 102, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/18f1a280-6084-4cd1-90d9-dcf93487de56.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 13:01:06 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ac210da5-f5b6-5fc6-83e4-9be17d723626 with identifier: 119140877
2026-03-24 13:01:06 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ac210da5-f5b6-5fc6-83e4-9be17d723626 with scrape type 2
2026-03-24 13:01:06 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ac210da5-f5b6-5fc6-83e4-9be17d723626 with scrape type 2
2026-03-24 13:01:06 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: ac210da5-f5b6-5fc6-83e4-9be17d723626, identifier: 119140877
2026-03-24 13:01:06 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: ac210da5-f5b6-5fc6-83e4-9be17d723626 with identifier: 119140877
2026-03-24 13:01:06 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: ac210da5-f5b6-5fc6-83e4-9be17d723626 with identifier: 119140877
2026-03-24 13:01:06 [scrapy.core.scraper] INFO: Dropped: Dropping expired listing: ac210da5-f5b6-5fc6-83e4-9be17d723626 with expiration date: 2026-03-24T10:00:00Z
{'auction_title': '',
'c_o_2_emission_value': 102,
'color': 'BLACK',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.0L',
'expiration_date': '2026-03-24T10:00:00Z',
'fuel_type': 'Petrol',
'id': 'ac210da5-f5b6-5fc6-83e4-9be17d723626',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'KT16GFV',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/119140877',
'listing': 'auction',
'location': 'Aston Barclay Donington Park',
'make': 'PEUGEOT',
'model': '208 HATCHBACK',
'odometer': 44068,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2016-05-31',
'seller_name': 'Dace',
'title': 'PEUGEOT 208 HATCHBACK 1.0 PureTech Active 5dr',
'transmission': 'manual',
'trim': '1.0 PureTech Active 5dr',
'vin': None,
'year': 2016}
2026-03-24 13:01:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27119140877%27 HTTP/1.1" 200 None
2026-03-24 13:01:06 [astonbarclay.gb] INFO: Saving data for 119140877: {'auction_closing_time': 1774346400.0, 'created_time': 1773403714.133664, 'last_price_update_time': 1774357266.769523}
2026-03-24 13:01:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:01:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='119140877') HTTP/1.1" 204 0
2026-03-24 13:01:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120719638?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-24 13: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-24 13:01:07 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120719638, 'registration': 'NL65HVF', 'account': 'MOT075', 'make': 'BMW', 'model': 'I3 HATCHBACK', 'derivative': '125kW Range Extender 5dr Auto [Loft Int World]', 'mileage': 73002, 'mileageWarranty': True, 'type': 'car', 'saleId': 19179, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 464}, 'saleStart': '2026-03-25T10:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2015-09-30', 'fuel': 'Petrol/Electric Hybrid', 'motExpiry': '2027-01-21', 'doors': 5, 'engineSize': 647, 'bodyType': 'Hatchback', 'images': None, 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': None, 'serviceHistory': '', 'remarks': '****NEW KEEPER SLIP MISSING***VOSA STATES 60K, 61K, 65K, 70K', 'virtual': False, 'seller': 'MotoNovo Finance', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '2', 'v5': True, 'v5details': 'Here', 'co2': 13, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/54f207b7-f86a-4e87-bd06-047ff4d6bea7.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 13:01:07 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120719638, 'registration': 'NL65HVF', 'account': 'MOT075', 'make': 'BMW', 'model': 'I3 HATCHBACK', 'derivative': '125kW Range Extender 5dr Auto [Loft Int World]', 'mileage': 73002, 'mileageWarranty': True, 'type': 'car', 'saleId': 19179, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 464}, 'saleStart': '2026-03-25T10:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2015-09-30', 'fuel': 'Petrol/Electric Hybrid', 'motExpiry': '2027-01-21', 'doors': 5, 'engineSize': 647, 'bodyType': 'Hatchback', 'images': None, 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': None, 'serviceHistory': '', 'remarks': '****NEW KEEPER SLIP MISSING***VOSA STATES 60K, 61K, 65K, 70K', 'virtual': False, 'seller': 'MotoNovo Finance', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '2', 'v5': True, 'v5details': 'Here', 'co2': 13, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/54f207b7-f86a-4e87-bd06-047ff4d6bea7.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 13:01:07 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 825dc18a-1bf3-5212-beeb-7ef6291ffa54 with identifier: 120719638
2026-03-24 13:01:07 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 825dc18a-1bf3-5212-beeb-7ef6291ffa54 with scrape type 1
2026-03-24 13:01:07 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 0 photos for item 825dc18a-1bf3-5212-beeb-7ef6291ffa54
2026-03-24 13:01:07 [crawlers.middlewares.photo_download_middleware] INFO: No photos to download for item 825dc18a-1bf3-5212-beeb-7ef6291ffa54
2026-03-24 13:01:08 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 825dc18a-1bf3-5212-beeb-7ef6291ffa54, identifier: 120719638
2026-03-24 13:01:08 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 825dc18a-1bf3-5212-beeb-7ef6291ffa54 with identifier: 120719638
2026-03-24 13:01:08 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 825dc18a-1bf3-5212-beeb-7ef6291ffa54 with identifier: 120719638
2026-03-24 13:01:08 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 825dc18a-1bf3-5212-beeb-7ef6291ffa54 with identifier: 120719638 to the API
2026-03-24 13:01:08 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 13: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-24 13:01:10 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120719638?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 13,
'color': 'GREY',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '0.6L',
'expiration_date': '2026-03-25T10:00:00Z',
'fuel_type': 'Petrol/Electric Hybrid',
'id': '825dc18a-1bf3-5212-beeb-7ef6291ffa54',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'NL65HVF',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120719638',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'BMW',
'model': 'I3 HATCHBACK',
'odometer': 73002,
'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': 'MotoNovo Finance',
'title': 'BMW I3 HATCHBACK 125kW Range Extender 5dr Auto [Loft Int World]',
'transmission': 'automatic',
'trim': '125kW Range Extender 5dr Auto [Loft Int World]',
'vin': None,
'year': 2015}
2026-03-24 13:01:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120719638%27 HTTP/1.1" 200 None
2026-03-24 13:01:10 [astonbarclay.gb] INFO: Saving data for 120719638: {'created_time': 1774357270.170776, 'last_price_update_time': 1774357270.170794, 'auction_closing_time': 1774432800.0}
2026-03-24 13:01:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:01:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120719638') HTTP/1.1" 204 0
2026-03-24 13:01:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120667628?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-24 13:01:12 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:01:12 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120667628, 'registration': 'WP19EKV', 'account': 'WBA002', 'make': 'VOLKSWAGEN', 'model': 'TOUAREG DIESEL ESTATE', 'derivative': '3.0 V6 TDI 4Motion R-Line Tech 5dr Tip Auto', 'mileage': 63396, 'mileageWarranty': True, 'type': 'car', 'saleId': 19179, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 464}, 'saleStart': '2026-03-25T10:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2019-04-30', 'fuel': 'Diesel', 'motExpiry': None, 'doors': 5, 'engineSize': 2967, 'bodyType': 'Estate', 'images': None, 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': None, 'serviceHistory': 'Service print 06/20 9K - 09/21 22K - 09/22 32K - 10/23 43K - 10/25 59K -', 'remarks': 'NO V5 FORMER KEEPERS UNKNOWN - VOSA STATES 27K- 38K- 46K- 59K - SPARE KEY IN OFFICE', 'virtual': False, 'seller': 'UKCGR - Premium', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': None, 'v5': False, 'v5details': None, 'co2': 173, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': None, 'assuredType': None, 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 13:01:12 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120667628, 'registration': 'WP19EKV', 'account': 'WBA002', 'make': 'VOLKSWAGEN', 'model': 'TOUAREG DIESEL ESTATE', 'derivative': '3.0 V6 TDI 4Motion R-Line Tech 5dr Tip Auto', 'mileage': 63396, 'mileageWarranty': True, 'type': 'car', 'saleId': 19179, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 464}, 'saleStart': '2026-03-25T10:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2019-04-30', 'fuel': 'Diesel', 'motExpiry': None, 'doors': 5, 'engineSize': 2967, 'bodyType': 'Estate', 'images': None, 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': None, 'serviceHistory': 'Service print 06/20 9K - 09/21 22K - 09/22 32K - 10/23 43K - 10/25 59K -', 'remarks': 'NO V5 FORMER KEEPERS UNKNOWN - VOSA STATES 27K- 38K- 46K- 59K - SPARE KEY IN OFFICE', 'virtual': False, 'seller': 'UKCGR - Premium', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': None, 'v5': False, 'v5details': None, 'co2': 173, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': None, 'assuredType': None, 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 13:01:12 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 893b05fc-6506-5085-9484-5c0a739b7aa3 with identifier: 120667628
2026-03-24 13:01:12 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 893b05fc-6506-5085-9484-5c0a739b7aa3 with scrape type 2
2026-03-24 13:01:12 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 893b05fc-6506-5085-9484-5c0a739b7aa3 with scrape type 2
2026-03-24 13:01:12 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 893b05fc-6506-5085-9484-5c0a739b7aa3, identifier: 120667628
2026-03-24 13:01:12 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 893b05fc-6506-5085-9484-5c0a739b7aa3 with identifier: 120667628
2026-03-24 13:01:12 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 893b05fc-6506-5085-9484-5c0a739b7aa3 with identifier: 120667628
2026-03-24 13:01:12 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 893b05fc-6506-5085-9484-5c0a739b7aa3 with identifier: 120667628 to the API
2026-03-24 13:01:12 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 13: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-24 13:01:14 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120667628?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 173,
'color': 'BLACK',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '3.0L',
'expiration_date': '2026-03-25T10:00:00Z',
'fuel_type': 'Diesel',
'id': '893b05fc-6506-5085-9484-5c0a739b7aa3',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'WP19EKV',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120667628',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'VOLKSWAGEN',
'model': 'TOUAREG DIESEL ESTATE',
'odometer': 63396,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2019-04-30',
'seller_name': 'UKCGR - Premium',
'title': 'VOLKSWAGEN TOUAREG DIESEL ESTATE 3.0 V6 TDI 4Motion R-Line Tech 5dr '
'Tip Auto',
'transmission': 'automatic',
'trim': '3.0 V6 TDI 4Motion R-Line Tech 5dr Tip Auto',
'vin': None,
'year': 2019}
2026-03-24 13:01:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120667628%27 HTTP/1.1" 200 None
2026-03-24 13:01:14 [astonbarclay.gb] INFO: Saving data for 120667628: {'created_time': 1774260372.085052, 'last_price_update_time': 1774357274.616601, 'auction_closing_time': 1774432800.0}
2026-03-24 13:01:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:01:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120667628') HTTP/1.1" 204 0
2026-03-24 13:01:15 [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-24 13: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-24 13:01:15 [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': 19179, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 464}, 'saleStart': '2026-03-25T10:00Z', 'lot': None, '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-24 13:01:15 [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': 19179, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 464}, 'saleStart': '2026-03-25T10:00Z', 'lot': None, '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-24 13:01:15 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: fcaafa21-c9f4-5484-aa14-12f398077e64 with identifier: 120659978
2026-03-24 13:01:15 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fcaafa21-c9f4-5484-aa14-12f398077e64 with scrape type 2
2026-03-24 13:01:15 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item fcaafa21-c9f4-5484-aa14-12f398077e64 with scrape type 2
2026-03-24 13:01:15 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: fcaafa21-c9f4-5484-aa14-12f398077e64, identifier: 120659978
2026-03-24 13:01:15 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: fcaafa21-c9f4-5484-aa14-12f398077e64 with identifier: 120659978
2026-03-24 13:01:15 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: fcaafa21-c9f4-5484-aa14-12f398077e64 with identifier: 120659978
2026-03-24 13:01:15 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: fcaafa21-c9f4-5484-aa14-12f398077e64 with identifier: 120659978 to the API
2026-03-24 13:01:15 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 13: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-24 13:01:16 [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-25T10: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-24 13:01:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120659978%27 HTTP/1.1" 200 None
2026-03-24 13:01:16 [astonbarclay.gb] INFO: Saving data for 120659978: {'auction_closing_time': 1774432800.0, 'created_time': 1774033663.953379, 'last_price_update_time': 1774357276.939733}
2026-03-24 13:01:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:01:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120659978') HTTP/1.1" 204 0
2026-03-24 13:01:19 [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-24 13: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-24 13:01:19 [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': 648}, 'saleStart': '2026-03-27T09:45Z', 'lot': None, '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-24 13:01:19 [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': 648}, 'saleStart': '2026-03-27T09:45Z', 'lot': None, '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-24 13:01:19 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6dc680b4-2574-5b0e-ace7-adb2952d5f9f with identifier: 120400251
2026-03-24 13:01:19 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6dc680b4-2574-5b0e-ace7-adb2952d5f9f with scrape type 1
2026-03-24 13:01:19 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 9 photos for item 6dc680b4-2574-5b0e-ace7-adb2952d5f9f
2026-03-24 13:01:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:01:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FBG22WUJ%252F2026-03-19%252Fimage%252F6f1e4b68-faf3-416f-8307-e713608ab2b3_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-24 13:01:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/BG22WUJ/2026-03-19/image/6f1e4b68-faf3-416f-8307-e713608ab2b3_removebg.jpg?w=600 not downloaded yet
2026-03-24 13:01:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:01:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FBG22WUJ%252F2026-03-19%252Fimage%252F860cda92-5fb6-4dad-b1df-40280b025022_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-24 13:01:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/BG22WUJ/2026-03-19/image/860cda92-5fb6-4dad-b1df-40280b025022_removebg.jpg?w=600 not downloaded yet
2026-03-24 13:01:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:01:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FBG22WUJ%252F2026-03-19%252Fimage%252F0506f274-017e-40e4-ae2f-a804a9d292c6_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-24 13:01:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/BG22WUJ/2026-03-19/image/0506f274-017e-40e4-ae2f-a804a9d292c6_removebg.jpg?w=600 not downloaded yet
2026-03-24 13:01:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/114638344?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-24 13:01:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:01:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FBG22WUJ%252F2026-03-19%252Fimage%252F0eb69767-88c1-4307-ba9e-1445634ec818_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-24 13:01:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/BG22WUJ/2026-03-19/image/0eb69767-88c1-4307-ba9e-1445634ec818_removebg.jpg?w=600 not downloaded yet
2026-03-24 13: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-24 13:01:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:01:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FBG22WUJ%252F2026-03-19%252Fimage%252F71cdb0db-4e38-4dde-ad40-cf563447d90b_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-24 13:01:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/BG22WUJ/2026-03-19/image/71cdb0db-4e38-4dde-ad40-cf563447d90b_removebg.jpg?w=600 not downloaded yet
2026-03-24 13:01:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:01:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FBG22WUJ%252F2026-03-19%252Fimage%252Fa08d1fd2-6800-4fcd-b38a-9a224afc85d6_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-24 13:01:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/BG22WUJ/2026-03-19/image/a08d1fd2-6800-4fcd-b38a-9a224afc85d6_removebg.jpg?w=600 not downloaded yet
2026-03-24 13:01:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:01:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FBG22WUJ%252F2026-03-19%252Fimage%252F4692eafd-3d3e-4a99-b090-b436699d2118_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-24 13:01:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/BG22WUJ/2026-03-19/image/4692eafd-3d3e-4a99-b090-b436699d2118_removebg.jpg?w=600 not downloaded yet
2026-03-24 13:01:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:01:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FBG22WUJ%252F2026-03-19%252Fimage%252F34f17dd0-8201-4968-96c2-d3fa738b7365_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-24 13:01:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/BG22WUJ/2026-03-19/image/34f17dd0-8201-4968-96c2-d3fa738b7365_removebg.jpg?w=600 not downloaded yet
2026-03-24 13:01:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:01:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FBG22WUJ%252F2026-03-19%252Fimage%252F39ee92a9-c012-4dc1-8e6a-040c3991fcfc_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-24 13:01:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/BG22WUJ/2026-03-19/image/39ee92a9-c012-4dc1-8e6a-040c3991fcfc_removebg.jpg?w=600 not downloaded yet
2026-03-24 13:01:19 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 114638344, 'registration': 'RK72YCD', 'account': 'ZEN002', 'make': 'VOLKSWAGEN', 'model': 'ID.3 HATCHBACK', 'derivative': '150kW Life Pro Perform 58kWh 5dr Auto [120kW Ch]', 'mileage': 25711, 'mileageWarranty': True, 'type': 'car', 'saleId': 18971, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 240}, 'saleStart': '2026-03-26T10:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2022-09-01', 'fuel': 'Electric', 'motExpiry': '2026-07-10', 'doors': 5, 'engineSize': None, 'bodyType': 'Hatchback', 'images': ['https://abimg002.imgix.net/c01e9345-7c13-46fb-91c3-7338d15c278b.jpg?w=600', 'https://abimg002.imgix.net/e618662e-b1db-4cbb-aade-d416d5bd7e83.jpg?w=600', 'https://abimg002.imgix.net/d48caac4-7eed-4879-8eeb-8362646edae0.jpg?w=600', 'https://abimg002.imgix.net/24f30b7a-4adb-4877-950a-71d9788ab281.jpg?w=600', 'https://abimg002.imgix.net/8c34b443-65ed-429e-8ea7-d886850f39b1.jpg?w=600', 'https://abimg002.imgix.net/059d1f14-ad14-494f-8881-44044b5186a6.jpg?w=600', 'https://abimg002.imgix.net/4084de3b-9d6e-43d9-b3e8-9ea41eda1fe5.jpg?w=600', 'https://abimg002.imgix.net/2985fa91-96ea-4d95-a43e-9e6f05281097.jpg?w=600'], 'colour': 'BLUE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service digital 03/24-22K,', 'remarks': 'SPARE KEY, VOSA STATES 24K, \t Energy Efficient Heat Pump\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': None, 'assuredType': None, 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-24 13:01:19 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 114638344, 'registration': 'RK72YCD', 'account': 'ZEN002', 'make': 'VOLKSWAGEN', 'model': 'ID.3 HATCHBACK', 'derivative': '150kW Life Pro Perform 58kWh 5dr Auto [120kW Ch]', 'mileage': 25711, 'mileageWarranty': True, 'type': 'car', 'saleId': 18971, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 240}, 'saleStart': '2026-03-26T10:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2022-09-01', 'fuel': 'Electric', 'motExpiry': '2026-07-10', 'doors': 5, 'engineSize': None, 'bodyType': 'Hatchback', 'images': ['https://abimg002.imgix.net/c01e9345-7c13-46fb-91c3-7338d15c278b.jpg?w=600', 'https://abimg002.imgix.net/e618662e-b1db-4cbb-aade-d416d5bd7e83.jpg?w=600', 'https://abimg002.imgix.net/d48caac4-7eed-4879-8eeb-8362646edae0.jpg?w=600', 'https://abimg002.imgix.net/24f30b7a-4adb-4877-950a-71d9788ab281.jpg?w=600', 'https://abimg002.imgix.net/8c34b443-65ed-429e-8ea7-d886850f39b1.jpg?w=600', 'https://abimg002.imgix.net/059d1f14-ad14-494f-8881-44044b5186a6.jpg?w=600', 'https://abimg002.imgix.net/4084de3b-9d6e-43d9-b3e8-9ea41eda1fe5.jpg?w=600', 'https://abimg002.imgix.net/2985fa91-96ea-4d95-a43e-9e6f05281097.jpg?w=600'], 'colour': 'BLUE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service digital 03/24-22K,', 'remarks': 'SPARE KEY, VOSA STATES 24K, \t Energy Efficient Heat Pump\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': None, 'assuredType': None, 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-24 13:01:19 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 46f783dd-2251-5f08-91d1-7ba0d48adc13 with identifier: 114638344
2026-03-24 13:01:19 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 46f783dd-2251-5f08-91d1-7ba0d48adc13 with scrape type 2
2026-03-24 13:01:19 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 46f783dd-2251-5f08-91d1-7ba0d48adc13 with scrape type 2
2026-03-24 13:01:19 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 46f783dd-2251-5f08-91d1-7ba0d48adc13, identifier: 114638344
2026-03-24 13:01:19 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 46f783dd-2251-5f08-91d1-7ba0d48adc13 with identifier: 114638344
2026-03-24 13:01:19 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-24 13:01:19 [urllib3.connectionpool] DEBUG: https://translate.google.com:443 "GET /m?tl=en&sl=auto&q=Electric HTTP/1.1" 200 None
2026-03-24 13:01:19 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-24 13:01:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='auto',RowKey='auto') HTTP/1.1" 204 0
2026-03-24 13:01:19 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 46f783dd-2251-5f08-91d1-7ba0d48adc13 with identifier: 114638344
2026-03-24 13:01:19 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 46f783dd-2251-5f08-91d1-7ba0d48adc13 with identifier: 114638344 to the API
2026-03-24 13:01:19 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 13: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-24 13:01:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/114638344?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': None,
'color': 'BLUE',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': '2026-03-26T10:00:00Z',
'fuel_type': 'Electric',
'id': '46f783dd-2251-5f08-91d1-7ba0d48adc13',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'RK72YCD',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/114638344',
'listing': 'auction',
'location': 'Aston Barclay Donington Park',
'make': 'VOLKSWAGEN',
'model': 'ID.3 HATCHBACK',
'odometer': 25711,
'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': 'VOLKSWAGEN ID.3 HATCHBACK 150kW Life Pro Perform 58kWh 5dr Auto '
'[120kW Ch]',
'transmission': 'automatic',
'trim': '150kW Life Pro Perform 58kWh 5dr Auto [120kW Ch]',
'vin': None,
'year': 2022}
2026-03-24 13:01:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27114638344%27 HTTP/1.1" 200 None
2026-03-24 13:01:20 [astonbarclay.gb] INFO: Saving data for 114638344: {'auction_closing_time': 1774519200.0, 'created_time': 1774260408.018792, 'last_price_update_time': 1774357280.36846}
2026-03-24 13:01:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:01:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='114638344') HTTP/1.1" 204 0
2026-03-24 13:01:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/BG22WUJ/2026-03-19/image/0506f274-017e-40e4-ae2f-a804a9d292c6_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120400251?view=catalogue)
2026-03-24 13:01:21 [common.azure_blobstore] INFO: Using managed identity for Azure Blob Storage
2026-03-24 13:01:21 [common.azure_blobstore] INFO: Using managed identity with client ID: 39192755-105d-4ce2-a21d-ab53b63f8b87
2026-03-24 13:01:21 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 13:01:21 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fde500ce450>
2026-03-24 13:01:21 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 13:01:21 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): login.microsoftonline.com:443
2026-03-24 13:01:21 [urllib3.connectionpool] DEBUG: https://login.microsoftonline.com:443 "POST /8ea908c1-4e85-4692-bc3f-3646b9b40891/oauth2/v2.0/token HTTP/1.1" 200 2121
2026-03-24 13:01:21 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): alxproduction.blob.core.windows.net:443
2026-03-24 13:01:21 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-24 13:01:21 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 13:01:21 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_6dc680b4-2574-5b0e-ace7-adb2952d5f9f/6dc680b4-2574-5b0e-ace7-adb2952d5f9f_image_2.jpg HTTP/1.1" 201 0
2026-03-24 13:01:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:01:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FBG22WUJ%252F2026-03-19%252Fimage%252F0506f274-017e-40e4-ae2f-a804a9d292c6_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-24 13:01:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/BG22WUJ/2026-03-19/image/0506f274-017e-40e4-ae2f-a804a9d292c6_removebg.jpg?w=600 saved to cache
2026-03-24 13:01:21 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 6dc680b4-2574-5b0e-ace7-adb2952d5f9f
2026-03-24 13:01:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/BG22WUJ/2026-03-19/image/39ee92a9-c012-4dc1-8e6a-040c3991fcfc_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120400251?view=catalogue)
2026-03-24 13:01:21 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 13:01:21 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fde5030af10>
2026-03-24 13:01:21 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 13:01:21 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-24 13:01:21 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 13:01:21 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_6dc680b4-2574-5b0e-ace7-adb2952d5f9f/6dc680b4-2574-5b0e-ace7-adb2952d5f9f_image_8.jpg HTTP/1.1" 201 0
2026-03-24 13:01:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:01:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FBG22WUJ%252F2026-03-19%252Fimage%252F39ee92a9-c012-4dc1-8e6a-040c3991fcfc_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-24 13:01:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/BG22WUJ/2026-03-19/image/39ee92a9-c012-4dc1-8e6a-040c3991fcfc_removebg.jpg?w=600 saved to cache
2026-03-24 13:01:21 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 6dc680b4-2574-5b0e-ace7-adb2952d5f9f
2026-03-24 13:01:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/BG22WUJ/2026-03-19/image/34f17dd0-8201-4968-96c2-d3fa738b7365_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120400251?view=catalogue)
2026-03-24 13:01:21 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 13:01:21 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fde501d69d0>
2026-03-24 13:01:21 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 13:01:21 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-24 13:01:21 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 13:01:21 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_6dc680b4-2574-5b0e-ace7-adb2952d5f9f/6dc680b4-2574-5b0e-ace7-adb2952d5f9f_image_7.jpg HTTP/1.1" 201 0
2026-03-24 13:01:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:01:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FBG22WUJ%252F2026-03-19%252Fimage%252F34f17dd0-8201-4968-96c2-d3fa738b7365_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-24 13:01:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/BG22WUJ/2026-03-19/image/34f17dd0-8201-4968-96c2-d3fa738b7365_removebg.jpg?w=600 saved to cache
2026-03-24 13:01:22 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 6dc680b4-2574-5b0e-ace7-adb2952d5f9f
2026-03-24 13:01:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/BG22WUJ/2026-03-19/image/4692eafd-3d3e-4a99-b090-b436699d2118_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120400251?view=catalogue)
2026-03-24 13:01:22 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 13:01:22 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fde5030bd90>
2026-03-24 13:01:22 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 13:01:22 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-24 13:01:22 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 13:01:22 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_6dc680b4-2574-5b0e-ace7-adb2952d5f9f/6dc680b4-2574-5b0e-ace7-adb2952d5f9f_image_6.jpg HTTP/1.1" 201 0
2026-03-24 13:01:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:01:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FBG22WUJ%252F2026-03-19%252Fimage%252F4692eafd-3d3e-4a99-b090-b436699d2118_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-24 13:01:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/BG22WUJ/2026-03-19/image/4692eafd-3d3e-4a99-b090-b436699d2118_removebg.jpg?w=600 saved to cache
2026-03-24 13:01:22 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 6dc680b4-2574-5b0e-ace7-adb2952d5f9f
2026-03-24 13:01:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/BG22WUJ/2026-03-19/image/a08d1fd2-6800-4fcd-b38a-9a224afc85d6_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120400251?view=catalogue)
2026-03-24 13:01:22 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 13:01:22 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fde50121610>
2026-03-24 13:01:22 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 13:01:22 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-24 13:01:22 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 13:01:22 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_6dc680b4-2574-5b0e-ace7-adb2952d5f9f/6dc680b4-2574-5b0e-ace7-adb2952d5f9f_image_5.jpg HTTP/1.1" 201 0
2026-03-24 13:01:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:01:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FBG22WUJ%252F2026-03-19%252Fimage%252Fa08d1fd2-6800-4fcd-b38a-9a224afc85d6_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-24 13:01:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/BG22WUJ/2026-03-19/image/a08d1fd2-6800-4fcd-b38a-9a224afc85d6_removebg.jpg?w=600 saved to cache
2026-03-24 13:01:22 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 6dc680b4-2574-5b0e-ace7-adb2952d5f9f
2026-03-24 13:01:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/BG22WUJ/2026-03-19/image/71cdb0db-4e38-4dde-ad40-cf563447d90b_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120400251?view=catalogue)
2026-03-24 13:01:22 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 13:01:22 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fde501572d0>
2026-03-24 13:01:22 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 13:01:22 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-24 13:01:22 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 13:01:22 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_6dc680b4-2574-5b0e-ace7-adb2952d5f9f/6dc680b4-2574-5b0e-ace7-adb2952d5f9f_image_4.jpg HTTP/1.1" 201 0
2026-03-24 13:01:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:01:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FBG22WUJ%252F2026-03-19%252Fimage%252F71cdb0db-4e38-4dde-ad40-cf563447d90b_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-24 13:01:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/BG22WUJ/2026-03-19/image/71cdb0db-4e38-4dde-ad40-cf563447d90b_removebg.jpg?w=600 saved to cache
2026-03-24 13:01:22 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 6dc680b4-2574-5b0e-ace7-adb2952d5f9f
2026-03-24 13:01:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/BG22WUJ/2026-03-19/image/0eb69767-88c1-4307-ba9e-1445634ec818_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120400251?view=catalogue)
2026-03-24 13:01:23 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 13:01:23 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fde43f50e10>
2026-03-24 13:01:23 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 13:01:23 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-24 13:01:23 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 13:01:23 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_6dc680b4-2574-5b0e-ace7-adb2952d5f9f/6dc680b4-2574-5b0e-ace7-adb2952d5f9f_image_3.jpg HTTP/1.1" 201 0
2026-03-24 13:01:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:01:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FBG22WUJ%252F2026-03-19%252Fimage%252F0eb69767-88c1-4307-ba9e-1445634ec818_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-24 13:01:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/BG22WUJ/2026-03-19/image/0eb69767-88c1-4307-ba9e-1445634ec818_removebg.jpg?w=600 saved to cache
2026-03-24 13:01:23 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 6dc680b4-2574-5b0e-ace7-adb2952d5f9f
2026-03-24 13:01:23 [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-24 13:01:23 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:01:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/BG22WUJ/2026-03-19/image/860cda92-5fb6-4dad-b1df-40280b025022_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120400251?view=catalogue)
2026-03-24 13:01:23 [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': 648}, '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-24 13:01:23 [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': 648}, '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-24 13:01:23 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 50b289b3-4fe5-526e-9f38-795bf9f9809e with identifier: 120714966
2026-03-24 13:01:23 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 50b289b3-4fe5-526e-9f38-795bf9f9809e with scrape type 1
2026-03-24 13:01:23 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 0 photos for item 50b289b3-4fe5-526e-9f38-795bf9f9809e
2026-03-24 13:01:23 [crawlers.middlewares.photo_download_middleware] INFO: No photos to download for item 50b289b3-4fe5-526e-9f38-795bf9f9809e
2026-03-24 13:01:23 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 50b289b3-4fe5-526e-9f38-795bf9f9809e, identifier: 120714966
2026-03-24 13:01:23 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 50b289b3-4fe5-526e-9f38-795bf9f9809e with identifier: 120714966
2026-03-24 13:01:23 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 50b289b3-4fe5-526e-9f38-795bf9f9809e with identifier: 120714966
2026-03-24 13:01:23 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 50b289b3-4fe5-526e-9f38-795bf9f9809e with identifier: 120714966 to the API
2026-03-24 13:01:23 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 13: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-24 13:01:25 [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-24 13:01:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120714966%27 HTTP/1.1" 200 None
2026-03-24 13:01:25 [astonbarclay.gb] INFO: Saving data for 120714966: {'created_time': 1774357285.437356, 'last_price_update_time': 1774357285.437372, 'auction_closing_time': 1774958400.0}
2026-03-24 13:01:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:01:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120714966') HTTP/1.1" 204 0
2026-03-24 13:01:25 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 13:01:25 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fde43f065d0>
2026-03-24 13:01:25 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 13:01:25 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-24 13:01:25 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 13:01:25 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_6dc680b4-2574-5b0e-ace7-adb2952d5f9f/6dc680b4-2574-5b0e-ace7-adb2952d5f9f_image_1.jpg HTTP/1.1" 201 0
2026-03-24 13:01:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:01:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FBG22WUJ%252F2026-03-19%252Fimage%252F860cda92-5fb6-4dad-b1df-40280b025022_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-24 13:01:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/BG22WUJ/2026-03-19/image/860cda92-5fb6-4dad-b1df-40280b025022_removebg.jpg?w=600 saved to cache
2026-03-24 13:01:25 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 6dc680b4-2574-5b0e-ace7-adb2952d5f9f
2026-03-24 13:01:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/BG22WUJ/2026-03-19/image/6f1e4b68-faf3-416f-8307-e713608ab2b3_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120400251?view=catalogue)
2026-03-24 13:01:25 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 13:01:25 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fde53150110>
2026-03-24 13:01:25 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 13:01:25 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-24 13:01:25 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 13:01:25 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_6dc680b4-2574-5b0e-ace7-adb2952d5f9f/6dc680b4-2574-5b0e-ace7-adb2952d5f9f_image_0.jpg HTTP/1.1" 201 0
2026-03-24 13:01:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:01:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FBG22WUJ%252F2026-03-19%252Fimage%252F6f1e4b68-faf3-416f-8307-e713608ab2b3_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-24 13:01:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/BG22WUJ/2026-03-19/image/6f1e4b68-faf3-416f-8307-e713608ab2b3_removebg.jpg?w=600 saved to cache
2026-03-24 13:01:25 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 6dc680b4-2574-5b0e-ace7-adb2952d5f9f
2026-03-24 13:01:25 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 6dc680b4-2574-5b0e-ace7-adb2952d5f9f, skipping ID generation
2026-03-24 13:01:25 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6dc680b4-2574-5b0e-ace7-adb2952d5f9f with scrape type 1
2026-03-24 13:01:25 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 6dc680b4-2574-5b0e-ace7-adb2952d5f9f sending to next pipeline
2026-03-24 13:01:25 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 6dc680b4-2574-5b0e-ace7-adb2952d5f9f, identifier: 120400251
2026-03-24 13:01:25 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 6dc680b4-2574-5b0e-ace7-adb2952d5f9f with identifier: 120400251
2026-03-24 13:01:25 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 6dc680b4-2574-5b0e-ace7-adb2952d5f9f with identifier: 120400251
2026-03-24 13:01:25 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 6dc680b4-2574-5b0e-ace7-adb2952d5f9f with identifier: 120400251 to the API
2026-03-24 13:01:25 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 13: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-24 13:01:27 [scrapy.core.scraper] DEBUG: Scraped from <200 https://abimg003.imgix.net/BG22WUJ/2026-03-19/image/6f1e4b68-faf3-416f-8307-e713608ab2b3_removebg.jpg?w=600>
{'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': 9,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_6dc680b4-2574-5b0e-ace7-adb2952d5f9f/6dc680b4-2574-5b0e-ace7-adb2952d5f9f_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 38411,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/BG22WUJ/2026-03-19/image/6f1e4b68-faf3-416f-8307-e713608ab2b3_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_6dc680b4-2574-5b0e-ace7-adb2952d5f9f/6dc680b4-2574-5b0e-ace7-adb2952d5f9f_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 33927,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/BG22WUJ/2026-03-19/image/860cda92-5fb6-4dad-b1df-40280b025022_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_6dc680b4-2574-5b0e-ace7-adb2952d5f9f/6dc680b4-2574-5b0e-ace7-adb2952d5f9f_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 34184,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/BG22WUJ/2026-03-19/image/0506f274-017e-40e4-ae2f-a804a9d292c6_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_6dc680b4-2574-5b0e-ace7-adb2952d5f9f/6dc680b4-2574-5b0e-ace7-adb2952d5f9f_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 36141,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/BG22WUJ/2026-03-19/image/0eb69767-88c1-4307-ba9e-1445634ec818_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_6dc680b4-2574-5b0e-ace7-adb2952d5f9f/6dc680b4-2574-5b0e-ace7-adb2952d5f9f_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 37916,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/BG22WUJ/2026-03-19/image/71cdb0db-4e38-4dde-ad40-cf563447d90b_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_6dc680b4-2574-5b0e-ace7-adb2952d5f9f/6dc680b4-2574-5b0e-ace7-adb2952d5f9f_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 52973,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/BG22WUJ/2026-03-19/image/a08d1fd2-6800-4fcd-b38a-9a224afc85d6_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_6dc680b4-2574-5b0e-ace7-adb2952d5f9f/6dc680b4-2574-5b0e-ace7-adb2952d5f9f_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 50828,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/BG22WUJ/2026-03-19/image/4692eafd-3d3e-4a99-b090-b436699d2118_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_6dc680b4-2574-5b0e-ace7-adb2952d5f9f/6dc680b4-2574-5b0e-ace7-adb2952d5f9f_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 50518,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/BG22WUJ/2026-03-19/image/34f17dd0-8201-4968-96c2-d3fa738b7365_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_6dc680b4-2574-5b0e-ace7-adb2952d5f9f/6dc680b4-2574-5b0e-ace7-adb2952d5f9f_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 48638,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/BG22WUJ/2026-03-19/image/39ee92a9-c012-4dc1-8e6a-040c3991fcfc_removebg.jpg?w=600',
'Width': 600}],
'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-24 13:01:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120400251%27 HTTP/1.1" 200 None
2026-03-24 13:01:27 [astonbarclay.gb] INFO: Saving data for 120400251: {'created_time': 1774357287.857849, 'last_price_update_time': 1774357287.857861, 'auction_closing_time': 1774604700.0}
2026-03-24 13:01:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:01:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120400251') HTTP/1.1" 204 0
2026-03-24 13:01:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120719470?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-24 13:01:27 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:01:27 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120719470, 'registration': 'YC17KSY', 'account': 'KEN008', 'make': 'SEAT', 'model': 'ATECA DIESEL ESTATE', 'derivative': '1.6 TDI Ecomotive SE 5dr', 'mileage': 72334, 'mileageWarranty': True, 'type': 'car', 'saleId': 18852, 'siteId': 659779, 'site': {'id': 659779, 'name': 'Aston Barclay Prees Heath', 'vehicles': 92}, 'saleStart': '2026-03-26T10:00Z', 'lot': None, 'hall': 'Main Hall', 'transmission': 'manual', 'firstRegistration': '2017-05-05', 'fuel': 'Diesel', 'motExpiry': '2027-02-12', 'doors': 5, 'engineSize': 1598, 'bodyType': 'Estate', 'images': None, 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': None, 'serviceHistory': '', 'remarks': 'vosa @ 38k 43k 48k 55k 62k 66k 71k', 'virtual': False, 'seller': 'Ken Jervis Kia', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '1', 'v5': False, 'v5details': None, 'co2': 113, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': None, 'assuredType': None, 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 13:01:27 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120719470, 'registration': 'YC17KSY', 'account': 'KEN008', 'make': 'SEAT', 'model': 'ATECA DIESEL ESTATE', 'derivative': '1.6 TDI Ecomotive SE 5dr', 'mileage': 72334, 'mileageWarranty': True, 'type': 'car', 'saleId': 18852, 'siteId': 659779, 'site': {'id': 659779, 'name': 'Aston Barclay Prees Heath', 'vehicles': 92}, 'saleStart': '2026-03-26T10:00Z', 'lot': None, 'hall': 'Main Hall', 'transmission': 'manual', 'firstRegistration': '2017-05-05', 'fuel': 'Diesel', 'motExpiry': '2027-02-12', 'doors': 5, 'engineSize': 1598, 'bodyType': 'Estate', 'images': None, 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': None, 'serviceHistory': '', 'remarks': 'vosa @ 38k 43k 48k 55k 62k 66k 71k', 'virtual': False, 'seller': 'Ken Jervis Kia', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '1', 'v5': False, 'v5details': None, 'co2': 113, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': None, 'assuredType': None, 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 13:01:27 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: bb38e0aa-8cd7-5874-9f5e-74ea2d64cc62 with identifier: 120719470
2026-03-24 13:01:27 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item bb38e0aa-8cd7-5874-9f5e-74ea2d64cc62 with scrape type 1
2026-03-24 13:01:27 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 0 photos for item bb38e0aa-8cd7-5874-9f5e-74ea2d64cc62
2026-03-24 13:01:27 [crawlers.middlewares.photo_download_middleware] INFO: No photos to download for item bb38e0aa-8cd7-5874-9f5e-74ea2d64cc62
2026-03-24 13:01:28 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: bb38e0aa-8cd7-5874-9f5e-74ea2d64cc62, identifier: 120719470
2026-03-24 13:01:28 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: bb38e0aa-8cd7-5874-9f5e-74ea2d64cc62 with identifier: 120719470
2026-03-24 13:01:28 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: bb38e0aa-8cd7-5874-9f5e-74ea2d64cc62 with identifier: 120719470
2026-03-24 13:01:28 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: bb38e0aa-8cd7-5874-9f5e-74ea2d64cc62 with identifier: 120719470 to the API
2026-03-24 13:01:28 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 13: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-24 13:01:29 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120719470?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 113,
'color': 'GREY',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.6L',
'expiration_date': '2026-03-26T10:00:00Z',
'fuel_type': 'Diesel',
'id': 'bb38e0aa-8cd7-5874-9f5e-74ea2d64cc62',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'YC17KSY',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120719470',
'listing': 'auction',
'location': 'Aston Barclay Prees Heath',
'make': 'SEAT',
'model': 'ATECA DIESEL ESTATE',
'odometer': 72334,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2017-05-05',
'seller_name': 'Ken Jervis Kia',
'title': 'SEAT ATECA DIESEL ESTATE 1.6 TDI Ecomotive SE 5dr',
'transmission': 'manual',
'trim': '1.6 TDI Ecomotive SE 5dr',
'vin': None,
'year': 2017}
2026-03-24 13:01:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120719470%27 HTTP/1.1" 200 None
2026-03-24 13:01:29 [astonbarclay.gb] INFO: Saving data for 120719470: {'created_time': 1774357289.67289, 'last_price_update_time': 1774357289.672902, 'auction_closing_time': 1774519200.0}
2026-03-24 13:01:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:01:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120719470') HTTP/1.1" 204 0
2026-03-24 13:01:30 [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-24 13:01:30 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:01:30 [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-24 13:01:30 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:01:30 [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': 464}, '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-24 13:01:30 [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': 464}, '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-24 13:01:30 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: dfeeaa9a-7ce7-5960-af91-a34ef694d38b with identifier: 120406763
2026-03-24 13:01:30 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item dfeeaa9a-7ce7-5960-af91-a34ef694d38b with scrape type 2
2026-03-24 13:01:30 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item dfeeaa9a-7ce7-5960-af91-a34ef694d38b with scrape type 2
2026-03-24 13:01:30 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: dfeeaa9a-7ce7-5960-af91-a34ef694d38b, identifier: 120406763
2026-03-24 13:01:30 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: dfeeaa9a-7ce7-5960-af91-a34ef694d38b with identifier: 120406763
2026-03-24 13:01:30 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: dfeeaa9a-7ce7-5960-af91-a34ef694d38b with identifier: 120406763
2026-03-24 13:01:30 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: dfeeaa9a-7ce7-5960-af91-a34ef694d38b with identifier: 120406763 to the API
2026-03-24 13:01:30 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 13: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-24 13:01:31 [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-24 13:01:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120406763%27 HTTP/1.1" 200 None
2026-03-24 13:01:31 [astonbarclay.gb] INFO: Saving data for 120406763: {'auction_closing_time': 1774888200.0, 'created_time': 1773403433.689038, 'last_price_update_time': 1774357291.601101}
2026-03-24 13:01:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:01:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120406763') HTTP/1.1" 204 0
2026-03-24 13:01:31 [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': 648}, '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-24 13:01:31 [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': 648}, '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-24 13:01:31 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 63c235e7-2817-5c9d-91aa-51c73cbdb729 with identifier: 120432662
2026-03-24 13:01:31 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 63c235e7-2817-5c9d-91aa-51c73cbdb729 with scrape type 2
2026-03-24 13:01:31 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 63c235e7-2817-5c9d-91aa-51c73cbdb729 with scrape type 2
2026-03-24 13:01:31 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 63c235e7-2817-5c9d-91aa-51c73cbdb729, identifier: 120432662
2026-03-24 13:01:31 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 63c235e7-2817-5c9d-91aa-51c73cbdb729 with identifier: 120432662
2026-03-24 13:01:31 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 63c235e7-2817-5c9d-91aa-51c73cbdb729 with identifier: 120432662
2026-03-24 13:01:31 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 63c235e7-2817-5c9d-91aa-51c73cbdb729 with identifier: 120432662 to the API
2026-03-24 13:01:31 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 13: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-24 13:01:32 [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-24 13:01:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120432662%27 HTTP/1.1" 200 None
2026-03-24 13:01:32 [astonbarclay.gb] INFO: Saving data for 120432662: {'auction_closing_time': 1774958400.0, 'created_time': 1773666571.561213, 'last_price_update_time': 1774357292.202307}
2026-03-24 13:01:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:01:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120432662') HTTP/1.1" 204 0
2026-03-24 13:01:33 [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-24 13:01:33 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:01:33 [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': 648}, '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-24 13:01:33 [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': 648}, '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-24 13:01:33 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8c96d1fd-0a5c-50e9-b7c5-06e582bf2dff with identifier: 116946906
2026-03-24 13:01:33 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8c96d1fd-0a5c-50e9-b7c5-06e582bf2dff with scrape type 2
2026-03-24 13:01:33 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8c96d1fd-0a5c-50e9-b7c5-06e582bf2dff with scrape type 2
2026-03-24 13:01:33 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 8c96d1fd-0a5c-50e9-b7c5-06e582bf2dff, identifier: 116946906
2026-03-24 13:01:33 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 8c96d1fd-0a5c-50e9-b7c5-06e582bf2dff with identifier: 116946906
2026-03-24 13:01:33 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 8c96d1fd-0a5c-50e9-b7c5-06e582bf2dff with identifier: 116946906
2026-03-24 13:01:33 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 8c96d1fd-0a5c-50e9-b7c5-06e582bf2dff with identifier: 116946906 to the API
2026-03-24 13:01:33 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 13: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-24 13:01:33 [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-24 13:01:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27116946906%27 HTTP/1.1" 200 None
2026-03-24 13:01:33 [astonbarclay.gb] INFO: Saving data for 116946906: {'created_time': 1773838933.212555, 'last_price_update_time': 1774357293.956625}
2026-03-24 13:01:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:01:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='116946906') HTTP/1.1" 204 0
2026-03-24 13:01:34 [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-24 13: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-24 13:01:34 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120713746, 'registration': 'AV60LTY', 'account': 'WBA001', 'make': 'FORD', 'model': 'FIESTA DIESEL HATCHBACK', 'derivative': '1.4 TDCi [70] Zetec 5dr', 'mileage': 118440, 'mileageWarranty': True, 'type': 'car', 'saleId': 0, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 464}, 'saleStart': None, 'lot': None, 'hall': None, 'transmission': 'manual', 'firstRegistration': '2010-09-29', 'fuel': 'Diesel', 'motExpiry': '2026-09-29', 'doors': 5, 'engineSize': 1399, 'bodyType': 'Hatchback', 'images': None, 'colour': 'BLUE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': None, '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', '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-24 13:01:34 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120713746, 'registration': 'AV60LTY', 'account': 'WBA001', 'make': 'FORD', 'model': 'FIESTA DIESEL HATCHBACK', 'derivative': '1.4 TDCi [70] Zetec 5dr', 'mileage': 118440, 'mileageWarranty': True, 'type': 'car', 'saleId': 0, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 464}, 'saleStart': None, 'lot': None, 'hall': None, 'transmission': 'manual', 'firstRegistration': '2010-09-29', 'fuel': 'Diesel', 'motExpiry': '2026-09-29', 'doors': 5, 'engineSize': 1399, 'bodyType': 'Hatchback', 'images': None, 'colour': 'BLUE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': None, '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', '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-24 13:01:34 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 33b4ac28-ed60-5821-952a-b9a2c6f9ace6 with identifier: 120713746
2026-03-24 13:01:34 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 33b4ac28-ed60-5821-952a-b9a2c6f9ace6 with scrape type 1
2026-03-24 13:01:34 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 0 photos for item 33b4ac28-ed60-5821-952a-b9a2c6f9ace6
2026-03-24 13:01:34 [crawlers.middlewares.photo_download_middleware] INFO: No photos to download for item 33b4ac28-ed60-5821-952a-b9a2c6f9ace6
2026-03-24 13:01:35 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 33b4ac28-ed60-5821-952a-b9a2c6f9ace6, identifier: 120713746
2026-03-24 13:01:35 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 33b4ac28-ed60-5821-952a-b9a2c6f9ace6 with identifier: 120713746
2026-03-24 13:01:35 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 33b4ac28-ed60-5821-952a-b9a2c6f9ace6 with identifier: 120713746
2026-03-24 13:01:35 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 33b4ac28-ed60-5821-952a-b9a2c6f9ace6 with identifier: 120713746 to the API
2026-03-24 13:01:35 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 13: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-24 13:01:36 [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': None,
'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',
'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-24 13:01:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120713746%27 HTTP/1.1" 200 None
2026-03-24 13:01:36 [astonbarclay.gb] INFO: Saving data for 120713746: {'created_time': 1774357296.241306, 'last_price_update_time': 1774357296.241318}
2026-03-24 13:01:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:01:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120713746') HTTP/1.1" 204 0
2026-03-24 13:01:45 [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-24 13: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-24 13:01:45 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', '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': 18851, 'siteId': 659779, 'site': {'id': 659779, 'name': 'Aston Barclay Prees Heath', 'vehicles': 92}, 'saleStart': '2026-03-24T10:30Z', 'lot': 109, '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-24 13:01:45 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', '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': 18851, 'siteId': 659779, 'site': {'id': 659779, 'name': 'Aston Barclay Prees Heath', 'vehicles': 92}, 'saleStart': '2026-03-24T10:30Z', 'lot': 109, '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-24 13:01:45 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 49bfbaf4-2675-5d73-a874-9fccd0fbdd41 with identifier: 120417765
2026-03-24 13:01:45 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 49bfbaf4-2675-5d73-a874-9fccd0fbdd41 with scrape type 2
2026-03-24 13:01:45 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 49bfbaf4-2675-5d73-a874-9fccd0fbdd41 with scrape type 2
2026-03-24 13:01:45 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 49bfbaf4-2675-5d73-a874-9fccd0fbdd41, identifier: 120417765
2026-03-24 13:01:45 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 49bfbaf4-2675-5d73-a874-9fccd0fbdd41 with identifier: 120417765
2026-03-24 13:01:45 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 49bfbaf4-2675-5d73-a874-9fccd0fbdd41 with identifier: 120417765
2026-03-24 13:01:45 [scrapy.core.scraper] INFO: Dropped: Dropping expired listing: 49bfbaf4-2675-5d73-a874-9fccd0fbdd41 with expiration date: 2026-03-24T10:30:00Z
{'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-24T10:30: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-24 13:01:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120417765%27 HTTP/1.1" 200 None
2026-03-24 13:01:45 [astonbarclay.gb] INFO: Saving data for 120417765: {'auction_closing_time': 1774348200.0, 'created_time': 1773401998.571553, 'last_price_update_time': 1774357305.60728}
2026-03-24 13:01:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:01:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120417765') HTTP/1.1" 204 0
2026-03-24 13:01:55 [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-24 13:01:55 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:01:55 [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': 0, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 240}, 'saleStart': None, 'lot': None, 'hall': None, 'transmission': 'manual', 'firstRegistration': '2021-11-30', 'fuel': 'Diesel', 'motExpiry': '2026-10-20', 'doors': None, 'engineSize': 2299, 'bodyType': 'Medium Roof Van', 'images': None, 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': None, 'serviceHistory': '', 'remarks': '', 'virtual': False, 'seller': 'Ogilvie Fleet', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': False, 'v5details': 'TF', '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-24 13:01:55 [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': 0, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 240}, 'saleStart': None, 'lot': None, 'hall': None, 'transmission': 'manual', 'firstRegistration': '2021-11-30', 'fuel': 'Diesel', 'motExpiry': '2026-10-20', 'doors': None, 'engineSize': 2299, 'bodyType': 'Medium Roof Van', 'images': None, 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': None, 'serviceHistory': '', 'remarks': '', 'virtual': False, 'seller': 'Ogilvie Fleet', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': False, 'v5details': 'TF', '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-24 13:01:55 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 40141b92-42f6-5e1e-80f5-954ac5507dba with identifier: 120654534
2026-03-24 13:01:55 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 40141b92-42f6-5e1e-80f5-954ac5507dba with scrape type 1
2026-03-24 13:01:55 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 0 photos for item 40141b92-42f6-5e1e-80f5-954ac5507dba
2026-03-24 13:01:55 [crawlers.middlewares.photo_download_middleware] INFO: No photos to download for item 40141b92-42f6-5e1e-80f5-954ac5507dba
2026-03-24 13:01:55 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 40141b92-42f6-5e1e-80f5-954ac5507dba, identifier: 120654534
2026-03-24 13:01:55 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 40141b92-42f6-5e1e-80f5-954ac5507dba with identifier: 120654534
2026-03-24 13:01:55 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 40141b92-42f6-5e1e-80f5-954ac5507dba with identifier: 120654534
2026-03-24 13:01:56 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 40141b92-42f6-5e1e-80f5-954ac5507dba with identifier: 120654534 to the API
2026-03-24 13:01:56 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 13: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-24 13:01:58 [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': None,
'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-24 13:01:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120654534%27 HTTP/1.1" 200 None
2026-03-24 13:01:58 [astonbarclay.gb] INFO: Saving data for 120654534: {'created_time': 1774357318.151786, 'last_price_update_time': 1774357318.151799}
2026-03-24 13:01:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:01:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120654534') HTTP/1.1" 204 0
2026-03-24 13:02:05 [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-24 13:02:05 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:02:05 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120713969, 'registration': 'VK13WYB', 'account': 'WBA001', 'make': 'VAUXHALL', 'model': 'ASTRA HATCHBACK', 'derivative': '1.6i 16V SE 5dr', 'mileage': 87997, 'mileageWarranty': True, 'type': 'car', 'saleId': 0, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 464}, 'saleStart': None, 'lot': None, 'hall': None, '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', '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-24 13:02:05 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120713969, 'registration': 'VK13WYB', 'account': 'WBA001', 'make': 'VAUXHALL', 'model': 'ASTRA HATCHBACK', 'derivative': '1.6i 16V SE 5dr', 'mileage': 87997, 'mileageWarranty': True, 'type': 'car', 'saleId': 0, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 464}, 'saleStart': None, 'lot': None, 'hall': None, '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', '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-24 13:02:05 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 846c7d3b-c032-5d2a-a30a-e854b030626b with identifier: 120713969
2026-03-24 13:02:05 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 846c7d3b-c032-5d2a-a30a-e854b030626b with scrape type 1
2026-03-24 13:02:05 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 8 photos for item 846c7d3b-c032-5d2a-a30a-e854b030626b
2026-03-24 13:02:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:02:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FVK13WYB%252F2026-03-24%252Fimage%252Fe48675af-87e8-4985-9996-6db057edca8b_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-24 13:02:05 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/VK13WYB/2026-03-24/image/e48675af-87e8-4985-9996-6db057edca8b_removebg.jpg?w=600 not downloaded yet
2026-03-24 13:02:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:02:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FVK13WYB%252F2026-03-24%252Fimage%252F2d0ea273-897e-46bf-91e7-1d222667d208_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-24 13:02:05 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/VK13WYB/2026-03-24/image/2d0ea273-897e-46bf-91e7-1d222667d208_removebg.jpg?w=600 not downloaded yet
2026-03-24 13:02:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:02:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FVK13WYB%252F2026-03-24%252Fimage%252Feb843205-9042-4bbc-bf85-4ed92b2e357f_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-24 13:02:05 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/VK13WYB/2026-03-24/image/eb843205-9042-4bbc-bf85-4ed92b2e357f_removebg.jpg?w=600 not downloaded yet
2026-03-24 13:02:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:02:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FVK13WYB%252F2026-03-24%252Fimage%252F67b1d1f4-3275-47d0-8613-66b410e4fbe6_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-24 13:02:05 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/VK13WYB/2026-03-24/image/67b1d1f4-3275-47d0-8613-66b410e4fbe6_removebg.jpg?w=600 not downloaded yet
2026-03-24 13:02:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:02:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FVK13WYB%252F2026-03-24%252Fimage%252F68900cab-d49e-4d33-8c8b-47fab11b2485_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-24 13:02:05 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/VK13WYB/2026-03-24/image/68900cab-d49e-4d33-8c8b-47fab11b2485_removebg.jpg?w=600 not downloaded yet
2026-03-24 13:02:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:02:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FVK13WYB%252F2026-03-24%252Fimage%252Fd5a935a0-209e-4c78-a482-e23ab276be52_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-24 13:02:05 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/VK13WYB/2026-03-24/image/d5a935a0-209e-4c78-a482-e23ab276be52_removebg.jpg?w=600 not downloaded yet
2026-03-24 13:02:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:02:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FVK13WYB%252F2026-03-24%252Fimage%252Fbd16f312-472d-4051-baa3-04805bd994fe_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-24 13:02:05 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/VK13WYB/2026-03-24/image/bd16f312-472d-4051-baa3-04805bd994fe_removebg.jpg?w=600 not downloaded yet
2026-03-24 13:02:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:02:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FVK13WYB%252F2026-03-24%252Fimage%252F8b7c6523-8e7d-4768-a0c2-032f34d336b0_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-24 13:02:05 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/VK13WYB/2026-03-24/image/8b7c6523-8e7d-4768-a0c2-032f34d336b0_removebg.jpg?w=600 not downloaded yet
2026-03-24 13:02:06 [scrapy.extensions.logstats] INFO: Crawled 34 pages (at 15 pages/min), scraped 12 items (at 12 items/min)
2026-03-24 13:02:06 [scrapy.extensions.memusage] INFO: Peak memory usage is 180MiB
2026-03-24 13:02:06 [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-24 13: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-24 13:02:06 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120714062, 'registration': 'EK68VSL', 'account': 'WBA001', 'make': 'FORD', 'model': 'FIESTA HATCHBACK', 'derivative': '1.1 Zetec 3dr', 'mileage': 61819, 'mileageWarranty': True, 'type': 'car', 'saleId': 0, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 464}, 'saleStart': None, 'lot': None, 'hall': None, 'transmission': 'manual', 'firstRegistration': '2018-09-29', 'fuel': 'Petrol', 'motExpiry': '2027-01-20', 'doors': 3, 'engineSize': 1084, 'bodyType': 'Hatchback', 'images': None, 'colour': 'BLUE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': None, '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', '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-24 13:02:06 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120714062, 'registration': 'EK68VSL', 'account': 'WBA001', 'make': 'FORD', 'model': 'FIESTA HATCHBACK', 'derivative': '1.1 Zetec 3dr', 'mileage': 61819, 'mileageWarranty': True, 'type': 'car', 'saleId': 0, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 464}, 'saleStart': None, 'lot': None, 'hall': None, 'transmission': 'manual', 'firstRegistration': '2018-09-29', 'fuel': 'Petrol', 'motExpiry': '2027-01-20', 'doors': 3, 'engineSize': 1084, 'bodyType': 'Hatchback', 'images': None, 'colour': 'BLUE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': None, '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', '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-24 13:02:06 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8d354246-c92e-581c-acf9-9523c39851c4 with identifier: 120714062
2026-03-24 13:02:06 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8d354246-c92e-581c-acf9-9523c39851c4 with scrape type 1
2026-03-24 13:02:06 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 0 photos for item 8d354246-c92e-581c-acf9-9523c39851c4
2026-03-24 13:02:06 [crawlers.middlewares.photo_download_middleware] INFO: No photos to download for item 8d354246-c92e-581c-acf9-9523c39851c4
2026-03-24 13:02:07 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 8d354246-c92e-581c-acf9-9523c39851c4, identifier: 120714062
2026-03-24 13:02:07 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 8d354246-c92e-581c-acf9-9523c39851c4 with identifier: 120714062
2026-03-24 13:02:07 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 8d354246-c92e-581c-acf9-9523c39851c4 with identifier: 120714062
2026-03-24 13:02:07 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 8d354246-c92e-581c-acf9-9523c39851c4 with identifier: 120714062 to the API
2026-03-24 13:02:07 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 13: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-24 13:02:08 [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': None,
'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',
'title': 'FORD FIESTA HATCHBACK 1.1 Zetec 3dr',
'transmission': 'manual',
'trim': '1.1 Zetec 3dr',
'vin': None,
'year': 2018}
2026-03-24 13:02:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120714062%27 HTTP/1.1" 200 None
2026-03-24 13:02:08 [astonbarclay.gb] INFO: Saving data for 120714062: {'created_time': 1774357328.887611, 'last_price_update_time': 1774357328.887626}
2026-03-24 13:02:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:02:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120714062') HTTP/1.1" 204 0
2026-03-24 13:02:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/VK13WYB/2026-03-24/image/8b7c6523-8e7d-4768-a0c2-032f34d336b0_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120713969?view=catalogue)
2026-03-24 13:02:09 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 13:02:09 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fde502968d0>
2026-03-24 13:02:09 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 13:02:09 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-24 13:02:09 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 13:02:09 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_846c7d3b-c032-5d2a-a30a-e854b030626b/846c7d3b-c032-5d2a-a30a-e854b030626b_image_7.jpg HTTP/1.1" 201 0
2026-03-24 13:02:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:02:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FVK13WYB%252F2026-03-24%252Fimage%252F8b7c6523-8e7d-4768-a0c2-032f34d336b0_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-24 13:02:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/VK13WYB/2026-03-24/image/8b7c6523-8e7d-4768-a0c2-032f34d336b0_removebg.jpg?w=600 saved to cache
2026-03-24 13:02:09 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 846c7d3b-c032-5d2a-a30a-e854b030626b
2026-03-24 13:02:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/VK13WYB/2026-03-24/image/bd16f312-472d-4051-baa3-04805bd994fe_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120713969?view=catalogue)
2026-03-24 13:02:09 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 13:02:09 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fde5019b210>
2026-03-24 13:02:09 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 13:02:09 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-24 13:02:09 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 13:02:09 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_846c7d3b-c032-5d2a-a30a-e854b030626b/846c7d3b-c032-5d2a-a30a-e854b030626b_image_6.jpg HTTP/1.1" 201 0
2026-03-24 13:02:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:02:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FVK13WYB%252F2026-03-24%252Fimage%252Fbd16f312-472d-4051-baa3-04805bd994fe_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-24 13:02:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/VK13WYB/2026-03-24/image/bd16f312-472d-4051-baa3-04805bd994fe_removebg.jpg?w=600 saved to cache
2026-03-24 13:02:09 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 846c7d3b-c032-5d2a-a30a-e854b030626b
2026-03-24 13:02:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/VK13WYB/2026-03-24/image/d5a935a0-209e-4c78-a482-e23ab276be52_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120713969?view=catalogue)
2026-03-24 13:02:09 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 13:02:09 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fde43fcc310>
2026-03-24 13:02:09 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 13:02:09 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-24 13:02:09 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 13:02:09 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_846c7d3b-c032-5d2a-a30a-e854b030626b/846c7d3b-c032-5d2a-a30a-e854b030626b_image_5.jpg HTTP/1.1" 201 0
2026-03-24 13:02:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:02:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FVK13WYB%252F2026-03-24%252Fimage%252Fd5a935a0-209e-4c78-a482-e23ab276be52_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-24 13:02:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/VK13WYB/2026-03-24/image/d5a935a0-209e-4c78-a482-e23ab276be52_removebg.jpg?w=600 saved to cache
2026-03-24 13:02:09 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 846c7d3b-c032-5d2a-a30a-e854b030626b
2026-03-24 13:02:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/VK13WYB/2026-03-24/image/68900cab-d49e-4d33-8c8b-47fab11b2485_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120713969?view=catalogue)
2026-03-24 13:02:09 [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-24 13: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-24 13:02:09 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 13:02:09 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fde503b8890>
2026-03-24 13:02:09 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 13:02:09 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-24 13:02:09 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 13:02:09 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_846c7d3b-c032-5d2a-a30a-e854b030626b/846c7d3b-c032-5d2a-a30a-e854b030626b_image_4.jpg HTTP/1.1" 201 0
2026-03-24 13:02:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:02:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FVK13WYB%252F2026-03-24%252Fimage%252F68900cab-d49e-4d33-8c8b-47fab11b2485_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-24 13:02:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/VK13WYB/2026-03-24/image/68900cab-d49e-4d33-8c8b-47fab11b2485_removebg.jpg?w=600 saved to cache
2026-03-24 13:02:09 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 846c7d3b-c032-5d2a-a30a-e854b030626b
2026-03-24 13:02:09 [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': 19179, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 464}, 'saleStart': '2026-03-25T10:00Z', 'lot': 1287, 'hall': 'Hall 1', '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-24 13:02:09 [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': 19179, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 464}, 'saleStart': '2026-03-25T10:00Z', 'lot': 1287, 'hall': 'Hall 1', '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-24 13:02:09 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f8e7ebbf-0bc2-5c60-a2b9-32b3a12cb696 with identifier: 120657493
2026-03-24 13:02:09 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f8e7ebbf-0bc2-5c60-a2b9-32b3a12cb696 with scrape type 2
2026-03-24 13:02:09 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f8e7ebbf-0bc2-5c60-a2b9-32b3a12cb696 with scrape type 2
2026-03-24 13:02:10 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: f8e7ebbf-0bc2-5c60-a2b9-32b3a12cb696, identifier: 120657493
2026-03-24 13:02:10 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: f8e7ebbf-0bc2-5c60-a2b9-32b3a12cb696 with identifier: 120657493
2026-03-24 13:02:10 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: f8e7ebbf-0bc2-5c60-a2b9-32b3a12cb696 with identifier: 120657493
2026-03-24 13:02:10 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: f8e7ebbf-0bc2-5c60-a2b9-32b3a12cb696 with identifier: 120657493 to the API
2026-03-24 13:02:10 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 13: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-24 13:02:10 [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-25T10:00: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-24 13:02:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120657493%27 HTTP/1.1" 200 None
2026-03-24 13:02:10 [astonbarclay.gb] INFO: Saving data for 120657493: {'auction_closing_time': 1774432800.0, 'created_time': 1774034149.611927, 'last_price_update_time': 1774357330.531174}
2026-03-24 13:02:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:02:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120657493') HTTP/1.1" 204 0
2026-03-24 13:02:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/VK13WYB/2026-03-24/image/67b1d1f4-3275-47d0-8613-66b410e4fbe6_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120713969?view=catalogue)
2026-03-24 13:02:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/VK13WYB/2026-03-24/image/eb843205-9042-4bbc-bf85-4ed92b2e357f_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120713969?view=catalogue)
2026-03-24 13:02:10 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 13:02:10 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fde43fcce90>
2026-03-24 13:02:10 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 13:02:10 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-24 13:02:10 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 13:02:10 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_846c7d3b-c032-5d2a-a30a-e854b030626b/846c7d3b-c032-5d2a-a30a-e854b030626b_image_3.jpg HTTP/1.1" 201 0
2026-03-24 13:02:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:02:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FVK13WYB%252F2026-03-24%252Fimage%252F67b1d1f4-3275-47d0-8613-66b410e4fbe6_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-24 13:02:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/VK13WYB/2026-03-24/image/67b1d1f4-3275-47d0-8613-66b410e4fbe6_removebg.jpg?w=600 saved to cache
2026-03-24 13:02:10 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 846c7d3b-c032-5d2a-a30a-e854b030626b
2026-03-24 13:02:10 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 13:02:10 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fde519165d0>
2026-03-24 13:02:10 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 13:02:10 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-24 13:02:10 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 13:02:10 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_846c7d3b-c032-5d2a-a30a-e854b030626b/846c7d3b-c032-5d2a-a30a-e854b030626b_image_2.jpg HTTP/1.1" 201 0
2026-03-24 13:02:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:02:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FVK13WYB%252F2026-03-24%252Fimage%252Feb843205-9042-4bbc-bf85-4ed92b2e357f_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-24 13:02:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/VK13WYB/2026-03-24/image/eb843205-9042-4bbc-bf85-4ed92b2e357f_removebg.jpg?w=600 saved to cache
2026-03-24 13:02:10 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 846c7d3b-c032-5d2a-a30a-e854b030626b
2026-03-24 13:02:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/VK13WYB/2026-03-24/image/2d0ea273-897e-46bf-91e7-1d222667d208_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120713969?view=catalogue)
2026-03-24 13:02:10 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 13:02:10 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fde60b40f90>
2026-03-24 13:02:10 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 13:02:10 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-24 13:02:10 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 13:02:10 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_846c7d3b-c032-5d2a-a30a-e854b030626b/846c7d3b-c032-5d2a-a30a-e854b030626b_image_1.jpg HTTP/1.1" 201 0
2026-03-24 13:02:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:02:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FVK13WYB%252F2026-03-24%252Fimage%252F2d0ea273-897e-46bf-91e7-1d222667d208_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-24 13:02:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/VK13WYB/2026-03-24/image/2d0ea273-897e-46bf-91e7-1d222667d208_removebg.jpg?w=600 saved to cache
2026-03-24 13:02:10 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 846c7d3b-c032-5d2a-a30a-e854b030626b
2026-03-24 13:02:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/VK13WYB/2026-03-24/image/e48675af-87e8-4985-9996-6db057edca8b_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120713969?view=catalogue)
2026-03-24 13:02:11 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 13:02:11 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fde43f511d0>
2026-03-24 13:02:11 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 13:02:11 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-24 13:02:11 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 13:02:11 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_846c7d3b-c032-5d2a-a30a-e854b030626b/846c7d3b-c032-5d2a-a30a-e854b030626b_image_0.jpg HTTP/1.1" 201 0
2026-03-24 13:02:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:02:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FVK13WYB%252F2026-03-24%252Fimage%252Fe48675af-87e8-4985-9996-6db057edca8b_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-24 13:02:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/VK13WYB/2026-03-24/image/e48675af-87e8-4985-9996-6db057edca8b_removebg.jpg?w=600 saved to cache
2026-03-24 13:02:11 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 846c7d3b-c032-5d2a-a30a-e854b030626b
2026-03-24 13:02:11 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 846c7d3b-c032-5d2a-a30a-e854b030626b, skipping ID generation
2026-03-24 13:02:11 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 846c7d3b-c032-5d2a-a30a-e854b030626b with scrape type 1
2026-03-24 13:02:11 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 846c7d3b-c032-5d2a-a30a-e854b030626b sending to next pipeline
2026-03-24 13:02:11 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 846c7d3b-c032-5d2a-a30a-e854b030626b, identifier: 120713969
2026-03-24 13:02:11 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 846c7d3b-c032-5d2a-a30a-e854b030626b with identifier: 120713969
2026-03-24 13:02:11 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 846c7d3b-c032-5d2a-a30a-e854b030626b with identifier: 120713969
2026-03-24 13:02:11 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 846c7d3b-c032-5d2a-a30a-e854b030626b with identifier: 120713969 to the API
2026-03-24 13:02:11 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 13: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-24 13:02:12 [scrapy.core.scraper] DEBUG: Scraped from <200 https://abimg003.imgix.net/VK13WYB/2026-03-24/image/e48675af-87e8-4985-9996-6db057edca8b_removebg.jpg?w=600>
{'auction_title': '',
'c_o_2_emission_value': 147,
'color': 'GREY',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 5',
'engine': '1.6L',
'expiration_date': None,
'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': 8,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_846c7d3b-c032-5d2a-a30a-e854b030626b/846c7d3b-c032-5d2a-a30a-e854b030626b_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 31695,
'Height': 375,
'OriginUrl': 'https://abimg003.imgix.net/VK13WYB/2026-03-24/image/e48675af-87e8-4985-9996-6db057edca8b_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_846c7d3b-c032-5d2a-a30a-e854b030626b/846c7d3b-c032-5d2a-a30a-e854b030626b_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 32501,
'Height': 375,
'OriginUrl': 'https://abimg003.imgix.net/VK13WYB/2026-03-24/image/2d0ea273-897e-46bf-91e7-1d222667d208_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_846c7d3b-c032-5d2a-a30a-e854b030626b/846c7d3b-c032-5d2a-a30a-e854b030626b_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 24955,
'Height': 375,
'OriginUrl': 'https://abimg003.imgix.net/VK13WYB/2026-03-24/image/eb843205-9042-4bbc-bf85-4ed92b2e357f_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_846c7d3b-c032-5d2a-a30a-e854b030626b/846c7d3b-c032-5d2a-a30a-e854b030626b_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 28996,
'Height': 375,
'OriginUrl': 'https://abimg003.imgix.net/VK13WYB/2026-03-24/image/67b1d1f4-3275-47d0-8613-66b410e4fbe6_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_846c7d3b-c032-5d2a-a30a-e854b030626b/846c7d3b-c032-5d2a-a30a-e854b030626b_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 51311,
'Height': 375,
'OriginUrl': 'https://abimg003.imgix.net/VK13WYB/2026-03-24/image/68900cab-d49e-4d33-8c8b-47fab11b2485_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_846c7d3b-c032-5d2a-a30a-e854b030626b/846c7d3b-c032-5d2a-a30a-e854b030626b_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 45382,
'Height': 375,
'OriginUrl': 'https://abimg003.imgix.net/VK13WYB/2026-03-24/image/d5a935a0-209e-4c78-a482-e23ab276be52_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_846c7d3b-c032-5d2a-a30a-e854b030626b/846c7d3b-c032-5d2a-a30a-e854b030626b_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 40648,
'Height': 375,
'OriginUrl': 'https://abimg003.imgix.net/VK13WYB/2026-03-24/image/bd16f312-472d-4051-baa3-04805bd994fe_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_846c7d3b-c032-5d2a-a30a-e854b030626b/846c7d3b-c032-5d2a-a30a-e854b030626b_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 52547,
'Height': 375,
'OriginUrl': 'https://abimg003.imgix.net/VK13WYB/2026-03-24/image/8b7c6523-8e7d-4768-a0c2-032f34d336b0_removebg.jpg?w=600',
'Width': 600}],
'price': 0,
'price_includes_vat': False,
'registration_date': '2013-06-03',
'seller_name': 'UKCGR',
'title': 'VAUXHALL ASTRA HATCHBACK 1.6i 16V SE 5dr',
'transmission': 'manual',
'trim': '1.6i 16V SE 5dr',
'vin': None,
'year': 2013}
2026-03-24 13:02:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120713969%27 HTTP/1.1" 200 None
2026-03-24 13:02:12 [astonbarclay.gb] INFO: Saving data for 120713969: {'created_time': 1774357332.46354, 'last_price_update_time': 1774357332.463556}
2026-03-24 13:02:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:02:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120713969') HTTP/1.1" 204 0
2026-03-24 13:02:12 [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-24 13:02:12 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:02:12 [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': 240}, '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-24 13:02:12 [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': 240}, '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-24 13:02:12 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: aa9d0dbe-60b9-57f7-bcf2-bffdc1693ff9 with identifier: 120401505
2026-03-24 13:02:12 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item aa9d0dbe-60b9-57f7-bcf2-bffdc1693ff9 with scrape type 2
2026-03-24 13:02:12 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item aa9d0dbe-60b9-57f7-bcf2-bffdc1693ff9 with scrape type 2
2026-03-24 13:02:12 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: aa9d0dbe-60b9-57f7-bcf2-bffdc1693ff9, identifier: 120401505
2026-03-24 13:02:12 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: aa9d0dbe-60b9-57f7-bcf2-bffdc1693ff9 with identifier: 120401505
2026-03-24 13:02:12 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: aa9d0dbe-60b9-57f7-bcf2-bffdc1693ff9 with identifier: 120401505
2026-03-24 13:02:12 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: aa9d0dbe-60b9-57f7-bcf2-bffdc1693ff9 with identifier: 120401505 to the API
2026-03-24 13:02:12 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 13: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-24 13:02:14 [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-24 13:02:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120401505%27 HTTP/1.1" 200 None
2026-03-24 13:02:14 [astonbarclay.gb] INFO: Saving data for 120401505: {'created_time': 1773947017.169615, 'last_price_update_time': 1774357334.163626}
2026-03-24 13:02:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:02:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120401505') HTTP/1.1" 204 0
2026-03-24 13:02:15 [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-24 13: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-24 13:02:15 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120714077, 'registration': 'KW65VWS', 'account': 'WBA001', 'make': 'SKODA', 'model': 'YETI ESTATE', 'derivative': '1.2 TSI SE 5dr', 'mileage': 85252, 'mileageWarranty': True, 'type': 'car', 'saleId': 0, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 464}, 'saleStart': None, 'lot': None, 'hall': None, 'transmission': 'manual', 'firstRegistration': '2016-01-30', 'fuel': 'Petrol', 'motExpiry': '2026-09-24', 'doors': 5, 'engineSize': 1197, 'bodyType': 'Estate', 'images': None, 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': None, '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', '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-24 13:02:15 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120714077, 'registration': 'KW65VWS', 'account': 'WBA001', 'make': 'SKODA', 'model': 'YETI ESTATE', 'derivative': '1.2 TSI SE 5dr', 'mileage': 85252, 'mileageWarranty': True, 'type': 'car', 'saleId': 0, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 464}, 'saleStart': None, 'lot': None, 'hall': None, 'transmission': 'manual', 'firstRegistration': '2016-01-30', 'fuel': 'Petrol', 'motExpiry': '2026-09-24', 'doors': 5, 'engineSize': 1197, 'bodyType': 'Estate', 'images': None, 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': None, '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', '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-24 13:02:15 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: caaddab6-ea9e-5abe-9421-454cfc350961 with identifier: 120714077
2026-03-24 13:02:15 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item caaddab6-ea9e-5abe-9421-454cfc350961 with scrape type 1
2026-03-24 13:02:15 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 0 photos for item caaddab6-ea9e-5abe-9421-454cfc350961
2026-03-24 13:02:15 [crawlers.middlewares.photo_download_middleware] INFO: No photos to download for item caaddab6-ea9e-5abe-9421-454cfc350961
2026-03-24 13:02:15 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: caaddab6-ea9e-5abe-9421-454cfc350961, identifier: 120714077
2026-03-24 13:02:15 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: caaddab6-ea9e-5abe-9421-454cfc350961 with identifier: 120714077
2026-03-24 13:02:15 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: caaddab6-ea9e-5abe-9421-454cfc350961 with identifier: 120714077
2026-03-24 13:02:15 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: caaddab6-ea9e-5abe-9421-454cfc350961 with identifier: 120714077 to the API
2026-03-24 13:02:15 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 13: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-24 13:02:16 [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': None,
'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',
'title': 'SKODA YETI ESTATE 1.2 TSI SE 5dr',
'transmission': 'manual',
'trim': '1.2 TSI SE 5dr',
'vin': None,
'year': 2016}
2026-03-24 13:02:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120714077%27 HTTP/1.1" 200 None
2026-03-24 13:02:16 [astonbarclay.gb] INFO: Saving data for 120714077: {'created_time': 1774357336.564267, 'last_price_update_time': 1774357336.564282}
2026-03-24 13:02:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:02:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120714077') HTTP/1.1" 204 0
2026-03-24 13:02:17 [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-24 13: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-24 13:02:17 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120715801, 'registration': 'KY05KNN', 'account': 'WBA001', 'make': 'MERCEDES-BENZ', 'model': 'M CLASS DIESEL SW', 'derivative': 'ML270 CDI 5dr Tip Auto', 'mileage': 148802, 'mileageWarranty': True, 'type': 'car', 'saleId': 0, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 464}, 'saleStart': None, 'lot': None, 'hall': None, 'transmission': 'automatic', 'firstRegistration': '2005-03-01', 'fuel': 'Diesel', 'motExpiry': '2026-12-08', 'doors': 5, 'engineSize': 2688, 'bodyType': 'Station Wagon', 'images': None, 'colour': 'SILVER', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': None, 'serviceHistory': '', 'remarks': 'VOSA STATES 125K, 131K, 139K, 146K, SPARE KEY IN OFFICE', 'virtual': False, 'seller': 'UKCGR', '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-24 13:02:17 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120715801, 'registration': 'KY05KNN', 'account': 'WBA001', 'make': 'MERCEDES-BENZ', 'model': 'M CLASS DIESEL SW', 'derivative': 'ML270 CDI 5dr Tip Auto', 'mileage': 148802, 'mileageWarranty': True, 'type': 'car', 'saleId': 0, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 464}, 'saleStart': None, 'lot': None, 'hall': None, 'transmission': 'automatic', 'firstRegistration': '2005-03-01', 'fuel': 'Diesel', 'motExpiry': '2026-12-08', 'doors': 5, 'engineSize': 2688, 'bodyType': 'Station Wagon', 'images': None, 'colour': 'SILVER', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': None, 'serviceHistory': '', 'remarks': 'VOSA STATES 125K, 131K, 139K, 146K, SPARE KEY IN OFFICE', 'virtual': False, 'seller': 'UKCGR', '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-24 13:02:17 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7551824e-d5f0-5b77-9c62-878f8760144f with identifier: 120715801
2026-03-24 13:02:17 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7551824e-d5f0-5b77-9c62-878f8760144f with scrape type 1
2026-03-24 13:02:17 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 0 photos for item 7551824e-d5f0-5b77-9c62-878f8760144f
2026-03-24 13:02:17 [crawlers.middlewares.photo_download_middleware] INFO: No photos to download for item 7551824e-d5f0-5b77-9c62-878f8760144f
2026-03-24 13:02:17 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 7551824e-d5f0-5b77-9c62-878f8760144f, identifier: 120715801
2026-03-24 13:02:17 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 7551824e-d5f0-5b77-9c62-878f8760144f with identifier: 120715801
2026-03-24 13:02:17 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 7551824e-d5f0-5b77-9c62-878f8760144f with identifier: 120715801
2026-03-24 13:02:17 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 7551824e-d5f0-5b77-9c62-878f8760144f with identifier: 120715801 to the API
2026-03-24 13:02:17 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 13: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-24 13:02:18 [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': None,
'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',
'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-24 13:02:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120715801%27 HTTP/1.1" 200 None
2026-03-24 13:02:18 [astonbarclay.gb] INFO: Saving data for 120715801: {'created_time': 1774357338.627403, 'last_price_update_time': 1774357338.627415}
2026-03-24 13:02:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:02:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120715801') HTTP/1.1" 204 0
2026-03-24 13:02:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/118686440?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-24 13: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-24 13:02:18 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 118686440, 'registration': 'MV68ZWK', 'account': 'STE131', 'make': 'VAUXHALL', 'model': 'GRANDLAND X HATCHBACK', 'derivative': '1.2 Turbo Tech Line Nav 5dr', 'mileage': 49151, 'mileageWarranty': False, 'type': 'car', 'saleId': 0, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 240}, 'saleStart': None, 'lot': None, 'hall': None, 'transmission': 'manual', 'firstRegistration': '2019-01-24', 'fuel': 'Petrol', 'motExpiry': '2025-01-26', 'doors': 5, 'engineSize': 1199, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/MV68ZWK/2026-02-25/image/c9b8ebf3-b8bd-43d1-bf67-73cbdc96b4a3_removebg.jpg?w=600', 'https://abimg003.imgix.net/MV68ZWK/2026-02-25/image/7357638c-66e8-4a9d-8db3-d7ecf6b5e87a_removebg.jpg?w=600', 'https://abimg003.imgix.net/MV68ZWK/2026-02-25/image/e92304d3-96c4-4709-bad1-2616d4f4bd29_removebg.jpg?w=600', 'https://abimg003.imgix.net/MV68ZWK/2026-02-25/image/2d93f337-7a31-4f20-88df-76132518726d_removebg.jpg?w=600', 'https://abimg003.imgix.net/MV68ZWK/2026-02-25/image/c1e86d6a-e0ff-481f-92c6-cfa32b52dcb7_removebg.jpg?w=600', 'https://abimg003.imgix.net/MV68ZWK/2026-02-25/image/a51737f6-b1f1-4ca1-9382-4ba187e2e252_removebg.jpg?w=600'], 'colour': 'BLUE', 'writeoffcode': '', 'grade': None, 'nonRunner': True, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 07/21-18k,', 'remarks': 'NON STARTER, DOES NOT POWER UP WITH JUMPACK, MAY HAVE FURTHER FAULTS, VOSA STATES 22K 31K 45K', 'virtual': False, 'seller': 'Stellantis Financial Services UK', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '1', 'v5': False, 'v5details': None, 'co2': 121, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': None, 'assuredType': None, 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-24 13:02:18 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 118686440, 'registration': 'MV68ZWK', 'account': 'STE131', 'make': 'VAUXHALL', 'model': 'GRANDLAND X HATCHBACK', 'derivative': '1.2 Turbo Tech Line Nav 5dr', 'mileage': 49151, 'mileageWarranty': False, 'type': 'car', 'saleId': 0, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 240}, 'saleStart': None, 'lot': None, 'hall': None, 'transmission': 'manual', 'firstRegistration': '2019-01-24', 'fuel': 'Petrol', 'motExpiry': '2025-01-26', 'doors': 5, 'engineSize': 1199, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/MV68ZWK/2026-02-25/image/c9b8ebf3-b8bd-43d1-bf67-73cbdc96b4a3_removebg.jpg?w=600', 'https://abimg003.imgix.net/MV68ZWK/2026-02-25/image/7357638c-66e8-4a9d-8db3-d7ecf6b5e87a_removebg.jpg?w=600', 'https://abimg003.imgix.net/MV68ZWK/2026-02-25/image/e92304d3-96c4-4709-bad1-2616d4f4bd29_removebg.jpg?w=600', 'https://abimg003.imgix.net/MV68ZWK/2026-02-25/image/2d93f337-7a31-4f20-88df-76132518726d_removebg.jpg?w=600', 'https://abimg003.imgix.net/MV68ZWK/2026-02-25/image/c1e86d6a-e0ff-481f-92c6-cfa32b52dcb7_removebg.jpg?w=600', 'https://abimg003.imgix.net/MV68ZWK/2026-02-25/image/a51737f6-b1f1-4ca1-9382-4ba187e2e252_removebg.jpg?w=600'], 'colour': 'BLUE', 'writeoffcode': '', 'grade': None, 'nonRunner': True, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 07/21-18k,', 'remarks': 'NON STARTER, DOES NOT POWER UP WITH JUMPACK, MAY HAVE FURTHER FAULTS, VOSA STATES 22K 31K 45K', 'virtual': False, 'seller': 'Stellantis Financial Services UK', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '1', 'v5': False, 'v5details': None, 'co2': 121, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': None, 'assuredType': None, 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-24 13:02:18 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 271ad50f-07be-55e4-bcd5-cbdcd62b39c9 with identifier: 118686440
2026-03-24 13:02:18 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 271ad50f-07be-55e4-bcd5-cbdcd62b39c9 with scrape type 2
2026-03-24 13:02:18 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 271ad50f-07be-55e4-bcd5-cbdcd62b39c9 with scrape type 2
2026-03-24 13:02:18 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 271ad50f-07be-55e4-bcd5-cbdcd62b39c9, identifier: 118686440
2026-03-24 13:02:18 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 271ad50f-07be-55e4-bcd5-cbdcd62b39c9 with identifier: 118686440
2026-03-24 13:02:18 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 271ad50f-07be-55e4-bcd5-cbdcd62b39c9 with identifier: 118686440
2026-03-24 13:02:18 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 271ad50f-07be-55e4-bcd5-cbdcd62b39c9 with identifier: 118686440 to the API
2026-03-24 13:02:18 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 13: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-24 13:02:21 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/118686440?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 121,
'color': 'BLUE',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.2L',
'expiration_date': None,
'fuel_type': 'Petrol',
'id': '271ad50f-07be-55e4-bcd5-cbdcd62b39c9',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'MV68ZWK',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/118686440',
'listing': 'auction',
'location': 'Aston Barclay Donington Park',
'make': 'VAUXHALL',
'model': 'GRANDLAND X HATCHBACK',
'odometer': 49151,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2019-01-24',
'seller_name': 'Stellantis Financial Services UK',
'title': 'VAUXHALL GRANDLAND X HATCHBACK 1.2 Turbo Tech Line Nav 5dr',
'transmission': 'manual',
'trim': '1.2 Turbo Tech Line Nav 5dr',
'vin': None,
'year': 2019}
2026-03-24 13:02:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27118686440%27 HTTP/1.1" 200 None
2026-03-24 13:02:21 [astonbarclay.gb] INFO: Saving data for 118686440: {'created_time': 1773402785.63051, 'last_price_update_time': 1774357341.3049}
2026-03-24 13:02:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:02:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='118686440') HTTP/1.1" 204 0
2026-03-24 13:02:35 [zyte_api._retry] DEBUG: Finished call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request' after 129.857(s), this was the 1st time calling it.
2026-03-24 13:02:35 [zyte_api._retry] DEBUG: Retrying zyte_api._async.AsyncZyteAPI.get.<locals>.request in 3.741913552541601 seconds as it raised ClientConnectorError: Cannot connect to host api.zyte.com:443 ssl:default [Connect call failed ('69.41.180.81', 443)].
2026-03-24 13:02:35 [zyte_api._retry] DEBUG: Finished call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request' after 129.365(s), this was the 1st time calling it.
2026-03-24 13:02:35 [zyte_api._retry] DEBUG: Retrying zyte_api._async.AsyncZyteAPI.get.<locals>.request in 7.473898405039711 seconds as it raised ClientConnectorError: Cannot connect to host api.zyte.com:443 ssl:default [Connect call failed ('69.41.180.81', 443)].
2026-03-24 13:02:39 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 2nd time calling it.
2026-03-24 13:02:42 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 2nd time calling it.
2026-03-24 13:02:43 [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-24 13: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-24 13:02:44 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', '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': 18965, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 240}, 'saleStart': '2026-03-24T10:00Z', 'lot': 133, '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-24 13:02:44 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', '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': 18965, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 240}, 'saleStart': '2026-03-24T10:00Z', 'lot': 133, '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-24 13:02:44 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 553080ba-32ff-5418-8c28-bdaf10f20680 with identifier: 120099413
2026-03-24 13:02: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-24 13:02:44 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 553080ba-32ff-5418-8c28-bdaf10f20680 with scrape type 2
2026-03-24 13:02:44 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 553080ba-32ff-5418-8c28-bdaf10f20680, identifier: 120099413
2026-03-24 13:02:44 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 553080ba-32ff-5418-8c28-bdaf10f20680 with identifier: 120099413
2026-03-24 13:02:44 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 553080ba-32ff-5418-8c28-bdaf10f20680 with identifier: 120099413
2026-03-24 13:02:44 [scrapy.core.scraper] INFO: Dropped: Dropping expired listing: 553080ba-32ff-5418-8c28-bdaf10f20680 with expiration date: 2026-03-24T10:00:00Z
{'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-24T10: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-24 13:02:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120099413%27 HTTP/1.1" 200 None
2026-03-24 13:02:44 [astonbarclay.gb] INFO: Saving data for 120099413: {'auction_closing_time': 1774346400.0, 'created_time': 1773741775.262591, 'last_price_update_time': 1774357364.124827}
2026-03-24 13:02:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:02:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120099413') HTTP/1.1" 204 0
2026-03-24 13:02:49 [zyte_api._retry] DEBUG: Finished call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request' after 130.991(s), this was the 1st time calling it.
2026-03-24 13:02:49 [zyte_api._retry] DEBUG: Retrying zyte_api._async.AsyncZyteAPI.get.<locals>.request in 3.8853374054699885 seconds as it raised ClientConnectorError: Cannot connect to host api.zyte.com:443 ssl:default [Connect call failed ('69.41.180.81', 443)].
2026-03-24 13:02:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120732829?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-24 13: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-24 13:02:53 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120732829, 'registration': 'BN21WKU', 'account': 'RCI014', 'make': 'NISSAN', 'model': 'QASHQAI HATCHBACK', 'derivative': '1.3 DiG-T 160 [157] Acenta Premium 5dr DCT', 'mileage': 46253, 'mileageWarranty': True, 'type': 'car', 'saleId': 0, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 240}, 'saleStart': None, 'lot': None, 'hall': None, 'transmission': 'automatic', 'firstRegistration': '2021-03-31', 'fuel': 'Petrol', 'motExpiry': '2026-03-30', 'doors': 5, 'engineSize': 1332, 'bodyType': 'Hatchback', 'images': None, 'colour': 'BLUE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': None, 'serviceHistory': '', 'remarks': 'VOSA STATES 29K 38K', '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/2fbd952f-aa80-464d-b939-669f45d2d3a5.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-24 13:02:53 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120732829, 'registration': 'BN21WKU', 'account': 'RCI014', 'make': 'NISSAN', 'model': 'QASHQAI HATCHBACK', 'derivative': '1.3 DiG-T 160 [157] Acenta Premium 5dr DCT', 'mileage': 46253, 'mileageWarranty': True, 'type': 'car', 'saleId': 0, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 240}, 'saleStart': None, 'lot': None, 'hall': None, 'transmission': 'automatic', 'firstRegistration': '2021-03-31', 'fuel': 'Petrol', 'motExpiry': '2026-03-30', 'doors': 5, 'engineSize': 1332, 'bodyType': 'Hatchback', 'images': None, 'colour': 'BLUE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': None, 'serviceHistory': '', 'remarks': 'VOSA STATES 29K 38K', '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/2fbd952f-aa80-464d-b939-669f45d2d3a5.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-24 13:02:53 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 19d85063-e66d-54af-99a9-38832bc003e0 with identifier: 120732829
2026-03-24 13:02:53 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 19d85063-e66d-54af-99a9-38832bc003e0 with scrape type 1
2026-03-24 13:02:53 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 0 photos for item 19d85063-e66d-54af-99a9-38832bc003e0
2026-03-24 13:02:53 [crawlers.middlewares.photo_download_middleware] INFO: No photos to download for item 19d85063-e66d-54af-99a9-38832bc003e0
2026-03-24 13:02:53 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 19d85063-e66d-54af-99a9-38832bc003e0, identifier: 120732829
2026-03-24 13:02:53 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 19d85063-e66d-54af-99a9-38832bc003e0 with identifier: 120732829
2026-03-24 13:02:53 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 19d85063-e66d-54af-99a9-38832bc003e0 with identifier: 120732829
2026-03-24 13:02:53 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 19d85063-e66d-54af-99a9-38832bc003e0 with identifier: 120732829 to the API
2026-03-24 13:02:53 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 13:02:55 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-24 13:02:55 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120732829?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 145,
'color': 'BLUE',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.3L',
'expiration_date': None,
'fuel_type': 'Petrol',
'id': '19d85063-e66d-54af-99a9-38832bc003e0',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'BN21WKU',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120732829',
'listing': 'auction',
'location': 'Aston Barclay Donington Park',
'make': 'NISSAN',
'model': 'QASHQAI HATCHBACK',
'odometer': 46253,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-03-31',
'seller_name': None,
'title': 'NISSAN QASHQAI HATCHBACK 1.3 DiG-T 160 [157] Acenta Premium 5dr DCT',
'transmission': 'automatic',
'trim': '1.3 DiG-T 160 [157] Acenta Premium 5dr DCT',
'vin': None,
'year': 2021}
2026-03-24 13:02:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:02:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120732829%27 HTTP/1.1" 200 None
2026-03-24 13:02:55 [astonbarclay.gb] INFO: Saving data for 120732829: {'created_time': 1774357375.586696, 'last_price_update_time': 1774357375.586708}
2026-03-24 13:02:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:02:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120732829') HTTP/1.1" 204 0
2026-03-24 13:02:55 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 2nd time calling it.
2026-03-24 13:02:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120729375?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-24 13: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-24 13:02:55 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120729375, 'registration': 'YG73MMP', 'account': 'RCI014', 'make': 'NISSAN', 'model': 'JUKE HATCHBACK', 'derivative': '1.6 Hybrid N-Connecta 5dr Auto', 'mileage': 13196, 'mileageWarranty': True, 'type': 'car', 'saleId': 0, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 240}, 'saleStart': None, 'lot': None, 'hall': None, 'transmission': 'automatic', 'firstRegistration': '2024-02-29', 'fuel': 'Petrol/Electric Hybrid', 'motExpiry': None, 'doors': 5, 'engineSize': 1598, 'bodyType': 'Hatchback', 'images': None, 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': None, 'serviceHistory': '', 'remarks': '', 'virtual': False, 'seller': None, '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': 'https://abimg002.imgix.net/db90eee8-f748-41dc-80a3-a236870e79dc.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-24 13:02:55 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120729375, 'registration': 'YG73MMP', 'account': 'RCI014', 'make': 'NISSAN', 'model': 'JUKE HATCHBACK', 'derivative': '1.6 Hybrid N-Connecta 5dr Auto', 'mileage': 13196, 'mileageWarranty': True, 'type': 'car', 'saleId': 0, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 240}, 'saleStart': None, 'lot': None, 'hall': None, 'transmission': 'automatic', 'firstRegistration': '2024-02-29', 'fuel': 'Petrol/Electric Hybrid', 'motExpiry': None, 'doors': 5, 'engineSize': 1598, 'bodyType': 'Hatchback', 'images': None, 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': None, 'serviceHistory': '', 'remarks': '', 'virtual': False, 'seller': None, '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': 'https://abimg002.imgix.net/db90eee8-f748-41dc-80a3-a236870e79dc.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-24 13:02:55 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4c3eb585-6c28-55c7-bc49-52f0e1867ac5 with identifier: 120729375
2026-03-24 13:02:55 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4c3eb585-6c28-55c7-bc49-52f0e1867ac5 with scrape type 1
2026-03-24 13:02:55 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 0 photos for item 4c3eb585-6c28-55c7-bc49-52f0e1867ac5
2026-03-24 13:02:55 [crawlers.middlewares.photo_download_middleware] INFO: No photos to download for item 4c3eb585-6c28-55c7-bc49-52f0e1867ac5
2026-03-24 13:02:55 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 4c3eb585-6c28-55c7-bc49-52f0e1867ac5, identifier: 120729375
2026-03-24 13:02:55 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 4c3eb585-6c28-55c7-bc49-52f0e1867ac5 with identifier: 120729375
2026-03-24 13:02:55 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 4c3eb585-6c28-55c7-bc49-52f0e1867ac5 with identifier: 120729375
2026-03-24 13:02:55 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 4c3eb585-6c28-55c7-bc49-52f0e1867ac5 with identifier: 120729375 to the API
2026-03-24 13:02:55 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 13: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-24 13:02:59 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120729375?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 112,
'color': 'BLACK',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.6L',
'expiration_date': None,
'fuel_type': 'Petrol/Electric Hybrid',
'id': '4c3eb585-6c28-55c7-bc49-52f0e1867ac5',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'YG73MMP',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120729375',
'listing': 'auction',
'location': 'Aston Barclay Donington Park',
'make': 'NISSAN',
'model': 'JUKE HATCHBACK',
'odometer': 13196,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-02-29',
'seller_name': None,
'title': 'NISSAN JUKE HATCHBACK 1.6 Hybrid N-Connecta 5dr Auto',
'transmission': 'automatic',
'trim': '1.6 Hybrid N-Connecta 5dr Auto',
'vin': None,
'year': 2024}
2026-03-24 13:02:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:02:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120729375%27 HTTP/1.1" 200 None
2026-03-24 13:02:59 [astonbarclay.gb] INFO: Saving data for 120729375: {'created_time': 1774357379.655481, 'last_price_update_time': 1774357379.655493}
2026-03-24 13:02:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:02:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120729375') HTTP/1.1" 204 0
2026-03-24 13:03:06 [scrapy.extensions.logstats] INFO: Crawled 43 pages (at 9 pages/min), scraped 21 items (at 9 items/min)
2026-03-24 13:03:06 [scrapy.extensions.memusage] INFO: Peak memory usage is 180MiB
2026-03-24 13:03:06 [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-24 13:03:06 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:03:07 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', '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': 18851, 'siteId': 659779, 'site': {'id': 659779, 'name': 'Aston Barclay Prees Heath', 'vehicles': 91}, 'saleStart': '2026-03-24T10:30Z', 'lot': 110, 'hall': 'Main Hall', 'transmission': 'automatic', 'firstRegistration': '2025-03-22', 'fuel': 'Petrol/Electric Hybrid', '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': False, 'v5details': 'TF', '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-24 13:03:07 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', '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': 18851, 'siteId': 659779, 'site': {'id': 659779, 'name': 'Aston Barclay Prees Heath', 'vehicles': 91}, 'saleStart': '2026-03-24T10:30Z', 'lot': 110, 'hall': 'Main Hall', 'transmission': 'automatic', 'firstRegistration': '2025-03-22', 'fuel': 'Petrol/Electric Hybrid', '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': False, 'v5details': 'TF', '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-24 13:03:07 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9fed473f-e524-514b-bd4d-ed3ac86cbefb with identifier: 120603430
2026-03-24 13:03:07 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9fed473f-e524-514b-bd4d-ed3ac86cbefb with scrape type 2
2026-03-24 13:03:07 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9fed473f-e524-514b-bd4d-ed3ac86cbefb with scrape type 2
2026-03-24 13:03:07 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 9fed473f-e524-514b-bd4d-ed3ac86cbefb, identifier: 120603430
2026-03-24 13:03:07 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 9fed473f-e524-514b-bd4d-ed3ac86cbefb with identifier: 120603430
2026-03-24 13:03:07 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 9fed473f-e524-514b-bd4d-ed3ac86cbefb with identifier: 120603430
2026-03-24 13:03:07 [scrapy.core.scraper] INFO: Dropped: Dropping expired listing: 9fed473f-e524-514b-bd4d-ed3ac86cbefb with expiration date: 2026-03-24T10:30:00Z
{'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-24T10:30:00Z',
'fuel_type': 'Petrol/Electric Hybrid',
'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-24 13:03:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120603430%27 HTTP/1.1" 200 None
2026-03-24 13:03:07 [astonbarclay.gb] INFO: Saving data for 120603430: {'auction_closing_time': 1774348200.0, 'created_time': 1773929524.491523, 'last_price_update_time': 1774357387.169472}
2026-03-24 13:03:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:03:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120603430') HTTP/1.1" 204 0
2026-03-24 13:03:18 [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-24 13: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-24 13:03:18 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120309163, 'registration': 'ME16CNK', 'account': 'MOT075', 'make': 'MINI', 'model': 'CLUBMAN ESTATE', 'derivative': '2.0 Cooper S 6dr', 'mileage': 99951, 'mileageWarranty': True, 'type': 'car', 'saleId': 0, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 240}, 'saleStart': None, 'lot': None, 'hall': None, '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': '', 'virtual': False, 'seller': 'MotoNovo Finance', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '2', 'v5': False, 'v5details': None, 'co2': 147, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': None, 'assuredType': None, 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 13:03:18 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120309163, 'registration': 'ME16CNK', 'account': 'MOT075', 'make': 'MINI', 'model': 'CLUBMAN ESTATE', 'derivative': '2.0 Cooper S 6dr', 'mileage': 99951, 'mileageWarranty': True, 'type': 'car', 'saleId': 0, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 240}, 'saleStart': None, 'lot': None, 'hall': None, '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': '', 'virtual': False, 'seller': 'MotoNovo Finance', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '2', 'v5': False, 'v5details': None, 'co2': 147, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': None, 'assuredType': None, 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 13:03:18 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 82c2718d-eb8a-54b8-aba7-c90fe9b8f00d with identifier: 120309163
2026-03-24 13:03:18 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 82c2718d-eb8a-54b8-aba7-c90fe9b8f00d with scrape type 2
2026-03-24 13:03:18 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 82c2718d-eb8a-54b8-aba7-c90fe9b8f00d with scrape type 2
2026-03-24 13:03:18 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 82c2718d-eb8a-54b8-aba7-c90fe9b8f00d, identifier: 120309163
2026-03-24 13:03:18 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 82c2718d-eb8a-54b8-aba7-c90fe9b8f00d with identifier: 120309163
2026-03-24 13:03:18 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 82c2718d-eb8a-54b8-aba7-c90fe9b8f00d with identifier: 120309163
2026-03-24 13:03:18 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 82c2718d-eb8a-54b8-aba7-c90fe9b8f00d with identifier: 120309163 to the API
2026-03-24 13:03:18 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 13: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-24 13:03:20 [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': None,
'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 Donington Park',
'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-24 13:03:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120309163%27 HTTP/1.1" 200 None
2026-03-24 13:03:20 [astonbarclay.gb] INFO: Saving data for 120309163: {'created_time': 1773401957.545373, 'last_price_update_time': 1774357400.750735}
2026-03-24 13:03:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:03:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120309163') HTTP/1.1" 204 0
2026-03-24 13:03:26 [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-24 13: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-24 13:03:26 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120714043, 'registration': 'AV18YXW', 'account': 'WBA001', 'make': 'NISSAN', 'model': 'JUKE HATCHBACK', 'derivative': '1.2 DiG-T Bose Personal Edition 5dr', 'mileage': 93953, 'mileageWarranty': True, 'type': 'car', 'saleId': 0, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 464}, 'saleStart': None, 'lot': None, 'hall': None, 'transmission': 'manual', 'firstRegistration': '2018-06-26', 'fuel': 'Petrol', 'motExpiry': '2026-07-08', 'doors': 5, 'engineSize': 1197, 'bodyType': 'Hatchback', 'images': None, 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': None, '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', '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-24 13:03:26 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120714043, 'registration': 'AV18YXW', 'account': 'WBA001', 'make': 'NISSAN', 'model': 'JUKE HATCHBACK', 'derivative': '1.2 DiG-T Bose Personal Edition 5dr', 'mileage': 93953, 'mileageWarranty': True, 'type': 'car', 'saleId': 0, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 464}, 'saleStart': None, 'lot': None, 'hall': None, 'transmission': 'manual', 'firstRegistration': '2018-06-26', 'fuel': 'Petrol', 'motExpiry': '2026-07-08', 'doors': 5, 'engineSize': 1197, 'bodyType': 'Hatchback', 'images': None, 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': None, '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', '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-24 13:03:26 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a45f665e-3f7f-5a64-8a60-8aeaa0dbc275 with identifier: 120714043
2026-03-24 13:03:26 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a45f665e-3f7f-5a64-8a60-8aeaa0dbc275 with scrape type 1
2026-03-24 13:03:26 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 0 photos for item a45f665e-3f7f-5a64-8a60-8aeaa0dbc275
2026-03-24 13:03:26 [crawlers.middlewares.photo_download_middleware] INFO: No photos to download for item a45f665e-3f7f-5a64-8a60-8aeaa0dbc275
2026-03-24 13:03:26 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: a45f665e-3f7f-5a64-8a60-8aeaa0dbc275, identifier: 120714043
2026-03-24 13:03:26 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: a45f665e-3f7f-5a64-8a60-8aeaa0dbc275 with identifier: 120714043
2026-03-24 13:03:26 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: a45f665e-3f7f-5a64-8a60-8aeaa0dbc275 with identifier: 120714043
2026-03-24 13:03:26 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: a45f665e-3f7f-5a64-8a60-8aeaa0dbc275 with identifier: 120714043 to the API
2026-03-24 13:03:26 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 13: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-24 13:03:27 [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': None,
'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',
'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-24 13:03:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120714043%27 HTTP/1.1" 200 None
2026-03-24 13:03:27 [astonbarclay.gb] INFO: Saving data for 120714043: {'created_time': 1774357407.021313, 'last_price_update_time': 1774357407.021325}
2026-03-24 13:03:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:03:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120714043') HTTP/1.1" 204 0
2026-03-24 13:03:29 [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-24 13: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-24 13:03:29 [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': 0, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 465}, 'saleStart': None, 'lot': None, 'hall': None, 'transmission': 'automatic', 'firstRegistration': '2023-03-18', 'fuel': 'Petrol/Electric Hybrid', 'motExpiry': '2027-02-10', 'doors': 5, 'engineSize': 2488, 'bodyType': 'Estate', 'images': None, 'colour': 'BLUE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': None, 'serviceHistory': '', 'remarks': '', 'virtual': False, 'seller': 'Motability Operations', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': False, 'v5details': None, 'co2': 128, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': None, 'assuredType': None, 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 13:03:29 [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': 0, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 465}, 'saleStart': None, 'lot': None, 'hall': None, 'transmission': 'automatic', 'firstRegistration': '2023-03-18', 'fuel': 'Petrol/Electric Hybrid', 'motExpiry': '2027-02-10', 'doors': 5, 'engineSize': 2488, 'bodyType': 'Estate', 'images': None, 'colour': 'BLUE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': None, 'serviceHistory': '', 'remarks': '', 'virtual': False, 'seller': 'Motability Operations', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': False, 'v5details': None, 'co2': 128, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': None, 'assuredType': None, 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 13:03:29 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3b2c7520-590f-5abd-95de-b060e98237db with identifier: 120733470
2026-03-24 13:03:29 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3b2c7520-590f-5abd-95de-b060e98237db with scrape type 1
2026-03-24 13:03:29 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 0 photos for item 3b2c7520-590f-5abd-95de-b060e98237db
2026-03-24 13:03:29 [crawlers.middlewares.photo_download_middleware] INFO: No photos to download for item 3b2c7520-590f-5abd-95de-b060e98237db
2026-03-24 13:03:29 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 3b2c7520-590f-5abd-95de-b060e98237db, identifier: 120733470
2026-03-24 13:03:29 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 3b2c7520-590f-5abd-95de-b060e98237db with identifier: 120733470
2026-03-24 13:03:29 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 3b2c7520-590f-5abd-95de-b060e98237db with identifier: 120733470
2026-03-24 13:03:29 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 3b2c7520-590f-5abd-95de-b060e98237db with identifier: 120733470 to the API
2026-03-24 13:03:29 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 13: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-24 13:03:30 [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': None,
'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-24 13:03:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120733470%27 HTTP/1.1" 200 None
2026-03-24 13:03:30 [astonbarclay.gb] INFO: Saving data for 120733470: {'created_time': 1774357410.461749, 'last_price_update_time': 1774357410.461762}
2026-03-24 13:03:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:03:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120733470') HTTP/1.1" 204 0
2026-03-24 13:03:41 [zyte_api._retry] DEBUG: Finished call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request' after 130.607(s), this was the 1st time calling it.
2026-03-24 13:03:41 [zyte_api._retry] DEBUG: Retrying zyte_api._async.AsyncZyteAPI.get.<locals>.request in 4.992120895231256 seconds as it raised ClientConnectorError: Cannot connect to host api.zyte.com:443 ssl:default [Connect call failed ('69.41.180.81', 443)].
2026-03-24 13:03:45 [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-24 13: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-24 13:03:46 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 2nd time calling it.
2026-03-24 13:03:46 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120688313, 'registration': 'Y738KPU', 'account': 'WBA001', 'make': 'TOYOTA', 'model': 'YARIS HATCHBACK', 'derivative': '1.0 16v VVTi GS 3dr', 'mileage': 72876, 'mileageWarranty': True, 'type': 'car', 'saleId': 0, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 465}, 'saleStart': None, 'lot': None, 'hall': None, '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', '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-24 13:03:46 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120688313, 'registration': 'Y738KPU', 'account': 'WBA001', 'make': 'TOYOTA', 'model': 'YARIS HATCHBACK', 'derivative': '1.0 16v VVTi GS 3dr', 'mileage': 72876, 'mileageWarranty': True, 'type': 'car', 'saleId': 0, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 465}, 'saleStart': None, 'lot': None, 'hall': None, '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', '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-24 13:03:46 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 413345e8-5a0e-5e14-ac2d-d2a6a01d34b8 with identifier: 120688313
2026-03-24 13:03:46 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 413345e8-5a0e-5e14-ac2d-d2a6a01d34b8 with scrape type 1
2026-03-24 13:03:46 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 8 photos for item 413345e8-5a0e-5e14-ac2d-d2a6a01d34b8
2026-03-24 13:03:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:03:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FY738KPU%252F2026-03-24%252Fimage%252Fb6f06068-b27e-4c5e-97ab-e521a8e99001_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-24 13:03:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/Y738KPU/2026-03-24/image/b6f06068-b27e-4c5e-97ab-e521a8e99001_removebg.jpg?w=600 not downloaded yet
2026-03-24 13:03:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:03:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FY738KPU%252F2026-03-24%252Fimage%252F63829e62-6291-4074-9b81-40267b51ee87_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-24 13:03:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/Y738KPU/2026-03-24/image/63829e62-6291-4074-9b81-40267b51ee87_removebg.jpg?w=600 not downloaded yet
2026-03-24 13:03:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:03:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FY738KPU%252F2026-03-24%252Fimage%252Fb212ed3b-3d51-400e-8c42-4427796f7d5c_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-24 13:03:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/Y738KPU/2026-03-24/image/b212ed3b-3d51-400e-8c42-4427796f7d5c_removebg.jpg?w=600 not downloaded yet
2026-03-24 13:03:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:03:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FY738KPU%252F2026-03-24%252Fimage%252Fcc524a11-e3b1-4a0a-b62d-293af41059bd_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-24 13:03:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/Y738KPU/2026-03-24/image/cc524a11-e3b1-4a0a-b62d-293af41059bd_removebg.jpg?w=600 not downloaded yet
2026-03-24 13:03:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:03:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FY738KPU%252F2026-03-24%252Fimage%252Fd8b630fa-2c9b-4318-8ab3-126ea3ca77be_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-24 13:03:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/Y738KPU/2026-03-24/image/d8b630fa-2c9b-4318-8ab3-126ea3ca77be_removebg.jpg?w=600 not downloaded yet
2026-03-24 13:03:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:03:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FY738KPU%252F2026-03-24%252Fimage%252F5351d8c0-ddb6-4166-b4ef-06f42ba08541_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-24 13:03:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/Y738KPU/2026-03-24/image/5351d8c0-ddb6-4166-b4ef-06f42ba08541_removebg.jpg?w=600 not downloaded yet
2026-03-24 13:03:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:03:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FY738KPU%252F2026-03-24%252Fimage%252F83d5c8e2-2817-498b-86fe-c4f45455b4ae_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-24 13:03:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/Y738KPU/2026-03-24/image/83d5c8e2-2817-498b-86fe-c4f45455b4ae_removebg.jpg?w=600 not downloaded yet
2026-03-24 13:03:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:03:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FY738KPU%252F2026-03-24%252Fimage%252F78b77e29-ac75-47f2-b90b-b8327c781e01_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-24 13:03:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/Y738KPU/2026-03-24/image/78b77e29-ac75-47f2-b90b-b8327c781e01_removebg.jpg?w=600 not downloaded yet
2026-03-24 13:03:56 [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-24 13: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-24 13:03:56 [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': 240}, '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-18/image/bf71e21a-fd49-4b72-aa99-22ee838030dc_removebg.jpg?w=600', 'https://abimg003.imgix.net/AX18LGG/2026-03-18/image/eeb6a2a9-71e1-49c9-87ab-3bd7c38f298b_removebg.jpg?w=600', 'https://abimg003.imgix.net/AX18LGG/2026-03-18/image/66a30ab9-43f0-452c-be31-cb22105748ba_removebg.jpg?w=600', 'https://abimg003.imgix.net/AX18LGG/2026-03-18/image/325d803b-ef68-45f1-bbb2-bdd043e10eca_removebg.jpg?w=600', 'https://abimg003.imgix.net/AX18LGG/2026-03-18/image/d9ff6b85-bcc6-48e8-b21c-fb2961f63f72_removebg.jpg?w=600', 'https://abimg003.imgix.net/AX18LGG/2026-03-18/image/7d51a674-4afa-438b-b53b-88e84f8b1601_removebg.jpg?w=600', 'https://abimg003.imgix.net/AX18LGG/2026-03-18/image/0170601d-49b5-426c-bb18-e0ded4221dbb_removebg.jpg?w=600', 'https://abimg003.imgix.net/AX18LGG/2026-03-18/image/a5e4b09f-2d40-4389-9217-b2050848041f_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-24 13:03:56 [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': 240}, '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-18/image/bf71e21a-fd49-4b72-aa99-22ee838030dc_removebg.jpg?w=600', 'https://abimg003.imgix.net/AX18LGG/2026-03-18/image/eeb6a2a9-71e1-49c9-87ab-3bd7c38f298b_removebg.jpg?w=600', 'https://abimg003.imgix.net/AX18LGG/2026-03-18/image/66a30ab9-43f0-452c-be31-cb22105748ba_removebg.jpg?w=600', 'https://abimg003.imgix.net/AX18LGG/2026-03-18/image/325d803b-ef68-45f1-bbb2-bdd043e10eca_removebg.jpg?w=600', 'https://abimg003.imgix.net/AX18LGG/2026-03-18/image/d9ff6b85-bcc6-48e8-b21c-fb2961f63f72_removebg.jpg?w=600', 'https://abimg003.imgix.net/AX18LGG/2026-03-18/image/7d51a674-4afa-438b-b53b-88e84f8b1601_removebg.jpg?w=600', 'https://abimg003.imgix.net/AX18LGG/2026-03-18/image/0170601d-49b5-426c-bb18-e0ded4221dbb_removebg.jpg?w=600', 'https://abimg003.imgix.net/AX18LGG/2026-03-18/image/a5e4b09f-2d40-4389-9217-b2050848041f_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-24 13:03:56 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ae531c40-b14d-5bdb-8f76-5c6c1eab1fe0 with identifier: 120538387
2026-03-24 13:03:56 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ae531c40-b14d-5bdb-8f76-5c6c1eab1fe0 with scrape type 2
2026-03-24 13:03:56 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ae531c40-b14d-5bdb-8f76-5c6c1eab1fe0 with scrape type 2
2026-03-24 13:03:56 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: ae531c40-b14d-5bdb-8f76-5c6c1eab1fe0, identifier: 120538387
2026-03-24 13:03:56 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: ae531c40-b14d-5bdb-8f76-5c6c1eab1fe0 with identifier: 120538387
2026-03-24 13:03:56 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: ae531c40-b14d-5bdb-8f76-5c6c1eab1fe0 with identifier: 120538387
2026-03-24 13:03:56 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: ae531c40-b14d-5bdb-8f76-5c6c1eab1fe0 with identifier: 120538387 to the API
2026-03-24 13:03:56 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 13: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-24 13:03:57 [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-24 13:03:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120538387%27 HTTP/1.1" 200 None
2026-03-24 13:03:57 [astonbarclay.gb] INFO: Saving data for 120538387: {'created_time': 1773774160.913969, 'last_price_update_time': 1774357437.428958}
2026-03-24 13:03:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:03:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120538387') HTTP/1.1" 204 0
2026-03-24 13:03:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/Y738KPU/2026-03-24/image/78b77e29-ac75-47f2-b90b-b8327c781e01_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120688313?view=catalogue)
2026-03-24 13:03:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/Y738KPU/2026-03-24/image/83d5c8e2-2817-498b-86fe-c4f45455b4ae_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120688313?view=catalogue)
2026-03-24 13:03:57 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 13:03:57 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fde51763450>
2026-03-24 13:03:57 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 13:03:57 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-24 13:03:57 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 13:03:57 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_413345e8-5a0e-5e14-ac2d-d2a6a01d34b8/413345e8-5a0e-5e14-ac2d-d2a6a01d34b8_image_7.jpg HTTP/1.1" 201 0
2026-03-24 13:03:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:03:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FY738KPU%252F2026-03-24%252Fimage%252F78b77e29-ac75-47f2-b90b-b8327c781e01_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-24 13:03:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/Y738KPU/2026-03-24/image/78b77e29-ac75-47f2-b90b-b8327c781e01_removebg.jpg?w=600 saved to cache
2026-03-24 13:03:57 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 413345e8-5a0e-5e14-ac2d-d2a6a01d34b8
2026-03-24 13:03:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/Y738KPU/2026-03-24/image/5351d8c0-ddb6-4166-b4ef-06f42ba08541_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120688313?view=catalogue)
2026-03-24 13:03:57 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 13:03:57 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fde5018a750>
2026-03-24 13:03:57 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 13:03:57 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-24 13:03:57 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 13:03:57 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_413345e8-5a0e-5e14-ac2d-d2a6a01d34b8/413345e8-5a0e-5e14-ac2d-d2a6a01d34b8_image_6.jpg HTTP/1.1" 201 0
2026-03-24 13:03:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:03:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FY738KPU%252F2026-03-24%252Fimage%252F83d5c8e2-2817-498b-86fe-c4f45455b4ae_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-24 13:03:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/Y738KPU/2026-03-24/image/83d5c8e2-2817-498b-86fe-c4f45455b4ae_removebg.jpg?w=600 saved to cache
2026-03-24 13:03:57 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 413345e8-5a0e-5e14-ac2d-d2a6a01d34b8
2026-03-24 13:03:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/Y738KPU/2026-03-24/image/d8b630fa-2c9b-4318-8ab3-126ea3ca77be_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120688313?view=catalogue)
2026-03-24 13:03:57 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 13:03:57 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fde500fca10>
2026-03-24 13:03:57 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 13:03:57 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-24 13:03:57 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 13:03:57 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_413345e8-5a0e-5e14-ac2d-d2a6a01d34b8/413345e8-5a0e-5e14-ac2d-d2a6a01d34b8_image_5.jpg HTTP/1.1" 201 0
2026-03-24 13:03:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:03:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FY738KPU%252F2026-03-24%252Fimage%252F5351d8c0-ddb6-4166-b4ef-06f42ba08541_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-24 13:03:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/Y738KPU/2026-03-24/image/5351d8c0-ddb6-4166-b4ef-06f42ba08541_removebg.jpg?w=600 saved to cache
2026-03-24 13:03:57 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 413345e8-5a0e-5e14-ac2d-d2a6a01d34b8
2026-03-24 13:03:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/Y738KPU/2026-03-24/image/cc524a11-e3b1-4a0a-b62d-293af41059bd_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120688313?view=catalogue)
2026-03-24 13:03:57 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 13:03:57 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fde501a8310>
2026-03-24 13:03:57 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 13:03:57 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-24 13:03:57 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 13:03:57 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_413345e8-5a0e-5e14-ac2d-d2a6a01d34b8/413345e8-5a0e-5e14-ac2d-d2a6a01d34b8_image_4.jpg HTTP/1.1" 201 0
2026-03-24 13:03:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:03:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FY738KPU%252F2026-03-24%252Fimage%252Fd8b630fa-2c9b-4318-8ab3-126ea3ca77be_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-24 13:03:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/Y738KPU/2026-03-24/image/d8b630fa-2c9b-4318-8ab3-126ea3ca77be_removebg.jpg?w=600 saved to cache
2026-03-24 13:03:57 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 413345e8-5a0e-5e14-ac2d-d2a6a01d34b8
2026-03-24 13:03:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/Y738KPU/2026-03-24/image/b212ed3b-3d51-400e-8c42-4427796f7d5c_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120688313?view=catalogue)
2026-03-24 13:03:57 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 13:03:57 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fde50a51ad0>
2026-03-24 13:03:57 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 13:03:57 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-24 13:03:57 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 13:03:57 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_413345e8-5a0e-5e14-ac2d-d2a6a01d34b8/413345e8-5a0e-5e14-ac2d-d2a6a01d34b8_image_3.jpg HTTP/1.1" 201 0
2026-03-24 13:03:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:03:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FY738KPU%252F2026-03-24%252Fimage%252Fcc524a11-e3b1-4a0a-b62d-293af41059bd_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-24 13:03:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/Y738KPU/2026-03-24/image/cc524a11-e3b1-4a0a-b62d-293af41059bd_removebg.jpg?w=600 saved to cache
2026-03-24 13:03:57 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 413345e8-5a0e-5e14-ac2d-d2a6a01d34b8
2026-03-24 13:03:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/Y738KPU/2026-03-24/image/63829e62-6291-4074-9b81-40267b51ee87_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120688313?view=catalogue)
2026-03-24 13:03:57 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 13:03:57 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fde503e1a90>
2026-03-24 13:03:57 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 13:03:57 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-24 13:03:57 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 13:03:57 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_413345e8-5a0e-5e14-ac2d-d2a6a01d34b8/413345e8-5a0e-5e14-ac2d-d2a6a01d34b8_image_2.jpg HTTP/1.1" 201 0
2026-03-24 13:03:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:03:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FY738KPU%252F2026-03-24%252Fimage%252Fb212ed3b-3d51-400e-8c42-4427796f7d5c_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-24 13:03:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/Y738KPU/2026-03-24/image/b212ed3b-3d51-400e-8c42-4427796f7d5c_removebg.jpg?w=600 saved to cache
2026-03-24 13:03:57 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 413345e8-5a0e-5e14-ac2d-d2a6a01d34b8
2026-03-24 13:03:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/Y738KPU/2026-03-24/image/b6f06068-b27e-4c5e-97ab-e521a8e99001_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120688313?view=catalogue)
2026-03-24 13:03:57 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 13:03:57 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fde51756b10>
2026-03-24 13:03:57 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 13:03:58 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-24 13:03:58 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 13:03:58 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_413345e8-5a0e-5e14-ac2d-d2a6a01d34b8/413345e8-5a0e-5e14-ac2d-d2a6a01d34b8_image_1.jpg HTTP/1.1" 201 0
2026-03-24 13:03:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:03:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FY738KPU%252F2026-03-24%252Fimage%252F63829e62-6291-4074-9b81-40267b51ee87_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-24 13:03:58 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/Y738KPU/2026-03-24/image/63829e62-6291-4074-9b81-40267b51ee87_removebg.jpg?w=600 saved to cache
2026-03-24 13:03:58 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 413345e8-5a0e-5e14-ac2d-d2a6a01d34b8
2026-03-24 13:03:58 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 13:03:58 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fde503b7150>
2026-03-24 13:03:58 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 13:03:58 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-24 13:03:58 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 13:03:58 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_413345e8-5a0e-5e14-ac2d-d2a6a01d34b8/413345e8-5a0e-5e14-ac2d-d2a6a01d34b8_image_0.jpg HTTP/1.1" 201 0
2026-03-24 13:03:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:03:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FY738KPU%252F2026-03-24%252Fimage%252Fb6f06068-b27e-4c5e-97ab-e521a8e99001_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-24 13:03:58 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/Y738KPU/2026-03-24/image/b6f06068-b27e-4c5e-97ab-e521a8e99001_removebg.jpg?w=600 saved to cache
2026-03-24 13:03:58 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 413345e8-5a0e-5e14-ac2d-d2a6a01d34b8
2026-03-24 13:03:58 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 413345e8-5a0e-5e14-ac2d-d2a6a01d34b8, skipping ID generation
2026-03-24 13:03:58 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 413345e8-5a0e-5e14-ac2d-d2a6a01d34b8 with scrape type 1
2026-03-24 13:03:58 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 413345e8-5a0e-5e14-ac2d-d2a6a01d34b8 sending to next pipeline
2026-03-24 13:03:58 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 413345e8-5a0e-5e14-ac2d-d2a6a01d34b8, identifier: 120688313
2026-03-24 13:03:58 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 413345e8-5a0e-5e14-ac2d-d2a6a01d34b8 with identifier: 120688313
2026-03-24 13:03:58 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 413345e8-5a0e-5e14-ac2d-d2a6a01d34b8 with identifier: 120688313
2026-03-24 13:03:58 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 413345e8-5a0e-5e14-ac2d-d2a6a01d34b8 with identifier: 120688313 to the API
2026-03-24 13:03:58 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 13: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-24 13:03:59 [scrapy.core.scraper] DEBUG: Scraped from <200 https://abimg003.imgix.net/Y738KPU/2026-03-24/image/b6f06068-b27e-4c5e-97ab-e521a8e99001_removebg.jpg?w=600>
{'auction_title': '',
'c_o_2_emission_value': 134,
'color': 'SILVER',
'currency': 'GBP',
'doors_number': 3,
'emission_standard': None,
'engine': '1.0L',
'expiration_date': None,
'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': 8,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_413345e8-5a0e-5e14-ac2d-d2a6a01d34b8/413345e8-5a0e-5e14-ac2d-d2a6a01d34b8_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 28305,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/Y738KPU/2026-03-24/image/b6f06068-b27e-4c5e-97ab-e521a8e99001_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_413345e8-5a0e-5e14-ac2d-d2a6a01d34b8/413345e8-5a0e-5e14-ac2d-d2a6a01d34b8_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 25961,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/Y738KPU/2026-03-24/image/63829e62-6291-4074-9b81-40267b51ee87_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_413345e8-5a0e-5e14-ac2d-d2a6a01d34b8/413345e8-5a0e-5e14-ac2d-d2a6a01d34b8_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 28471,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/Y738KPU/2026-03-24/image/b212ed3b-3d51-400e-8c42-4427796f7d5c_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_413345e8-5a0e-5e14-ac2d-d2a6a01d34b8/413345e8-5a0e-5e14-ac2d-d2a6a01d34b8_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 28807,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/Y738KPU/2026-03-24/image/cc524a11-e3b1-4a0a-b62d-293af41059bd_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_413345e8-5a0e-5e14-ac2d-d2a6a01d34b8/413345e8-5a0e-5e14-ac2d-d2a6a01d34b8_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 48026,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/Y738KPU/2026-03-24/image/d8b630fa-2c9b-4318-8ab3-126ea3ca77be_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_413345e8-5a0e-5e14-ac2d-d2a6a01d34b8/413345e8-5a0e-5e14-ac2d-d2a6a01d34b8_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 37221,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/Y738KPU/2026-03-24/image/5351d8c0-ddb6-4166-b4ef-06f42ba08541_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_413345e8-5a0e-5e14-ac2d-d2a6a01d34b8/413345e8-5a0e-5e14-ac2d-d2a6a01d34b8_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 43140,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/Y738KPU/2026-03-24/image/83d5c8e2-2817-498b-86fe-c4f45455b4ae_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_413345e8-5a0e-5e14-ac2d-d2a6a01d34b8/413345e8-5a0e-5e14-ac2d-d2a6a01d34b8_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 43171,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/Y738KPU/2026-03-24/image/78b77e29-ac75-47f2-b90b-b8327c781e01_removebg.jpg?w=600',
'Width': 600}],
'price': 0,
'price_includes_vat': False,
'registration_date': '2001-05-31',
'seller_name': 'UKCGR',
'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-24 13:03:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120688313%27 HTTP/1.1" 200 None
2026-03-24 13:04:00 [astonbarclay.gb] INFO: Saving data for 120688313: {'created_time': 1774357440.157599, 'last_price_update_time': 1774357440.15761}
2026-03-24 13:04:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:04:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120688313') HTTP/1.1" 204 0
2026-03-24 13:04:01 [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-24 13: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-24 13:04:01 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120714054, 'registration': 'EA22PYB', 'account': 'WBA001', 'make': 'FORD', 'model': 'FIESTA HATCHBACK', 'derivative': '1.0 EcoBoost Hybrid mHEV 125 Titanium 5dr', 'mileage': 33540, 'mileageWarranty': True, 'type': 'car', 'saleId': 0, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 465}, 'saleStart': None, 'lot': None, 'hall': None, 'transmission': 'manual', 'firstRegistration': '2022-05-27', 'fuel': 'Petrol', 'motExpiry': '2026-05-26', 'doors': 5, 'engineSize': 999, 'bodyType': 'Hatchback', 'images': None, 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': None, 'serviceHistory': '', 'remarks': 'FORMER KEEPERS UNKNOWN, VOSA STATES 26K', 'virtual': False, 'seller': 'UKCGR', '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/2a5eb122-3f85-415e-9d7e-7fde017db7a3.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 13:04:01 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120714054, 'registration': 'EA22PYB', 'account': 'WBA001', 'make': 'FORD', 'model': 'FIESTA HATCHBACK', 'derivative': '1.0 EcoBoost Hybrid mHEV 125 Titanium 5dr', 'mileage': 33540, 'mileageWarranty': True, 'type': 'car', 'saleId': 0, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 465}, 'saleStart': None, 'lot': None, 'hall': None, 'transmission': 'manual', 'firstRegistration': '2022-05-27', 'fuel': 'Petrol', 'motExpiry': '2026-05-26', 'doors': 5, 'engineSize': 999, 'bodyType': 'Hatchback', 'images': None, 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': None, 'serviceHistory': '', 'remarks': 'FORMER KEEPERS UNKNOWN, VOSA STATES 26K', 'virtual': False, 'seller': 'UKCGR', '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/2a5eb122-3f85-415e-9d7e-7fde017db7a3.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 13:04:01 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 14a227de-9f3d-5008-8754-fe91ef887eae with identifier: 120714054
2026-03-24 13:04:01 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 14a227de-9f3d-5008-8754-fe91ef887eae with scrape type 1
2026-03-24 13:04:01 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 0 photos for item 14a227de-9f3d-5008-8754-fe91ef887eae
2026-03-24 13:04:01 [crawlers.middlewares.photo_download_middleware] INFO: No photos to download for item 14a227de-9f3d-5008-8754-fe91ef887eae
2026-03-24 13:04:01 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 14a227de-9f3d-5008-8754-fe91ef887eae, identifier: 120714054
2026-03-24 13:04:01 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 14a227de-9f3d-5008-8754-fe91ef887eae with identifier: 120714054
2026-03-24 13:04:01 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 14a227de-9f3d-5008-8754-fe91ef887eae with identifier: 120714054
2026-03-24 13:04:01 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 14a227de-9f3d-5008-8754-fe91ef887eae with identifier: 120714054 to the API
2026-03-24 13:04:01 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 13: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-24 13:04:01 [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': None,
'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',
'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-24 13:04:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120714054%27 HTTP/1.1" 200 None
2026-03-24 13:04:01 [astonbarclay.gb] INFO: Saving data for 120714054: {'created_time': 1774357441.809808, 'last_price_update_time': 1774357441.80982}
2026-03-24 13:04:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:04:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120714054') HTTP/1.1" 204 0
2026-03-24 13:04:05 [zyte_api._retry] DEBUG: Finished call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request' after 129.881(s), this was the 1st time calling it.
2026-03-24 13:04:05 [zyte_api._retry] DEBUG: Retrying zyte_api._async.AsyncZyteAPI.get.<locals>.request in 5.313974526324183 seconds as it raised ClientConnectorError: Cannot connect to host api.zyte.com:443 ssl:default [Connect call failed ('69.41.180.81', 443)].
2026-03-24 13:04:06 [scrapy.extensions.logstats] INFO: Crawled 50 pages (at 7 pages/min), scraped 27 items (at 6 items/min)
2026-03-24 13:04:06 [scrapy.extensions.memusage] INFO: Peak memory usage is 180MiB
2026-03-24 13:04:06 [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-24 13:04:06 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:04:06 [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': 19194, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 465}, 'saleStart': '2026-04-06T12: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-24 13:04:06 [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': 19194, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 465}, 'saleStart': '2026-04-06T12: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-24 13:04:06 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: cfd61e8b-d427-5753-ba6a-aa1ce3e2f4c9 with identifier: 119766991
2026-03-24 13:04:06 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item cfd61e8b-d427-5753-ba6a-aa1ce3e2f4c9 with scrape type 2
2026-03-24 13:04:06 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item cfd61e8b-d427-5753-ba6a-aa1ce3e2f4c9 with scrape type 2
2026-03-24 13:04:06 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: cfd61e8b-d427-5753-ba6a-aa1ce3e2f4c9, identifier: 119766991
2026-03-24 13:04:06 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: cfd61e8b-d427-5753-ba6a-aa1ce3e2f4c9 with identifier: 119766991
2026-03-24 13:04:06 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: cfd61e8b-d427-5753-ba6a-aa1ce3e2f4c9 with identifier: 119766991
2026-03-24 13:04:06 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: cfd61e8b-d427-5753-ba6a-aa1ce3e2f4c9 with identifier: 119766991 to the API
2026-03-24 13:04:06 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 13: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-24 13:04:07 [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-06T12: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-24 13:04:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27119766991%27 HTTP/1.1" 200 None
2026-03-24 13:04:07 [astonbarclay.gb] INFO: Saving data for 119766991: {'auction_closing_time': 1775476800.0, 'created_time': 1773402862.351378, 'last_price_update_time': 1774357447.3289}
2026-03-24 13:04:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:04:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='119766991') HTTP/1.1" 204 0
2026-03-24 13:04:10 [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-24 13: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-24 13:04:10 [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': 19194, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 465}, 'saleStart': '2026-04-06T12: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-24 13:04:10 [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': 19194, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 465}, 'saleStart': '2026-04-06T12: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-24 13:04:10 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9ec412d9-08e5-56b6-b10f-eb8b054f0bd7 with identifier: 119118258
2026-03-24 13:04:10 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9ec412d9-08e5-56b6-b10f-eb8b054f0bd7 with scrape type 2
2026-03-24 13:04:10 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9ec412d9-08e5-56b6-b10f-eb8b054f0bd7 with scrape type 2
2026-03-24 13:04:10 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 9ec412d9-08e5-56b6-b10f-eb8b054f0bd7, identifier: 119118258
2026-03-24 13:04:10 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 9ec412d9-08e5-56b6-b10f-eb8b054f0bd7 with identifier: 119118258
2026-03-24 13:04:10 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 9ec412d9-08e5-56b6-b10f-eb8b054f0bd7 with identifier: 119118258
2026-03-24 13:04:10 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 9ec412d9-08e5-56b6-b10f-eb8b054f0bd7 with identifier: 119118258 to the API
2026-03-24 13:04:10 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 13: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-24 13:04:11 [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-06T12: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-24 13:04:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27119118258%27 HTTP/1.1" 200 None
2026-03-24 13:04:11 [astonbarclay.gb] INFO: Saving data for 119118258: {'auction_closing_time': 1775476800.0, 'created_time': 1773947030.703943, 'last_price_update_time': 1774357451.334311}
2026-03-24 13:04:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:04:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='119118258') HTTP/1.1" 204 0
2026-03-24 13:04:11 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 2nd time calling it.
2026-03-24 13:04:15 [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-24 13:04:15 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:04:16 [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': 19194, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 465}, 'saleStart': '2026-04-06T12: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-24 13:04:16 [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': 19194, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 465}, 'saleStart': '2026-04-06T12: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-24 13:04:16 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3567cd95-685b-539c-99b8-48ce72992158 with identifier: 120326071
2026-03-24 13:04:16 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3567cd95-685b-539c-99b8-48ce72992158 with scrape type 2
2026-03-24 13:04:16 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3567cd95-685b-539c-99b8-48ce72992158 with scrape type 2
2026-03-24 13:04:16 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 3567cd95-685b-539c-99b8-48ce72992158, identifier: 120326071
2026-03-24 13:04:16 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 3567cd95-685b-539c-99b8-48ce72992158 with identifier: 120326071
2026-03-24 13:04:16 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 3567cd95-685b-539c-99b8-48ce72992158 with identifier: 120326071
2026-03-24 13:04:16 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 3567cd95-685b-539c-99b8-48ce72992158 with identifier: 120326071 to the API
2026-03-24 13:04:16 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 13: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-24 13:04:18 [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-06T12: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-24 13:04:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%27120326071%27 HTTP/1.1" 200 None
2026-03-24 13:04:18 [astonbarclay.gb] INFO: Saving data for 120326071: {'auction_closing_time': 1775476800.0, 'created_time': 1773927842.565431, 'last_price_update_time': 1774357458.644082}
2026-03-24 13:04:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:04:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120326071') HTTP/1.1" 204 0
2026-03-24 13:04:21 [zyte_api._retry] DEBUG: Finished call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request' after 129.482(s), this was the 1st time calling it.
2026-03-24 13:04:21 [zyte_api._retry] DEBUG: Retrying zyte_api._async.AsyncZyteAPI.get.<locals>.request in 5.035257222725477 seconds as it raised ClientConnectorError: Cannot connect to host api.zyte.com:443 ssl:default [Connect call failed ('69.41.180.81', 443)].
2026-03-24 13:04:27 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 2nd time calling it.
2026-03-24 13:04:48 [zyte_api._retry] DEBUG: Finished call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request' after 262.976(s), this was the 2nd time calling it.
2026-03-24 13:04:48 [zyte_api._retry] DEBUG: Retrying zyte_api._async.AsyncZyteAPI.get.<locals>.request in 6.385003601456412 seconds as it raised ClientConnectorError: Cannot connect to host api.zyte.com:443 ssl:default [Connect call failed ('69.41.180.81', 443)].
2026-03-24 13:04:54 [zyte_api._retry] DEBUG: Finished call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request' after 130.839(s), this was the 1st time calling it.
2026-03-24 13:04:54 [zyte_api._retry] DEBUG: Retrying zyte_api._async.AsyncZyteAPI.get.<locals>.request in 5.813489791983419 seconds as it raised ClientConnectorError: Cannot connect to host api.zyte.com:443 ssl:default [Connect call failed ('69.41.180.81', 443)].
2026-03-24 13:04:54 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 3rd time calling it.
2026-03-24 13:05:00 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 2nd time calling it.
2026-03-24 13:05:01 [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-24 13:05:01 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:05:01 [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': 647}, '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-24 13:05:01 [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': 647}, '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-24 13:05:01 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 310fc03e-e87d-5753-acf6-258fda9b7316 with identifier: 119466330
2026-03-24 13:05:01 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 310fc03e-e87d-5753-acf6-258fda9b7316 with scrape type 2
2026-03-24 13:05:01 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 310fc03e-e87d-5753-acf6-258fda9b7316 with scrape type 2
2026-03-24 13:05:02 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 310fc03e-e87d-5753-acf6-258fda9b7316, identifier: 119466330
2026-03-24 13:05:02 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 310fc03e-e87d-5753-acf6-258fda9b7316 with identifier: 119466330
2026-03-24 13:05:02 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 310fc03e-e87d-5753-acf6-258fda9b7316 with identifier: 119466330
2026-03-24 13:05:02 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 310fc03e-e87d-5753-acf6-258fda9b7316 with identifier: 119466330 to the API
2026-03-24 13:05:02 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 13:05:02 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-24 13:05:02 [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-24 13:05:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:05:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27119466330%27 HTTP/1.1" 200 None
2026-03-24 13:05:02 [astonbarclay.gb] INFO: Saving data for 119466330: {'created_time': 1773947017.826924, 'last_price_update_time': 1774357502.689645}
2026-03-24 13:05:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:05:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='119466330') HTTP/1.1" 204 0
2026-03-24 13:05:03 [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-24 13:05:03 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:05:04 [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': 19194, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 465}, 'saleStart': '2026-04-06T12: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-24 13:05:04 [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': 19194, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 465}, 'saleStart': '2026-04-06T12: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-24 13:05:04 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9a3ed22c-3d79-5a53-a365-3a1c9d7fad35 with identifier: 120123734
2026-03-24 13:05:04 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9a3ed22c-3d79-5a53-a365-3a1c9d7fad35 with scrape type 2
2026-03-24 13:05:04 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9a3ed22c-3d79-5a53-a365-3a1c9d7fad35 with scrape type 2
2026-03-24 13:05:04 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 9a3ed22c-3d79-5a53-a365-3a1c9d7fad35, identifier: 120123734
2026-03-24 13:05:04 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 9a3ed22c-3d79-5a53-a365-3a1c9d7fad35 with identifier: 120123734
2026-03-24 13:05:04 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 9a3ed22c-3d79-5a53-a365-3a1c9d7fad35 with identifier: 120123734
2026-03-24 13:05:04 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 9a3ed22c-3d79-5a53-a365-3a1c9d7fad35 with identifier: 120123734 to the API
2026-03-24 13:05:04 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 13:05:04 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-24 13:05:04 [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-06T12: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-24 13:05:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:05:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120123734%27 HTTP/1.1" 200 None
2026-03-24 13:05:04 [astonbarclay.gb] INFO: Saving data for 120123734: {'auction_closing_time': 1775476800.0, 'created_time': 1773830941.392883, 'last_price_update_time': 1774357504.686606}
2026-03-24 13:05:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:05:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120123734') HTTP/1.1" 204 0
2026-03-24 13:05:05 [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-24 13:05:05 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:05:06 [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': 19194, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 465}, 'saleStart': '2026-04-06T12: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-24 13:05:06 [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': 19194, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 465}, 'saleStart': '2026-04-06T12: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-24 13:05:06 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0924eff5-caf3-57e5-b843-bf3d37ef7ea6 with identifier: 120618676
2026-03-24 13:05:06 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0924eff5-caf3-57e5-b843-bf3d37ef7ea6 with scrape type 2
2026-03-24 13:05:06 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0924eff5-caf3-57e5-b843-bf3d37ef7ea6 with scrape type 2
2026-03-24 13:05:06 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 0924eff5-caf3-57e5-b843-bf3d37ef7ea6, identifier: 120618676
2026-03-24 13:05:06 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 0924eff5-caf3-57e5-b843-bf3d37ef7ea6 with identifier: 120618676
2026-03-24 13:05:06 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 0924eff5-caf3-57e5-b843-bf3d37ef7ea6 with identifier: 120618676
2026-03-24 13:05:06 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 0924eff5-caf3-57e5-b843-bf3d37ef7ea6 with identifier: 120618676 to the API
2026-03-24 13:05:06 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 13:05:06 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-24 13:05:06 [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-06T12: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-24 13:05:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:05:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120618676%27 HTTP/1.1" 200 None
2026-03-24 13:05:06 [astonbarclay.gb] INFO: Saving data for 120618676: {'auction_closing_time': 1775476800.0, 'created_time': 1773947027.947076, 'last_price_update_time': 1774357506.847948}
2026-03-24 13:05:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:05:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120618676') HTTP/1.1" 204 0
2026-03-24 13:05:06 [scrapy.extensions.logstats] INFO: Crawled 56 pages (at 6 pages/min), scraped 33 items (at 6 items/min)
2026-03-24 13:05:06 [scrapy.extensions.memusage] INFO: Peak memory usage is 180MiB
2026-03-24 13:05:06 [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-24 13:05:06 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:05:06 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 118453640, 'registration': 'EN64OUX', 'account': 'DAC001', 'make': 'HYUNDAI', 'model': 'I30 HATCHBACK', 'derivative': '1.4 Active 5dr', 'mileage': 87154, 'mileageWarranty': True, 'type': 'car', 'saleId': 18965, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 240}, 'saleStart': '2026-03-24T10:00Z', 'lot': 70, '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-24 13:05:06 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 118453640, 'registration': 'EN64OUX', 'account': 'DAC001', 'make': 'HYUNDAI', 'model': 'I30 HATCHBACK', 'derivative': '1.4 Active 5dr', 'mileage': 87154, 'mileageWarranty': True, 'type': 'car', 'saleId': 18965, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 240}, 'saleStart': '2026-03-24T10:00Z', 'lot': 70, '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-24 13:05:06 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 96af5882-15ed-59f2-bd43-1c77b084a943 with identifier: 118453640
2026-03-24 13:05:06 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 96af5882-15ed-59f2-bd43-1c77b084a943 with scrape type 2
2026-03-24 13:05:06 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 96af5882-15ed-59f2-bd43-1c77b084a943 with scrape type 2
2026-03-24 13:05:07 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 96af5882-15ed-59f2-bd43-1c77b084a943, identifier: 118453640
2026-03-24 13:05:07 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 96af5882-15ed-59f2-bd43-1c77b084a943 with identifier: 118453640
2026-03-24 13:05:07 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 96af5882-15ed-59f2-bd43-1c77b084a943 with identifier: 118453640
2026-03-24 13:05:07 [scrapy.core.scraper] INFO: Dropped: Dropping expired listing: 96af5882-15ed-59f2-bd43-1c77b084a943 with expiration date: 2026-03-24T10:00:00Z
{'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-24T10: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-24 13:05:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:05:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27118453640%27 HTTP/1.1" 200 None
2026-03-24 13:05:07 [astonbarclay.gb] INFO: Saving data for 118453640: {'auction_closing_time': 1774346400.0, 'created_time': 1773403297.646584, 'last_price_update_time': 1774357507.093208}
2026-03-24 13:05:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:05:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='118453640') HTTP/1.1" 204 0
2026-03-24 13:05:07 [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-24 13:05:07 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:05:08 [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': 19194, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 465}, 'saleStart': '2026-04-06T12: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-24 13:05:08 [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': 19194, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 465}, 'saleStart': '2026-04-06T12: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-24 13:05:08 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ad72a274-efb0-5591-af05-d216d4dae802 with identifier: 119819250
2026-03-24 13:05:08 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ad72a274-efb0-5591-af05-d216d4dae802 with scrape type 2
2026-03-24 13:05:08 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ad72a274-efb0-5591-af05-d216d4dae802 with scrape type 2
2026-03-24 13:05:08 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: ad72a274-efb0-5591-af05-d216d4dae802, identifier: 119819250
2026-03-24 13:05:08 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: ad72a274-efb0-5591-af05-d216d4dae802 with identifier: 119819250
2026-03-24 13:05:08 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: ad72a274-efb0-5591-af05-d216d4dae802 with identifier: 119819250
2026-03-24 13:05:08 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: ad72a274-efb0-5591-af05-d216d4dae802 with identifier: 119819250 to the API
2026-03-24 13:05:08 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 13:05: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-24 13:05:11 [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-06T12: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-24 13:05:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:05:11 [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-24 13:05:11 [astonbarclay.gb] INFO: Saving data for 119819250: {'auction_closing_time': 1775476800.0, 'created_time': 1773928081.679121, 'last_price_update_time': 1774357511.812837}
2026-03-24 13:05:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:05:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='119819250') HTTP/1.1" 204 0
2026-03-24 13:05:11 [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-24 13:05:11 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:05:11 [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': 19194, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 465}, 'saleStart': '2026-04-06T12: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-24 13:05:11 [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': 19194, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 465}, 'saleStart': '2026-04-06T12: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-24 13:05:11 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 71bbefc8-eb4d-503f-9f8e-ab74aab0bd9a with identifier: 118796475
2026-03-24 13:05:11 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 71bbefc8-eb4d-503f-9f8e-ab74aab0bd9a with scrape type 2
2026-03-24 13:05:11 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 71bbefc8-eb4d-503f-9f8e-ab74aab0bd9a with scrape type 2
2026-03-24 13:05:12 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 71bbefc8-eb4d-503f-9f8e-ab74aab0bd9a, identifier: 118796475
2026-03-24 13:05:12 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 71bbefc8-eb4d-503f-9f8e-ab74aab0bd9a with identifier: 118796475
2026-03-24 13:05:12 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 71bbefc8-eb4d-503f-9f8e-ab74aab0bd9a with identifier: 118796475
2026-03-24 13:05:12 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 71bbefc8-eb4d-503f-9f8e-ab74aab0bd9a with identifier: 118796475 to the API
2026-03-24 13:05:12 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 13:05:13 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-24 13:05:13 [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-06T12: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-24 13:05:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:05:13 [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-24 13:05:13 [astonbarclay.gb] INFO: Saving data for 118796475: {'auction_closing_time': 1775476800.0, 'created_time': 1773928092.606351, 'last_price_update_time': 1774357513.860627}
2026-03-24 13:05:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:05:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='118796475') HTTP/1.1" 204 0
2026-03-24 13:05:14 [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-24 13:05:14 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:05:14 [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': 19194, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 465}, 'saleStart': '2026-04-06T12: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': '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': '0', '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-24 13:05:14 [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': 19194, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 465}, 'saleStart': '2026-04-06T12: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': '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': '0', '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-24 13:05:14 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ef258e61-4bce-5659-bfda-ac22c3b76680 with identifier: 120615564
2026-03-24 13:05:14 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ef258e61-4bce-5659-bfda-ac22c3b76680 with scrape type 2
2026-03-24 13:05:14 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ef258e61-4bce-5659-bfda-ac22c3b76680 with scrape type 2
2026-03-24 13:05:14 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: ef258e61-4bce-5659-bfda-ac22c3b76680, identifier: 120615564
2026-03-24 13:05:14 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: ef258e61-4bce-5659-bfda-ac22c3b76680 with identifier: 120615564
2026-03-24 13:05:14 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: ef258e61-4bce-5659-bfda-ac22c3b76680 with identifier: 120615564
2026-03-24 13:05:15 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: ef258e61-4bce-5659-bfda-ac22c3b76680 with identifier: 120615564 to the API
2026-03-24 13:05:15 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 13:05:15 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-24 13:05:15 [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-06T12: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-24 13:05:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:05:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120615564%27 HTTP/1.1" 200 None
2026-03-24 13:05:15 [astonbarclay.gb] INFO: Saving data for 120615564: {'auction_closing_time': 1775476800.0, 'created_time': 1773947031.64974, 'last_price_update_time': 1774357515.68158}
2026-03-24 13:05:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:05:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120615564') HTTP/1.1" 204 0
2026-03-24 13:05:16 [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-24 13:05:16 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:05:16 [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': 647}, '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-24 13:05:16 [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': 647}, '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-24 13:05:16 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 00a7951b-2184-5c24-84f7-e76f21a8394e with identifier: 120715027
2026-03-24 13:05:16 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 00a7951b-2184-5c24-84f7-e76f21a8394e with scrape type 1
2026-03-24 13:05:16 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 0 photos for item 00a7951b-2184-5c24-84f7-e76f21a8394e
2026-03-24 13:05:16 [crawlers.middlewares.photo_download_middleware] INFO: No photos to download for item 00a7951b-2184-5c24-84f7-e76f21a8394e
2026-03-24 13:05:16 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 00a7951b-2184-5c24-84f7-e76f21a8394e, identifier: 120715027
2026-03-24 13:05:16 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 00a7951b-2184-5c24-84f7-e76f21a8394e with identifier: 120715027
2026-03-24 13:05:16 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 00a7951b-2184-5c24-84f7-e76f21a8394e with identifier: 120715027
2026-03-24 13:05:16 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 00a7951b-2184-5c24-84f7-e76f21a8394e with identifier: 120715027 to the API
2026-03-24 13:05:16 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 13:05:17 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-24 13:05:17 [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-24 13:05:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:05:17 [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-24 13:05:17 [astonbarclay.gb] INFO: Saving data for 120715027: {'created_time': 1774357517.984169, 'last_price_update_time': 1774357517.984184, 'auction_closing_time': 1774958400.0}
2026-03-24 13:05:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:05:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120715027') HTTP/1.1" 204 0
2026-03-24 13:05:18 [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-24 13:05:18 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:05:18 [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': 647}, '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-24 13:05:18 [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': 647}, '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-24 13:05:18 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5f05337c-7d15-57cb-b366-471e9b1d6f17 with identifier: 120716291
2026-03-24 13:05:18 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5f05337c-7d15-57cb-b366-471e9b1d6f17 with scrape type 1
2026-03-24 13:05:18 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 0 photos for item 5f05337c-7d15-57cb-b366-471e9b1d6f17
2026-03-24 13:05:18 [crawlers.middlewares.photo_download_middleware] INFO: No photos to download for item 5f05337c-7d15-57cb-b366-471e9b1d6f17
2026-03-24 13:05:19 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 5f05337c-7d15-57cb-b366-471e9b1d6f17, identifier: 120716291
2026-03-24 13:05:19 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 5f05337c-7d15-57cb-b366-471e9b1d6f17 with identifier: 120716291
2026-03-24 13:05:19 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 5f05337c-7d15-57cb-b366-471e9b1d6f17 with identifier: 120716291
2026-03-24 13:05:19 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 5f05337c-7d15-57cb-b366-471e9b1d6f17 with identifier: 120716291 to the API
2026-03-24 13:05:19 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 13:05: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-24 13:05:19 [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-24 13:05:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:05:19 [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-24 13:05:19 [astonbarclay.gb] INFO: Saving data for 120716291: {'created_time': 1774357519.986354, 'last_price_update_time': 1774357519.986369, 'auction_closing_time': 1774958400.0}
2026-03-24 13:05:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:05:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120716291') HTTP/1.1" 204 0
2026-03-24 13:05:22 [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-24 13:05:22 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:05:23 [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': 647}, '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-24 13:05:23 [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': 647}, '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-24 13:05:23 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4067ebf7-a7b2-5137-8585-6ef62f43a88a with identifier: 120715046
2026-03-24 13:05:23 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4067ebf7-a7b2-5137-8585-6ef62f43a88a with scrape type 1
2026-03-24 13:05:23 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 0 photos for item 4067ebf7-a7b2-5137-8585-6ef62f43a88a
2026-03-24 13:05:23 [crawlers.middlewares.photo_download_middleware] INFO: No photos to download for item 4067ebf7-a7b2-5137-8585-6ef62f43a88a
2026-03-24 13:05:23 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 4067ebf7-a7b2-5137-8585-6ef62f43a88a, identifier: 120715046
2026-03-24 13:05:23 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 4067ebf7-a7b2-5137-8585-6ef62f43a88a with identifier: 120715046
2026-03-24 13:05:23 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 4067ebf7-a7b2-5137-8585-6ef62f43a88a with identifier: 120715046
2026-03-24 13:05:23 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 4067ebf7-a7b2-5137-8585-6ef62f43a88a with identifier: 120715046 to the API
2026-03-24 13:05:23 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 13:05: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-24 13:05:24 [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-24 13:05:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:05:24 [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-24 13:05:24 [astonbarclay.gb] INFO: Saving data for 120715046: {'created_time': 1774357524.144129, 'last_price_update_time': 1774357524.144141, 'auction_closing_time': 1774958400.0}
2026-03-24 13:05:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:05:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120715046') HTTP/1.1" 204 0
2026-03-24 13:05:24 [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-24 13:05:24 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:05:24 [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': 51545, 'mileageWarranty': True, 'type': 'car', 'saleId': 18910, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 647}, '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-24 13:05:24 [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': 51545, 'mileageWarranty': True, 'type': 'car', 'saleId': 18910, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 647}, '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-24 13:05:24 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 237246d8-744f-5d08-a8fb-79ad53bc29e8 with identifier: 120714990
2026-03-24 13:05:24 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 237246d8-744f-5d08-a8fb-79ad53bc29e8 with scrape type 1
2026-03-24 13:05:24 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 0 photos for item 237246d8-744f-5d08-a8fb-79ad53bc29e8
2026-03-24 13:05:24 [crawlers.middlewares.photo_download_middleware] INFO: No photos to download for item 237246d8-744f-5d08-a8fb-79ad53bc29e8
2026-03-24 13:05:24 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 237246d8-744f-5d08-a8fb-79ad53bc29e8, identifier: 120714990
2026-03-24 13:05:24 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 237246d8-744f-5d08-a8fb-79ad53bc29e8 with identifier: 120714990
2026-03-24 13:05:24 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 237246d8-744f-5d08-a8fb-79ad53bc29e8 with identifier: 120714990
2026-03-24 13:05:24 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 237246d8-744f-5d08-a8fb-79ad53bc29e8 with identifier: 120714990 to the API
2026-03-24 13:05:24 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 13:05:26 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-24 13:05:26 [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': '237246d8-744f-5d08-a8fb-79ad53bc29e8',
'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': 51545,
'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-24 13:05:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:05:26 [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-24 13:05:26 [astonbarclay.gb] INFO: Saving data for 120714990: {'created_time': 1774357526.338649, 'last_price_update_time': 1774357526.338661, 'auction_closing_time': 1774958400.0}
2026-03-24 13:05:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:05:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120714990') HTTP/1.1" 204 0
2026-03-24 13:05:27 [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-24 13:05:27 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:05:27 [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': 647}, '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-24 13:05:27 [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': 647}, '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-24 13:05:27 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 89a9d588-c2dd-58b4-bc10-90a8e54a9360 with identifier: 120693161
2026-03-24 13:05:27 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 89a9d588-c2dd-58b4-bc10-90a8e54a9360 with scrape type 1
2026-03-24 13:05:27 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 9 photos for item 89a9d588-c2dd-58b4-bc10-90a8e54a9360
2026-03-24 13:05:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:05:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FDU19ZYK%252F2026-03-24%252Fimage%252Fbf537896-acdd-4eb1-9708-6e8f441459b0_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-24 13:05:27 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/DU19ZYK/2026-03-24/image/bf537896-acdd-4eb1-9708-6e8f441459b0_removebg.jpg?w=600 not downloaded yet
2026-03-24 13:05:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:05:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FDU19ZYK%252F2026-03-24%252Fimage%252Fd5bac05c-81b6-4ab1-b88b-53c81f7eccc2_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-24 13:05:27 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/DU19ZYK/2026-03-24/image/d5bac05c-81b6-4ab1-b88b-53c81f7eccc2_removebg.jpg?w=600 not downloaded yet
2026-03-24 13:05:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:05:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FDU19ZYK%252F2026-03-24%252Fimage%252F31f50dc2-d4db-4d54-8ccb-9e87a489945a_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-24 13:05:27 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/DU19ZYK/2026-03-24/image/31f50dc2-d4db-4d54-8ccb-9e87a489945a_removebg.jpg?w=600 not downloaded yet
2026-03-24 13:05:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:05:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FDU19ZYK%252F2026-03-24%252Fimage%252F09be9f76-bbab-4d60-ae92-92f59c4cb396_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-24 13:05:27 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/DU19ZYK/2026-03-24/image/09be9f76-bbab-4d60-ae92-92f59c4cb396_removebg.jpg?w=600 not downloaded yet
2026-03-24 13:05:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:05:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FDU19ZYK%252F2026-03-24%252Fimage%252F9ce77f62-40b0-442b-8606-59f7752e6bb7_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-24 13:05:27 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/DU19ZYK/2026-03-24/image/9ce77f62-40b0-442b-8606-59f7752e6bb7_removebg.jpg?w=600 not downloaded yet
2026-03-24 13:05:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:05:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FDU19ZYK%252F2026-03-24%252Fimage%252F6bd93aaf-8a96-4071-a77e-ac6fbf663d65_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-24 13:05:27 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/DU19ZYK/2026-03-24/image/6bd93aaf-8a96-4071-a77e-ac6fbf663d65_removebg.jpg?w=600 not downloaded yet
2026-03-24 13:05:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:05:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FDU19ZYK%252F2026-03-24%252Fimage%252F9df30374-85d7-4fd2-a6c9-4424bf2c0868_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-24 13:05:27 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/DU19ZYK/2026-03-24/image/9df30374-85d7-4fd2-a6c9-4424bf2c0868_removebg.jpg?w=600 not downloaded yet
2026-03-24 13:05:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:05:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FDU19ZYK%252F2026-03-24%252Fimage%252F0320319d-8de3-4114-b0ac-08917998121a_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-24 13:05:27 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/DU19ZYK/2026-03-24/image/0320319d-8de3-4114-b0ac-08917998121a_removebg.jpg?w=600 not downloaded yet
2026-03-24 13:05:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:05:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FDU19ZYK%252F2026-03-24%252Fimage%252F0cff2104-5919-4cbb-bc6f-96946b44cba4_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-24 13:05:27 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/DU19ZYK/2026-03-24/image/0cff2104-5919-4cbb-bc6f-96946b44cba4_removebg.jpg?w=600 not downloaded yet
2026-03-24 13:05:30 [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-24 13:05:30 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:05:30 [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': 19194, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 465}, 'saleStart': '2026-04-06T12: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': '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': 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-24 13:05:30 [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': 19194, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 465}, 'saleStart': '2026-04-06T12: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': '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': 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-24 13:05:30 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7b1c512f-f802-5be0-9a24-1840894ffd32 with identifier: 120594672
2026-03-24 13:05:30 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7b1c512f-f802-5be0-9a24-1840894ffd32 with scrape type 2
2026-03-24 13:05:30 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7b1c512f-f802-5be0-9a24-1840894ffd32 with scrape type 2
2026-03-24 13:05:30 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 7b1c512f-f802-5be0-9a24-1840894ffd32, identifier: 120594672
2026-03-24 13:05:30 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 7b1c512f-f802-5be0-9a24-1840894ffd32 with identifier: 120594672
2026-03-24 13:05:30 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 7b1c512f-f802-5be0-9a24-1840894ffd32 with identifier: 120594672
2026-03-24 13:05:30 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 7b1c512f-f802-5be0-9a24-1840894ffd32 with identifier: 120594672 to the API
2026-03-24 13:05:30 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 13:05:31 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-24 13:05:31 [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-06T12: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-24 13:05:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:05:31 [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-24 13:05:31 [astonbarclay.gb] INFO: Saving data for 120594672: {'auction_closing_time': 1775476800.0, 'created_time': 1773928639.27227, 'last_price_update_time': 1774357531.63316}
2026-03-24 13:05:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:05:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120594672') HTTP/1.1" 204 0
2026-03-24 13:05:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/DU19ZYK/2026-03-24/image/0cff2104-5919-4cbb-bc6f-96946b44cba4_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120693161?view=catalogue)
2026-03-24 13:05:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/DU19ZYK/2026-03-24/image/0320319d-8de3-4114-b0ac-08917998121a_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120693161?view=catalogue)
2026-03-24 13:05:31 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 13:05:31 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fde50a52010>
2026-03-24 13:05:31 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 13:05:31 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-24 13:05:31 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 13:05:31 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_89a9d588-c2dd-58b4-bc10-90a8e54a9360/89a9d588-c2dd-58b4-bc10-90a8e54a9360_image_8.jpg HTTP/1.1" 201 0
2026-03-24 13:05:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:05:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FDU19ZYK%252F2026-03-24%252Fimage%252F0cff2104-5919-4cbb-bc6f-96946b44cba4_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-24 13:05:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/DU19ZYK/2026-03-24/image/0cff2104-5919-4cbb-bc6f-96946b44cba4_removebg.jpg?w=600 saved to cache
2026-03-24 13:05:31 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 89a9d588-c2dd-58b4-bc10-90a8e54a9360
2026-03-24 13:05:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/DU19ZYK/2026-03-24/image/9df30374-85d7-4fd2-a6c9-4424bf2c0868_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120693161?view=catalogue)
2026-03-24 13:05:31 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 13:05:31 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fde5022fe50>
2026-03-24 13:05:31 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 13:05:31 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-24 13:05:31 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 13:05:31 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_89a9d588-c2dd-58b4-bc10-90a8e54a9360/89a9d588-c2dd-58b4-bc10-90a8e54a9360_image_7.jpg HTTP/1.1" 201 0
2026-03-24 13:05:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:05:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FDU19ZYK%252F2026-03-24%252Fimage%252F0320319d-8de3-4114-b0ac-08917998121a_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-24 13:05:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/DU19ZYK/2026-03-24/image/0320319d-8de3-4114-b0ac-08917998121a_removebg.jpg?w=600 saved to cache
2026-03-24 13:05:31 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 89a9d588-c2dd-58b4-bc10-90a8e54a9360
2026-03-24 13:05:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/DU19ZYK/2026-03-24/image/6bd93aaf-8a96-4071-a77e-ac6fbf663d65_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120693161?view=catalogue)
2026-03-24 13:05:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/DU19ZYK/2026-03-24/image/9ce77f62-40b0-442b-8606-59f7752e6bb7_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120693161?view=catalogue)
2026-03-24 13:05:31 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 13:05:31 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fde501893d0>
2026-03-24 13:05:31 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 13:05:31 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-24 13:05:31 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 13:05:31 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_89a9d588-c2dd-58b4-bc10-90a8e54a9360/89a9d588-c2dd-58b4-bc10-90a8e54a9360_image_6.jpg HTTP/1.1" 201 0
2026-03-24 13:05:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:05:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FDU19ZYK%252F2026-03-24%252Fimage%252F9df30374-85d7-4fd2-a6c9-4424bf2c0868_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-24 13:05:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/DU19ZYK/2026-03-24/image/9df30374-85d7-4fd2-a6c9-4424bf2c0868_removebg.jpg?w=600 saved to cache
2026-03-24 13:05:31 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 89a9d588-c2dd-58b4-bc10-90a8e54a9360
2026-03-24 13:05:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/DU19ZYK/2026-03-24/image/09be9f76-bbab-4d60-ae92-92f59c4cb396_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120693161?view=catalogue)
2026-03-24 13:05:31 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 13:05:31 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fde5022b1d0>
2026-03-24 13:05:31 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 13:05:31 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-24 13:05:31 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 13:05:31 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_89a9d588-c2dd-58b4-bc10-90a8e54a9360/89a9d588-c2dd-58b4-bc10-90a8e54a9360_image_5.jpg HTTP/1.1" 201 0
2026-03-24 13:05:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:05:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FDU19ZYK%252F2026-03-24%252Fimage%252F6bd93aaf-8a96-4071-a77e-ac6fbf663d65_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-24 13:05:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/DU19ZYK/2026-03-24/image/6bd93aaf-8a96-4071-a77e-ac6fbf663d65_removebg.jpg?w=600 saved to cache
2026-03-24 13:05:32 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 89a9d588-c2dd-58b4-bc10-90a8e54a9360
2026-03-24 13:05:32 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 13:05:32 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fde5019b5d0>
2026-03-24 13:05:32 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 13:05:32 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-24 13:05:32 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 13:05:32 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_89a9d588-c2dd-58b4-bc10-90a8e54a9360/89a9d588-c2dd-58b4-bc10-90a8e54a9360_image_4.jpg HTTP/1.1" 201 0
2026-03-24 13:05:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:05:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FDU19ZYK%252F2026-03-24%252Fimage%252F9ce77f62-40b0-442b-8606-59f7752e6bb7_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-24 13:05:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/DU19ZYK/2026-03-24/image/9ce77f62-40b0-442b-8606-59f7752e6bb7_removebg.jpg?w=600 saved to cache
2026-03-24 13:05:32 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 89a9d588-c2dd-58b4-bc10-90a8e54a9360
2026-03-24 13:05:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/DU19ZYK/2026-03-24/image/31f50dc2-d4db-4d54-8ccb-9e87a489945a_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120693161?view=catalogue)
2026-03-24 13:05:32 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 13:05:32 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fde50266a10>
2026-03-24 13:05:32 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 13:05:32 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-24 13:05:32 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 13:05:32 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_89a9d588-c2dd-58b4-bc10-90a8e54a9360/89a9d588-c2dd-58b4-bc10-90a8e54a9360_image_3.jpg HTTP/1.1" 201 0
2026-03-24 13:05:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:05:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FDU19ZYK%252F2026-03-24%252Fimage%252F09be9f76-bbab-4d60-ae92-92f59c4cb396_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-24 13:05:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/DU19ZYK/2026-03-24/image/09be9f76-bbab-4d60-ae92-92f59c4cb396_removebg.jpg?w=600 saved to cache
2026-03-24 13:05:32 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 89a9d588-c2dd-58b4-bc10-90a8e54a9360
2026-03-24 13:05:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/DU19ZYK/2026-03-24/image/d5bac05c-81b6-4ab1-b88b-53c81f7eccc2_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120693161?view=catalogue)
2026-03-24 13:05:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/DU19ZYK/2026-03-24/image/bf537896-acdd-4eb1-9708-6e8f441459b0_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120693161?view=catalogue)
2026-03-24 13:05:32 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 13:05:32 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fde503cd150>
2026-03-24 13:05:32 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 13:05:32 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-24 13:05:32 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 13:05:32 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_89a9d588-c2dd-58b4-bc10-90a8e54a9360/89a9d588-c2dd-58b4-bc10-90a8e54a9360_image_2.jpg HTTP/1.1" 201 0
2026-03-24 13:05:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:05:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FDU19ZYK%252F2026-03-24%252Fimage%252F31f50dc2-d4db-4d54-8ccb-9e87a489945a_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-24 13:05:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/DU19ZYK/2026-03-24/image/31f50dc2-d4db-4d54-8ccb-9e87a489945a_removebg.jpg?w=600 saved to cache
2026-03-24 13:05:32 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 89a9d588-c2dd-58b4-bc10-90a8e54a9360
2026-03-24 13:05:32 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 13:05:32 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fde500e61d0>
2026-03-24 13:05:32 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 13:05:32 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-24 13:05:32 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 13:05:32 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_89a9d588-c2dd-58b4-bc10-90a8e54a9360/89a9d588-c2dd-58b4-bc10-90a8e54a9360_image_1.jpg HTTP/1.1" 201 0
2026-03-24 13:05:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:05:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FDU19ZYK%252F2026-03-24%252Fimage%252Fd5bac05c-81b6-4ab1-b88b-53c81f7eccc2_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-24 13:05:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/DU19ZYK/2026-03-24/image/d5bac05c-81b6-4ab1-b88b-53c81f7eccc2_removebg.jpg?w=600 saved to cache
2026-03-24 13:05:32 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 89a9d588-c2dd-58b4-bc10-90a8e54a9360
2026-03-24 13:05:32 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 13:05:32 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fde51807710>
2026-03-24 13:05:32 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 13:05:32 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-24 13:05:32 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 13:05:32 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_89a9d588-c2dd-58b4-bc10-90a8e54a9360/89a9d588-c2dd-58b4-bc10-90a8e54a9360_image_0.jpg HTTP/1.1" 201 0
2026-03-24 13:05:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:05:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FDU19ZYK%252F2026-03-24%252Fimage%252Fbf537896-acdd-4eb1-9708-6e8f441459b0_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-24 13:05:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/DU19ZYK/2026-03-24/image/bf537896-acdd-4eb1-9708-6e8f441459b0_removebg.jpg?w=600 saved to cache
2026-03-24 13:05:32 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 89a9d588-c2dd-58b4-bc10-90a8e54a9360
2026-03-24 13:05:32 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 89a9d588-c2dd-58b4-bc10-90a8e54a9360, skipping ID generation
2026-03-24 13:05:32 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 89a9d588-c2dd-58b4-bc10-90a8e54a9360 with scrape type 1
2026-03-24 13:05:32 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 89a9d588-c2dd-58b4-bc10-90a8e54a9360 sending to next pipeline
2026-03-24 13:05:32 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 89a9d588-c2dd-58b4-bc10-90a8e54a9360, identifier: 120693161
2026-03-24 13:05:32 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 89a9d588-c2dd-58b4-bc10-90a8e54a9360 with identifier: 120693161
2026-03-24 13:05:32 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 89a9d588-c2dd-58b4-bc10-90a8e54a9360 with identifier: 120693161
2026-03-24 13:05:32 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 89a9d588-c2dd-58b4-bc10-90a8e54a9360 with identifier: 120693161 to the API
2026-03-24 13:05:32 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 13:05: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-24 13:05:35 [scrapy.core.scraper] DEBUG: Scraped from <200 https://abimg003.imgix.net/DU19ZYK/2026-03-24/image/bf537896-acdd-4eb1-9708-6e8f441459b0_removebg.jpg?w=600>
{'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': 9,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_89a9d588-c2dd-58b4-bc10-90a8e54a9360/89a9d588-c2dd-58b4-bc10-90a8e54a9360_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 30300,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/DU19ZYK/2026-03-24/image/bf537896-acdd-4eb1-9708-6e8f441459b0_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_89a9d588-c2dd-58b4-bc10-90a8e54a9360/89a9d588-c2dd-58b4-bc10-90a8e54a9360_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 30111,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/DU19ZYK/2026-03-24/image/d5bac05c-81b6-4ab1-b88b-53c81f7eccc2_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_89a9d588-c2dd-58b4-bc10-90a8e54a9360/89a9d588-c2dd-58b4-bc10-90a8e54a9360_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 32373,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/DU19ZYK/2026-03-24/image/31f50dc2-d4db-4d54-8ccb-9e87a489945a_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_89a9d588-c2dd-58b4-bc10-90a8e54a9360/89a9d588-c2dd-58b4-bc10-90a8e54a9360_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 29035,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/DU19ZYK/2026-03-24/image/09be9f76-bbab-4d60-ae92-92f59c4cb396_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_89a9d588-c2dd-58b4-bc10-90a8e54a9360/89a9d588-c2dd-58b4-bc10-90a8e54a9360_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 52780,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/DU19ZYK/2026-03-24/image/9ce77f62-40b0-442b-8606-59f7752e6bb7_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_89a9d588-c2dd-58b4-bc10-90a8e54a9360/89a9d588-c2dd-58b4-bc10-90a8e54a9360_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 59726,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/DU19ZYK/2026-03-24/image/6bd93aaf-8a96-4071-a77e-ac6fbf663d65_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_89a9d588-c2dd-58b4-bc10-90a8e54a9360/89a9d588-c2dd-58b4-bc10-90a8e54a9360_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 50624,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/DU19ZYK/2026-03-24/image/9df30374-85d7-4fd2-a6c9-4424bf2c0868_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_89a9d588-c2dd-58b4-bc10-90a8e54a9360/89a9d588-c2dd-58b4-bc10-90a8e54a9360_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 43335,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/DU19ZYK/2026-03-24/image/0320319d-8de3-4114-b0ac-08917998121a_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_89a9d588-c2dd-58b4-bc10-90a8e54a9360/89a9d588-c2dd-58b4-bc10-90a8e54a9360_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 48279,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/DU19ZYK/2026-03-24/image/0cff2104-5919-4cbb-bc6f-96946b44cba4_removebg.jpg?w=600',
'Width': 600}],
'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-24 13:05:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:05:35 [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-24 13:05:35 [astonbarclay.gb] INFO: Saving data for 120693161: {'created_time': 1774357535.770989, 'last_price_update_time': 1774357535.771, 'auction_closing_time': 1774958400.0}
2026-03-24 13:05:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:05:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120693161') HTTP/1.1" 204 0
2026-03-24 13:05:35 [zyte_api._retry] DEBUG: Finished call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request' after 129.499(s), this was the 1st time calling it.
2026-03-24 13:05:35 [zyte_api._retry] DEBUG: Retrying zyte_api._async.AsyncZyteAPI.get.<locals>.request in 4.390464540951036 seconds as it raised ClientConnectorError: Cannot connect to host api.zyte.com:443 ssl:default [Connect call failed ('69.41.180.81', 443)].
2026-03-24 13:05:35 [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-24 13:05:35 [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-24 13:05:35 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:05:35 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:05:35 [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': 647}, '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-24 13:05:35 [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': 647}, '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-24 13:05:35 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: aaefb49d-7c3e-55c2-8646-6d8db8e09d13 with identifier: 120556298
2026-03-24 13:05:35 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item aaefb49d-7c3e-55c2-8646-6d8db8e09d13 with scrape type 2
2026-03-24 13:05:35 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item aaefb49d-7c3e-55c2-8646-6d8db8e09d13 with scrape type 2
2026-03-24 13:05:36 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: aaefb49d-7c3e-55c2-8646-6d8db8e09d13, identifier: 120556298
2026-03-24 13:05:36 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: aaefb49d-7c3e-55c2-8646-6d8db8e09d13 with identifier: 120556298
2026-03-24 13:05:36 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: aaefb49d-7c3e-55c2-8646-6d8db8e09d13 with identifier: 120556298
2026-03-24 13:05:36 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: aaefb49d-7c3e-55c2-8646-6d8db8e09d13 with identifier: 120556298 to the API
2026-03-24 13:05:36 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 13:05:36 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-24 13:05:36 [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-24 13:05:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:05:36 [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-24 13:05:36 [astonbarclay.gb] INFO: Saving data for 120556298: {'auction_closing_time': 1774958400.0, 'created_time': 1774033507.58693, 'last_price_update_time': 1774357536.508528}
2026-03-24 13:05:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:05:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120556298') HTTP/1.1" 204 0
2026-03-24 13:05:36 [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': 647}, '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-24 13:05:36 [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': 647}, '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-24 13:05:36 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6fbbef7f-7c67-51d6-a888-857de8a28595 with identifier: 120592412
2026-03-24 13:05:36 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6fbbef7f-7c67-51d6-a888-857de8a28595 with scrape type 2
2026-03-24 13:05:36 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6fbbef7f-7c67-51d6-a888-857de8a28595 with scrape type 2
2026-03-24 13:05:36 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 6fbbef7f-7c67-51d6-a888-857de8a28595, identifier: 120592412
2026-03-24 13:05:36 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 6fbbef7f-7c67-51d6-a888-857de8a28595 with identifier: 120592412
2026-03-24 13:05:36 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 6fbbef7f-7c67-51d6-a888-857de8a28595 with identifier: 120592412
2026-03-24 13:05:36 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 6fbbef7f-7c67-51d6-a888-857de8a28595 with identifier: 120592412 to the API
2026-03-24 13:05:36 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 13:05: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-24 13:05:38 [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-24 13:05:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:05:38 [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-24 13:05:38 [astonbarclay.gb] INFO: Saving data for 120592412: {'auction_closing_time': 1774958400.0, 'created_time': 1774033513.032709, 'last_price_update_time': 1774357538.086087}
2026-03-24 13:05:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:05:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120592412') HTTP/1.1" 204 0
2026-03-24 13:05:40 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 2nd time calling it.
2026-03-24 13:05:40 [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-24 13:05:40 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:05:40 [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': 647}, '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-24 13:05:40 [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': 647}, '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-24 13:05:40 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e2c01619-f97c-51ad-8ae1-19cabfbb1aed with identifier: 120715036
2026-03-24 13:05:40 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e2c01619-f97c-51ad-8ae1-19cabfbb1aed with scrape type 1
2026-03-24 13:05:40 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 0 photos for item e2c01619-f97c-51ad-8ae1-19cabfbb1aed
2026-03-24 13:05:40 [crawlers.middlewares.photo_download_middleware] INFO: No photos to download for item e2c01619-f97c-51ad-8ae1-19cabfbb1aed
2026-03-24 13:05:40 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: e2c01619-f97c-51ad-8ae1-19cabfbb1aed, identifier: 120715036
2026-03-24 13:05:40 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: e2c01619-f97c-51ad-8ae1-19cabfbb1aed with identifier: 120715036
2026-03-24 13:05:40 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: e2c01619-f97c-51ad-8ae1-19cabfbb1aed with identifier: 120715036
2026-03-24 13:05:40 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: e2c01619-f97c-51ad-8ae1-19cabfbb1aed with identifier: 120715036 to the API
2026-03-24 13:05:40 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 13:05: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-24 13:05:42 [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-24 13:05:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:05:42 [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-24 13:05:42 [astonbarclay.gb] INFO: Saving data for 120715036: {'created_time': 1774357542.026787, 'last_price_update_time': 1774357542.026799, 'auction_closing_time': 1774958400.0}
2026-03-24 13:05:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:05:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120715036') HTTP/1.1" 204 0
2026-03-24 13:05:42 [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-24 13:05:42 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:05:43 [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': 647}, '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://abimg002.imgix.net/1c9021ac-9ac9-40b6-9d61-751e7583f4ab.jpg?w=600', 'https://abimg002.imgix.net/a30e4384-bf0b-4247-81a5-a6ed09043369.jpg?w=600', 'https://abimg002.imgix.net/fe8c4d34-d155-4475-8496-052413b36c85.jpg?w=600', 'https://abimg002.imgix.net/19b6dd06-cc0d-45dd-8017-bfd7a8c1f1bf.jpg?w=600', 'https://abimg002.imgix.net/89a2307e-bd92-4f64-88ff-040093572cd4.jpg?w=600', 'https://abimg002.imgix.net/a29f1ecd-eb4a-43f9-ad2c-fb7b2d9114b8.jpg?w=600', 'https://abimg002.imgix.net/df3fc532-96bf-4083-85c0-73090aee52f5.jpg?w=600', 'https://abimg002.imgix.net/4e590fb3-2938-42f2-aa33-919a1419af15.jpg?w=600', 'https://abimg002.imgix.net/9532574f-fb6b-4b62-9754-b842bf55ab65.jpg?w=600', 'https://abimg002.imgix.net/99b44eaf-03cb-4e48-825b-236451b5e1a4.jpg?w=600', 'https://abimg002.imgix.net/6b6e2355-243f-470d-87f8-07caa546a456.jpg?w=600', 'https://abimg002.imgix.net/65062fb3-4a75-4f75-b070-74b1e1db4581.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'EVALUATE', 'serviceHistory': '', 'remarks': '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': 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-24 13:05:43 [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': 647}, '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://abimg002.imgix.net/1c9021ac-9ac9-40b6-9d61-751e7583f4ab.jpg?w=600', 'https://abimg002.imgix.net/a30e4384-bf0b-4247-81a5-a6ed09043369.jpg?w=600', 'https://abimg002.imgix.net/fe8c4d34-d155-4475-8496-052413b36c85.jpg?w=600', 'https://abimg002.imgix.net/19b6dd06-cc0d-45dd-8017-bfd7a8c1f1bf.jpg?w=600', 'https://abimg002.imgix.net/89a2307e-bd92-4f64-88ff-040093572cd4.jpg?w=600', 'https://abimg002.imgix.net/a29f1ecd-eb4a-43f9-ad2c-fb7b2d9114b8.jpg?w=600', 'https://abimg002.imgix.net/df3fc532-96bf-4083-85c0-73090aee52f5.jpg?w=600', 'https://abimg002.imgix.net/4e590fb3-2938-42f2-aa33-919a1419af15.jpg?w=600', 'https://abimg002.imgix.net/9532574f-fb6b-4b62-9754-b842bf55ab65.jpg?w=600', 'https://abimg002.imgix.net/99b44eaf-03cb-4e48-825b-236451b5e1a4.jpg?w=600', 'https://abimg002.imgix.net/6b6e2355-243f-470d-87f8-07caa546a456.jpg?w=600', 'https://abimg002.imgix.net/65062fb3-4a75-4f75-b070-74b1e1db4581.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'EVALUATE', 'serviceHistory': '', 'remarks': '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': 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-24 13:05:43 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: dda50d6d-29cc-522a-9aa0-ab5784b13b3b with identifier: 120669991
2026-03-24 13:05:43 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item dda50d6d-29cc-522a-9aa0-ab5784b13b3b with scrape type 1
2026-03-24 13:05:43 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item dda50d6d-29cc-522a-9aa0-ab5784b13b3b
2026-03-24 13:05:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:05:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg002.imgix.net%252F1c9021ac-9ac9-40b6-9d61-751e7583f4ab.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-24 13:05:43 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg002.imgix.net/1c9021ac-9ac9-40b6-9d61-751e7583f4ab.jpg?w=600 not downloaded yet
2026-03-24 13:05:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:05:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg002.imgix.net%252Fa30e4384-bf0b-4247-81a5-a6ed09043369.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-24 13:05:43 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg002.imgix.net/a30e4384-bf0b-4247-81a5-a6ed09043369.jpg?w=600 not downloaded yet
2026-03-24 13:05:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:05:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg002.imgix.net%252Ffe8c4d34-d155-4475-8496-052413b36c85.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-24 13:05:43 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg002.imgix.net/fe8c4d34-d155-4475-8496-052413b36c85.jpg?w=600 not downloaded yet
2026-03-24 13:05:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:05:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg002.imgix.net%252F19b6dd06-cc0d-45dd-8017-bfd7a8c1f1bf.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-24 13:05:43 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg002.imgix.net/19b6dd06-cc0d-45dd-8017-bfd7a8c1f1bf.jpg?w=600 not downloaded yet
2026-03-24 13:05:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:05:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg002.imgix.net%252F89a2307e-bd92-4f64-88ff-040093572cd4.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-24 13:05:43 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg002.imgix.net/89a2307e-bd92-4f64-88ff-040093572cd4.jpg?w=600 not downloaded yet
2026-03-24 13:05:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:05:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg002.imgix.net%252Fa29f1ecd-eb4a-43f9-ad2c-fb7b2d9114b8.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-24 13:05:43 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg002.imgix.net/a29f1ecd-eb4a-43f9-ad2c-fb7b2d9114b8.jpg?w=600 not downloaded yet
2026-03-24 13:05:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:05:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg002.imgix.net%252Fdf3fc532-96bf-4083-85c0-73090aee52f5.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-24 13:05:43 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg002.imgix.net/df3fc532-96bf-4083-85c0-73090aee52f5.jpg?w=600 not downloaded yet
2026-03-24 13:05:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:05:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg002.imgix.net%252F4e590fb3-2938-42f2-aa33-919a1419af15.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-24 13:05:43 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg002.imgix.net/4e590fb3-2938-42f2-aa33-919a1419af15.jpg?w=600 not downloaded yet
2026-03-24 13:05:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:05:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg002.imgix.net%252F9532574f-fb6b-4b62-9754-b842bf55ab65.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-24 13:05:43 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg002.imgix.net/9532574f-fb6b-4b62-9754-b842bf55ab65.jpg?w=600 not downloaded yet
2026-03-24 13:05:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:05:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg002.imgix.net%252F99b44eaf-03cb-4e48-825b-236451b5e1a4.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-24 13:05:43 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg002.imgix.net/99b44eaf-03cb-4e48-825b-236451b5e1a4.jpg?w=600 not downloaded yet
2026-03-24 13:05:46 [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-24 13:05:46 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:05:46 [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': 647}, '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-24 13:05:46 [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': 647}, '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-24 13:05:46 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1e459962-1533-5209-a6ae-101c410aacff with identifier: 120695251
2026-03-24 13:05:46 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1e459962-1533-5209-a6ae-101c410aacff with scrape type 1
2026-03-24 13:05:46 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 0 photos for item 1e459962-1533-5209-a6ae-101c410aacff
2026-03-24 13:05:46 [crawlers.middlewares.photo_download_middleware] INFO: No photos to download for item 1e459962-1533-5209-a6ae-101c410aacff
2026-03-24 13:05:46 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 1e459962-1533-5209-a6ae-101c410aacff, identifier: 120695251
2026-03-24 13:05:46 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 1e459962-1533-5209-a6ae-101c410aacff with identifier: 120695251
2026-03-24 13:05:46 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 1e459962-1533-5209-a6ae-101c410aacff with identifier: 120695251
2026-03-24 13:05:46 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 1e459962-1533-5209-a6ae-101c410aacff with identifier: 120695251 to the API
2026-03-24 13:05:46 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 13:05: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-24 13:05:47 [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-24 13:05:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:05:47 [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-24 13:05:47 [astonbarclay.gb] INFO: Saving data for 120695251: {'created_time': 1774357547.241522, 'last_price_update_time': 1774357547.241534, 'auction_closing_time': 1774958400.0}
2026-03-24 13:05:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:05:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120695251') HTTP/1.1" 204 0
2026-03-24 13:05:47 [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-24 13:05:47 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:05:47 [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': 647}, '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-24 13:05:47 [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': 647}, '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-24 13:05:47 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 68663351-3d08-59ce-bf76-860d5d8b15cc with identifier: 120716362
2026-03-24 13:05:47 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 68663351-3d08-59ce-bf76-860d5d8b15cc with scrape type 1
2026-03-24 13:05:47 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 0 photos for item 68663351-3d08-59ce-bf76-860d5d8b15cc
2026-03-24 13:05:47 [crawlers.middlewares.photo_download_middleware] INFO: No photos to download for item 68663351-3d08-59ce-bf76-860d5d8b15cc
2026-03-24 13:05:47 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 68663351-3d08-59ce-bf76-860d5d8b15cc, identifier: 120716362
2026-03-24 13:05:47 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 68663351-3d08-59ce-bf76-860d5d8b15cc with identifier: 120716362
2026-03-24 13:05:47 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 68663351-3d08-59ce-bf76-860d5d8b15cc with identifier: 120716362
2026-03-24 13:05:47 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 68663351-3d08-59ce-bf76-860d5d8b15cc with identifier: 120716362 to the API
2026-03-24 13:05:47 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 13:05: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-24 13:05:49 [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-24 13:05:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:05:49 [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-24 13:05:49 [astonbarclay.gb] INFO: Saving data for 120716362: {'created_time': 1774357549.432239, 'last_price_update_time': 1774357549.432252, 'auction_closing_time': 1774958400.0}
2026-03-24 13:05:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:05:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120716362') HTTP/1.1" 204 0
2026-03-24 13:05:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg002.imgix.net/99b44eaf-03cb-4e48-825b-236451b5e1a4.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120669991?view=catalogue)
2026-03-24 13:05:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg002.imgix.net/9532574f-fb6b-4b62-9754-b842bf55ab65.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120669991?view=catalogue)
2026-03-24 13:05:49 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 13:05:49 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fde501f6410>
2026-03-24 13:05:49 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 13:05:49 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-24 13:05:49 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 13:05:49 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_dda50d6d-29cc-522a-9aa0-ab5784b13b3b/dda50d6d-29cc-522a-9aa0-ab5784b13b3b_image_9.jpg HTTP/1.1" 201 0
2026-03-24 13:05:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:05:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg002.imgix.net%252F99b44eaf-03cb-4e48-825b-236451b5e1a4.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-24 13:05:49 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg002.imgix.net/99b44eaf-03cb-4e48-825b-236451b5e1a4.jpg?w=600 saved to cache
2026-03-24 13:05:49 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item dda50d6d-29cc-522a-9aa0-ab5784b13b3b
2026-03-24 13:05:49 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 13:05:49 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fde52e95610>
2026-03-24 13:05:49 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 13:05:49 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-24 13:05:49 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 13:05:49 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_dda50d6d-29cc-522a-9aa0-ab5784b13b3b/dda50d6d-29cc-522a-9aa0-ab5784b13b3b_image_8.jpg HTTP/1.1" 201 0
2026-03-24 13:05:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:05:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg002.imgix.net%252F9532574f-fb6b-4b62-9754-b842bf55ab65.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-24 13:05:49 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg002.imgix.net/9532574f-fb6b-4b62-9754-b842bf55ab65.jpg?w=600 saved to cache
2026-03-24 13:05:49 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item dda50d6d-29cc-522a-9aa0-ab5784b13b3b
2026-03-24 13:05:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg002.imgix.net/4e590fb3-2938-42f2-aa33-919a1419af15.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120669991?view=catalogue)
2026-03-24 13:05:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg002.imgix.net/df3fc532-96bf-4083-85c0-73090aee52f5.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120669991?view=catalogue)
2026-03-24 13:05:49 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 13:05:49 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fde50121590>
2026-03-24 13:05:49 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 13:05:49 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-24 13:05:49 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 13:05:49 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_dda50d6d-29cc-522a-9aa0-ab5784b13b3b/dda50d6d-29cc-522a-9aa0-ab5784b13b3b_image_7.jpg HTTP/1.1" 201 0
2026-03-24 13:05:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:05:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg002.imgix.net%252F4e590fb3-2938-42f2-aa33-919a1419af15.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-24 13:05:49 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg002.imgix.net/4e590fb3-2938-42f2-aa33-919a1419af15.jpg?w=600 saved to cache
2026-03-24 13:05:49 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item dda50d6d-29cc-522a-9aa0-ab5784b13b3b
2026-03-24 13:05:49 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 13:05:49 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fde503cc950>
2026-03-24 13:05:49 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 13:05:49 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-24 13:05:49 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 13:05:49 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_dda50d6d-29cc-522a-9aa0-ab5784b13b3b/dda50d6d-29cc-522a-9aa0-ab5784b13b3b_image_6.jpg HTTP/1.1" 201 0
2026-03-24 13:05:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:05:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg002.imgix.net%252Fdf3fc532-96bf-4083-85c0-73090aee52f5.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-24 13:05:49 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg002.imgix.net/df3fc532-96bf-4083-85c0-73090aee52f5.jpg?w=600 saved to cache
2026-03-24 13:05:49 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item dda50d6d-29cc-522a-9aa0-ab5784b13b3b
2026-03-24 13:05:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg002.imgix.net/a29f1ecd-eb4a-43f9-ad2c-fb7b2d9114b8.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120669991?view=catalogue)
2026-03-24 13:05:50 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 13:05:50 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fde502ab3d0>
2026-03-24 13:05:50 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 13:05:50 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-24 13:05:50 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 13:05:50 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_dda50d6d-29cc-522a-9aa0-ab5784b13b3b/dda50d6d-29cc-522a-9aa0-ab5784b13b3b_image_5.jpg HTTP/1.1" 201 0
2026-03-24 13:05:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:05:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg002.imgix.net%252Fa29f1ecd-eb4a-43f9-ad2c-fb7b2d9114b8.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-24 13:05:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg002.imgix.net/a29f1ecd-eb4a-43f9-ad2c-fb7b2d9114b8.jpg?w=600 saved to cache
2026-03-24 13:05:50 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item dda50d6d-29cc-522a-9aa0-ab5784b13b3b
2026-03-24 13:05:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg002.imgix.net/89a2307e-bd92-4f64-88ff-040093572cd4.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120669991?view=catalogue)
2026-03-24 13:05:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg002.imgix.net/19b6dd06-cc0d-45dd-8017-bfd7a8c1f1bf.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120669991?view=catalogue)
2026-03-24 13:05:50 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 13:05:50 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fde51822410>
2026-03-24 13:05:50 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 13:05:50 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-24 13:05:50 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 13:05:50 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_dda50d6d-29cc-522a-9aa0-ab5784b13b3b/dda50d6d-29cc-522a-9aa0-ab5784b13b3b_image_4.jpg HTTP/1.1" 201 0
2026-03-24 13:05:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:05:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg002.imgix.net%252F89a2307e-bd92-4f64-88ff-040093572cd4.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-24 13:05:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg002.imgix.net/89a2307e-bd92-4f64-88ff-040093572cd4.jpg?w=600 saved to cache
2026-03-24 13:05:50 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item dda50d6d-29cc-522a-9aa0-ab5784b13b3b
2026-03-24 13:05:50 [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-24 13:05:50 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:05:50 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 13:05:50 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fde43f52990>
2026-03-24 13:05:50 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 13:05:50 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-24 13:05:50 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 13:05:50 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_dda50d6d-29cc-522a-9aa0-ab5784b13b3b/dda50d6d-29cc-522a-9aa0-ab5784b13b3b_image_3.jpg HTTP/1.1" 201 0
2026-03-24 13:05:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:05:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg002.imgix.net%252F19b6dd06-cc0d-45dd-8017-bfd7a8c1f1bf.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-24 13:05:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg002.imgix.net/19b6dd06-cc0d-45dd-8017-bfd7a8c1f1bf.jpg?w=600 saved to cache
2026-03-24 13:05:50 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item dda50d6d-29cc-522a-9aa0-ab5784b13b3b
2026-03-24 13:05:50 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120713991, 'registration': 'KS62RVM', 'account': 'WBA001', 'make': 'MERCEDES-BENZ', 'model': 'C CLASS ESTATE', 'derivative': 'C250 BlueEFFICIENCY AMG Sport 5dr Auto', 'mileage': 105576, 'mileageWarranty': True, 'type': 'car', 'saleId': 0, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 465}, 'saleStart': None, 'lot': None, 'hall': None, 'transmission': 'automatic', 'firstRegistration': '2013-02-04', 'fuel': 'Petrol', 'motExpiry': '2027-01-23', 'doors': 5, 'engineSize': 1796, 'bodyType': 'Estate', 'images': None, 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': None, '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', '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-24 13:05:50 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120713991, 'registration': 'KS62RVM', 'account': 'WBA001', 'make': 'MERCEDES-BENZ', 'model': 'C CLASS ESTATE', 'derivative': 'C250 BlueEFFICIENCY AMG Sport 5dr Auto', 'mileage': 105576, 'mileageWarranty': True, 'type': 'car', 'saleId': 0, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 465}, 'saleStart': None, 'lot': None, 'hall': None, 'transmission': 'automatic', 'firstRegistration': '2013-02-04', 'fuel': 'Petrol', 'motExpiry': '2027-01-23', 'doors': 5, 'engineSize': 1796, 'bodyType': 'Estate', 'images': None, 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': None, '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', '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-24 13:05:50 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d07f844b-8584-5ff0-955a-b89f83cb82df with identifier: 120713991
2026-03-24 13:05:50 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d07f844b-8584-5ff0-955a-b89f83cb82df with scrape type 1
2026-03-24 13:05:50 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 0 photos for item d07f844b-8584-5ff0-955a-b89f83cb82df
2026-03-24 13:05:50 [crawlers.middlewares.photo_download_middleware] INFO: No photos to download for item d07f844b-8584-5ff0-955a-b89f83cb82df
2026-03-24 13:05:50 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: d07f844b-8584-5ff0-955a-b89f83cb82df, identifier: 120713991
2026-03-24 13:05:50 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: d07f844b-8584-5ff0-955a-b89f83cb82df with identifier: 120713991
2026-03-24 13:05:50 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: d07f844b-8584-5ff0-955a-b89f83cb82df with identifier: 120713991
2026-03-24 13:05:50 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: d07f844b-8584-5ff0-955a-b89f83cb82df with identifier: 120713991 to the API
2026-03-24 13:05:50 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 13:05: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-24 13:05:51 [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': None,
'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',
'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-24 13:05:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:05:51 [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-24 13:05:51 [astonbarclay.gb] INFO: Saving data for 120713991: {'created_time': 1774357551.313059, 'last_price_update_time': 1774357551.313069}
2026-03-24 13:05:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:05:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120713991') HTTP/1.1" 204 0
2026-03-24 13:05:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg002.imgix.net/fe8c4d34-d155-4475-8496-052413b36c85.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120669991?view=catalogue)
2026-03-24 13:05:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg002.imgix.net/a30e4384-bf0b-4247-81a5-a6ed09043369.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120669991?view=catalogue)
2026-03-24 13:05:51 [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-24 13:05:51 [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-24 13:05:51 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:05:51 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:05:51 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 13:05:51 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fde43f4db50>
2026-03-24 13:05:51 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 13:05:51 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-24 13:05:51 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 13:05:51 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_dda50d6d-29cc-522a-9aa0-ab5784b13b3b/dda50d6d-29cc-522a-9aa0-ab5784b13b3b_image_2.jpg HTTP/1.1" 201 0
2026-03-24 13:05:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:05:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg002.imgix.net%252Ffe8c4d34-d155-4475-8496-052413b36c85.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-24 13:05:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg002.imgix.net/fe8c4d34-d155-4475-8496-052413b36c85.jpg?w=600 saved to cache
2026-03-24 13:05:51 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item dda50d6d-29cc-522a-9aa0-ab5784b13b3b
2026-03-24 13:05:51 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 13:05:51 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fde50123450>
2026-03-24 13:05:51 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 13:05:51 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-24 13:05:51 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 13:05:51 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_dda50d6d-29cc-522a-9aa0-ab5784b13b3b/dda50d6d-29cc-522a-9aa0-ab5784b13b3b_image_1.jpg HTTP/1.1" 201 0
2026-03-24 13:05:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:05:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg002.imgix.net%252Fa30e4384-bf0b-4247-81a5-a6ed09043369.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-24 13:05:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg002.imgix.net/a30e4384-bf0b-4247-81a5-a6ed09043369.jpg?w=600 saved to cache
2026-03-24 13:05:51 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item dda50d6d-29cc-522a-9aa0-ab5784b13b3b
2026-03-24 13:05:51 [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': 647}, '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-24 13:05:51 [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': 647}, '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-24 13:05:51 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4612b634-8240-5246-abdf-b38f1966a3a0 with identifier: 120466492
2026-03-24 13:05:51 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4612b634-8240-5246-abdf-b38f1966a3a0 with scrape type 2
2026-03-24 13:05:51 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4612b634-8240-5246-abdf-b38f1966a3a0 with scrape type 2
2026-03-24 13:05:51 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 4612b634-8240-5246-abdf-b38f1966a3a0, identifier: 120466492
2026-03-24 13:05:51 [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': 647}, '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-24 13:05:51 [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': 647}, '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-24 13:05:51 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 063bf5a6-af54-521e-8732-dcfce4e5fe2e with identifier: 120695273
2026-03-24 13:05:51 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 063bf5a6-af54-521e-8732-dcfce4e5fe2e with scrape type 1
2026-03-24 13:05:51 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 0 photos for item 063bf5a6-af54-521e-8732-dcfce4e5fe2e
2026-03-24 13:05:51 [crawlers.middlewares.photo_download_middleware] INFO: No photos to download for item 063bf5a6-af54-521e-8732-dcfce4e5fe2e
2026-03-24 13:05:51 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 063bf5a6-af54-521e-8732-dcfce4e5fe2e, identifier: 120695273
2026-03-24 13:05:51 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 4612b634-8240-5246-abdf-b38f1966a3a0 with identifier: 120466492
2026-03-24 13:05:51 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 4612b634-8240-5246-abdf-b38f1966a3a0 with identifier: 120466492
2026-03-24 13:05:51 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 4612b634-8240-5246-abdf-b38f1966a3a0 with identifier: 120466492 to the API
2026-03-24 13:05:51 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 13:05: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-24 13:05:52 [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-24 13:05:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:05:52 [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-24 13:05:52 [astonbarclay.gb] INFO: Saving data for 120466492: {'auction_closing_time': 1774958400.0, 'created_time': 1774033506.979114, 'last_price_update_time': 1774357552.799092}
2026-03-24 13:05:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:05:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120466492') HTTP/1.1" 204 0
2026-03-24 13:05:52 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 063bf5a6-af54-521e-8732-dcfce4e5fe2e with identifier: 120695273
2026-03-24 13:05:52 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 063bf5a6-af54-521e-8732-dcfce4e5fe2e with identifier: 120695273
2026-03-24 13:05:52 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 063bf5a6-af54-521e-8732-dcfce4e5fe2e with identifier: 120695273 to the API
2026-03-24 13:05:52 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 13:05: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-24 13:05:55 [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-24 13:05:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:05:55 [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-24 13:05:55 [astonbarclay.gb] INFO: Saving data for 120695273: {'created_time': 1774357555.189811, 'last_price_update_time': 1774357555.189825, 'auction_closing_time': 1774958400.0}
2026-03-24 13:05:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:05:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120695273') HTTP/1.1" 204 0
2026-03-24 13:05:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg002.imgix.net/1c9021ac-9ac9-40b6-9d61-751e7583f4ab.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120669991?view=catalogue)
2026-03-24 13:05:55 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 13:05:55 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fde43f92310>
2026-03-24 13:05:55 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 13:05:55 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-24 13:05:55 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 13:05:55 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_dda50d6d-29cc-522a-9aa0-ab5784b13b3b/dda50d6d-29cc-522a-9aa0-ab5784b13b3b_image_0.jpg HTTP/1.1" 201 0
2026-03-24 13:05:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:05:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg002.imgix.net%252F1c9021ac-9ac9-40b6-9d61-751e7583f4ab.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-24 13:05:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg002.imgix.net/1c9021ac-9ac9-40b6-9d61-751e7583f4ab.jpg?w=600 saved to cache
2026-03-24 13:05:55 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item dda50d6d-29cc-522a-9aa0-ab5784b13b3b
2026-03-24 13:05:55 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: dda50d6d-29cc-522a-9aa0-ab5784b13b3b, skipping ID generation
2026-03-24 13:05:55 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item dda50d6d-29cc-522a-9aa0-ab5784b13b3b with scrape type 1
2026-03-24 13:05:55 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item dda50d6d-29cc-522a-9aa0-ab5784b13b3b sending to next pipeline
2026-03-24 13:05:55 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: dda50d6d-29cc-522a-9aa0-ab5784b13b3b, identifier: 120669991
2026-03-24 13:05:55 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: dda50d6d-29cc-522a-9aa0-ab5784b13b3b with identifier: 120669991
2026-03-24 13:05:55 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: dda50d6d-29cc-522a-9aa0-ab5784b13b3b with identifier: 120669991
2026-03-24 13:05:55 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: dda50d6d-29cc-522a-9aa0-ab5784b13b3b with identifier: 120669991 to the API
2026-03-24 13:05:55 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 13:05:56 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-24 13:05:57 [scrapy.core.scraper] DEBUG: Scraped from <200 https://abimg002.imgix.net/1c9021ac-9ac9-40b6-9d61-751e7583f4ab.jpg?w=600>
{'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': 12,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_dda50d6d-29cc-522a-9aa0-ab5784b13b3b/dda50d6d-29cc-522a-9aa0-ab5784b13b3b_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 83899,
'Height': 442,
'OriginUrl': 'https://abimg002.imgix.net/1c9021ac-9ac9-40b6-9d61-751e7583f4ab.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_dda50d6d-29cc-522a-9aa0-ab5784b13b3b/dda50d6d-29cc-522a-9aa0-ab5784b13b3b_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 74163,
'Height': 442,
'OriginUrl': 'https://abimg002.imgix.net/a30e4384-bf0b-4247-81a5-a6ed09043369.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_dda50d6d-29cc-522a-9aa0-ab5784b13b3b/dda50d6d-29cc-522a-9aa0-ab5784b13b3b_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 50528,
'Height': 442,
'OriginUrl': 'https://abimg002.imgix.net/fe8c4d34-d155-4475-8496-052413b36c85.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_dda50d6d-29cc-522a-9aa0-ab5784b13b3b/dda50d6d-29cc-522a-9aa0-ab5784b13b3b_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 60437,
'Height': 442,
'OriginUrl': 'https://abimg002.imgix.net/19b6dd06-cc0d-45dd-8017-bfd7a8c1f1bf.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_dda50d6d-29cc-522a-9aa0-ab5784b13b3b/dda50d6d-29cc-522a-9aa0-ab5784b13b3b_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 75823,
'Height': 442,
'OriginUrl': 'https://abimg002.imgix.net/89a2307e-bd92-4f64-88ff-040093572cd4.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_dda50d6d-29cc-522a-9aa0-ab5784b13b3b/dda50d6d-29cc-522a-9aa0-ab5784b13b3b_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 71878,
'Height': 442,
'OriginUrl': 'https://abimg002.imgix.net/a29f1ecd-eb4a-43f9-ad2c-fb7b2d9114b8.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_dda50d6d-29cc-522a-9aa0-ab5784b13b3b/dda50d6d-29cc-522a-9aa0-ab5784b13b3b_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 81500,
'Height': 442,
'OriginUrl': 'https://abimg002.imgix.net/df3fc532-96bf-4083-85c0-73090aee52f5.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_dda50d6d-29cc-522a-9aa0-ab5784b13b3b/dda50d6d-29cc-522a-9aa0-ab5784b13b3b_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 63265,
'Height': 442,
'OriginUrl': 'https://abimg002.imgix.net/4e590fb3-2938-42f2-aa33-919a1419af15.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_dda50d6d-29cc-522a-9aa0-ab5784b13b3b/dda50d6d-29cc-522a-9aa0-ab5784b13b3b_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 71145,
'Height': 442,
'OriginUrl': 'https://abimg002.imgix.net/9532574f-fb6b-4b62-9754-b842bf55ab65.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_dda50d6d-29cc-522a-9aa0-ab5784b13b3b/dda50d6d-29cc-522a-9aa0-ab5784b13b3b_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 77366,
'Height': 442,
'OriginUrl': 'https://abimg002.imgix.net/99b44eaf-03cb-4e48-825b-236451b5e1a4.jpg?w=600',
'Width': 600}],
'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-24 13:05:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:05:57 [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-24 13:05:57 [astonbarclay.gb] INFO: Saving data for 120669991: {'created_time': 1774357557.065409, 'last_price_update_time': 1774357557.065423, 'auction_closing_time': 1774958400.0}
2026-03-24 13:05:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:05:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120669991') HTTP/1.1" 204 0
2026-03-24 13:05:57 [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-24 13:05:57 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:05:57 [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-24 13:05:57 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:05:57 [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': 647}, '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-24 13:05:57 [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': 647}, '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-24 13:05:57 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c5d75753-5aa7-598d-8502-d10f1846df5a with identifier: 120695286
2026-03-24 13:05:57 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c5d75753-5aa7-598d-8502-d10f1846df5a with scrape type 1
2026-03-24 13:05:57 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 0 photos for item c5d75753-5aa7-598d-8502-d10f1846df5a
2026-03-24 13:05:57 [crawlers.middlewares.photo_download_middleware] INFO: No photos to download for item c5d75753-5aa7-598d-8502-d10f1846df5a
2026-03-24 13:05:57 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: c5d75753-5aa7-598d-8502-d10f1846df5a, identifier: 120695286
2026-03-24 13:05:57 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: c5d75753-5aa7-598d-8502-d10f1846df5a with identifier: 120695286
2026-03-24 13:05:57 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: c5d75753-5aa7-598d-8502-d10f1846df5a with identifier: 120695286
2026-03-24 13:05:58 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: c5d75753-5aa7-598d-8502-d10f1846df5a with identifier: 120695286 to the API
2026-03-24 13:05:58 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 13:05: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-24 13:05:59 [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-24 13:05:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:05:59 [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-24 13:05:59 [astonbarclay.gb] INFO: Saving data for 120695286: {'created_time': 1774357559.581738, 'last_price_update_time': 1774357559.581753, 'auction_closing_time': 1774958400.0}
2026-03-24 13:05:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:05:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120695286') HTTP/1.1" 204 0
2026-03-24 13:05:59 [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': 647}, '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-24 13:05:59 [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': 647}, '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-24 13:05:59 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 60aa5b98-b6bf-58a5-b37d-71fbbf8e21ae with identifier: 120695260
2026-03-24 13:05:59 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 60aa5b98-b6bf-58a5-b37d-71fbbf8e21ae with scrape type 1
2026-03-24 13:05:59 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 0 photos for item 60aa5b98-b6bf-58a5-b37d-71fbbf8e21ae
2026-03-24 13:05:59 [crawlers.middlewares.photo_download_middleware] INFO: No photos to download for item 60aa5b98-b6bf-58a5-b37d-71fbbf8e21ae
2026-03-24 13:05:59 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 60aa5b98-b6bf-58a5-b37d-71fbbf8e21ae, identifier: 120695260
2026-03-24 13:05:59 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 60aa5b98-b6bf-58a5-b37d-71fbbf8e21ae with identifier: 120695260
2026-03-24 13:05:59 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 60aa5b98-b6bf-58a5-b37d-71fbbf8e21ae with identifier: 120695260
2026-03-24 13:05:59 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 60aa5b98-b6bf-58a5-b37d-71fbbf8e21ae with identifier: 120695260 to the API
2026-03-24 13:05:59 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 13:06:01 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-24 13:06:01 [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-24 13:06:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:06:01 [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-24 13:06:01 [astonbarclay.gb] INFO: Saving data for 120695260: {'created_time': 1774357561.144283, 'last_price_update_time': 1774357561.1443, 'auction_closing_time': 1774958400.0}
2026-03-24 13:06:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:06:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120695260') HTTP/1.1" 204 0
2026-03-24 13:06:01 [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-24 13:06:01 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:06:01 [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': 647}, '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-24 13:06:01 [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': 647}, '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-24 13:06:01 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d69a81c3-6230-5992-b620-d0465db120f7 with identifier: 120695356
2026-03-24 13:06:01 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d69a81c3-6230-5992-b620-d0465db120f7 with scrape type 1
2026-03-24 13:06:01 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 0 photos for item d69a81c3-6230-5992-b620-d0465db120f7
2026-03-24 13:06:01 [crawlers.middlewares.photo_download_middleware] INFO: No photos to download for item d69a81c3-6230-5992-b620-d0465db120f7
2026-03-24 13:06:02 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: d69a81c3-6230-5992-b620-d0465db120f7, identifier: 120695356
2026-03-24 13:06:02 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: d69a81c3-6230-5992-b620-d0465db120f7 with identifier: 120695356
2026-03-24 13:06:02 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: d69a81c3-6230-5992-b620-d0465db120f7 with identifier: 120695356
2026-03-24 13:06:02 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: d69a81c3-6230-5992-b620-d0465db120f7 with identifier: 120695356 to the API
2026-03-24 13:06:02 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 13:06: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-24 13:06:03 [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-24 13:06:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:06:03 [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-24 13:06:03 [astonbarclay.gb] INFO: Saving data for 120695356: {'created_time': 1774357563.111525, 'last_price_update_time': 1774357563.111539, 'auction_closing_time': 1774958400.0}
2026-03-24 13:06:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:06:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120695356') HTTP/1.1" 204 0
2026-03-24 13:06:04 [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-24 13:06:04 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:06:04 [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': 647}, '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-24 13:06:04 [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': 647}, '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-24 13:06:04 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: fc1885c9-bc50-5b07-96f3-a127e54cb032 with identifier: 120695242
2026-03-24 13:06:04 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fc1885c9-bc50-5b07-96f3-a127e54cb032 with scrape type 1
2026-03-24 13:06:04 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 0 photos for item fc1885c9-bc50-5b07-96f3-a127e54cb032
2026-03-24 13:06:04 [crawlers.middlewares.photo_download_middleware] INFO: No photos to download for item fc1885c9-bc50-5b07-96f3-a127e54cb032
2026-03-24 13:06:04 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: fc1885c9-bc50-5b07-96f3-a127e54cb032, identifier: 120695242
2026-03-24 13:06:04 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: fc1885c9-bc50-5b07-96f3-a127e54cb032 with identifier: 120695242
2026-03-24 13:06:04 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: fc1885c9-bc50-5b07-96f3-a127e54cb032 with identifier: 120695242
2026-03-24 13:06:04 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: fc1885c9-bc50-5b07-96f3-a127e54cb032 with identifier: 120695242 to the API
2026-03-24 13:06:04 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 13:06:06 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-24 13:06:06 [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-24 13:06:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:06:06 [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-24 13:06:06 [astonbarclay.gb] INFO: Saving data for 120695242: {'created_time': 1774357566.293344, 'last_price_update_time': 1774357566.293355, 'auction_closing_time': 1774958400.0}
2026-03-24 13:06:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:06:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120695242') HTTP/1.1" 204 0
2026-03-24 13:06:06 [scrapy.extensions.logstats] INFO: Crawled 79 pages (at 23 pages/min), scraped 55 items (at 22 items/min)
2026-03-24 13:06:06 [scrapy.extensions.memusage] INFO: Peak memory usage is 180MiB
2026-03-24 13:06:06 [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-24 13:06:06 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:06:06 [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-24 13:06:06 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:06:06 [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': 646}, '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://abimg002.imgix.net/d3df0693-4eeb-42fd-af8b-f489e2b774b7.jpg?w=600', 'https://abimg002.imgix.net/79ad18a8-0f03-45f4-ba37-89b94fc2c8d8.jpg?w=600', 'https://abimg002.imgix.net/11707aab-eed0-4893-8480-98f499da2882.jpg?w=600', 'https://abimg002.imgix.net/43ba90f9-62b6-4a64-827c-1025819e1d06.jpg?w=600', 'https://abimg002.imgix.net/5ec86cfc-00b5-455f-b6f5-86aa7d778740.jpg?w=600'], 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'EVALUATE', 'serviceHistory': '', 'remarks': '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': False, 'v5details': None, 'co2': 159, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': None, 'assuredType': None, 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 13:06:06 [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': 646}, '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://abimg002.imgix.net/d3df0693-4eeb-42fd-af8b-f489e2b774b7.jpg?w=600', 'https://abimg002.imgix.net/79ad18a8-0f03-45f4-ba37-89b94fc2c8d8.jpg?w=600', 'https://abimg002.imgix.net/11707aab-eed0-4893-8480-98f499da2882.jpg?w=600', 'https://abimg002.imgix.net/43ba90f9-62b6-4a64-827c-1025819e1d06.jpg?w=600', 'https://abimg002.imgix.net/5ec86cfc-00b5-455f-b6f5-86aa7d778740.jpg?w=600'], 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'EVALUATE', 'serviceHistory': '', 'remarks': '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': False, 'v5details': None, 'co2': 159, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': None, 'assuredType': None, 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 13:06:06 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 392b98a5-dd69-5506-aae8-165c08d2492d with identifier: 120666826
2026-03-24 13:06:06 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 392b98a5-dd69-5506-aae8-165c08d2492d with scrape type 1
2026-03-24 13:06:06 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 5 photos for item 392b98a5-dd69-5506-aae8-165c08d2492d
2026-03-24 13:06:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:06:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg002.imgix.net%252Fd3df0693-4eeb-42fd-af8b-f489e2b774b7.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-24 13:06:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg002.imgix.net/d3df0693-4eeb-42fd-af8b-f489e2b774b7.jpg?w=600 not downloaded yet
2026-03-24 13:06:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:06:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg002.imgix.net%252F79ad18a8-0f03-45f4-ba37-89b94fc2c8d8.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-24 13:06:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg002.imgix.net/79ad18a8-0f03-45f4-ba37-89b94fc2c8d8.jpg?w=600 not downloaded yet
2026-03-24 13:06:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:06:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg002.imgix.net%252F11707aab-eed0-4893-8480-98f499da2882.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-24 13:06:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg002.imgix.net/11707aab-eed0-4893-8480-98f499da2882.jpg?w=600 not downloaded yet
2026-03-24 13:06:06 [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': 646}, '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-24 13:06:06 [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': 646}, '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-24 13:06:06 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1dd2e794-09f7-5500-83bd-3c9f2b400f6a with identifier: 115487581
2026-03-24 13:06:06 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1dd2e794-09f7-5500-83bd-3c9f2b400f6a with scrape type 1
2026-03-24 13:06:06 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 0 photos for item 1dd2e794-09f7-5500-83bd-3c9f2b400f6a
2026-03-24 13:06:06 [crawlers.middlewares.photo_download_middleware] INFO: No photos to download for item 1dd2e794-09f7-5500-83bd-3c9f2b400f6a
2026-03-24 13:06:06 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 1dd2e794-09f7-5500-83bd-3c9f2b400f6a, identifier: 115487581
2026-03-24 13:06:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:06:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg002.imgix.net%252F43ba90f9-62b6-4a64-827c-1025819e1d06.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-24 13:06:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg002.imgix.net/43ba90f9-62b6-4a64-827c-1025819e1d06.jpg?w=600 not downloaded yet
2026-03-24 13:06:06 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 1dd2e794-09f7-5500-83bd-3c9f2b400f6a with identifier: 115487581
2026-03-24 13:06:06 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 1dd2e794-09f7-5500-83bd-3c9f2b400f6a with identifier: 115487581
2026-03-24 13:06:06 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 1dd2e794-09f7-5500-83bd-3c9f2b400f6a with identifier: 115487581 to the API
2026-03-24 13:06:06 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 13:06:08 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-24 13:06:08 [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-24 13:06:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:06:08 [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-24 13:06:08 [astonbarclay.gb] INFO: Saving data for 115487581: {'created_time': 1774357568.346092, 'last_price_update_time': 1774357568.346104, 'auction_closing_time': 1774958400.0}
2026-03-24 13:06:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:06:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='115487581') HTTP/1.1" 204 0
2026-03-24 13:06:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:06:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg002.imgix.net%252F5ec86cfc-00b5-455f-b6f5-86aa7d778740.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-24 13:06:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg002.imgix.net/5ec86cfc-00b5-455f-b6f5-86aa7d778740.jpg?w=600 not downloaded yet
2026-03-24 13:06:09 [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-24 13:06:09 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:06:09 [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': 646}, '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': None, 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': None, 'serviceHistory': '', 'remarks': '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': False, 'v5details': None, 'co2': 169, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': None, 'assuredType': None, 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 13:06:09 [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': 646}, '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': None, 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': None, 'serviceHistory': '', 'remarks': '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': False, 'v5details': None, 'co2': 169, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': None, 'assuredType': None, 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 13:06:09 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7ba86d93-2e09-5e2b-bb35-5bf54cf75a0f with identifier: 120731867
2026-03-24 13:06:09 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7ba86d93-2e09-5e2b-bb35-5bf54cf75a0f with scrape type 1
2026-03-24 13:06:09 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 0 photos for item 7ba86d93-2e09-5e2b-bb35-5bf54cf75a0f
2026-03-24 13:06:09 [crawlers.middlewares.photo_download_middleware] INFO: No photos to download for item 7ba86d93-2e09-5e2b-bb35-5bf54cf75a0f
2026-03-24 13:06:09 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 7ba86d93-2e09-5e2b-bb35-5bf54cf75a0f, identifier: 120731867
2026-03-24 13:06:09 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 7ba86d93-2e09-5e2b-bb35-5bf54cf75a0f with identifier: 120731867
2026-03-24 13:06:09 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 7ba86d93-2e09-5e2b-bb35-5bf54cf75a0f with identifier: 120731867
2026-03-24 13:06:09 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 7ba86d93-2e09-5e2b-bb35-5bf54cf75a0f with identifier: 120731867 to the API
2026-03-24 13:06:09 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 13:06: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-24 13:06:11 [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-24 13:06:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:06:11 [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-24 13:06:11 [astonbarclay.gb] INFO: Saving data for 120731867: {'created_time': 1774357571.755741, 'last_price_update_time': 1774357571.755756, 'auction_closing_time': 1774958400.0}
2026-03-24 13:06:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:06:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120731867') HTTP/1.1" 204 0
2026-03-24 13:06:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg002.imgix.net/5ec86cfc-00b5-455f-b6f5-86aa7d778740.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120666826?view=catalogue)
2026-03-24 13:06:11 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 13:06:11 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fde50178790>
2026-03-24 13:06:11 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 13:06:11 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-24 13:06:11 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 13:06:11 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_392b98a5-dd69-5506-aae8-165c08d2492d/392b98a5-dd69-5506-aae8-165c08d2492d_image_4.jpg HTTP/1.1" 201 0
2026-03-24 13:06:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:06:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg002.imgix.net%252F5ec86cfc-00b5-455f-b6f5-86aa7d778740.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-24 13:06:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg002.imgix.net/5ec86cfc-00b5-455f-b6f5-86aa7d778740.jpg?w=600 saved to cache
2026-03-24 13:06:11 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 392b98a5-dd69-5506-aae8-165c08d2492d
2026-03-24 13:06:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg002.imgix.net/43ba90f9-62b6-4a64-827c-1025819e1d06.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120666826?view=catalogue)
2026-03-24 13:06:12 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 13:06:12 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fde501b8e10>
2026-03-24 13:06:12 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 13:06:12 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-24 13:06:12 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 13:06:12 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_392b98a5-dd69-5506-aae8-165c08d2492d/392b98a5-dd69-5506-aae8-165c08d2492d_image_3.jpg HTTP/1.1" 201 0
2026-03-24 13:06:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:06:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg002.imgix.net%252F43ba90f9-62b6-4a64-827c-1025819e1d06.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-24 13:06:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg002.imgix.net/43ba90f9-62b6-4a64-827c-1025819e1d06.jpg?w=600 saved to cache
2026-03-24 13:06:12 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 392b98a5-dd69-5506-aae8-165c08d2492d
2026-03-24 13:06:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg002.imgix.net/11707aab-eed0-4893-8480-98f499da2882.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120666826?view=catalogue)
2026-03-24 13:06:12 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 13:06:12 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fde51693010>
2026-03-24 13:06:12 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 13:06:12 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-24 13:06:12 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 13:06:12 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_392b98a5-dd69-5506-aae8-165c08d2492d/392b98a5-dd69-5506-aae8-165c08d2492d_image_2.jpg HTTP/1.1" 201 0
2026-03-24 13:06:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:06:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg002.imgix.net%252F11707aab-eed0-4893-8480-98f499da2882.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-24 13:06:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg002.imgix.net/11707aab-eed0-4893-8480-98f499da2882.jpg?w=600 saved to cache
2026-03-24 13:06:12 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 392b98a5-dd69-5506-aae8-165c08d2492d
2026-03-24 13:06:12 [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-24 13:06:12 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:06:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg002.imgix.net/d3df0693-4eeb-42fd-af8b-f489e2b774b7.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120666826?view=catalogue)
2026-03-24 13:06:12 [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': 646}, '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-24 13:06:12 [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': 646}, '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-24 13:06:12 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 631299f0-7843-5652-ac5f-e8c2587906e7 with identifier: 120716273
2026-03-24 13:06:12 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 631299f0-7843-5652-ac5f-e8c2587906e7 with scrape type 1
2026-03-24 13:06:12 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 0 photos for item 631299f0-7843-5652-ac5f-e8c2587906e7
2026-03-24 13:06:12 [crawlers.middlewares.photo_download_middleware] INFO: No photos to download for item 631299f0-7843-5652-ac5f-e8c2587906e7
2026-03-24 13:06:12 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 631299f0-7843-5652-ac5f-e8c2587906e7, identifier: 120716273
2026-03-24 13:06:12 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 631299f0-7843-5652-ac5f-e8c2587906e7 with identifier: 120716273
2026-03-24 13:06:12 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 631299f0-7843-5652-ac5f-e8c2587906e7 with identifier: 120716273
2026-03-24 13:06:12 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 631299f0-7843-5652-ac5f-e8c2587906e7 with identifier: 120716273 to the API
2026-03-24 13:06:12 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 13:06: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-24 13:06:15 [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-24 13:06:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:06:15 [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-24 13:06:15 [astonbarclay.gb] INFO: Saving data for 120716273: {'created_time': 1774357575.151808, 'last_price_update_time': 1774357575.15182, 'auction_closing_time': 1774958400.0}
2026-03-24 13:06:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:06:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120716273') HTTP/1.1" 204 0
2026-03-24 13:06:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg002.imgix.net/79ad18a8-0f03-45f4-ba37-89b94fc2c8d8.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120666826?view=catalogue)
2026-03-24 13:06:15 [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-24 13:06:15 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 13:06:15 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fde50260190>
2026-03-24 13:06:15 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 13:06:15 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-24 13:06:15 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 13:06:15 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_392b98a5-dd69-5506-aae8-165c08d2492d/392b98a5-dd69-5506-aae8-165c08d2492d_image_0.jpg HTTP/1.1" 201 0
2026-03-24 13:06:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:06:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg002.imgix.net%252Fd3df0693-4eeb-42fd-af8b-f489e2b774b7.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-24 13:06:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg002.imgix.net/d3df0693-4eeb-42fd-af8b-f489e2b774b7.jpg?w=600 saved to cache
2026-03-24 13:06:15 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 392b98a5-dd69-5506-aae8-165c08d2492d
2026-03-24 13:06:15 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:06:15 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 13:06:15 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fde501a9b90>
2026-03-24 13:06:15 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 13:06:15 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-24 13:06:15 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 13:06:15 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_392b98a5-dd69-5506-aae8-165c08d2492d/392b98a5-dd69-5506-aae8-165c08d2492d_image_1.jpg HTTP/1.1" 201 0
2026-03-24 13:06:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:06:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg002.imgix.net%252F79ad18a8-0f03-45f4-ba37-89b94fc2c8d8.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-24 13:06:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg002.imgix.net/79ad18a8-0f03-45f4-ba37-89b94fc2c8d8.jpg?w=600 saved to cache
2026-03-24 13:06:15 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 392b98a5-dd69-5506-aae8-165c08d2492d
2026-03-24 13:06:15 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 392b98a5-dd69-5506-aae8-165c08d2492d, skipping ID generation
2026-03-24 13:06:15 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 392b98a5-dd69-5506-aae8-165c08d2492d with scrape type 1
2026-03-24 13:06:15 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 392b98a5-dd69-5506-aae8-165c08d2492d sending to next pipeline
2026-03-24 13:06:15 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 392b98a5-dd69-5506-aae8-165c08d2492d, identifier: 120666826
2026-03-24 13:06:15 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 392b98a5-dd69-5506-aae8-165c08d2492d with identifier: 120666826
2026-03-24 13:06:15 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 392b98a5-dd69-5506-aae8-165c08d2492d with identifier: 120666826
2026-03-24 13:06:15 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 392b98a5-dd69-5506-aae8-165c08d2492d with identifier: 120666826 to the API
2026-03-24 13:06:15 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 13:06: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-24 13:06:18 [scrapy.core.scraper] DEBUG: Scraped from <200 https://abimg002.imgix.net/79ad18a8-0f03-45f4-ba37-89b94fc2c8d8.jpg?w=600>
{'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': 5,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_392b98a5-dd69-5506-aae8-165c08d2492d/392b98a5-dd69-5506-aae8-165c08d2492d_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 89648,
'Height': 442,
'OriginUrl': 'https://abimg002.imgix.net/d3df0693-4eeb-42fd-af8b-f489e2b774b7.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_392b98a5-dd69-5506-aae8-165c08d2492d/392b98a5-dd69-5506-aae8-165c08d2492d_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 82576,
'Height': 442,
'OriginUrl': 'https://abimg002.imgix.net/79ad18a8-0f03-45f4-ba37-89b94fc2c8d8.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_392b98a5-dd69-5506-aae8-165c08d2492d/392b98a5-dd69-5506-aae8-165c08d2492d_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 68681,
'Height': 442,
'OriginUrl': 'https://abimg002.imgix.net/11707aab-eed0-4893-8480-98f499da2882.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_392b98a5-dd69-5506-aae8-165c08d2492d/392b98a5-dd69-5506-aae8-165c08d2492d_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 55905,
'Height': 442,
'OriginUrl': 'https://abimg002.imgix.net/43ba90f9-62b6-4a64-827c-1025819e1d06.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_392b98a5-dd69-5506-aae8-165c08d2492d/392b98a5-dd69-5506-aae8-165c08d2492d_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 97800,
'Height': 442,
'OriginUrl': 'https://abimg002.imgix.net/5ec86cfc-00b5-455f-b6f5-86aa7d778740.jpg?w=600',
'Width': 600}],
'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-24 13:06:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:06:18 [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-24 13:06:18 [astonbarclay.gb] INFO: Saving data for 120666826: {'created_time': 1774357578.54031, 'last_price_update_time': 1774357578.540322, 'auction_closing_time': 1774958400.0}
2026-03-24 13:06:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:06:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120666826') HTTP/1.1" 204 0
2026-03-24 13:06:18 [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': 646}, '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-24 13:06:18 [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': 646}, '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-24 13:06:18 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c452436b-50e3-5aa9-84c3-3d363776de7a with identifier: 120695365
2026-03-24 13:06:18 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c452436b-50e3-5aa9-84c3-3d363776de7a with scrape type 1
2026-03-24 13:06:18 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 0 photos for item c452436b-50e3-5aa9-84c3-3d363776de7a
2026-03-24 13:06:18 [crawlers.middlewares.photo_download_middleware] INFO: No photos to download for item c452436b-50e3-5aa9-84c3-3d363776de7a
2026-03-24 13:06:18 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: c452436b-50e3-5aa9-84c3-3d363776de7a, identifier: 120695365
2026-03-24 13:06:18 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: c452436b-50e3-5aa9-84c3-3d363776de7a with identifier: 120695365
2026-03-24 13:06:18 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: c452436b-50e3-5aa9-84c3-3d363776de7a with identifier: 120695365
2026-03-24 13:06:18 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: c452436b-50e3-5aa9-84c3-3d363776de7a with identifier: 120695365 to the API
2026-03-24 13:06:18 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 13:06: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-24 13:06:20 [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-24 13:06:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:06:20 [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-24 13:06:20 [astonbarclay.gb] INFO: Saving data for 120695365: {'created_time': 1774357580.439259, 'last_price_update_time': 1774357580.439272, 'auction_closing_time': 1774958400.0}
2026-03-24 13:06:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:06:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120695365') HTTP/1.1" 204 0
2026-03-24 13:06:20 [zyte_api._retry] DEBUG: Finished call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request' after 130.109(s), this was the 1st time calling it.
2026-03-24 13:06:20 [zyte_api._retry] DEBUG: Retrying zyte_api._async.AsyncZyteAPI.get.<locals>.request in 4.278287248199646 seconds as it raised ClientConnectorError: Cannot connect to host api.zyte.com:443 ssl:default [Connect call failed ('69.41.180.81', 443)].
2026-03-24 13:06:20 [zyte_api._retry] DEBUG: Finished call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request' after 265.045(s), this was the 2nd time calling it.
2026-03-24 13:06:20 [zyte_api._retry] DEBUG: Retrying zyte_api._async.AsyncZyteAPI.get.<locals>.request in 4.98664198613001 seconds as it raised ClientConnectorError: Cannot connect to host api.zyte.com:443 ssl:default [Connect call failed ('69.41.180.81', 443)].
2026-03-24 13:06:21 [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-24 13:06:21 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:06:21 [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-24 13:06:21 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:06:21 [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': 646}, '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://abimg002.imgix.net/86f9846d-2982-46e9-904b-0b24616b825c.jpg?w=600', 'https://abimg002.imgix.net/74863cbb-f108-4b70-b533-39594f1133a5.jpg?w=600', 'https://abimg002.imgix.net/19f78152-c56a-450d-b5cf-35d947b827af.jpg?w=600', 'https://abimg002.imgix.net/08dc0931-08f2-4522-9cda-018f65d04d7a.jpg?w=600', 'https://abimg002.imgix.net/7a87ee50-3ca4-4665-aba4-9e751b989ae1.jpg?w=600', 'https://abimg002.imgix.net/045fea44-30a4-4ea6-8c3b-5b0f8445609a.jpg?w=600', 'https://abimg002.imgix.net/fbbfe3d9-6c8c-4d8b-9072-8163b1e76373.jpg?w=600', 'https://abimg002.imgix.net/cf636801-a551-4e56-871d-1ff523fbace9.jpg?w=600', 'https://abimg002.imgix.net/039fa53a-89e6-48cd-bcca-3238c9057291.jpg?w=600', 'https://abimg002.imgix.net/8ad2c14e-289a-4b64-884e-47b1a8659e2a.jpg?w=600', 'https://abimg002.imgix.net/89ed17fa-ae01-46ca-bad4-c2412f55b1d9.jpg?w=600'], 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'EVALUATE', 'serviceHistory': '', 'remarks': 'VOSA STATES 15K, 24K, 33K, 41K, 48K, 54K,', 'virtual': False, 'seller': 'Vantage Motor Group', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '1', 'v5': False, 'v5details': None, 'co2': 129, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': None, 'assuredType': None, 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 13:06:21 [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': 646}, '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://abimg002.imgix.net/86f9846d-2982-46e9-904b-0b24616b825c.jpg?w=600', 'https://abimg002.imgix.net/74863cbb-f108-4b70-b533-39594f1133a5.jpg?w=600', 'https://abimg002.imgix.net/19f78152-c56a-450d-b5cf-35d947b827af.jpg?w=600', 'https://abimg002.imgix.net/08dc0931-08f2-4522-9cda-018f65d04d7a.jpg?w=600', 'https://abimg002.imgix.net/7a87ee50-3ca4-4665-aba4-9e751b989ae1.jpg?w=600', 'https://abimg002.imgix.net/045fea44-30a4-4ea6-8c3b-5b0f8445609a.jpg?w=600', 'https://abimg002.imgix.net/fbbfe3d9-6c8c-4d8b-9072-8163b1e76373.jpg?w=600', 'https://abimg002.imgix.net/cf636801-a551-4e56-871d-1ff523fbace9.jpg?w=600', 'https://abimg002.imgix.net/039fa53a-89e6-48cd-bcca-3238c9057291.jpg?w=600', 'https://abimg002.imgix.net/8ad2c14e-289a-4b64-884e-47b1a8659e2a.jpg?w=600', 'https://abimg002.imgix.net/89ed17fa-ae01-46ca-bad4-c2412f55b1d9.jpg?w=600'], 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'EVALUATE', 'serviceHistory': '', 'remarks': 'VOSA STATES 15K, 24K, 33K, 41K, 48K, 54K,', 'virtual': False, 'seller': 'Vantage Motor Group', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '1', 'v5': False, 'v5details': None, 'co2': 129, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': None, 'assuredType': None, 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 13:06:21 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e7173f9a-7f8f-575c-80ec-b6028a052660 with identifier: 120679722
2026-03-24 13:06:21 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e7173f9a-7f8f-575c-80ec-b6028a052660 with scrape type 1
2026-03-24 13:06:21 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item e7173f9a-7f8f-575c-80ec-b6028a052660
2026-03-24 13:06:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:06:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg002.imgix.net%252F86f9846d-2982-46e9-904b-0b24616b825c.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-24 13:06:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg002.imgix.net/86f9846d-2982-46e9-904b-0b24616b825c.jpg?w=600 not downloaded yet
2026-03-24 13:06:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:06:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg002.imgix.net%252F74863cbb-f108-4b70-b533-39594f1133a5.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-24 13:06:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg002.imgix.net/74863cbb-f108-4b70-b533-39594f1133a5.jpg?w=600 not downloaded yet
2026-03-24 13:06:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:06:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg002.imgix.net%252F19f78152-c56a-450d-b5cf-35d947b827af.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-24 13:06:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg002.imgix.net/19f78152-c56a-450d-b5cf-35d947b827af.jpg?w=600 not downloaded yet
2026-03-24 13:06:21 [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': 646}, '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://abimg002.imgix.net/aa4c9b5f-6e7b-421c-a1f1-80ce4ccb0412.jpg?w=600', 'https://abimg002.imgix.net/79b799d1-d327-4fa9-9be1-59f926b9d5be.jpg?w=600', 'https://abimg002.imgix.net/241649f2-3199-4017-93c6-dd279973e9f5.jpg?w=600', 'https://abimg002.imgix.net/bb5044b9-f8a8-48fc-8fbd-135cfb8d5a9b.jpg?w=600', 'https://abimg002.imgix.net/fc264add-935e-40a7-9668-69536c11378c.jpg?w=600', 'https://abimg002.imgix.net/fcec8a63-15a3-4b85-afcf-7283f6664523.jpg?w=600', 'https://abimg002.imgix.net/3d81bdf3-490a-4d98-b189-ffbf1e923e26.jpg?w=600', 'https://abimg002.imgix.net/3d7c1495-0688-4426-8ba0-66226cf7d2af.jpg?w=600', 'https://abimg002.imgix.net/1d96a8fa-419f-441b-b511-02d165bdb151.jpg?w=600', 'https://abimg002.imgix.net/b0f400fe-c011-4619-9907-357681085048.jpg?w=600', 'https://abimg002.imgix.net/0047a034-3a28-4636-bf9e-789d0f2cd7a7.jpg?w=600', 'https://abimg002.imgix.net/21f3c579-70f2-4937-9958-9a01aea3c2de.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'EVALUATE', 'serviceHistory': '', 'remarks': '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': False, 'v5details': None, 'co2': 212, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': None, 'assuredType': None, 'imported': False, 'eurostatus': 4, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 13:06:21 [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': 646}, '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://abimg002.imgix.net/aa4c9b5f-6e7b-421c-a1f1-80ce4ccb0412.jpg?w=600', 'https://abimg002.imgix.net/79b799d1-d327-4fa9-9be1-59f926b9d5be.jpg?w=600', 'https://abimg002.imgix.net/241649f2-3199-4017-93c6-dd279973e9f5.jpg?w=600', 'https://abimg002.imgix.net/bb5044b9-f8a8-48fc-8fbd-135cfb8d5a9b.jpg?w=600', 'https://abimg002.imgix.net/fc264add-935e-40a7-9668-69536c11378c.jpg?w=600', 'https://abimg002.imgix.net/fcec8a63-15a3-4b85-afcf-7283f6664523.jpg?w=600', 'https://abimg002.imgix.net/3d81bdf3-490a-4d98-b189-ffbf1e923e26.jpg?w=600', 'https://abimg002.imgix.net/3d7c1495-0688-4426-8ba0-66226cf7d2af.jpg?w=600', 'https://abimg002.imgix.net/1d96a8fa-419f-441b-b511-02d165bdb151.jpg?w=600', 'https://abimg002.imgix.net/b0f400fe-c011-4619-9907-357681085048.jpg?w=600', 'https://abimg002.imgix.net/0047a034-3a28-4636-bf9e-789d0f2cd7a7.jpg?w=600', 'https://abimg002.imgix.net/21f3c579-70f2-4937-9958-9a01aea3c2de.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'EVALUATE', 'serviceHistory': '', 'remarks': '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': False, 'v5details': None, 'co2': 212, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': None, 'assuredType': None, 'imported': False, 'eurostatus': 4, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 13:06:21 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5dd48831-bcb1-521b-9779-fe77952cb2bc with identifier: 120670068
2026-03-24 13:06:21 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5dd48831-bcb1-521b-9779-fe77952cb2bc with scrape type 1
2026-03-24 13:06:21 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 5dd48831-bcb1-521b-9779-fe77952cb2bc
2026-03-24 13:06:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:06:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg002.imgix.net%252Faa4c9b5f-6e7b-421c-a1f1-80ce4ccb0412.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-24 13:06:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg002.imgix.net/aa4c9b5f-6e7b-421c-a1f1-80ce4ccb0412.jpg?w=600 not downloaded yet
2026-03-24 13:06:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:06:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg002.imgix.net%252F08dc0931-08f2-4522-9cda-018f65d04d7a.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-24 13:06:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg002.imgix.net/08dc0931-08f2-4522-9cda-018f65d04d7a.jpg?w=600 not downloaded yet
2026-03-24 13:06:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:06:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg002.imgix.net%252F79b799d1-d327-4fa9-9be1-59f926b9d5be.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-24 13:06:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg002.imgix.net/79b799d1-d327-4fa9-9be1-59f926b9d5be.jpg?w=600 not downloaded yet
2026-03-24 13:06:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:06:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg002.imgix.net%252F7a87ee50-3ca4-4665-aba4-9e751b989ae1.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-24 13:06:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg002.imgix.net/7a87ee50-3ca4-4665-aba4-9e751b989ae1.jpg?w=600 not downloaded yet
2026-03-24 13:06:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:06:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg002.imgix.net%252F241649f2-3199-4017-93c6-dd279973e9f5.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-24 13:06:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg002.imgix.net/241649f2-3199-4017-93c6-dd279973e9f5.jpg?w=600 not downloaded yet
2026-03-24 13:06:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:06:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg002.imgix.net%252F045fea44-30a4-4ea6-8c3b-5b0f8445609a.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-24 13:06:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg002.imgix.net/045fea44-30a4-4ea6-8c3b-5b0f8445609a.jpg?w=600 not downloaded yet
2026-03-24 13:06:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:06:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg002.imgix.net%252Fbb5044b9-f8a8-48fc-8fbd-135cfb8d5a9b.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-24 13:06:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg002.imgix.net/bb5044b9-f8a8-48fc-8fbd-135cfb8d5a9b.jpg?w=600 not downloaded yet
2026-03-24 13:06:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:06:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg002.imgix.net%252Ffbbfe3d9-6c8c-4d8b-9072-8163b1e76373.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-24 13:06:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg002.imgix.net/fbbfe3d9-6c8c-4d8b-9072-8163b1e76373.jpg?w=600 not downloaded yet
2026-03-24 13:06:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:06:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg002.imgix.net%252Ffc264add-935e-40a7-9668-69536c11378c.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-24 13:06:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg002.imgix.net/fc264add-935e-40a7-9668-69536c11378c.jpg?w=600 not downloaded yet
2026-03-24 13:06:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:06:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg002.imgix.net%252Fcf636801-a551-4e56-871d-1ff523fbace9.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-24 13:06:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg002.imgix.net/cf636801-a551-4e56-871d-1ff523fbace9.jpg?w=600 not downloaded yet
2026-03-24 13:06:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:06:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg002.imgix.net%252Ffcec8a63-15a3-4b85-afcf-7283f6664523.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-24 13:06:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg002.imgix.net/fcec8a63-15a3-4b85-afcf-7283f6664523.jpg?w=600 not downloaded yet
2026-03-24 13:06:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:06:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg002.imgix.net%252F039fa53a-89e6-48cd-bcca-3238c9057291.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-24 13:06:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg002.imgix.net/039fa53a-89e6-48cd-bcca-3238c9057291.jpg?w=600 not downloaded yet
2026-03-24 13:06:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:06:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg002.imgix.net%252F3d81bdf3-490a-4d98-b189-ffbf1e923e26.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-24 13:06:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg002.imgix.net/3d81bdf3-490a-4d98-b189-ffbf1e923e26.jpg?w=600 not downloaded yet
2026-03-24 13:06:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:06:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg002.imgix.net%252F8ad2c14e-289a-4b64-884e-47b1a8659e2a.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-24 13:06:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg002.imgix.net/8ad2c14e-289a-4b64-884e-47b1a8659e2a.jpg?w=600 not downloaded yet
2026-03-24 13:06:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:06:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg002.imgix.net%252F3d7c1495-0688-4426-8ba0-66226cf7d2af.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-24 13:06:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg002.imgix.net/3d7c1495-0688-4426-8ba0-66226cf7d2af.jpg?w=600 not downloaded yet
2026-03-24 13:06:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:06:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg002.imgix.net%252F1d96a8fa-419f-441b-b511-02d165bdb151.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-24 13:06:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg002.imgix.net/1d96a8fa-419f-441b-b511-02d165bdb151.jpg?w=600 not downloaded yet
2026-03-24 13:06:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:06:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg002.imgix.net%252Fb0f400fe-c011-4619-9907-357681085048.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-24 13:06:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg002.imgix.net/b0f400fe-c011-4619-9907-357681085048.jpg?w=600 not downloaded yet
2026-03-24 13:06:25 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 2nd time calling it.
2026-03-24 13:06:25 [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-24 13:06:25 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:06:25 [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-24 13:06:25 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:06:25 [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': 646}, '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://abimg002.imgix.net/a029e1b9-de58-404f-b9b1-0cc0c3e4ae62.jpg?w=600', 'https://abimg002.imgix.net/c21bbcd6-a1d3-4f26-a301-65c95d3f2c62.jpg?w=600', 'https://abimg002.imgix.net/b6133fc9-54db-45d4-a254-d54e8142a099.jpg?w=600', 'https://abimg002.imgix.net/38eb542b-49d8-488c-89d9-8a6500a03a5d.jpg?w=600', 'https://abimg002.imgix.net/8480b43c-783c-4c20-9a07-4857acfae3f3.jpg?w=600'], 'colour': 'SILVER', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'EVALUATE', 'serviceHistory': 'Service print', 'remarks': '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': False, 'v5details': None, 'co2': 127, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': None, 'assuredType': None, 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 13:06:25 [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': 646}, '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://abimg002.imgix.net/a029e1b9-de58-404f-b9b1-0cc0c3e4ae62.jpg?w=600', 'https://abimg002.imgix.net/c21bbcd6-a1d3-4f26-a301-65c95d3f2c62.jpg?w=600', 'https://abimg002.imgix.net/b6133fc9-54db-45d4-a254-d54e8142a099.jpg?w=600', 'https://abimg002.imgix.net/38eb542b-49d8-488c-89d9-8a6500a03a5d.jpg?w=600', 'https://abimg002.imgix.net/8480b43c-783c-4c20-9a07-4857acfae3f3.jpg?w=600'], 'colour': 'SILVER', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'EVALUATE', 'serviceHistory': 'Service print', 'remarks': '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': False, 'v5details': None, 'co2': 127, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': None, 'assuredType': None, 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 13:06:25 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 60b019cf-881f-5d7c-8de9-1781b9f0e5bf with identifier: 120694445
2026-03-24 13:06:25 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 60b019cf-881f-5d7c-8de9-1781b9f0e5bf with scrape type 1
2026-03-24 13:06:25 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 5 photos for item 60b019cf-881f-5d7c-8de9-1781b9f0e5bf
2026-03-24 13:06:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:06:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg002.imgix.net%252Fa029e1b9-de58-404f-b9b1-0cc0c3e4ae62.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-24 13:06:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg002.imgix.net/a029e1b9-de58-404f-b9b1-0cc0c3e4ae62.jpg?w=600 not downloaded yet
2026-03-24 13:06:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:06:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg002.imgix.net%252Fc21bbcd6-a1d3-4f26-a301-65c95d3f2c62.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-24 13:06:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg002.imgix.net/c21bbcd6-a1d3-4f26-a301-65c95d3f2c62.jpg?w=600 not downloaded yet
2026-03-24 13:06:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:06:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg002.imgix.net%252Fb6133fc9-54db-45d4-a254-d54e8142a099.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-24 13:06:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg002.imgix.net/b6133fc9-54db-45d4-a254-d54e8142a099.jpg?w=600 not downloaded yet
2026-03-24 13:06:25 [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': 646}, '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-24 13:06:25 [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': 646}, '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-24 13:06:25 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 449a9c5a-5169-5afc-b451-95aa3407aa09 with identifier: 120439198
2026-03-24 13:06:25 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 449a9c5a-5169-5afc-b451-95aa3407aa09 with scrape type 1
2026-03-24 13:06:25 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 0 photos for item 449a9c5a-5169-5afc-b451-95aa3407aa09
2026-03-24 13:06:25 [crawlers.middlewares.photo_download_middleware] INFO: No photos to download for item 449a9c5a-5169-5afc-b451-95aa3407aa09
2026-03-24 13:06:25 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 449a9c5a-5169-5afc-b451-95aa3407aa09, identifier: 120439198
2026-03-24 13:06:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:06:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg002.imgix.net%252F38eb542b-49d8-488c-89d9-8a6500a03a5d.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-24 13:06:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg002.imgix.net/38eb542b-49d8-488c-89d9-8a6500a03a5d.jpg?w=600 not downloaded yet
2026-03-24 13:06:25 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 449a9c5a-5169-5afc-b451-95aa3407aa09 with identifier: 120439198
2026-03-24 13:06:25 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 449a9c5a-5169-5afc-b451-95aa3407aa09 with identifier: 120439198
2026-03-24 13:06:25 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 449a9c5a-5169-5afc-b451-95aa3407aa09 with identifier: 120439198 to the API
2026-03-24 13:06:25 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 13:06:26 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-24 13:06:26 [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-24 13:06:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:06:26 [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-24 13:06:26 [astonbarclay.gb] INFO: Saving data for 120439198: {'created_time': 1774357586.918728, 'last_price_update_time': 1774357586.91874, 'auction_closing_time': 1774958400.0}
2026-03-24 13:06:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:06:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120439198') HTTP/1.1" 204 0
2026-03-24 13:06:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg002.imgix.net/1d96a8fa-419f-441b-b511-02d165bdb151.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120670068?view=catalogue)
2026-03-24 13:06:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg002.imgix.net/b0f400fe-c011-4619-9907-357681085048.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120670068?view=catalogue)
2026-03-24 13:06:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:06:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg002.imgix.net%252F8480b43c-783c-4c20-9a07-4857acfae3f3.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-24 13:06:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg002.imgix.net/8480b43c-783c-4c20-9a07-4857acfae3f3.jpg?w=600 not downloaded yet
2026-03-24 13:06:26 [zyte_api._retry] DEBUG: Finished call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request' after 130.970(s), this was the 1st time calling it.
2026-03-24 13:06:26 [zyte_api._retry] DEBUG: Retrying zyte_api._async.AsyncZyteAPI.get.<locals>.request in 6.565055449975637 seconds as it raised ClientConnectorError: Cannot connect to host api.zyte.com:443 ssl:default [Connect call failed ('69.41.180.81', 443)].
2026-03-24 13:06:26 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 3rd time calling it.
2026-03-24 13:06:27 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 13:06:27 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fde51806ed0>
2026-03-24 13:06:27 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 13:06:27 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-24 13:06:27 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 13:06:27 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_5dd48831-bcb1-521b-9779-fe77952cb2bc/5dd48831-bcb1-521b-9779-fe77952cb2bc_image_8.jpg HTTP/1.1" 201 0
2026-03-24 13:06:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:06:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg002.imgix.net%252F1d96a8fa-419f-441b-b511-02d165bdb151.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-24 13:06:27 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg002.imgix.net/1d96a8fa-419f-441b-b511-02d165bdb151.jpg?w=600 saved to cache
2026-03-24 13:06:27 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 5dd48831-bcb1-521b-9779-fe77952cb2bc
2026-03-24 13:06:27 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 13:06:27 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fde50423750>
2026-03-24 13:06:27 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 13:06:27 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-24 13:06:27 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 13:06:27 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_5dd48831-bcb1-521b-9779-fe77952cb2bc/5dd48831-bcb1-521b-9779-fe77952cb2bc_image_9.jpg HTTP/1.1" 201 0
2026-03-24 13:06:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:06:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg002.imgix.net%252Fb0f400fe-c011-4619-9907-357681085048.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-24 13:06:27 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg002.imgix.net/b0f400fe-c011-4619-9907-357681085048.jpg?w=600 saved to cache
2026-03-24 13:06:27 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item 5dd48831-bcb1-521b-9779-fe77952cb2bc
2026-03-24 13:06:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg002.imgix.net/b6133fc9-54db-45d4-a254-d54e8142a099.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120694445?view=catalogue)
2026-03-24 13:06:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg002.imgix.net/38eb542b-49d8-488c-89d9-8a6500a03a5d.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120694445?view=catalogue)
2026-03-24 13:06:27 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 13:06:27 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fde51859ed0>
2026-03-24 13:06:27 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 13:06:27 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-24 13:06:27 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 13:06:27 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_60b019cf-881f-5d7c-8de9-1781b9f0e5bf/60b019cf-881f-5d7c-8de9-1781b9f0e5bf_image_2.jpg HTTP/1.1" 201 0
2026-03-24 13:06:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:06:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg002.imgix.net%252Fb6133fc9-54db-45d4-a254-d54e8142a099.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-24 13:06:27 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg002.imgix.net/b6133fc9-54db-45d4-a254-d54e8142a099.jpg?w=600 saved to cache
2026-03-24 13:06:27 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 60b019cf-881f-5d7c-8de9-1781b9f0e5bf
2026-03-24 13:06:27 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 13:06:27 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fde503f5690>
2026-03-24 13:06:27 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 13:06:27 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-24 13:06:27 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 13:06:27 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_60b019cf-881f-5d7c-8de9-1781b9f0e5bf/60b019cf-881f-5d7c-8de9-1781b9f0e5bf_image_3.jpg HTTP/1.1" 201 0
2026-03-24 13:06:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:06:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg002.imgix.net%252F38eb542b-49d8-488c-89d9-8a6500a03a5d.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-24 13:06:27 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg002.imgix.net/38eb542b-49d8-488c-89d9-8a6500a03a5d.jpg?w=600 saved to cache
2026-03-24 13:06:27 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 60b019cf-881f-5d7c-8de9-1781b9f0e5bf
2026-03-24 13:06:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg002.imgix.net/8480b43c-783c-4c20-9a07-4857acfae3f3.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120694445?view=catalogue)
2026-03-24 13:06:27 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 13:06:27 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fde43ff1910>
2026-03-24 13:06:27 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 13:06:27 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-24 13:06:27 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 13:06:27 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_60b019cf-881f-5d7c-8de9-1781b9f0e5bf/60b019cf-881f-5d7c-8de9-1781b9f0e5bf_image_4.jpg HTTP/1.1" 201 0
2026-03-24 13:06:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:06:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg002.imgix.net%252F8480b43c-783c-4c20-9a07-4857acfae3f3.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-24 13:06:27 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg002.imgix.net/8480b43c-783c-4c20-9a07-4857acfae3f3.jpg?w=600 saved to cache
2026-03-24 13:06:27 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 60b019cf-881f-5d7c-8de9-1781b9f0e5bf
2026-03-24 13:06:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg002.imgix.net/c21bbcd6-a1d3-4f26-a301-65c95d3f2c62.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120694445?view=catalogue)
2026-03-24 13:06:27 [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-24 13:06:27 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:06:27 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 13:06:27 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fde5019ac50>
2026-03-24 13:06:27 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 13:06:27 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-24 13:06:27 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 13:06:27 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_60b019cf-881f-5d7c-8de9-1781b9f0e5bf/60b019cf-881f-5d7c-8de9-1781b9f0e5bf_image_1.jpg HTTP/1.1" 201 0
2026-03-24 13:06:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:06:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg002.imgix.net%252Fc21bbcd6-a1d3-4f26-a301-65c95d3f2c62.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-24 13:06:27 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg002.imgix.net/c21bbcd6-a1d3-4f26-a301-65c95d3f2c62.jpg?w=600 saved to cache
2026-03-24 13:06:27 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 60b019cf-881f-5d7c-8de9-1781b9f0e5bf
2026-03-24 13:06:27 [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', 'mileage': 52917, 'mileageWarranty': True, 'type': 'car', 'saleId': 19194, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 465}, 'saleStart': '2026-04-06T12: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': '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': 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-24 13:06:27 [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', 'mileage': 52917, 'mileageWarranty': True, 'type': 'car', 'saleId': 19194, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 465}, 'saleStart': '2026-04-06T12: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': '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': 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-24 13:06:27 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 45e0c5b0-1533-55e4-a862-f451c1d865bd with identifier: 120658704
2026-03-24 13:06:27 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 45e0c5b0-1533-55e4-a862-f451c1d865bd with scrape type 2
2026-03-24 13:06:27 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 45e0c5b0-1533-55e4-a862-f451c1d865bd with scrape type 2
2026-03-24 13:06:27 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 45e0c5b0-1533-55e4-a862-f451c1d865bd, identifier: 120658704
2026-03-24 13:06:28 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 45e0c5b0-1533-55e4-a862-f451c1d865bd with identifier: 120658704
2026-03-24 13:06:28 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 45e0c5b0-1533-55e4-a862-f451c1d865bd with identifier: 120658704
2026-03-24 13:06:28 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 45e0c5b0-1533-55e4-a862-f451c1d865bd with identifier: 120658704 to the API
2026-03-24 13:06:28 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 13:06: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-24 13:06:30 [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-06T12: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',
'transmission': 'automatic',
'trim': '2.5 FHEV 190 Titanium 5dr CVT',
'vin': None,
'year': 2023}
2026-03-24 13:06:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:06:30 [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-24 13:06:30 [astonbarclay.gb] INFO: Saving data for 120658704: {'auction_closing_time': 1775476800.0, 'created_time': 1774260357.04156, 'last_price_update_time': 1774357590.397077}
2026-03-24 13:06:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:06:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120658704') HTTP/1.1" 204 0
2026-03-24 13:06:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg002.imgix.net/a029e1b9-de58-404f-b9b1-0cc0c3e4ae62.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120694445?view=catalogue)
2026-03-24 13:06:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg002.imgix.net/3d7c1495-0688-4426-8ba0-66226cf7d2af.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120670068?view=catalogue)
2026-03-24 13:06:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg002.imgix.net/8ad2c14e-289a-4b64-884e-47b1a8659e2a.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120679722?view=catalogue)
2026-03-24 13:06:30 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 13:06:30 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fde51754dd0>
2026-03-24 13:06:30 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 13:06:30 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-24 13:06:30 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 13:06:30 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_60b019cf-881f-5d7c-8de9-1781b9f0e5bf/60b019cf-881f-5d7c-8de9-1781b9f0e5bf_image_0.jpg HTTP/1.1" 201 0
2026-03-24 13:06:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:06:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg002.imgix.net%252Fa029e1b9-de58-404f-b9b1-0cc0c3e4ae62.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-24 13:06:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg002.imgix.net/a029e1b9-de58-404f-b9b1-0cc0c3e4ae62.jpg?w=600 saved to cache
2026-03-24 13:06:30 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 60b019cf-881f-5d7c-8de9-1781b9f0e5bf
2026-03-24 13:06:30 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 60b019cf-881f-5d7c-8de9-1781b9f0e5bf, skipping ID generation
2026-03-24 13:06:30 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 60b019cf-881f-5d7c-8de9-1781b9f0e5bf with scrape type 1
2026-03-24 13:06:30 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 60b019cf-881f-5d7c-8de9-1781b9f0e5bf sending to next pipeline
2026-03-24 13:06:30 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 60b019cf-881f-5d7c-8de9-1781b9f0e5bf, identifier: 120694445
2026-03-24 13:06:30 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 60b019cf-881f-5d7c-8de9-1781b9f0e5bf with identifier: 120694445
2026-03-24 13:06:30 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 60b019cf-881f-5d7c-8de9-1781b9f0e5bf with identifier: 120694445
2026-03-24 13:06:30 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 60b019cf-881f-5d7c-8de9-1781b9f0e5bf with identifier: 120694445 to the API
2026-03-24 13:06:30 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 13:06:32 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-24 13:06:32 [scrapy.core.scraper] DEBUG: Scraped from <200 https://abimg002.imgix.net/a029e1b9-de58-404f-b9b1-0cc0c3e4ae62.jpg?w=600>
{'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': 5,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_60b019cf-881f-5d7c-8de9-1781b9f0e5bf/60b019cf-881f-5d7c-8de9-1781b9f0e5bf_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 96418,
'Height': 442,
'OriginUrl': 'https://abimg002.imgix.net/a029e1b9-de58-404f-b9b1-0cc0c3e4ae62.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_60b019cf-881f-5d7c-8de9-1781b9f0e5bf/60b019cf-881f-5d7c-8de9-1781b9f0e5bf_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 80467,
'Height': 442,
'OriginUrl': 'https://abimg002.imgix.net/c21bbcd6-a1d3-4f26-a301-65c95d3f2c62.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_60b019cf-881f-5d7c-8de9-1781b9f0e5bf/60b019cf-881f-5d7c-8de9-1781b9f0e5bf_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 71173,
'Height': 442,
'OriginUrl': 'https://abimg002.imgix.net/b6133fc9-54db-45d4-a254-d54e8142a099.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_60b019cf-881f-5d7c-8de9-1781b9f0e5bf/60b019cf-881f-5d7c-8de9-1781b9f0e5bf_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 57263,
'Height': 442,
'OriginUrl': 'https://abimg002.imgix.net/38eb542b-49d8-488c-89d9-8a6500a03a5d.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_60b019cf-881f-5d7c-8de9-1781b9f0e5bf/60b019cf-881f-5d7c-8de9-1781b9f0e5bf_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 97022,
'Height': 442,
'OriginUrl': 'https://abimg002.imgix.net/8480b43c-783c-4c20-9a07-4857acfae3f3.jpg?w=600',
'Width': 600}],
'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-24 13:06:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:06:32 [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-24 13:06:32 [astonbarclay.gb] INFO: Saving data for 120694445: {'created_time': 1774357592.555864, 'last_price_update_time': 1774357592.55588, 'auction_closing_time': 1774958400.0}
2026-03-24 13:06:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:06:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120694445') HTTP/1.1" 204 0
2026-03-24 13:06:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg002.imgix.net/039fa53a-89e6-48cd-bcca-3238c9057291.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120679722?view=catalogue)
2026-03-24 13:06:32 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 13:06:32 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fde43ff1190>
2026-03-24 13:06:32 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 13:06:32 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-24 13:06:32 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 13:06:32 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_5dd48831-bcb1-521b-9779-fe77952cb2bc/5dd48831-bcb1-521b-9779-fe77952cb2bc_image_7.jpg HTTP/1.1" 201 0
2026-03-24 13:06:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:06:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg002.imgix.net%252F3d7c1495-0688-4426-8ba0-66226cf7d2af.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-24 13:06:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg002.imgix.net/3d7c1495-0688-4426-8ba0-66226cf7d2af.jpg?w=600 saved to cache
2026-03-24 13:06:32 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 5dd48831-bcb1-521b-9779-fe77952cb2bc
2026-03-24 13:06:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg002.imgix.net/3d81bdf3-490a-4d98-b189-ffbf1e923e26.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120670068?view=catalogue)
2026-03-24 13:06:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg002.imgix.net/fcec8a63-15a3-4b85-afcf-7283f6664523.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120670068?view=catalogue)
2026-03-24 13:06:32 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 13:06:32 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fde43f4c290>
2026-03-24 13:06:32 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 13:06:32 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-24 13:06:32 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 13:06:32 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_e7173f9a-7f8f-575c-80ec-b6028a052660/e7173f9a-7f8f-575c-80ec-b6028a052660_image_9.jpg HTTP/1.1" 201 0
2026-03-24 13:06:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:06:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg002.imgix.net%252F8ad2c14e-289a-4b64-884e-47b1a8659e2a.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-24 13:06:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg002.imgix.net/8ad2c14e-289a-4b64-884e-47b1a8659e2a.jpg?w=600 saved to cache
2026-03-24 13:06:32 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item e7173f9a-7f8f-575c-80ec-b6028a052660
2026-03-24 13:06:32 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 13:06:32 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fde50412290>
2026-03-24 13:06:32 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 13:06:32 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-24 13:06:32 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 13:06:32 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_e7173f9a-7f8f-575c-80ec-b6028a052660/e7173f9a-7f8f-575c-80ec-b6028a052660_image_8.jpg HTTP/1.1" 201 0
2026-03-24 13:06:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:06:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg002.imgix.net%252F039fa53a-89e6-48cd-bcca-3238c9057291.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-24 13:06:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg002.imgix.net/039fa53a-89e6-48cd-bcca-3238c9057291.jpg?w=600 saved to cache
2026-03-24 13:06:32 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item e7173f9a-7f8f-575c-80ec-b6028a052660
2026-03-24 13:06:32 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 13:06:32 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fde43f0c350>
2026-03-24 13:06:32 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 13:06:32 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-24 13:06:32 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 13:06:32 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_5dd48831-bcb1-521b-9779-fe77952cb2bc/5dd48831-bcb1-521b-9779-fe77952cb2bc_image_6.jpg HTTP/1.1" 201 0
2026-03-24 13:06:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:06:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg002.imgix.net%252F3d81bdf3-490a-4d98-b189-ffbf1e923e26.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-24 13:06:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg002.imgix.net/3d81bdf3-490a-4d98-b189-ffbf1e923e26.jpg?w=600 saved to cache
2026-03-24 13:06:32 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 5dd48831-bcb1-521b-9779-fe77952cb2bc
2026-03-24 13:06:32 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 13:06:32 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fde43f188d0>
2026-03-24 13:06:32 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 13:06:32 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-24 13:06:32 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 13:06:32 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_5dd48831-bcb1-521b-9779-fe77952cb2bc/5dd48831-bcb1-521b-9779-fe77952cb2bc_image_5.jpg HTTP/1.1" 201 0
2026-03-24 13:06:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:06:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg002.imgix.net%252Ffcec8a63-15a3-4b85-afcf-7283f6664523.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-24 13:06:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg002.imgix.net/fcec8a63-15a3-4b85-afcf-7283f6664523.jpg?w=600 saved to cache
2026-03-24 13:06:32 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 5dd48831-bcb1-521b-9779-fe77952cb2bc
2026-03-24 13:06:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg002.imgix.net/cf636801-a551-4e56-871d-1ff523fbace9.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120679722?view=catalogue)
2026-03-24 13:06:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg002.imgix.net/fc264add-935e-40a7-9668-69536c11378c.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120670068?view=catalogue)
2026-03-24 13:06:33 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 13:06:33 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fde5314b950>
2026-03-24 13:06:33 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 13:06:33 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-24 13:06:33 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 13:06:33 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_e7173f9a-7f8f-575c-80ec-b6028a052660/e7173f9a-7f8f-575c-80ec-b6028a052660_image_7.jpg HTTP/1.1" 201 0
2026-03-24 13:06:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:06:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg002.imgix.net%252Fcf636801-a551-4e56-871d-1ff523fbace9.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-24 13:06:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg002.imgix.net/cf636801-a551-4e56-871d-1ff523fbace9.jpg?w=600 saved to cache
2026-03-24 13:06:33 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item e7173f9a-7f8f-575c-80ec-b6028a052660
2026-03-24 13:06:33 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 13:06:33 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fde501a4b10>
2026-03-24 13:06:33 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 13:06:33 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-24 13:06:33 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 13:06:33 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_5dd48831-bcb1-521b-9779-fe77952cb2bc/5dd48831-bcb1-521b-9779-fe77952cb2bc_image_4.jpg HTTP/1.1" 201 0
2026-03-24 13:06:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:06:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg002.imgix.net%252Ffc264add-935e-40a7-9668-69536c11378c.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-24 13:06:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg002.imgix.net/fc264add-935e-40a7-9668-69536c11378c.jpg?w=600 saved to cache
2026-03-24 13:06:33 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 5dd48831-bcb1-521b-9779-fe77952cb2bc
2026-03-24 13:06:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg002.imgix.net/fbbfe3d9-6c8c-4d8b-9072-8163b1e76373.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120679722?view=catalogue)
2026-03-24 13:06:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg002.imgix.net/bb5044b9-f8a8-48fc-8fbd-135cfb8d5a9b.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120670068?view=catalogue)
2026-03-24 13:06:33 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 13:06:33 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fde503f4e10>
2026-03-24 13:06:33 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 13:06:33 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-24 13:06:33 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 13:06:33 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_e7173f9a-7f8f-575c-80ec-b6028a052660/e7173f9a-7f8f-575c-80ec-b6028a052660_image_6.jpg HTTP/1.1" 201 0
2026-03-24 13:06:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:06:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg002.imgix.net%252Ffbbfe3d9-6c8c-4d8b-9072-8163b1e76373.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-24 13:06:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg002.imgix.net/fbbfe3d9-6c8c-4d8b-9072-8163b1e76373.jpg?w=600 saved to cache
2026-03-24 13:06:33 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item e7173f9a-7f8f-575c-80ec-b6028a052660
2026-03-24 13:06:33 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 13:06:33 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fde501f2a90>
2026-03-24 13:06:33 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 13:06:33 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-24 13:06:33 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 13:06:33 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_5dd48831-bcb1-521b-9779-fe77952cb2bc/5dd48831-bcb1-521b-9779-fe77952cb2bc_image_3.jpg HTTP/1.1" 201 0
2026-03-24 13:06:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:06:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg002.imgix.net%252Fbb5044b9-f8a8-48fc-8fbd-135cfb8d5a9b.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-24 13:06:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg002.imgix.net/bb5044b9-f8a8-48fc-8fbd-135cfb8d5a9b.jpg?w=600 saved to cache
2026-03-24 13:06:33 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 5dd48831-bcb1-521b-9779-fe77952cb2bc
2026-03-24 13:06:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg002.imgix.net/045fea44-30a4-4ea6-8c3b-5b0f8445609a.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120679722?view=catalogue)
2026-03-24 13:06:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg002.imgix.net/241649f2-3199-4017-93c6-dd279973e9f5.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120670068?view=catalogue)
2026-03-24 13:06:33 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 13:06:33 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fde503fbad0>
2026-03-24 13:06:33 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 13:06:33 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-24 13:06:33 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 13:06:33 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_e7173f9a-7f8f-575c-80ec-b6028a052660/e7173f9a-7f8f-575c-80ec-b6028a052660_image_5.jpg HTTP/1.1" 201 0
2026-03-24 13:06:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:06:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg002.imgix.net%252F045fea44-30a4-4ea6-8c3b-5b0f8445609a.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-24 13:06:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg002.imgix.net/045fea44-30a4-4ea6-8c3b-5b0f8445609a.jpg?w=600 saved to cache
2026-03-24 13:06:33 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item e7173f9a-7f8f-575c-80ec-b6028a052660
2026-03-24 13:06:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg002.imgix.net/7a87ee50-3ca4-4665-aba4-9e751b989ae1.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120679722?view=catalogue)
2026-03-24 13:06:33 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 2nd time calling it.
2026-03-24 13:06:33 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 13:06:33 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fde43f8b950>
2026-03-24 13:06:33 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 13:06:33 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-24 13:06:33 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 13:06:33 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_5dd48831-bcb1-521b-9779-fe77952cb2bc/5dd48831-bcb1-521b-9779-fe77952cb2bc_image_2.jpg HTTP/1.1" 201 0
2026-03-24 13:06:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:06:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg002.imgix.net%252F241649f2-3199-4017-93c6-dd279973e9f5.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-24 13:06:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg002.imgix.net/241649f2-3199-4017-93c6-dd279973e9f5.jpg?w=600 saved to cache
2026-03-24 13:06:33 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 5dd48831-bcb1-521b-9779-fe77952cb2bc
2026-03-24 13:06:33 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 13:06:33 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fde50199ed0>
2026-03-24 13:06:33 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 13:06:33 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-24 13:06:33 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 13:06:33 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_e7173f9a-7f8f-575c-80ec-b6028a052660/e7173f9a-7f8f-575c-80ec-b6028a052660_image_4.jpg HTTP/1.1" 201 0
2026-03-24 13:06:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:06:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg002.imgix.net%252F7a87ee50-3ca4-4665-aba4-9e751b989ae1.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-24 13:06:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg002.imgix.net/7a87ee50-3ca4-4665-aba4-9e751b989ae1.jpg?w=600 saved to cache
2026-03-24 13:06:33 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item e7173f9a-7f8f-575c-80ec-b6028a052660
2026-03-24 13:06:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg002.imgix.net/79b799d1-d327-4fa9-9be1-59f926b9d5be.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120670068?view=catalogue)
2026-03-24 13:06:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg002.imgix.net/08dc0931-08f2-4522-9cda-018f65d04d7a.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120679722?view=catalogue)
2026-03-24 13:06:33 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 13:06:33 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fde43fcea90>
2026-03-24 13:06:33 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 13:06:33 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-24 13:06:33 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 13:06:33 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_5dd48831-bcb1-521b-9779-fe77952cb2bc/5dd48831-bcb1-521b-9779-fe77952cb2bc_image_1.jpg HTTP/1.1" 201 0
2026-03-24 13:06:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:06:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg002.imgix.net%252F79b799d1-d327-4fa9-9be1-59f926b9d5be.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-24 13:06:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg002.imgix.net/79b799d1-d327-4fa9-9be1-59f926b9d5be.jpg?w=600 saved to cache
2026-03-24 13:06:33 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 5dd48831-bcb1-521b-9779-fe77952cb2bc
2026-03-24 13:06:33 [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-24 13:06:33 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:06:33 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 13:06:33 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fde5020a010>
2026-03-24 13:06:33 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 13:06:33 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-24 13:06:33 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 13:06:33 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_e7173f9a-7f8f-575c-80ec-b6028a052660/e7173f9a-7f8f-575c-80ec-b6028a052660_image_3.jpg HTTP/1.1" 201 0
2026-03-24 13:06:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:06:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg002.imgix.net%252F08dc0931-08f2-4522-9cda-018f65d04d7a.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-24 13:06:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg002.imgix.net/08dc0931-08f2-4522-9cda-018f65d04d7a.jpg?w=600 saved to cache
2026-03-24 13:06:33 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item e7173f9a-7f8f-575c-80ec-b6028a052660
2026-03-24 13:06:33 [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': 646}, '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-24 13:06:33 [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': 646}, '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-24 13:06:33 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2ebe078a-a7c6-562f-9084-a69a8fa617a6 with identifier: 120716318
2026-03-24 13:06:33 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2ebe078a-a7c6-562f-9084-a69a8fa617a6 with scrape type 1
2026-03-24 13:06:33 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 0 photos for item 2ebe078a-a7c6-562f-9084-a69a8fa617a6
2026-03-24 13:06:33 [crawlers.middlewares.photo_download_middleware] INFO: No photos to download for item 2ebe078a-a7c6-562f-9084-a69a8fa617a6
2026-03-24 13:06:34 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 2ebe078a-a7c6-562f-9084-a69a8fa617a6, identifier: 120716318
2026-03-24 13:06:34 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 2ebe078a-a7c6-562f-9084-a69a8fa617a6 with identifier: 120716318
2026-03-24 13:06:34 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 2ebe078a-a7c6-562f-9084-a69a8fa617a6 with identifier: 120716318
2026-03-24 13:06:34 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 2ebe078a-a7c6-562f-9084-a69a8fa617a6 with identifier: 120716318 to the API
2026-03-24 13:06:34 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 13:06: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-24 13:06:35 [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-24 13:06:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:06:35 [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-24 13:06:35 [astonbarclay.gb] INFO: Saving data for 120716318: {'created_time': 1774357595.926456, 'last_price_update_time': 1774357595.926469, 'auction_closing_time': 1774958400.0}
2026-03-24 13:06:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:06:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120716318') HTTP/1.1" 204 0
2026-03-24 13:06:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg002.imgix.net/19f78152-c56a-450d-b5cf-35d947b827af.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120679722?view=catalogue)
2026-03-24 13:06:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg002.imgix.net/86f9846d-2982-46e9-904b-0b24616b825c.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120679722?view=catalogue)
2026-03-24 13:06:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg002.imgix.net/74863cbb-f108-4b70-b533-39594f1133a5.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120679722?view=catalogue)
2026-03-24 13:06:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg002.imgix.net/aa4c9b5f-6e7b-421c-a1f1-80ce4ccb0412.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120670068?view=catalogue)
2026-03-24 13:06:35 [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-24 13:06:35 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:06:36 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 13:06:36 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fde50208550>
2026-03-24 13:06:36 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 13:06:36 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-24 13:06:36 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 13:06:36 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_e7173f9a-7f8f-575c-80ec-b6028a052660/e7173f9a-7f8f-575c-80ec-b6028a052660_image_2.jpg HTTP/1.1" 201 0
2026-03-24 13:06:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:06:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg002.imgix.net%252F19f78152-c56a-450d-b5cf-35d947b827af.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-24 13:06:36 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg002.imgix.net/19f78152-c56a-450d-b5cf-35d947b827af.jpg?w=600 saved to cache
2026-03-24 13:06:36 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item e7173f9a-7f8f-575c-80ec-b6028a052660
2026-03-24 13:06:36 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 13:06:36 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fde501fef90>
2026-03-24 13:06:36 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 13:06:36 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-24 13:06:36 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 13:06:36 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_e7173f9a-7f8f-575c-80ec-b6028a052660/e7173f9a-7f8f-575c-80ec-b6028a052660_image_0.jpg HTTP/1.1" 201 0
2026-03-24 13:06:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:06:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg002.imgix.net%252F86f9846d-2982-46e9-904b-0b24616b825c.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-24 13:06:36 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg002.imgix.net/86f9846d-2982-46e9-904b-0b24616b825c.jpg?w=600 saved to cache
2026-03-24 13:06:36 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item e7173f9a-7f8f-575c-80ec-b6028a052660
2026-03-24 13:06:36 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 13:06:36 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fde516daf50>
2026-03-24 13:06:36 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 13:06:36 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-24 13:06:36 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 13:06:36 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_e7173f9a-7f8f-575c-80ec-b6028a052660/e7173f9a-7f8f-575c-80ec-b6028a052660_image_1.jpg HTTP/1.1" 201 0
2026-03-24 13:06:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:06:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg002.imgix.net%252F74863cbb-f108-4b70-b533-39594f1133a5.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-24 13:06:36 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg002.imgix.net/74863cbb-f108-4b70-b533-39594f1133a5.jpg?w=600 saved to cache
2026-03-24 13:06:36 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item e7173f9a-7f8f-575c-80ec-b6028a052660
2026-03-24 13:06:36 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: e7173f9a-7f8f-575c-80ec-b6028a052660, skipping ID generation
2026-03-24 13:06:36 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e7173f9a-7f8f-575c-80ec-b6028a052660 with scrape type 1
2026-03-24 13:06:36 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item e7173f9a-7f8f-575c-80ec-b6028a052660 sending to next pipeline
2026-03-24 13:06:36 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: e7173f9a-7f8f-575c-80ec-b6028a052660, identifier: 120679722
2026-03-24 13:06:36 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 13:06:36 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fde501ac0d0>
2026-03-24 13:06:36 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 13:06:36 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-24 13:06:36 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 13:06:36 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_5dd48831-bcb1-521b-9779-fe77952cb2bc/5dd48831-bcb1-521b-9779-fe77952cb2bc_image_0.jpg HTTP/1.1" 201 0
2026-03-24 13:06:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:06:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg002.imgix.net%252Faa4c9b5f-6e7b-421c-a1f1-80ce4ccb0412.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-24 13:06:36 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg002.imgix.net/aa4c9b5f-6e7b-421c-a1f1-80ce4ccb0412.jpg?w=600 saved to cache
2026-03-24 13:06:36 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 5dd48831-bcb1-521b-9779-fe77952cb2bc
2026-03-24 13:06:36 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 5dd48831-bcb1-521b-9779-fe77952cb2bc, skipping ID generation
2026-03-24 13:06:36 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5dd48831-bcb1-521b-9779-fe77952cb2bc with scrape type 1
2026-03-24 13:06:36 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 5dd48831-bcb1-521b-9779-fe77952cb2bc sending to next pipeline
2026-03-24 13:06:36 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 5dd48831-bcb1-521b-9779-fe77952cb2bc, identifier: 120670068
2026-03-24 13:06:36 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120685959, 'registration': 'LF52YSO', 'account': 'WBA001', 'make': 'SMART', 'model': 'CITY-COUPE', 'derivative': 'smart and passion 2dr Auto', 'mileage': 58168, 'mileageWarranty': True, 'type': 'car', 'saleId': 0, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 466}, 'saleStart': None, 'lot': None, 'hall': None, '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', '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-24 13:06:36 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120685959, 'registration': 'LF52YSO', 'account': 'WBA001', 'make': 'SMART', 'model': 'CITY-COUPE', 'derivative': 'smart and passion 2dr Auto', 'mileage': 58168, 'mileageWarranty': True, 'type': 'car', 'saleId': 0, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 466}, 'saleStart': None, 'lot': None, 'hall': None, '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', '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-24 13:06:36 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 098e4730-e8f2-5e9c-aa99-c3436816a3cc with identifier: 120685959
2026-03-24 13:06:36 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 098e4730-e8f2-5e9c-aa99-c3436816a3cc with scrape type 1
2026-03-24 13:06:36 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 7 photos for item 098e4730-e8f2-5e9c-aa99-c3436816a3cc
2026-03-24 13:06:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:06:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FLF52YSO%252F2026-03-23%252Fimage%252F8367203c-27da-4e46-a81e-e7fbe566d8f0_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-24 13:06:36 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/LF52YSO/2026-03-23/image/8367203c-27da-4e46-a81e-e7fbe566d8f0_removebg.jpg?w=600 not downloaded yet
2026-03-24 13:06:36 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: e7173f9a-7f8f-575c-80ec-b6028a052660 with identifier: 120679722
2026-03-24 13:06:36 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: e7173f9a-7f8f-575c-80ec-b6028a052660 with identifier: 120679722
2026-03-24 13:06:36 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: e7173f9a-7f8f-575c-80ec-b6028a052660 with identifier: 120679722 to the API
2026-03-24 13:06:36 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 13:06: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-24 13:06:37 [scrapy.core.scraper] DEBUG: Scraped from <200 https://abimg002.imgix.net/74863cbb-f108-4b70-b533-39594f1133a5.jpg?w=600>
{'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': 11,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e7173f9a-7f8f-575c-80ec-b6028a052660/e7173f9a-7f8f-575c-80ec-b6028a052660_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 54771,
'Height': 299,
'OriginUrl': 'https://abimg002.imgix.net/86f9846d-2982-46e9-904b-0b24616b825c.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e7173f9a-7f8f-575c-80ec-b6028a052660/e7173f9a-7f8f-575c-80ec-b6028a052660_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 55823,
'Height': 299,
'OriginUrl': 'https://abimg002.imgix.net/74863cbb-f108-4b70-b533-39594f1133a5.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e7173f9a-7f8f-575c-80ec-b6028a052660/e7173f9a-7f8f-575c-80ec-b6028a052660_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 46733,
'Height': 299,
'OriginUrl': 'https://abimg002.imgix.net/19f78152-c56a-450d-b5cf-35d947b827af.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e7173f9a-7f8f-575c-80ec-b6028a052660/e7173f9a-7f8f-575c-80ec-b6028a052660_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 41141,
'Height': 299,
'OriginUrl': 'https://abimg002.imgix.net/08dc0931-08f2-4522-9cda-018f65d04d7a.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e7173f9a-7f8f-575c-80ec-b6028a052660/e7173f9a-7f8f-575c-80ec-b6028a052660_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 38263,
'Height': 299,
'OriginUrl': 'https://abimg002.imgix.net/7a87ee50-3ca4-4665-aba4-9e751b989ae1.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e7173f9a-7f8f-575c-80ec-b6028a052660/e7173f9a-7f8f-575c-80ec-b6028a052660_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 41132,
'Height': 299,
'OriginUrl': 'https://abimg002.imgix.net/045fea44-30a4-4ea6-8c3b-5b0f8445609a.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e7173f9a-7f8f-575c-80ec-b6028a052660/e7173f9a-7f8f-575c-80ec-b6028a052660_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 34565,
'Height': 299,
'OriginUrl': 'https://abimg002.imgix.net/fbbfe3d9-6c8c-4d8b-9072-8163b1e76373.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e7173f9a-7f8f-575c-80ec-b6028a052660/e7173f9a-7f8f-575c-80ec-b6028a052660_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 37517,
'Height': 299,
'OriginUrl': 'https://abimg002.imgix.net/cf636801-a551-4e56-871d-1ff523fbace9.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e7173f9a-7f8f-575c-80ec-b6028a052660/e7173f9a-7f8f-575c-80ec-b6028a052660_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 36520,
'Height': 299,
'OriginUrl': 'https://abimg002.imgix.net/039fa53a-89e6-48cd-bcca-3238c9057291.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e7173f9a-7f8f-575c-80ec-b6028a052660/e7173f9a-7f8f-575c-80ec-b6028a052660_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 31801,
'Height': 299,
'OriginUrl': 'https://abimg002.imgix.net/8ad2c14e-289a-4b64-884e-47b1a8659e2a.jpg?w=600',
'Width': 600}],
'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-24 13:06:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:06:37 [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-24 13:06:37 [astonbarclay.gb] INFO: Saving data for 120679722: {'created_time': 1774357597.833777, 'last_price_update_time': 1774357597.833789, 'auction_closing_time': 1774958400.0}
2026-03-24 13:06:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:06:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120679722') HTTP/1.1" 204 0
2026-03-24 13:06:37 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 5dd48831-bcb1-521b-9779-fe77952cb2bc with identifier: 120670068
2026-03-24 13:06:37 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 5dd48831-bcb1-521b-9779-fe77952cb2bc with identifier: 120670068
2026-03-24 13:06:37 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 5dd48831-bcb1-521b-9779-fe77952cb2bc with identifier: 120670068 to the API
2026-03-24 13:06:37 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 13:06: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-24 13:06:39 [scrapy.core.scraper] DEBUG: Scraped from <200 https://abimg002.imgix.net/aa4c9b5f-6e7b-421c-a1f1-80ce4ccb0412.jpg?w=600>
{'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': 12,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_5dd48831-bcb1-521b-9779-fe77952cb2bc/5dd48831-bcb1-521b-9779-fe77952cb2bc_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 54923,
'Height': 299,
'OriginUrl': 'https://abimg002.imgix.net/aa4c9b5f-6e7b-421c-a1f1-80ce4ccb0412.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_5dd48831-bcb1-521b-9779-fe77952cb2bc/5dd48831-bcb1-521b-9779-fe77952cb2bc_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 59448,
'Height': 299,
'OriginUrl': 'https://abimg002.imgix.net/79b799d1-d327-4fa9-9be1-59f926b9d5be.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_5dd48831-bcb1-521b-9779-fe77952cb2bc/5dd48831-bcb1-521b-9779-fe77952cb2bc_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 46671,
'Height': 299,
'OriginUrl': 'https://abimg002.imgix.net/241649f2-3199-4017-93c6-dd279973e9f5.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_5dd48831-bcb1-521b-9779-fe77952cb2bc/5dd48831-bcb1-521b-9779-fe77952cb2bc_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 40225,
'Height': 299,
'OriginUrl': 'https://abimg002.imgix.net/bb5044b9-f8a8-48fc-8fbd-135cfb8d5a9b.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_5dd48831-bcb1-521b-9779-fe77952cb2bc/5dd48831-bcb1-521b-9779-fe77952cb2bc_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 39215,
'Height': 299,
'OriginUrl': 'https://abimg002.imgix.net/fc264add-935e-40a7-9668-69536c11378c.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_5dd48831-bcb1-521b-9779-fe77952cb2bc/5dd48831-bcb1-521b-9779-fe77952cb2bc_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 69664,
'Height': 299,
'OriginUrl': 'https://abimg002.imgix.net/fcec8a63-15a3-4b85-afcf-7283f6664523.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_5dd48831-bcb1-521b-9779-fe77952cb2bc/5dd48831-bcb1-521b-9779-fe77952cb2bc_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 50346,
'Height': 299,
'OriginUrl': 'https://abimg002.imgix.net/3d81bdf3-490a-4d98-b189-ffbf1e923e26.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_5dd48831-bcb1-521b-9779-fe77952cb2bc/5dd48831-bcb1-521b-9779-fe77952cb2bc_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 45563,
'Height': 299,
'OriginUrl': 'https://abimg002.imgix.net/3d7c1495-0688-4426-8ba0-66226cf7d2af.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_5dd48831-bcb1-521b-9779-fe77952cb2bc/5dd48831-bcb1-521b-9779-fe77952cb2bc_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 51698,
'Height': 299,
'OriginUrl': 'https://abimg002.imgix.net/1d96a8fa-419f-441b-b511-02d165bdb151.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_5dd48831-bcb1-521b-9779-fe77952cb2bc/5dd48831-bcb1-521b-9779-fe77952cb2bc_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 58608,
'Height': 299,
'OriginUrl': 'https://abimg002.imgix.net/b0f400fe-c011-4619-9907-357681085048.jpg?w=600',
'Width': 600}],
'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-24 13:06:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:06:39 [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-24 13:06:39 [astonbarclay.gb] INFO: Saving data for 120670068: {'created_time': 1774357599.66804, 'last_price_update_time': 1774357599.668051, 'auction_closing_time': 1774958400.0}
2026-03-24 13:06:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:06:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120670068') HTTP/1.1" 204 0
2026-03-24 13:06:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:06:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FLF52YSO%252F2026-03-23%252Fimage%252Ff830db6b-210a-4ee6-b897-ddbf092508db_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-24 13:06:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/LF52YSO/2026-03-23/image/f830db6b-210a-4ee6-b897-ddbf092508db_removebg.jpg?w=600 not downloaded yet
2026-03-24 13:06:39 [zyte_api._retry] DEBUG: Finished call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request' after 267.212(s), this was the 2nd time calling it.
2026-03-24 13:06:39 [zyte_api._retry] DEBUG: Retrying zyte_api._async.AsyncZyteAPI.get.<locals>.request in 6.315034933393784 seconds as it raised ClientConnectorError: Cannot connect to host api.zyte.com:443 ssl:default [Connect call failed ('69.41.180.81', 443)].
2026-03-24 13:06:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:06:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FLF52YSO%252F2026-03-23%252Fimage%252F33390242-eb41-4197-9d74-5ea4055e7a7b_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-24 13:06:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/LF52YSO/2026-03-23/image/33390242-eb41-4197-9d74-5ea4055e7a7b_removebg.jpg?w=600 not downloaded yet
2026-03-24 13:06:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:06:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FLF52YSO%252F2026-03-23%252Fimage%252F041c06ce-2c92-4eab-ac09-e25c4afd709f_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-24 13:06:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/LF52YSO/2026-03-23/image/041c06ce-2c92-4eab-ac09-e25c4afd709f_removebg.jpg?w=600 not downloaded yet
2026-03-24 13:06:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:06:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FLF52YSO%252F2026-03-23%252Fimage%252F85efbaf0-f9fc-437c-a39e-18db845af061_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-24 13:06:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/LF52YSO/2026-03-23/image/85efbaf0-f9fc-437c-a39e-18db845af061_removebg.jpg?w=600 not downloaded yet
2026-03-24 13:06:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:06:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FLF52YSO%252F2026-03-23%252Fimage%252F405c2f2b-39a6-43af-8bfc-3931e2e9040e_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-24 13:06:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/LF52YSO/2026-03-23/image/405c2f2b-39a6-43af-8bfc-3931e2e9040e_removebg.jpg?w=600 not downloaded yet
2026-03-24 13:06:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:06:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FLF52YSO%252F2026-03-23%252Fimage%252Fe52684f3-30bc-455a-9be4-3ce36d764719_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-24 13:06:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/LF52YSO/2026-03-23/image/e52684f3-30bc-455a-9be4-3ce36d764719_removebg.jpg?w=600 not downloaded yet
2026-03-24 13:06:41 [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-24 13:06:41 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:06:41 [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': 646}, '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-24 13:06:41 [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': 646}, '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-24 13:06:41 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 366b85d9-259a-51df-9577-187983cf3a51 with identifier: 120714940
2026-03-24 13:06:41 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 366b85d9-259a-51df-9577-187983cf3a51 with scrape type 1
2026-03-24 13:06:41 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 0 photos for item 366b85d9-259a-51df-9577-187983cf3a51
2026-03-24 13:06:41 [crawlers.middlewares.photo_download_middleware] INFO: No photos to download for item 366b85d9-259a-51df-9577-187983cf3a51
2026-03-24 13:06:41 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 366b85d9-259a-51df-9577-187983cf3a51, identifier: 120714940
2026-03-24 13:06:41 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 366b85d9-259a-51df-9577-187983cf3a51 with identifier: 120714940
2026-03-24 13:06:41 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 366b85d9-259a-51df-9577-187983cf3a51 with identifier: 120714940
2026-03-24 13:06:41 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 366b85d9-259a-51df-9577-187983cf3a51 with identifier: 120714940 to the API
2026-03-24 13:06:41 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 13:06:42 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-24 13:06:43 [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-24 13:06:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:06:43 [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-24 13:06:43 [astonbarclay.gb] INFO: Saving data for 120714940: {'created_time': 1774357603.06499, 'last_price_update_time': 1774357603.065006, 'auction_closing_time': 1774958400.0}
2026-03-24 13:06:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:06:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120714940') HTTP/1.1" 204 0
2026-03-24 13:06:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/LF52YSO/2026-03-23/image/e52684f3-30bc-455a-9be4-3ce36d764719_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120685959?view=catalogue)
2026-03-24 13:06:43 [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-24 13:06:43 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:06:43 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 13:06:43 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fde516bca10>
2026-03-24 13:06:43 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 13:06:43 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-24 13:06:43 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 13:06:43 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_098e4730-e8f2-5e9c-aa99-c3436816a3cc/098e4730-e8f2-5e9c-aa99-c3436816a3cc_image_6.jpg HTTP/1.1" 201 0
2026-03-24 13:06:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:06:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FLF52YSO%252F2026-03-23%252Fimage%252Fe52684f3-30bc-455a-9be4-3ce36d764719_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-24 13:06:43 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/LF52YSO/2026-03-23/image/e52684f3-30bc-455a-9be4-3ce36d764719_removebg.jpg?w=600 saved to cache
2026-03-24 13:06:43 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 098e4730-e8f2-5e9c-aa99-c3436816a3cc
2026-03-24 13:06:43 [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': 19194, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 466}, 'saleStart': '2026-04-06T12: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': 'NO V5 FORMER KEEPERS UNKNOWN - 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-24 13:06:43 [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': 19194, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 466}, 'saleStart': '2026-04-06T12: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': 'NO V5 FORMER KEEPERS UNKNOWN - 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-24 13:06:43 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: fc30d829-cfdd-549a-9559-f8e1c501ef0b with identifier: 120618602
2026-03-24 13:06:43 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fc30d829-cfdd-549a-9559-f8e1c501ef0b with scrape type 2
2026-03-24 13:06:43 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item fc30d829-cfdd-549a-9559-f8e1c501ef0b with scrape type 2
2026-03-24 13:06:43 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: fc30d829-cfdd-549a-9559-f8e1c501ef0b, identifier: 120618602
2026-03-24 13:06:43 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: fc30d829-cfdd-549a-9559-f8e1c501ef0b with identifier: 120618602
2026-03-24 13:06:43 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: fc30d829-cfdd-549a-9559-f8e1c501ef0b with identifier: 120618602
2026-03-24 13:06:43 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: fc30d829-cfdd-549a-9559-f8e1c501ef0b with identifier: 120618602 to the API
2026-03-24 13:06:43 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 13:06:44 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-24 13:06:44 [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-06T12: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-24 13:06:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:06:44 [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-24 13:06:44 [astonbarclay.gb] INFO: Saving data for 120618602: {'auction_closing_time': 1775476800.0, 'created_time': 1773947056.724882, 'last_price_update_time': 1774357604.569461}
2026-03-24 13:06:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:06:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120618602') HTTP/1.1" 204 0
2026-03-24 13:06:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/LF52YSO/2026-03-23/image/405c2f2b-39a6-43af-8bfc-3931e2e9040e_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120685959?view=catalogue)
2026-03-24 13:06:44 [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-24 13:06:44 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:06:44 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 13:06:44 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fde43f55950>
2026-03-24 13:06:44 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 13:06:44 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-24 13:06:44 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 13:06:44 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_098e4730-e8f2-5e9c-aa99-c3436816a3cc/098e4730-e8f2-5e9c-aa99-c3436816a3cc_image_5.jpg HTTP/1.1" 201 0
2026-03-24 13:06:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:06:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FLF52YSO%252F2026-03-23%252Fimage%252F405c2f2b-39a6-43af-8bfc-3931e2e9040e_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-24 13:06:44 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/LF52YSO/2026-03-23/image/405c2f2b-39a6-43af-8bfc-3931e2e9040e_removebg.jpg?w=600 saved to cache
2026-03-24 13:06:44 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 098e4730-e8f2-5e9c-aa99-c3436816a3cc
2026-03-24 13:06:44 [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': 646}, '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://abimg002.imgix.net/3ac4e468-6c52-4171-b09e-859fabaf01a7.jpg?w=600', 'https://abimg002.imgix.net/fe7cbae7-e95a-4edb-b56f-cad6d522a279.jpg?w=600', 'https://abimg002.imgix.net/8c1acd69-9b2d-402a-8a70-230a5fa700e8.jpg?w=600'], 'colour': 'BLUE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'EVALUATE', 'serviceHistory': 'Service book', 'remarks': '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': False, 'v5details': None, 'co2': 151, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': None, 'assuredType': None, 'imported': False, 'eurostatus': 4, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 13:06:44 [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': 646}, '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://abimg002.imgix.net/3ac4e468-6c52-4171-b09e-859fabaf01a7.jpg?w=600', 'https://abimg002.imgix.net/fe7cbae7-e95a-4edb-b56f-cad6d522a279.jpg?w=600', 'https://abimg002.imgix.net/8c1acd69-9b2d-402a-8a70-230a5fa700e8.jpg?w=600'], 'colour': 'BLUE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'EVALUATE', 'serviceHistory': 'Service book', 'remarks': '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': False, 'v5details': None, 'co2': 151, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': None, 'assuredType': None, 'imported': False, 'eurostatus': 4, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 13:06:44 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 750f953f-de9d-54d1-b167-40b7dc0a1b82 with identifier: 120696943
2026-03-24 13:06:44 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 750f953f-de9d-54d1-b167-40b7dc0a1b82 with scrape type 1
2026-03-24 13:06:44 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 3 photos for item 750f953f-de9d-54d1-b167-40b7dc0a1b82
2026-03-24 13:06:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:06:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg002.imgix.net%252F3ac4e468-6c52-4171-b09e-859fabaf01a7.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-24 13:06:44 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg002.imgix.net/3ac4e468-6c52-4171-b09e-859fabaf01a7.jpg?w=600 not downloaded yet
2026-03-24 13:06:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:06:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg002.imgix.net%252Ffe7cbae7-e95a-4edb-b56f-cad6d522a279.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-24 13:06:44 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg002.imgix.net/fe7cbae7-e95a-4edb-b56f-cad6d522a279.jpg?w=600 not downloaded yet
2026-03-24 13:06:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:06:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg002.imgix.net%252F8c1acd69-9b2d-402a-8a70-230a5fa700e8.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-24 13:06:44 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg002.imgix.net/8c1acd69-9b2d-402a-8a70-230a5fa700e8.jpg?w=600 not downloaded yet
2026-03-24 13:06:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/LF52YSO/2026-03-23/image/041c06ce-2c92-4eab-ac09-e25c4afd709f_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120685959?view=catalogue)
2026-03-24 13:06:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/LF52YSO/2026-03-23/image/85efbaf0-f9fc-437c-a39e-18db845af061_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120685959?view=catalogue)
2026-03-24 13:06:44 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 13:06:44 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fde43fd2c90>
2026-03-24 13:06:44 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 13:06:44 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-24 13:06:44 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 13:06:44 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_098e4730-e8f2-5e9c-aa99-c3436816a3cc/098e4730-e8f2-5e9c-aa99-c3436816a3cc_image_3.jpg HTTP/1.1" 201 0
2026-03-24 13:06:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:06:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FLF52YSO%252F2026-03-23%252Fimage%252F041c06ce-2c92-4eab-ac09-e25c4afd709f_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-24 13:06:44 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/LF52YSO/2026-03-23/image/041c06ce-2c92-4eab-ac09-e25c4afd709f_removebg.jpg?w=600 saved to cache
2026-03-24 13:06:44 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 098e4730-e8f2-5e9c-aa99-c3436816a3cc
2026-03-24 13:06:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/LF52YSO/2026-03-23/image/33390242-eb41-4197-9d74-5ea4055e7a7b_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120685959?view=catalogue)
2026-03-24 13:06:45 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 13:06:45 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fde503cd510>
2026-03-24 13:06:45 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 13:06:45 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-24 13:06:45 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 13:06:45 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_098e4730-e8f2-5e9c-aa99-c3436816a3cc/098e4730-e8f2-5e9c-aa99-c3436816a3cc_image_4.jpg HTTP/1.1" 201 0
2026-03-24 13:06:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:06:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FLF52YSO%252F2026-03-23%252Fimage%252F85efbaf0-f9fc-437c-a39e-18db845af061_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-24 13:06:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/LF52YSO/2026-03-23/image/85efbaf0-f9fc-437c-a39e-18db845af061_removebg.jpg?w=600 saved to cache
2026-03-24 13:06:45 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 098e4730-e8f2-5e9c-aa99-c3436816a3cc
2026-03-24 13:06:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg002.imgix.net/3ac4e468-6c52-4171-b09e-859fabaf01a7.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120696943?view=catalogue)
2026-03-24 13:06:45 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 13:06:45 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fde50179890>
2026-03-24 13:06:45 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 13:06:45 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-24 13:06:45 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 13:06:45 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_098e4730-e8f2-5e9c-aa99-c3436816a3cc/098e4730-e8f2-5e9c-aa99-c3436816a3cc_image_2.jpg HTTP/1.1" 201 0
2026-03-24 13:06:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:06:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FLF52YSO%252F2026-03-23%252Fimage%252F33390242-eb41-4197-9d74-5ea4055e7a7b_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-24 13:06:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/LF52YSO/2026-03-23/image/33390242-eb41-4197-9d74-5ea4055e7a7b_removebg.jpg?w=600 saved to cache
2026-03-24 13:06:45 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 098e4730-e8f2-5e9c-aa99-c3436816a3cc
2026-03-24 13:06:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg002.imgix.net/fe7cbae7-e95a-4edb-b56f-cad6d522a279.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120696943?view=catalogue)
2026-03-24 13:06:45 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 13:06:45 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fde516a6450>
2026-03-24 13:06:45 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 13:06:45 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-24 13:06:45 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 13:06:45 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_750f953f-de9d-54d1-b167-40b7dc0a1b82/750f953f-de9d-54d1-b167-40b7dc0a1b82_image_0.jpg HTTP/1.1" 201 0
2026-03-24 13:06:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:06:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg002.imgix.net%252F3ac4e468-6c52-4171-b09e-859fabaf01a7.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-24 13:06:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg002.imgix.net/3ac4e468-6c52-4171-b09e-859fabaf01a7.jpg?w=600 saved to cache
2026-03-24 13:06:45 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 750f953f-de9d-54d1-b167-40b7dc0a1b82
2026-03-24 13:06:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/LF52YSO/2026-03-23/image/8367203c-27da-4e46-a81e-e7fbe566d8f0_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120685959?view=catalogue)
2026-03-24 13:06:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg002.imgix.net/8c1acd69-9b2d-402a-8a70-230a5fa700e8.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120696943?view=catalogue)
2026-03-24 13:06:45 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 13:06:45 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fde516b6f50>
2026-03-24 13:06:45 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 13:06:45 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-24 13:06:45 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 13:06:45 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_750f953f-de9d-54d1-b167-40b7dc0a1b82/750f953f-de9d-54d1-b167-40b7dc0a1b82_image_1.jpg HTTP/1.1" 201 0
2026-03-24 13:06:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:06:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg002.imgix.net%252Ffe7cbae7-e95a-4edb-b56f-cad6d522a279.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-24 13:06:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg002.imgix.net/fe7cbae7-e95a-4edb-b56f-cad6d522a279.jpg?w=600 saved to cache
2026-03-24 13:06:45 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 750f953f-de9d-54d1-b167-40b7dc0a1b82
2026-03-24 13:06:45 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 13:06:45 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fde516a7750>
2026-03-24 13:06:45 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 13:06:45 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-24 13:06:45 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 13:06:45 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_098e4730-e8f2-5e9c-aa99-c3436816a3cc/098e4730-e8f2-5e9c-aa99-c3436816a3cc_image_0.jpg HTTP/1.1" 201 0
2026-03-24 13:06:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:06:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FLF52YSO%252F2026-03-23%252Fimage%252F8367203c-27da-4e46-a81e-e7fbe566d8f0_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-24 13:06:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/LF52YSO/2026-03-23/image/8367203c-27da-4e46-a81e-e7fbe566d8f0_removebg.jpg?w=600 saved to cache
2026-03-24 13:06:45 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 098e4730-e8f2-5e9c-aa99-c3436816a3cc
2026-03-24 13:06:45 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 13:06:45 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fde43fce290>
2026-03-24 13:06:45 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 13:06:45 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-24 13:06:45 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 13:06:45 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_750f953f-de9d-54d1-b167-40b7dc0a1b82/750f953f-de9d-54d1-b167-40b7dc0a1b82_image_2.jpg HTTP/1.1" 201 0
2026-03-24 13:06:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:06:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg002.imgix.net%252F8c1acd69-9b2d-402a-8a70-230a5fa700e8.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-24 13:06:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg002.imgix.net/8c1acd69-9b2d-402a-8a70-230a5fa700e8.jpg?w=600 saved to cache
2026-03-24 13:06:45 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 750f953f-de9d-54d1-b167-40b7dc0a1b82
2026-03-24 13:06:45 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 750f953f-de9d-54d1-b167-40b7dc0a1b82, skipping ID generation
2026-03-24 13:06:45 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 750f953f-de9d-54d1-b167-40b7dc0a1b82 with scrape type 1
2026-03-24 13:06:45 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 750f953f-de9d-54d1-b167-40b7dc0a1b82 sending to next pipeline
2026-03-24 13:06:45 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 750f953f-de9d-54d1-b167-40b7dc0a1b82, identifier: 120696943
2026-03-24 13:06:45 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 750f953f-de9d-54d1-b167-40b7dc0a1b82 with identifier: 120696943
2026-03-24 13:06:45 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 750f953f-de9d-54d1-b167-40b7dc0a1b82 with identifier: 120696943
2026-03-24 13:06:45 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 750f953f-de9d-54d1-b167-40b7dc0a1b82 with identifier: 120696943 to the API
2026-03-24 13:06:45 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 13:06:46 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-24 13:06:46 [scrapy.core.scraper] DEBUG: Scraped from <200 https://abimg002.imgix.net/8c1acd69-9b2d-402a-8a70-230a5fa700e8.jpg?w=600>
{'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': 3,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_750f953f-de9d-54d1-b167-40b7dc0a1b82/750f953f-de9d-54d1-b167-40b7dc0a1b82_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 62552,
'Height': 301,
'OriginUrl': 'https://abimg002.imgix.net/3ac4e468-6c52-4171-b09e-859fabaf01a7.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_750f953f-de9d-54d1-b167-40b7dc0a1b82/750f953f-de9d-54d1-b167-40b7dc0a1b82_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 69585,
'Height': 301,
'OriginUrl': 'https://abimg002.imgix.net/fe7cbae7-e95a-4edb-b56f-cad6d522a279.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_750f953f-de9d-54d1-b167-40b7dc0a1b82/750f953f-de9d-54d1-b167-40b7dc0a1b82_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 40018,
'Height': 301,
'OriginUrl': 'https://abimg002.imgix.net/8c1acd69-9b2d-402a-8a70-230a5fa700e8.jpg?w=600',
'Width': 600}],
'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-24 13:06:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:06:46 [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-24 13:06:46 [astonbarclay.gb] INFO: Saving data for 120696943: {'created_time': 1774357606.861631, 'last_price_update_time': 1774357606.861643, 'auction_closing_time': 1774958400.0}
2026-03-24 13:06:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:06:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120696943') HTTP/1.1" 204 0
2026-03-24 13:06:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/LF52YSO/2026-03-23/image/f830db6b-210a-4ee6-b897-ddbf092508db_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120685959?view=catalogue)
2026-03-24 13:06:46 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 3rd time calling it.
2026-03-24 13:06:46 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 13:06:46 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fde516eff10>
2026-03-24 13:06:46 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 13:06:46 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-24 13:06:46 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 13:06:47 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_098e4730-e8f2-5e9c-aa99-c3436816a3cc/098e4730-e8f2-5e9c-aa99-c3436816a3cc_image_1.jpg HTTP/1.1" 201 0
2026-03-24 13:06:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:06:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FLF52YSO%252F2026-03-23%252Fimage%252Ff830db6b-210a-4ee6-b897-ddbf092508db_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-24 13:06:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/LF52YSO/2026-03-23/image/f830db6b-210a-4ee6-b897-ddbf092508db_removebg.jpg?w=600 saved to cache
2026-03-24 13:06:47 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 098e4730-e8f2-5e9c-aa99-c3436816a3cc
2026-03-24 13:06:47 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 098e4730-e8f2-5e9c-aa99-c3436816a3cc, skipping ID generation
2026-03-24 13:06:47 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 098e4730-e8f2-5e9c-aa99-c3436816a3cc with scrape type 1
2026-03-24 13:06:47 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 098e4730-e8f2-5e9c-aa99-c3436816a3cc sending to next pipeline
2026-03-24 13:06:47 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 098e4730-e8f2-5e9c-aa99-c3436816a3cc, identifier: 120685959
2026-03-24 13:06:47 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 098e4730-e8f2-5e9c-aa99-c3436816a3cc with identifier: 120685959
2026-03-24 13:06:47 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 098e4730-e8f2-5e9c-aa99-c3436816a3cc with identifier: 120685959
2026-03-24 13:06:47 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 098e4730-e8f2-5e9c-aa99-c3436816a3cc with identifier: 120685959 to the API
2026-03-24 13:06:47 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 13:06: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-24 13:06:48 [scrapy.core.scraper] DEBUG: Scraped from <200 https://abimg003.imgix.net/LF52YSO/2026-03-23/image/f830db6b-210a-4ee6-b897-ddbf092508db_removebg.jpg?w=600>
{'auction_title': '',
'c_o_2_emission_value': 118,
'color': 'SILVER',
'currency': 'GBP',
'doors_number': 2,
'emission_standard': None,
'engine': '0.6L',
'expiration_date': None,
'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': 7,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_098e4730-e8f2-5e9c-aa99-c3436816a3cc/098e4730-e8f2-5e9c-aa99-c3436816a3cc_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 33296,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/LF52YSO/2026-03-23/image/8367203c-27da-4e46-a81e-e7fbe566d8f0_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_098e4730-e8f2-5e9c-aa99-c3436816a3cc/098e4730-e8f2-5e9c-aa99-c3436816a3cc_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 32913,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/LF52YSO/2026-03-23/image/f830db6b-210a-4ee6-b897-ddbf092508db_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_098e4730-e8f2-5e9c-aa99-c3436816a3cc/098e4730-e8f2-5e9c-aa99-c3436816a3cc_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 32735,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/LF52YSO/2026-03-23/image/33390242-eb41-4197-9d74-5ea4055e7a7b_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_098e4730-e8f2-5e9c-aa99-c3436816a3cc/098e4730-e8f2-5e9c-aa99-c3436816a3cc_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 30321,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/LF52YSO/2026-03-23/image/041c06ce-2c92-4eab-ac09-e25c4afd709f_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_098e4730-e8f2-5e9c-aa99-c3436816a3cc/098e4730-e8f2-5e9c-aa99-c3436816a3cc_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 46344,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/LF52YSO/2026-03-23/image/85efbaf0-f9fc-437c-a39e-18db845af061_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_098e4730-e8f2-5e9c-aa99-c3436816a3cc/098e4730-e8f2-5e9c-aa99-c3436816a3cc_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 28921,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/LF52YSO/2026-03-23/image/405c2f2b-39a6-43af-8bfc-3931e2e9040e_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_098e4730-e8f2-5e9c-aa99-c3436816a3cc/098e4730-e8f2-5e9c-aa99-c3436816a3cc_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 36149,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/LF52YSO/2026-03-23/image/e52684f3-30bc-455a-9be4-3ce36d764719_removebg.jpg?w=600',
'Width': 600}],
'price': 0,
'price_includes_vat': False,
'registration_date': '2002-09-06',
'seller_name': 'UKCGR',
'title': 'SMART CITY-COUPE smart and passion 2dr Auto',
'transmission': 'automatic',
'trim': 'smart and passion 2dr Auto',
'vin': None,
'year': 2002}
2026-03-24 13:06:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:06:48 [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-24 13:06:48 [astonbarclay.gb] INFO: Saving data for 120685959: {'created_time': 1774357608.680543, 'last_price_update_time': 1774357608.680557}
2026-03-24 13:06:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:06:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120685959') HTTP/1.1" 204 0
2026-03-24 13:06:49 [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-24 13:06:49 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:06:49 [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': 646}, '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://abimg002.imgix.net/cdbb64fd-00d0-4d93-a37b-24c65e8d8013.jpg?w=600', 'https://abimg002.imgix.net/b7827b12-2d18-4c67-b4f9-544454685a3f.jpg?w=600', 'https://abimg002.imgix.net/f0e8437e-a05c-4c2f-986c-d8466b4a4a7e.jpg?w=600', 'https://abimg002.imgix.net/62192db3-3f2a-4e95-bec8-028d02d88859.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'EVALUATE', 'serviceHistory': 'Service book', 'remarks': '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': False, 'v5details': None, 'co2': 114, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': None, 'assuredType': None, 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 13:06:49 [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': 646}, '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://abimg002.imgix.net/cdbb64fd-00d0-4d93-a37b-24c65e8d8013.jpg?w=600', 'https://abimg002.imgix.net/b7827b12-2d18-4c67-b4f9-544454685a3f.jpg?w=600', 'https://abimg002.imgix.net/f0e8437e-a05c-4c2f-986c-d8466b4a4a7e.jpg?w=600', 'https://abimg002.imgix.net/62192db3-3f2a-4e95-bec8-028d02d88859.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'EVALUATE', 'serviceHistory': 'Service book', 'remarks': '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': False, 'v5details': None, 'co2': 114, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': None, 'assuredType': None, 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 13:06:49 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 079358b4-4abd-56d8-a2a7-669a572ece75 with identifier: 120679803
2026-03-24 13:06:49 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 079358b4-4abd-56d8-a2a7-669a572ece75 with scrape type 1
2026-03-24 13:06:49 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 4 photos for item 079358b4-4abd-56d8-a2a7-669a572ece75
2026-03-24 13:06:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:06:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg002.imgix.net%252Fcdbb64fd-00d0-4d93-a37b-24c65e8d8013.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-24 13:06:49 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg002.imgix.net/cdbb64fd-00d0-4d93-a37b-24c65e8d8013.jpg?w=600 not downloaded yet
2026-03-24 13:06:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:06:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg002.imgix.net%252Fb7827b12-2d18-4c67-b4f9-544454685a3f.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-24 13:06:49 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg002.imgix.net/b7827b12-2d18-4c67-b4f9-544454685a3f.jpg?w=600 not downloaded yet
2026-03-24 13:06:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:06:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg002.imgix.net%252Ff0e8437e-a05c-4c2f-986c-d8466b4a4a7e.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-24 13:06:49 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg002.imgix.net/f0e8437e-a05c-4c2f-986c-d8466b4a4a7e.jpg?w=600 not downloaded yet
2026-03-24 13:06:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:06:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg002.imgix.net%252F62192db3-3f2a-4e95-bec8-028d02d88859.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-24 13:06:49 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg002.imgix.net/62192db3-3f2a-4e95-bec8-028d02d88859.jpg?w=600 not downloaded yet
2026-03-24 13:06:50 [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-24 13:06:50 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:06:50 [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': 646}, '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-24 13:06:50 [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': 646}, '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-24 13:06:50 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: abc658fa-8db8-5f87-b476-aaef1271ab98 with identifier: 120716378
2026-03-24 13:06:50 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item abc658fa-8db8-5f87-b476-aaef1271ab98 with scrape type 1
2026-03-24 13:06:50 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 0 photos for item abc658fa-8db8-5f87-b476-aaef1271ab98
2026-03-24 13:06:50 [crawlers.middlewares.photo_download_middleware] INFO: No photos to download for item abc658fa-8db8-5f87-b476-aaef1271ab98
2026-03-24 13:06:50 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: abc658fa-8db8-5f87-b476-aaef1271ab98, identifier: 120716378
2026-03-24 13:06:50 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: abc658fa-8db8-5f87-b476-aaef1271ab98 with identifier: 120716378
2026-03-24 13:06:50 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-24 13:06:50 [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-24 13:06:50 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-24 13:06:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='auto',RowKey='auto') HTTP/1.1" 204 0
2026-03-24 13:06:50 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: abc658fa-8db8-5f87-b476-aaef1271ab98 with identifier: 120716378
2026-03-24 13:06:51 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: abc658fa-8db8-5f87-b476-aaef1271ab98 with identifier: 120716378 to the API
2026-03-24 13:06:51 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 13:06: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-24 13:06:52 [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-24 13:06:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:06:52 [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-24 13:06:52 [astonbarclay.gb] INFO: Saving data for 120716378: {'created_time': 1774357612.346346, 'last_price_update_time': 1774357612.346357, 'auction_closing_time': 1774958400.0}
2026-03-24 13:06:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:06:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120716378') HTTP/1.1" 204 0
2026-03-24 13:06:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg002.imgix.net/62192db3-3f2a-4e95-bec8-028d02d88859.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120679803?view=catalogue)
2026-03-24 13:06:52 [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-24 13:06:52 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:06:52 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 13:06:52 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fde516a5790>
2026-03-24 13:06:52 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 13:06:52 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-24 13:06:52 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 13:06:52 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_079358b4-4abd-56d8-a2a7-669a572ece75/079358b4-4abd-56d8-a2a7-669a572ece75_image_3.jpg HTTP/1.1" 201 0
2026-03-24 13:06:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:06:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg002.imgix.net%252F62192db3-3f2a-4e95-bec8-028d02d88859.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-24 13:06:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg002.imgix.net/62192db3-3f2a-4e95-bec8-028d02d88859.jpg?w=600 saved to cache
2026-03-24 13:06:52 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 079358b4-4abd-56d8-a2a7-669a572ece75
2026-03-24 13:06:52 [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': 646}, '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-24 13:06:52 [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': 646}, '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-24 13:06:52 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 321913b7-2142-5407-893d-b08b6bb10e79 with identifier: 120714950
2026-03-24 13:06:52 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 321913b7-2142-5407-893d-b08b6bb10e79 with scrape type 1
2026-03-24 13:06:52 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 0 photos for item 321913b7-2142-5407-893d-b08b6bb10e79
2026-03-24 13:06:52 [crawlers.middlewares.photo_download_middleware] INFO: No photos to download for item 321913b7-2142-5407-893d-b08b6bb10e79
2026-03-24 13:06:52 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 321913b7-2142-5407-893d-b08b6bb10e79, identifier: 120714950
2026-03-24 13:06:52 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 321913b7-2142-5407-893d-b08b6bb10e79 with identifier: 120714950
2026-03-24 13:06:52 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 321913b7-2142-5407-893d-b08b6bb10e79 with identifier: 120714950
2026-03-24 13:06:52 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 321913b7-2142-5407-893d-b08b6bb10e79 with identifier: 120714950 to the API
2026-03-24 13:06:52 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 13:06: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-24 13:06:54 [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-24 13:06:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:06:54 [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-24 13:06:54 [astonbarclay.gb] INFO: Saving data for 120714950: {'created_time': 1774357614.047531, 'last_price_update_time': 1774357614.047542, 'auction_closing_time': 1774958400.0}
2026-03-24 13:06:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:06:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120714950') HTTP/1.1" 204 0
2026-03-24 13:06:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg002.imgix.net/b7827b12-2d18-4c67-b4f9-544454685a3f.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120679803?view=catalogue)
2026-03-24 13:06:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg002.imgix.net/f0e8437e-a05c-4c2f-986c-d8466b4a4a7e.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120679803?view=catalogue)
2026-03-24 13:06:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg002.imgix.net/cdbb64fd-00d0-4d93-a37b-24c65e8d8013.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120679803?view=catalogue)
2026-03-24 13:06:54 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 13:06:54 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fde516b6750>
2026-03-24 13:06:54 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 13:06:54 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-24 13:06:54 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 13:06:54 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_079358b4-4abd-56d8-a2a7-669a572ece75/079358b4-4abd-56d8-a2a7-669a572ece75_image_1.jpg HTTP/1.1" 201 0
2026-03-24 13:06:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:06:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg002.imgix.net%252Fb7827b12-2d18-4c67-b4f9-544454685a3f.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-24 13:06:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg002.imgix.net/b7827b12-2d18-4c67-b4f9-544454685a3f.jpg?w=600 saved to cache
2026-03-24 13:06:54 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 079358b4-4abd-56d8-a2a7-669a572ece75
2026-03-24 13:06:54 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 13:06:54 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fde503daa10>
2026-03-24 13:06:54 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 13:06:54 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-24 13:06:54 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 13:06:54 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_079358b4-4abd-56d8-a2a7-669a572ece75/079358b4-4abd-56d8-a2a7-669a572ece75_image_2.jpg HTTP/1.1" 201 0
2026-03-24 13:06:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:06:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg002.imgix.net%252Ff0e8437e-a05c-4c2f-986c-d8466b4a4a7e.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-24 13:06:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg002.imgix.net/f0e8437e-a05c-4c2f-986c-d8466b4a4a7e.jpg?w=600 saved to cache
2026-03-24 13:06:54 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 079358b4-4abd-56d8-a2a7-669a572ece75
2026-03-24 13:06:54 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 13:06:54 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fde516b7f50>
2026-03-24 13:06:54 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 13:06:54 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-24 13:06:54 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 13:06:54 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_079358b4-4abd-56d8-a2a7-669a572ece75/079358b4-4abd-56d8-a2a7-669a572ece75_image_0.jpg HTTP/1.1" 201 0
2026-03-24 13:06:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:06:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg002.imgix.net%252Fcdbb64fd-00d0-4d93-a37b-24c65e8d8013.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-24 13:06:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg002.imgix.net/cdbb64fd-00d0-4d93-a37b-24c65e8d8013.jpg?w=600 saved to cache
2026-03-24 13:06:54 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 079358b4-4abd-56d8-a2a7-669a572ece75
2026-03-24 13:06:54 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 079358b4-4abd-56d8-a2a7-669a572ece75, skipping ID generation
2026-03-24 13:06:54 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 079358b4-4abd-56d8-a2a7-669a572ece75 with scrape type 1
2026-03-24 13:06:54 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 079358b4-4abd-56d8-a2a7-669a572ece75 sending to next pipeline
2026-03-24 13:06:54 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 079358b4-4abd-56d8-a2a7-669a572ece75, identifier: 120679803
2026-03-24 13:06:54 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 079358b4-4abd-56d8-a2a7-669a572ece75 with identifier: 120679803
2026-03-24 13:06:54 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 079358b4-4abd-56d8-a2a7-669a572ece75 with identifier: 120679803
2026-03-24 13:06:54 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 079358b4-4abd-56d8-a2a7-669a572ece75 with identifier: 120679803 to the API
2026-03-24 13:06:54 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 13:06: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-24 13:06:55 [scrapy.core.scraper] DEBUG: Scraped from <200 https://abimg002.imgix.net/cdbb64fd-00d0-4d93-a37b-24c65e8d8013.jpg?w=600>
{'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': 4,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_079358b4-4abd-56d8-a2a7-669a572ece75/079358b4-4abd-56d8-a2a7-669a572ece75_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 52503,
'Height': 299,
'OriginUrl': 'https://abimg002.imgix.net/cdbb64fd-00d0-4d93-a37b-24c65e8d8013.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_079358b4-4abd-56d8-a2a7-669a572ece75/079358b4-4abd-56d8-a2a7-669a572ece75_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 54741,
'Height': 299,
'OriginUrl': 'https://abimg002.imgix.net/b7827b12-2d18-4c67-b4f9-544454685a3f.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_079358b4-4abd-56d8-a2a7-669a572ece75/079358b4-4abd-56d8-a2a7-669a572ece75_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 48719,
'Height': 299,
'OriginUrl': 'https://abimg002.imgix.net/f0e8437e-a05c-4c2f-986c-d8466b4a4a7e.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_079358b4-4abd-56d8-a2a7-669a572ece75/079358b4-4abd-56d8-a2a7-669a572ece75_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 40102,
'Height': 299,
'OriginUrl': 'https://abimg002.imgix.net/62192db3-3f2a-4e95-bec8-028d02d88859.jpg?w=600',
'Width': 600}],
'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-24 13:06:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:06:55 [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-24 13:06:55 [astonbarclay.gb] INFO: Saving data for 120679803: {'created_time': 1774357615.928784, 'last_price_update_time': 1774357615.928796, 'auction_closing_time': 1774958400.0}
2026-03-24 13:06:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:06:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120679803') HTTP/1.1" 204 0
2026-03-24 13:06:56 [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-24 13:06:56 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:06: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': 92}, 'saleStart': '2026-03-31T09:15Z', 'lot': None, 'hall': 'Main Hall', 'transmission': 'automatic', 'firstRegistration': '2024-08-06', 'fuel': 'Electric', 'motExpiry': None, 'doors': 5, 'engineSize': None, 'bodyType': 'Hatchback', 'images': None, 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': None, 'serviceHistory': '', 'remarks': 'SPARE KEY IN OFFICE', 'virtual': False, 'seller': 'Motability Operations', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': False, 'v5details': None, 'co2': None, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': None, 'assuredType': None, 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 13:06: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': 92}, 'saleStart': '2026-03-31T09:15Z', 'lot': None, 'hall': 'Main Hall', 'transmission': 'automatic', 'firstRegistration': '2024-08-06', 'fuel': 'Electric', 'motExpiry': None, 'doors': 5, 'engineSize': None, 'bodyType': 'Hatchback', 'images': None, 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': None, 'serviceHistory': '', 'remarks': 'SPARE KEY IN OFFICE', 'virtual': False, 'seller': 'Motability Operations', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': False, 'v5details': None, 'co2': None, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': None, 'assuredType': None, 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 13:06:56 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0542fd5b-91a4-5951-90a4-ea2f34d7d9f1 with identifier: 120674884
2026-03-24 13:06: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-24 13:06:56 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0542fd5b-91a4-5951-90a4-ea2f34d7d9f1 with scrape type 2
2026-03-24 13:06:56 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 0542fd5b-91a4-5951-90a4-ea2f34d7d9f1, identifier: 120674884
2026-03-24 13:06:56 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 0542fd5b-91a4-5951-90a4-ea2f34d7d9f1 with identifier: 120674884
2026-03-24 13:06:56 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 0542fd5b-91a4-5951-90a4-ea2f34d7d9f1 with identifier: 120674884
2026-03-24 13:06: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-24 13:06:56 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 13:06: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-24 13:06:57 [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:15: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-24 13:06:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:06:57 [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-24 13:06:57 [astonbarclay.gb] INFO: Saving data for 120674884: {'auction_closing_time': 1774948500.0, 'created_time': 1774260367.548611, 'last_price_update_time': 1774357617.37269}
2026-03-24 13:06:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:06:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120674884') HTTP/1.1" 204 0
2026-03-24 13:06:57 [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-24 13:06:57 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:06:57 [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': 646}, '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-24 13:06:57 [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': 646}, '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-24 13:06:57 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b363a1e6-58fc-5d58-a6e1-466e34adac83 with identifier: 120466479
2026-03-24 13:06:57 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b363a1e6-58fc-5d58-a6e1-466e34adac83 with scrape type 2
2026-03-24 13:06:57 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b363a1e6-58fc-5d58-a6e1-466e34adac83 with scrape type 2
2026-03-24 13:06:57 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: b363a1e6-58fc-5d58-a6e1-466e34adac83, identifier: 120466479
2026-03-24 13:06:57 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: b363a1e6-58fc-5d58-a6e1-466e34adac83 with identifier: 120466479
2026-03-24 13:06:57 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: b363a1e6-58fc-5d58-a6e1-466e34adac83 with identifier: 120466479
2026-03-24 13:06:57 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: b363a1e6-58fc-5d58-a6e1-466e34adac83 with identifier: 120466479 to the API
2026-03-24 13:06:57 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 13:06:58 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-24 13:06:58 [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-24 13:06:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:06:58 [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-24 13:06:58 [astonbarclay.gb] INFO: Saving data for 120466479: {'auction_closing_time': 1774958400.0, 'created_time': 1774033506.593242, 'last_price_update_time': 1774357618.943838}
2026-03-24 13:06:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:06:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120466479') HTTP/1.1" 204 0
2026-03-24 13:07:04 [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-24 13:07:04 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:07:04 [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': 92}, 'saleStart': '2026-03-31T09:15Z', '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': None, 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': None, 'serviceHistory': '', 'remarks': 'vosa - 22k', 'virtual': False, 'seller': 'Motability Operations', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', '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-24 13:07:04 [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': 92}, 'saleStart': '2026-03-31T09:15Z', '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': None, 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': None, 'serviceHistory': '', 'remarks': 'vosa - 22k', 'virtual': False, 'seller': 'Motability Operations', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', '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-24 13:07:04 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 75408424-b9fc-5070-b717-d3811eacbc32 with identifier: 120732811
2026-03-24 13:07:04 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 75408424-b9fc-5070-b717-d3811eacbc32 with scrape type 1
2026-03-24 13:07:04 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 0 photos for item 75408424-b9fc-5070-b717-d3811eacbc32
2026-03-24 13:07:04 [crawlers.middlewares.photo_download_middleware] INFO: No photos to download for item 75408424-b9fc-5070-b717-d3811eacbc32
2026-03-24 13:07:04 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 75408424-b9fc-5070-b717-d3811eacbc32, identifier: 120732811
2026-03-24 13:07:04 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 75408424-b9fc-5070-b717-d3811eacbc32 with identifier: 120732811
2026-03-24 13:07:04 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 75408424-b9fc-5070-b717-d3811eacbc32 with identifier: 120732811
2026-03-24 13:07:04 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 75408424-b9fc-5070-b717-d3811eacbc32 with identifier: 120732811 to the API
2026-03-24 13:07:04 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 13:07:06 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-24 13:07:06 [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:15: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-24 13:07:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:07:06 [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-24 13:07:06 [astonbarclay.gb] INFO: Saving data for 120732811: {'created_time': 1774357626.143121, 'last_price_update_time': 1774357626.143138, 'auction_closing_time': 1774948500.0}
2026-03-24 13:07:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:07:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120732811') HTTP/1.1" 204 0
2026-03-24 13:07:06 [scrapy.extensions.logstats] INFO: Crawled 100 pages (at 21 pages/min), scraped 76 items (at 21 items/min)
2026-03-24 13:07:06 [scrapy.extensions.memusage] INFO: Peak memory usage is 180MiB
2026-03-24 13:07:09 [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-24 13:07:09 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:07:09 [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': 92}, 'saleStart': '2026-03-31T09:15Z', 'lot': None, 'hall': 'Main Hall', 'transmission': 'automatic', 'firstRegistration': '2021-03-24', 'fuel': 'Petrol', 'motExpiry': '2027-01-08', 'doors': 5, 'engineSize': 1332, 'bodyType': 'Hatchback', 'images': None, 'colour': 'BLUE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': None, 'serviceHistory': '', 'remarks': 'vosa - 21k, 31k, 40k', 'virtual': False, 'seller': 'Motability Operations', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': False, 'v5details': None, 'co2': 153, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': None, 'assuredType': None, 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 13:07:09 [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': 92}, 'saleStart': '2026-03-31T09:15Z', 'lot': None, 'hall': 'Main Hall', 'transmission': 'automatic', 'firstRegistration': '2021-03-24', 'fuel': 'Petrol', 'motExpiry': '2027-01-08', 'doors': 5, 'engineSize': 1332, 'bodyType': 'Hatchback', 'images': None, 'colour': 'BLUE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': None, 'serviceHistory': '', 'remarks': 'vosa - 21k, 31k, 40k', 'virtual': False, 'seller': 'Motability Operations', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': False, 'v5details': None, 'co2': 153, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': None, 'assuredType': None, 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 13:07:09 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7952097b-1f58-593e-aca1-8e77c7848a44 with identifier: 120735340
2026-03-24 13:07:09 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7952097b-1f58-593e-aca1-8e77c7848a44 with scrape type 1
2026-03-24 13:07:09 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 0 photos for item 7952097b-1f58-593e-aca1-8e77c7848a44
2026-03-24 13:07:09 [crawlers.middlewares.photo_download_middleware] INFO: No photos to download for item 7952097b-1f58-593e-aca1-8e77c7848a44
2026-03-24 13:07:10 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 7952097b-1f58-593e-aca1-8e77c7848a44, identifier: 120735340
2026-03-24 13:07:10 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 7952097b-1f58-593e-aca1-8e77c7848a44 with identifier: 120735340
2026-03-24 13:07:10 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 7952097b-1f58-593e-aca1-8e77c7848a44 with identifier: 120735340
2026-03-24 13:07:10 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 7952097b-1f58-593e-aca1-8e77c7848a44 with identifier: 120735340 to the API
2026-03-24 13:07:10 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 13:07: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-24 13:07:11 [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:15: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-24 13:07:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:07:11 [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-24 13:07:11 [astonbarclay.gb] INFO: Saving data for 120735340: {'created_time': 1774357631.609158, 'last_price_update_time': 1774357631.60917, 'auction_closing_time': 1774948500.0}
2026-03-24 13:07:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:07:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120735340') HTTP/1.1" 204 0
2026-03-24 13:07:12 [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-24 13:07:12 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:07:12 [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': 92}, 'saleStart': '2026-03-31T09:15Z', 'lot': None, 'hall': 'Main Hall', 'transmission': 'manual', 'firstRegistration': '2023-02-07', 'fuel': 'Petrol', 'motExpiry': '2026-11-17', 'doors': 5, 'engineSize': 999, 'bodyType': 'Hatchback', 'images': None, 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': None, 'serviceHistory': '', 'remarks': 'vosa @ 16k', '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': None, 'assuredType': None, 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 13:07:12 [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': 92}, 'saleStart': '2026-03-31T09:15Z', 'lot': None, 'hall': 'Main Hall', 'transmission': 'manual', 'firstRegistration': '2023-02-07', 'fuel': 'Petrol', 'motExpiry': '2026-11-17', 'doors': 5, 'engineSize': 999, 'bodyType': 'Hatchback', 'images': None, 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': None, 'serviceHistory': '', 'remarks': 'vosa @ 16k', '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': None, 'assuredType': None, 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 13:07:12 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f0496361-09c7-5076-a701-78b294fe8af2 with identifier: 120735060
2026-03-24 13:07:12 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f0496361-09c7-5076-a701-78b294fe8af2 with scrape type 1
2026-03-24 13:07:12 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 0 photos for item f0496361-09c7-5076-a701-78b294fe8af2
2026-03-24 13:07:12 [crawlers.middlewares.photo_download_middleware] INFO: No photos to download for item f0496361-09c7-5076-a701-78b294fe8af2
2026-03-24 13:07:12 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: f0496361-09c7-5076-a701-78b294fe8af2, identifier: 120735060
2026-03-24 13:07:12 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: f0496361-09c7-5076-a701-78b294fe8af2 with identifier: 120735060
2026-03-24 13:07:12 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: f0496361-09c7-5076-a701-78b294fe8af2 with identifier: 120735060
2026-03-24 13:07:12 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: f0496361-09c7-5076-a701-78b294fe8af2 with identifier: 120735060 to the API
2026-03-24 13:07:12 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 13:07: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-24 13:07:15 [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:15: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-24 13:07:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:07:15 [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-24 13:07:15 [astonbarclay.gb] INFO: Saving data for 120735060: {'created_time': 1774357635.127569, 'last_price_update_time': 1774357635.127582, 'auction_closing_time': 1774948500.0}
2026-03-24 13:07:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:07:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120735060') HTTP/1.1" 204 0
2026-03-24 13:07:15 [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-24 13:07:15 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:07:15 [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': 92}, 'saleStart': '2026-03-31T09:15Z', 'lot': None, 'hall': 'Main Hall', 'transmission': 'automatic', 'firstRegistration': '2019-10-30', 'fuel': 'Petrol', 'motExpiry': '2026-10-29', 'doors': 2, 'engineSize': 1499, 'bodyType': 'Coupe', 'images': None, 'colour': 'ORANGE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': None, 'serviceHistory': '', 'remarks': 'vosa - 8k, 13k, 19k, 24k', 'virtual': False, 'seller': 'Motability Operations', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': False, 'v5details': None, 'co2': 133, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': None, 'assuredType': None, 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 13:07:15 [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': 92}, 'saleStart': '2026-03-31T09:15Z', 'lot': None, 'hall': 'Main Hall', 'transmission': 'automatic', 'firstRegistration': '2019-10-30', 'fuel': 'Petrol', 'motExpiry': '2026-10-29', 'doors': 2, 'engineSize': 1499, 'bodyType': 'Coupe', 'images': None, 'colour': 'ORANGE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': None, 'serviceHistory': '', 'remarks': 'vosa - 8k, 13k, 19k, 24k', 'virtual': False, 'seller': 'Motability Operations', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': False, 'v5details': None, 'co2': 133, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': None, 'assuredType': None, 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 13:07:15 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 89201a21-0477-549b-bf80-14131ecb86be with identifier: 120733148
2026-03-24 13:07:15 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 89201a21-0477-549b-bf80-14131ecb86be with scrape type 1
2026-03-24 13:07:15 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 0 photos for item 89201a21-0477-549b-bf80-14131ecb86be
2026-03-24 13:07:15 [crawlers.middlewares.photo_download_middleware] INFO: No photos to download for item 89201a21-0477-549b-bf80-14131ecb86be
2026-03-24 13:07:15 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 89201a21-0477-549b-bf80-14131ecb86be, identifier: 120733148
2026-03-24 13:07:15 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 89201a21-0477-549b-bf80-14131ecb86be with identifier: 120733148
2026-03-24 13:07:15 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 89201a21-0477-549b-bf80-14131ecb86be with identifier: 120733148
2026-03-24 13:07:15 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 89201a21-0477-549b-bf80-14131ecb86be with identifier: 120733148 to the API
2026-03-24 13:07:15 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 13:07:17 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-24 13:07:17 [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:15: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-24 13:07:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:07:17 [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-24 13:07:17 [astonbarclay.gb] INFO: Saving data for 120733148: {'created_time': 1774357637.134727, 'last_price_update_time': 1774357637.134739, 'auction_closing_time': 1774948500.0}
2026-03-24 13:07:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:07:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120733148') HTTP/1.1" 204 0
2026-03-24 13:07:22 [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-24 13:07:22 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:07:22 [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': 92}, 'saleStart': '2026-03-31T09:15Z', 'lot': None, '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': False, 'v5details': None, '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-24 13:07:22 [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': 92}, 'saleStart': '2026-03-31T09:15Z', 'lot': None, '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': False, 'v5details': None, '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-24 13:07:22 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1ce96aac-6ef6-5043-8118-58f6302ccd0b with identifier: 120674944
2026-03-24 13:07:22 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1ce96aac-6ef6-5043-8118-58f6302ccd0b with scrape type 2
2026-03-24 13:07:22 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1ce96aac-6ef6-5043-8118-58f6302ccd0b with scrape type 2
2026-03-24 13:07:22 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 1ce96aac-6ef6-5043-8118-58f6302ccd0b, identifier: 120674944
2026-03-24 13:07:22 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 1ce96aac-6ef6-5043-8118-58f6302ccd0b with identifier: 120674944
2026-03-24 13:07:22 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 1ce96aac-6ef6-5043-8118-58f6302ccd0b with identifier: 120674944
2026-03-24 13:07:22 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 1ce96aac-6ef6-5043-8118-58f6302ccd0b with identifier: 120674944 to the API
2026-03-24 13:07:22 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 13:07:23 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-24 13:07:23 [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:15: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-24 13:07:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:07:23 [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-24 13:07:23 [astonbarclay.gb] INFO: Saving data for 120674944: {'auction_closing_time': 1774948500.0, 'created_time': 1774260365.524091, 'last_price_update_time': 1774357643.695312}
2026-03-24 13:07:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:07:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120674944') HTTP/1.1" 204 0
2026-03-24 13:07:23 [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-24 13:07:23 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:07:23 [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': 92}, 'saleStart': '2026-03-31T09:15Z', 'lot': None, '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': '', 'remarks': 'vosa - 17k spare key', 'virtual': False, 'seller': 'Motability Operations', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': False, 'v5details': 'TF', '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-24 13:07:23 [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': 92}, 'saleStart': '2026-03-31T09:15Z', 'lot': None, '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': '', 'remarks': 'vosa - 17k spare key', 'virtual': False, 'seller': 'Motability Operations', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': False, 'v5details': 'TF', '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-24 13:07:23 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 27b6ccb2-1293-5b37-8337-2e8a95240b27 with identifier: 120657755
2026-03-24 13:07:23 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 27b6ccb2-1293-5b37-8337-2e8a95240b27 with scrape type 2
2026-03-24 13:07:23 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 27b6ccb2-1293-5b37-8337-2e8a95240b27 with scrape type 2
2026-03-24 13:07:23 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 27b6ccb2-1293-5b37-8337-2e8a95240b27, identifier: 120657755
2026-03-24 13:07:23 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 27b6ccb2-1293-5b37-8337-2e8a95240b27 with identifier: 120657755
2026-03-24 13:07:23 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-24 13:07:24 [urllib3.connectionpool] DEBUG: https://translate.google.com:443 "GET /m?tl=en&sl=auto&q=MAUVE%2FPURPLE HTTP/1.1" 200 None
2026-03-24 13:07:24 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-24 13:07:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='auto',RowKey='auto') HTTP/1.1" 204 0
2026-03-24 13:07:24 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 27b6ccb2-1293-5b37-8337-2e8a95240b27 with identifier: 120657755
2026-03-24 13:07:24 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 27b6ccb2-1293-5b37-8337-2e8a95240b27 with identifier: 120657755 to the API
2026-03-24 13:07:24 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 13:07: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-24 13:07:25 [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:15: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-24 13:07:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:07:25 [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-24 13:07:25 [astonbarclay.gb] INFO: Saving data for 120657755: {'auction_closing_time': 1774948500.0, 'created_time': 1774033509.960507, 'last_price_update_time': 1774357645.277292}
2026-03-24 13:07:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:07:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120657755') HTTP/1.1" 204 0
2026-03-24 13:07:26 [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-24 13:07:26 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:07:26 [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': 92}, 'saleStart': '2026-03-31T09:15Z', 'lot': None, 'hall': 'Main Hall', 'transmission': 'automatic', 'firstRegistration': '2022-10-24', 'fuel': 'Electric', 'motExpiry': '2026-11-02', 'doors': 5, 'engineSize': None, 'bodyType': 'Hatchback', 'images': None, 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': None, 'serviceHistory': 'Service book 11/23-19k 12/24-54k', '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': None, 'assuredType': None, 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 13:07:26 [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': 92}, 'saleStart': '2026-03-31T09:15Z', 'lot': None, 'hall': 'Main Hall', 'transmission': 'automatic', 'firstRegistration': '2022-10-24', 'fuel': 'Electric', 'motExpiry': '2026-11-02', 'doors': 5, 'engineSize': None, 'bodyType': 'Hatchback', 'images': None, 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': None, 'serviceHistory': 'Service book 11/23-19k 12/24-54k', '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': None, 'assuredType': None, 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 13:07:26 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4b17e902-c738-593f-a614-95b963cb9d12 with identifier: 120656631
2026-03-24 13:07:26 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4b17e902-c738-593f-a614-95b963cb9d12 with scrape type 2
2026-03-24 13:07:26 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4b17e902-c738-593f-a614-95b963cb9d12 with scrape type 2
2026-03-24 13:07:26 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 4b17e902-c738-593f-a614-95b963cb9d12, identifier: 120656631
2026-03-24 13:07:26 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 4b17e902-c738-593f-a614-95b963cb9d12 with identifier: 120656631
2026-03-24 13:07:26 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 4b17e902-c738-593f-a614-95b963cb9d12 with identifier: 120656631
2026-03-24 13:07:26 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 4b17e902-c738-593f-a614-95b963cb9d12 with identifier: 120656631 to the API
2026-03-24 13:07:26 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 13:07: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-24 13:07:27 [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:15: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-24 13:07:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:07:27 [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-24 13:07:27 [astonbarclay.gb] INFO: Saving data for 120656631: {'auction_closing_time': 1774948500.0, 'created_time': 1774033508.919863, 'last_price_update_time': 1774357647.149594}
2026-03-24 13:07:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:07:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120656631') HTTP/1.1" 204 0
2026-03-24 13:07:29 [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-24 13:07:29 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:07:29 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120695121, 'registration': 'KM15DWK', 'account': 'WBA001', 'make': 'CITROEN', 'model': 'GRAND C4 PICASSO DIESEL ESTATE', 'derivative': '1.6 e-HDi 115 Exclusive+ 5dr ETG6', 'mileage': 98269, 'mileageWarranty': True, 'type': 'car', 'saleId': 0, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 467}, 'saleStart': None, 'lot': None, 'hall': None, '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', '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-24 13:07:29 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120695121, 'registration': 'KM15DWK', 'account': 'WBA001', 'make': 'CITROEN', 'model': 'GRAND C4 PICASSO DIESEL ESTATE', 'derivative': '1.6 e-HDi 115 Exclusive+ 5dr ETG6', 'mileage': 98269, 'mileageWarranty': True, 'type': 'car', 'saleId': 0, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 467}, 'saleStart': None, 'lot': None, 'hall': None, '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', '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-24 13:07:29 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: afc57cb0-7d41-582d-a2f1-f09df01251ba with identifier: 120695121
2026-03-24 13:07:29 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item afc57cb0-7d41-582d-a2f1-f09df01251ba with scrape type 1
2026-03-24 13:07:29 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 9 photos for item afc57cb0-7d41-582d-a2f1-f09df01251ba
2026-03-24 13:07:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:07:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FKM15DWK%252F2026-03-24%252Fimage%252Fdb74e323-6fd5-46af-9d3d-99ffd6badd74_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-24 13:07:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/KM15DWK/2026-03-24/image/db74e323-6fd5-46af-9d3d-99ffd6badd74_removebg.jpg?w=600 not downloaded yet
2026-03-24 13:07:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:07:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FKM15DWK%252F2026-03-24%252Fimage%252Fe5f6fd8f-bb26-4464-a792-2afa52d3592a_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-24 13:07:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/KM15DWK/2026-03-24/image/e5f6fd8f-bb26-4464-a792-2afa52d3592a_removebg.jpg?w=600 not downloaded yet
2026-03-24 13:07:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:07:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FKM15DWK%252F2026-03-24%252Fimage%252Fe55177a6-e74f-453a-9ada-470d5dfaec63_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-24 13:07:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/KM15DWK/2026-03-24/image/e55177a6-e74f-453a-9ada-470d5dfaec63_removebg.jpg?w=600 not downloaded yet
2026-03-24 13:07:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:07:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FKM15DWK%252F2026-03-24%252Fimage%252F1dcd9baf-dfd7-4469-bbc3-aa46541ee0d0_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-24 13:07:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/KM15DWK/2026-03-24/image/1dcd9baf-dfd7-4469-bbc3-aa46541ee0d0_removebg.jpg?w=600 not downloaded yet
2026-03-24 13:07:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:07:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FKM15DWK%252F2026-03-24%252Fimage%252Ffe478ce9-06d7-4a57-be74-397acfaf5ed6_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-24 13:07:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/KM15DWK/2026-03-24/image/fe478ce9-06d7-4a57-be74-397acfaf5ed6_removebg.jpg?w=600 not downloaded yet
2026-03-24 13:07:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:07:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FKM15DWK%252F2026-03-24%252Fimage%252Fce847ab4-0612-40fa-b24f-f97076eca583_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-24 13:07:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/KM15DWK/2026-03-24/image/ce847ab4-0612-40fa-b24f-f97076eca583_removebg.jpg?w=600 not downloaded yet
2026-03-24 13:07:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:07:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FKM15DWK%252F2026-03-24%252Fimage%252F090c1148-c537-49a5-abd4-71e121ab9c00_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-24 13:07:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/KM15DWK/2026-03-24/image/090c1148-c537-49a5-abd4-71e121ab9c00_removebg.jpg?w=600 not downloaded yet
2026-03-24 13:07:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:07:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FKM15DWK%252F2026-03-24%252Fimage%252Ffeb72393-5b22-4417-8bdd-d9eed970290f_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-24 13:07:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/KM15DWK/2026-03-24/image/feb72393-5b22-4417-8bdd-d9eed970290f_removebg.jpg?w=600 not downloaded yet
2026-03-24 13:07:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:07:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FKM15DWK%252F2026-03-24%252Fimage%252F0964076b-172c-45b1-94bc-1727573f951d_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-24 13:07:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/KM15DWK/2026-03-24/image/0964076b-172c-45b1-94bc-1727573f951d_removebg.jpg?w=600 not downloaded yet
2026-03-24 13:07:37 [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-24 13:07:37 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:07:37 [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': 92}, 'saleStart': '2026-03-31T09:15Z', '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': '', '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-24 13:07:37 [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': 92}, 'saleStart': '2026-03-31T09:15Z', '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': '', '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-24 13:07:37 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 66a93fe6-597a-5e58-98ae-4db48ed5590b with identifier: 120673273
2026-03-24 13:07:37 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 66a93fe6-597a-5e58-98ae-4db48ed5590b with scrape type 2
2026-03-24 13:07:37 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 66a93fe6-597a-5e58-98ae-4db48ed5590b with scrape type 2
2026-03-24 13:07:37 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 66a93fe6-597a-5e58-98ae-4db48ed5590b, identifier: 120673273
2026-03-24 13:07:38 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 66a93fe6-597a-5e58-98ae-4db48ed5590b with identifier: 120673273
2026-03-24 13:07:38 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 66a93fe6-597a-5e58-98ae-4db48ed5590b with identifier: 120673273
2026-03-24 13:07:38 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 66a93fe6-597a-5e58-98ae-4db48ed5590b with identifier: 120673273 to the API
2026-03-24 13:07:38 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 13:07: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-24 13:07:38 [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:15: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-24 13:07:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:07:38 [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-24 13:07:38 [astonbarclay.gb] INFO: Saving data for 120673273: {'auction_closing_time': 1774948500.0, 'created_time': 1774260363.680597, 'last_price_update_time': 1774357658.967953}
2026-03-24 13:07:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:07:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120673273') HTTP/1.1" 204 0
2026-03-24 13:07:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/KM15DWK/2026-03-24/image/0964076b-172c-45b1-94bc-1727573f951d_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120695121?view=catalogue)
2026-03-24 13:07:38 [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-24 13:07:38 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:07:39 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 13:07:39 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fde503ce350>
2026-03-24 13:07:39 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 13:07:39 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-24 13:07:39 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 13:07:39 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_afc57cb0-7d41-582d-a2f1-f09df01251ba/afc57cb0-7d41-582d-a2f1-f09df01251ba_image_8.jpg HTTP/1.1" 201 0
2026-03-24 13:07:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:07:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FKM15DWK%252F2026-03-24%252Fimage%252F0964076b-172c-45b1-94bc-1727573f951d_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-24 13:07:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/KM15DWK/2026-03-24/image/0964076b-172c-45b1-94bc-1727573f951d_removebg.jpg?w=600 saved to cache
2026-03-24 13:07:39 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item afc57cb0-7d41-582d-a2f1-f09df01251ba
2026-03-24 13:07:39 [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': 92}, 'saleStart': '2026-03-31T09:15Z', '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': '', 'remarks': '', '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/19879030-162d-434c-8ab4-bd5f7971dc16.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 13:07:39 [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': 92}, 'saleStart': '2026-03-31T09:15Z', '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': '', 'remarks': '', '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/19879030-162d-434c-8ab4-bd5f7971dc16.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 13:07:39 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d638fcc8-13b5-5c44-b250-2b4fed321d1d with identifier: 120674631
2026-03-24 13:07:39 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d638fcc8-13b5-5c44-b250-2b4fed321d1d with scrape type 2
2026-03-24 13:07:39 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d638fcc8-13b5-5c44-b250-2b4fed321d1d with scrape type 2
2026-03-24 13:07:39 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: d638fcc8-13b5-5c44-b250-2b4fed321d1d, identifier: 120674631
2026-03-24 13:07:39 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: d638fcc8-13b5-5c44-b250-2b4fed321d1d with identifier: 120674631
2026-03-24 13:07:39 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: d638fcc8-13b5-5c44-b250-2b4fed321d1d with identifier: 120674631
2026-03-24 13:07:39 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: d638fcc8-13b5-5c44-b250-2b4fed321d1d with identifier: 120674631 to the API
2026-03-24 13:07:39 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 13:07: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-24 13:07:40 [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:15: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-24 13:07:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:07:40 [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-24 13:07:40 [astonbarclay.gb] INFO: Saving data for 120674631: {'auction_closing_time': 1774948500.0, 'created_time': 1774260384.868956, 'last_price_update_time': 1774357660.908232}
2026-03-24 13:07:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:07:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120674631') HTTP/1.1" 204 0
2026-03-24 13:07:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/KM15DWK/2026-03-24/image/feb72393-5b22-4417-8bdd-d9eed970290f_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120695121?view=catalogue)
2026-03-24 13:07:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/KM15DWK/2026-03-24/image/090c1148-c537-49a5-abd4-71e121ab9c00_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120695121?view=catalogue)
2026-03-24 13:07:41 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 13:07:41 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fde516b4f90>
2026-03-24 13:07:41 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 13:07:41 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-24 13:07:41 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 13:07:41 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_afc57cb0-7d41-582d-a2f1-f09df01251ba/afc57cb0-7d41-582d-a2f1-f09df01251ba_image_7.jpg HTTP/1.1" 201 0
2026-03-24 13:07:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:07:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FKM15DWK%252F2026-03-24%252Fimage%252Ffeb72393-5b22-4417-8bdd-d9eed970290f_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-24 13:07:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/KM15DWK/2026-03-24/image/feb72393-5b22-4417-8bdd-d9eed970290f_removebg.jpg?w=600 saved to cache
2026-03-24 13:07:41 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item afc57cb0-7d41-582d-a2f1-f09df01251ba
2026-03-24 13:07:41 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 13:07:41 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fde43fd1490>
2026-03-24 13:07:41 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 13:07:41 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-24 13:07:41 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 13:07:41 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_afc57cb0-7d41-582d-a2f1-f09df01251ba/afc57cb0-7d41-582d-a2f1-f09df01251ba_image_6.jpg HTTP/1.1" 201 0
2026-03-24 13:07:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:07:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FKM15DWK%252F2026-03-24%252Fimage%252F090c1148-c537-49a5-abd4-71e121ab9c00_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-24 13:07:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/KM15DWK/2026-03-24/image/090c1148-c537-49a5-abd4-71e121ab9c00_removebg.jpg?w=600 saved to cache
2026-03-24 13:07:41 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item afc57cb0-7d41-582d-a2f1-f09df01251ba
2026-03-24 13:07:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/KM15DWK/2026-03-24/image/fe478ce9-06d7-4a57-be74-397acfaf5ed6_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120695121?view=catalogue)
2026-03-24 13:07:41 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 13:07:41 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fde5184ca50>
2026-03-24 13:07:41 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 13:07:41 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-24 13:07:41 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 13:07:41 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_afc57cb0-7d41-582d-a2f1-f09df01251ba/afc57cb0-7d41-582d-a2f1-f09df01251ba_image_4.jpg HTTP/1.1" 201 0
2026-03-24 13:07:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:07:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FKM15DWK%252F2026-03-24%252Fimage%252Ffe478ce9-06d7-4a57-be74-397acfaf5ed6_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-24 13:07:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/KM15DWK/2026-03-24/image/fe478ce9-06d7-4a57-be74-397acfaf5ed6_removebg.jpg?w=600 saved to cache
2026-03-24 13:07:41 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item afc57cb0-7d41-582d-a2f1-f09df01251ba
2026-03-24 13:07:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/KM15DWK/2026-03-24/image/ce847ab4-0612-40fa-b24f-f97076eca583_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120695121?view=catalogue)
2026-03-24 13:07:41 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 13:07:41 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fde516aa6d0>
2026-03-24 13:07:41 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 13:07:41 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-24 13:07:41 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 13:07:41 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_afc57cb0-7d41-582d-a2f1-f09df01251ba/afc57cb0-7d41-582d-a2f1-f09df01251ba_image_5.jpg HTTP/1.1" 201 0
2026-03-24 13:07:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:07:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FKM15DWK%252F2026-03-24%252Fimage%252Fce847ab4-0612-40fa-b24f-f97076eca583_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-24 13:07:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/KM15DWK/2026-03-24/image/ce847ab4-0612-40fa-b24f-f97076eca583_removebg.jpg?w=600 saved to cache
2026-03-24 13:07:41 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item afc57cb0-7d41-582d-a2f1-f09df01251ba
2026-03-24 13:07:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/KM15DWK/2026-03-24/image/1dcd9baf-dfd7-4469-bbc3-aa46541ee0d0_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120695121?view=catalogue)
2026-03-24 13:07:41 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 13:07:41 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fde518144d0>
2026-03-24 13:07:41 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 13:07:41 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-24 13:07:41 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 13:07:41 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_afc57cb0-7d41-582d-a2f1-f09df01251ba/afc57cb0-7d41-582d-a2f1-f09df01251ba_image_3.jpg HTTP/1.1" 201 0
2026-03-24 13:07:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:07:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FKM15DWK%252F2026-03-24%252Fimage%252F1dcd9baf-dfd7-4469-bbc3-aa46541ee0d0_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-24 13:07:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/KM15DWK/2026-03-24/image/1dcd9baf-dfd7-4469-bbc3-aa46541ee0d0_removebg.jpg?w=600 saved to cache
2026-03-24 13:07:41 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item afc57cb0-7d41-582d-a2f1-f09df01251ba
2026-03-24 13:07:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/KM15DWK/2026-03-24/image/e55177a6-e74f-453a-9ada-470d5dfaec63_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120695121?view=catalogue)
2026-03-24 13:07:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/KM15DWK/2026-03-24/image/db74e323-6fd5-46af-9d3d-99ffd6badd74_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120695121?view=catalogue)
2026-03-24 13:07:41 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 13:07:41 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fde43f94310>
2026-03-24 13:07:41 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 13:07:41 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-24 13:07:41 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 13:07:41 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_afc57cb0-7d41-582d-a2f1-f09df01251ba/afc57cb0-7d41-582d-a2f1-f09df01251ba_image_2.jpg HTTP/1.1" 201 0
2026-03-24 13:07:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:07:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FKM15DWK%252F2026-03-24%252Fimage%252Fe55177a6-e74f-453a-9ada-470d5dfaec63_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-24 13:07:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/KM15DWK/2026-03-24/image/e55177a6-e74f-453a-9ada-470d5dfaec63_removebg.jpg?w=600 saved to cache
2026-03-24 13:07:41 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item afc57cb0-7d41-582d-a2f1-f09df01251ba
2026-03-24 13:07:41 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 13:07:41 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fde43f525d0>
2026-03-24 13:07:41 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 13:07:41 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-24 13:07:41 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 13:07:41 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_afc57cb0-7d41-582d-a2f1-f09df01251ba/afc57cb0-7d41-582d-a2f1-f09df01251ba_image_0.jpg HTTP/1.1" 201 0
2026-03-24 13:07:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:07:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FKM15DWK%252F2026-03-24%252Fimage%252Fdb74e323-6fd5-46af-9d3d-99ffd6badd74_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-24 13:07:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/KM15DWK/2026-03-24/image/db74e323-6fd5-46af-9d3d-99ffd6badd74_removebg.jpg?w=600 saved to cache
2026-03-24 13:07:41 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item afc57cb0-7d41-582d-a2f1-f09df01251ba
2026-03-24 13:07:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/KM15DWK/2026-03-24/image/e5f6fd8f-bb26-4464-a792-2afa52d3592a_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120695121?view=catalogue)
2026-03-24 13:07:42 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 13:07:42 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fde43f5e010>
2026-03-24 13:07:42 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 13:07:42 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-24 13:07:42 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 13:07:42 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_afc57cb0-7d41-582d-a2f1-f09df01251ba/afc57cb0-7d41-582d-a2f1-f09df01251ba_image_1.jpg HTTP/1.1" 201 0
2026-03-24 13:07:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:07:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FKM15DWK%252F2026-03-24%252Fimage%252Fe5f6fd8f-bb26-4464-a792-2afa52d3592a_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-24 13:07:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/KM15DWK/2026-03-24/image/e5f6fd8f-bb26-4464-a792-2afa52d3592a_removebg.jpg?w=600 saved to cache
2026-03-24 13:07:42 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item afc57cb0-7d41-582d-a2f1-f09df01251ba
2026-03-24 13:07:42 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: afc57cb0-7d41-582d-a2f1-f09df01251ba, skipping ID generation
2026-03-24 13:07:42 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item afc57cb0-7d41-582d-a2f1-f09df01251ba with scrape type 1
2026-03-24 13:07:42 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item afc57cb0-7d41-582d-a2f1-f09df01251ba sending to next pipeline
2026-03-24 13:07:42 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: afc57cb0-7d41-582d-a2f1-f09df01251ba, identifier: 120695121
2026-03-24 13:07:42 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: afc57cb0-7d41-582d-a2f1-f09df01251ba with identifier: 120695121
2026-03-24 13:07:42 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: afc57cb0-7d41-582d-a2f1-f09df01251ba with identifier: 120695121
2026-03-24 13:07:42 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: afc57cb0-7d41-582d-a2f1-f09df01251ba with identifier: 120695121 to the API
2026-03-24 13:07:42 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 13:07:44 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-24 13:07:44 [scrapy.core.scraper] DEBUG: Scraped from <200 https://abimg003.imgix.net/KM15DWK/2026-03-24/image/e5f6fd8f-bb26-4464-a792-2afa52d3592a_removebg.jpg?w=600>
{'auction_title': '',
'c_o_2_emission_value': 105,
'color': 'GREY',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 5',
'engine': '1.6L',
'expiration_date': None,
'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': 9,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_afc57cb0-7d41-582d-a2f1-f09df01251ba/afc57cb0-7d41-582d-a2f1-f09df01251ba_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 31113,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/KM15DWK/2026-03-24/image/db74e323-6fd5-46af-9d3d-99ffd6badd74_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_afc57cb0-7d41-582d-a2f1-f09df01251ba/afc57cb0-7d41-582d-a2f1-f09df01251ba_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 31187,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/KM15DWK/2026-03-24/image/e5f6fd8f-bb26-4464-a792-2afa52d3592a_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_afc57cb0-7d41-582d-a2f1-f09df01251ba/afc57cb0-7d41-582d-a2f1-f09df01251ba_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 31497,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/KM15DWK/2026-03-24/image/e55177a6-e74f-453a-9ada-470d5dfaec63_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_afc57cb0-7d41-582d-a2f1-f09df01251ba/afc57cb0-7d41-582d-a2f1-f09df01251ba_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 30769,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/KM15DWK/2026-03-24/image/1dcd9baf-dfd7-4469-bbc3-aa46541ee0d0_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_afc57cb0-7d41-582d-a2f1-f09df01251ba/afc57cb0-7d41-582d-a2f1-f09df01251ba_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 47363,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/KM15DWK/2026-03-24/image/fe478ce9-06d7-4a57-be74-397acfaf5ed6_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_afc57cb0-7d41-582d-a2f1-f09df01251ba/afc57cb0-7d41-582d-a2f1-f09df01251ba_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 47882,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/KM15DWK/2026-03-24/image/ce847ab4-0612-40fa-b24f-f97076eca583_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_afc57cb0-7d41-582d-a2f1-f09df01251ba/afc57cb0-7d41-582d-a2f1-f09df01251ba_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 38494,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/KM15DWK/2026-03-24/image/090c1148-c537-49a5-abd4-71e121ab9c00_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_afc57cb0-7d41-582d-a2f1-f09df01251ba/afc57cb0-7d41-582d-a2f1-f09df01251ba_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 39385,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/KM15DWK/2026-03-24/image/feb72393-5b22-4417-8bdd-d9eed970290f_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_afc57cb0-7d41-582d-a2f1-f09df01251ba/afc57cb0-7d41-582d-a2f1-f09df01251ba_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 41358,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/KM15DWK/2026-03-24/image/0964076b-172c-45b1-94bc-1727573f951d_removebg.jpg?w=600',
'Width': 600}],
'price': 0,
'price_includes_vat': False,
'registration_date': '2015-03-30',
'seller_name': 'UKCGR',
'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-24 13:07:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:07:44 [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-24 13:07:44 [astonbarclay.gb] INFO: Saving data for 120695121: {'created_time': 1774357664.601748, 'last_price_update_time': 1774357664.601761}
2026-03-24 13:07:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:07:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120695121') HTTP/1.1" 204 0
2026-03-24 13:07:45 [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-24 13:07:45 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:07:46 [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': 92}, 'saleStart': '2026-03-31T09:15Z', 'lot': None, 'hall': 'Main Hall', 'transmission': 'manual', 'firstRegistration': '2022-11-25', 'fuel': 'Petrol', 'motExpiry': '2026-09-08', 'doors': 5, 'engineSize': 998, 'bodyType': 'Hatchback', 'images': None, 'colour': 'RED', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': None, 'serviceHistory': '', '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': None, 'assuredType': None, 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 13:07:46 [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': 92}, 'saleStart': '2026-03-31T09:15Z', 'lot': None, 'hall': 'Main Hall', 'transmission': 'manual', 'firstRegistration': '2022-11-25', 'fuel': 'Petrol', 'motExpiry': '2026-09-08', 'doors': 5, 'engineSize': 998, 'bodyType': 'Hatchback', 'images': None, 'colour': 'RED', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': None, 'serviceHistory': '', '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': None, 'assuredType': None, 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 13:07:46 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 138511b0-2adb-5733-a790-6d8ce21e6568 with identifier: 120724959
2026-03-24 13:07:46 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 138511b0-2adb-5733-a790-6d8ce21e6568 with scrape type 1
2026-03-24 13:07:46 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 0 photos for item 138511b0-2adb-5733-a790-6d8ce21e6568
2026-03-24 13:07:46 [crawlers.middlewares.photo_download_middleware] INFO: No photos to download for item 138511b0-2adb-5733-a790-6d8ce21e6568
2026-03-24 13:07:46 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 138511b0-2adb-5733-a790-6d8ce21e6568, identifier: 120724959
2026-03-24 13:07:46 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 138511b0-2adb-5733-a790-6d8ce21e6568 with identifier: 120724959
2026-03-24 13:07:46 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 138511b0-2adb-5733-a790-6d8ce21e6568 with identifier: 120724959
2026-03-24 13:07:46 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 138511b0-2adb-5733-a790-6d8ce21e6568 with identifier: 120724959 to the API
2026-03-24 13:07:46 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 13:07: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-24 13:07:49 [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:15: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-24 13:07:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:07:49 [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-24 13:07:49 [astonbarclay.gb] INFO: Saving data for 120724959: {'created_time': 1774357669.549109, 'last_price_update_time': 1774357669.549119, 'auction_closing_time': 1774948500.0}
2026-03-24 13:07:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:07:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120724959') HTTP/1.1" 204 0
2026-03-24 13:07:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120724450?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-24 13:07:50 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:07:50 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120724450, 'registration': 'FH72OKE', 'account': 'MOT070', 'make': 'FORD', 'model': 'ECOSPORT HATCHBACK', 'derivative': '1.0 EcoBoost 140 ST-Line 5dr', 'mileage': 25451, 'mileageWarranty': True, 'type': 'car', 'saleId': 18853, 'siteId': 659779, 'site': {'id': 659779, 'name': 'Aston Barclay Prees Heath', 'vehicles': 92}, 'saleStart': '2026-03-31T09:15Z', 'lot': None, 'hall': 'Main Hall', 'transmission': 'manual', 'firstRegistration': '2023-02-03', 'fuel': 'Petrol', 'motExpiry': '2027-02-02', 'doors': 5, 'engineSize': 998, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/FH72OKE/2026-03-24/image/6b5c6afc-b712-452a-84b7-212211698e2e_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': True, 'inspectionType': 'Express', 'serviceHistory': '', 'remarks': 'vosa - 25k', 'virtual': False, 'seller': 'Motability Operations', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': False, 'v5details': None, 'co2': 142, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': None, 'assuredType': None, 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 13:07:50 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120724450, 'registration': 'FH72OKE', 'account': 'MOT070', 'make': 'FORD', 'model': 'ECOSPORT HATCHBACK', 'derivative': '1.0 EcoBoost 140 ST-Line 5dr', 'mileage': 25451, 'mileageWarranty': True, 'type': 'car', 'saleId': 18853, 'siteId': 659779, 'site': {'id': 659779, 'name': 'Aston Barclay Prees Heath', 'vehicles': 92}, 'saleStart': '2026-03-31T09:15Z', 'lot': None, 'hall': 'Main Hall', 'transmission': 'manual', 'firstRegistration': '2023-02-03', 'fuel': 'Petrol', 'motExpiry': '2027-02-02', 'doors': 5, 'engineSize': 998, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/FH72OKE/2026-03-24/image/6b5c6afc-b712-452a-84b7-212211698e2e_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': True, 'inspectionType': 'Express', 'serviceHistory': '', 'remarks': 'vosa - 25k', 'virtual': False, 'seller': 'Motability Operations', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': False, 'v5details': None, 'co2': 142, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': None, 'assuredType': None, 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 13:07:50 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2c4c17cd-0a2c-5053-a528-f4ab621c0375 with identifier: 120724450
2026-03-24 13:07:50 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2c4c17cd-0a2c-5053-a528-f4ab621c0375 with scrape type 1
2026-03-24 13:07:50 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 1 photos for item 2c4c17cd-0a2c-5053-a528-f4ab621c0375
2026-03-24 13:07:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:07:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FFH72OKE%252F2026-03-24%252Fimage%252F6b5c6afc-b712-452a-84b7-212211698e2e_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-24 13:07:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/FH72OKE/2026-03-24/image/6b5c6afc-b712-452a-84b7-212211698e2e_removebg.jpg?w=600 not downloaded yet
2026-03-24 13:07:52 [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-24 13:07:52 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:07:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/FH72OKE/2026-03-24/image/6b5c6afc-b712-452a-84b7-212211698e2e_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120724450?view=catalogue)
2026-03-24 13:07:53 [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': 92}, 'saleStart': '2026-03-31T09:15Z', '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-16/image/8f679fd0-0a9a-4a7a-bacd-aeceb873e0ca_removebg.jpg?w=600', 'https://abimg003.imgix.net/VU70XRZ/2026-03-16/image/a5637521-586d-44fd-94fd-c85ee368d64e_removebg.jpg?w=600', 'https://abimg003.imgix.net/VU70XRZ/2026-03-16/image/afc471c2-1e85-45fc-8002-ae13e83de4be_removebg.jpg?w=600', 'https://abimg003.imgix.net/VU70XRZ/2026-03-16/image/850ae294-5878-4200-ac56-449587d6bbaf_removebg.jpg?w=600', 'https://abimg003.imgix.net/VU70XRZ/2026-03-16/image/d0ab7403-8e33-4dbf-bf80-2a00f797581a_removebg.jpg?w=600', 'https://abimg003.imgix.net/VU70XRZ/2026-03-16/image/a9a83bab-ef03-4908-8952-6883e689a78a_removebg.jpg?w=600', 'https://abimg003.imgix.net/VU70XRZ/2026-03-16/image/0200b4c2-714e-4260-8293-2687fd2c2166_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-24 13:07:53 [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': 92}, 'saleStart': '2026-03-31T09:15Z', '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-16/image/8f679fd0-0a9a-4a7a-bacd-aeceb873e0ca_removebg.jpg?w=600', 'https://abimg003.imgix.net/VU70XRZ/2026-03-16/image/a5637521-586d-44fd-94fd-c85ee368d64e_removebg.jpg?w=600', 'https://abimg003.imgix.net/VU70XRZ/2026-03-16/image/afc471c2-1e85-45fc-8002-ae13e83de4be_removebg.jpg?w=600', 'https://abimg003.imgix.net/VU70XRZ/2026-03-16/image/850ae294-5878-4200-ac56-449587d6bbaf_removebg.jpg?w=600', 'https://abimg003.imgix.net/VU70XRZ/2026-03-16/image/d0ab7403-8e33-4dbf-bf80-2a00f797581a_removebg.jpg?w=600', 'https://abimg003.imgix.net/VU70XRZ/2026-03-16/image/a9a83bab-ef03-4908-8952-6883e689a78a_removebg.jpg?w=600', 'https://abimg003.imgix.net/VU70XRZ/2026-03-16/image/0200b4c2-714e-4260-8293-2687fd2c2166_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-24 13:07:53 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e90b1a1a-8a71-5231-b8da-78b52dcfbc24 with identifier: 120468770
2026-03-24 13:07:53 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e90b1a1a-8a71-5231-b8da-78b52dcfbc24 with scrape type 2
2026-03-24 13:07:53 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e90b1a1a-8a71-5231-b8da-78b52dcfbc24 with scrape type 2
2026-03-24 13:07:53 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: e90b1a1a-8a71-5231-b8da-78b52dcfbc24, identifier: 120468770
2026-03-24 13:07:53 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: e90b1a1a-8a71-5231-b8da-78b52dcfbc24 with identifier: 120468770
2026-03-24 13:07:53 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: e90b1a1a-8a71-5231-b8da-78b52dcfbc24 with identifier: 120468770
2026-03-24 13:07:53 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: e90b1a1a-8a71-5231-b8da-78b52dcfbc24 with identifier: 120468770 to the API
2026-03-24 13:07:53 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 13:07: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-24 13:07:55 [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:15: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-24 13:07:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:07:55 [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-24 13:07:55 [astonbarclay.gb] INFO: Saving data for 120468770: {'auction_closing_time': 1774948500.0, 'created_time': 1773666825.382958, 'last_price_update_time': 1774357675.034493}
2026-03-24 13:07:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:07:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120468770') HTTP/1.1" 204 0
2026-03-24 13:07:55 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 13:07:55 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fde51814c90>
2026-03-24 13:07:55 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 13:07:55 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-24 13:07:55 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 13:07:55 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_2c4c17cd-0a2c-5053-a528-f4ab621c0375/2c4c17cd-0a2c-5053-a528-f4ab621c0375_image_0.jpg HTTP/1.1" 201 0
2026-03-24 13:07:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:07:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FFH72OKE%252F2026-03-24%252Fimage%252F6b5c6afc-b712-452a-84b7-212211698e2e_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-24 13:07:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/FH72OKE/2026-03-24/image/6b5c6afc-b712-452a-84b7-212211698e2e_removebg.jpg?w=600 saved to cache
2026-03-24 13:07:55 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 2c4c17cd-0a2c-5053-a528-f4ab621c0375
2026-03-24 13:07:55 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 2c4c17cd-0a2c-5053-a528-f4ab621c0375, skipping ID generation
2026-03-24 13:07:55 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2c4c17cd-0a2c-5053-a528-f4ab621c0375 with scrape type 1
2026-03-24 13:07:55 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 2c4c17cd-0a2c-5053-a528-f4ab621c0375 sending to next pipeline
2026-03-24 13:07:55 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 2c4c17cd-0a2c-5053-a528-f4ab621c0375, identifier: 120724450
2026-03-24 13:07:55 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 2c4c17cd-0a2c-5053-a528-f4ab621c0375 with identifier: 120724450
2026-03-24 13:07:55 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 2c4c17cd-0a2c-5053-a528-f4ab621c0375 with identifier: 120724450
2026-03-24 13:07:55 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 2c4c17cd-0a2c-5053-a528-f4ab621c0375 with identifier: 120724450 to the API
2026-03-24 13:07:55 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 13:07: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-24 13:07:57 [scrapy.core.scraper] DEBUG: Scraped from <200 https://abimg003.imgix.net/FH72OKE/2026-03-24/image/6b5c6afc-b712-452a-84b7-212211698e2e_removebg.jpg?w=600>
{'auction_title': '',
'c_o_2_emission_value': 142,
'color': 'BLACK',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.0L',
'expiration_date': '2026-03-31T09:15:00Z',
'fuel_type': 'Petrol',
'id': '2c4c17cd-0a2c-5053-a528-f4ab621c0375',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'FH72OKE',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120724450',
'listing': 'auction',
'location': 'Aston Barclay Prees Heath',
'make': 'FORD',
'model': 'ECOSPORT HATCHBACK',
'odometer': 25451,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 1,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_2c4c17cd-0a2c-5053-a528-f4ab621c0375/2c4c17cd-0a2c-5053-a528-f4ab621c0375_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 37050,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/FH72OKE/2026-03-24/image/6b5c6afc-b712-452a-84b7-212211698e2e_removebg.jpg?w=600',
'Width': 600}],
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-02-03',
'seller_name': 'Motability Operations',
'title': 'FORD ECOSPORT HATCHBACK 1.0 EcoBoost 140 ST-Line 5dr',
'transmission': 'manual',
'trim': '1.0 EcoBoost 140 ST-Line 5dr',
'vin': None,
'year': 2023}
2026-03-24 13:07:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:07:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120724450%27 HTTP/1.1" 200 None
2026-03-24 13:07:57 [astonbarclay.gb] INFO: Saving data for 120724450: {'created_time': 1774357677.280527, 'last_price_update_time': 1774357677.280543, 'auction_closing_time': 1774948500.0}
2026-03-24 13:07:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:07:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120724450') HTTP/1.1" 204 0
2026-03-24 13:07:58 [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-24 13:07:58 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:07:58 [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': 240}, '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': None, 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': None, 'serviceHistory': '', 'remarks': 'VOSA STATES 26K 42K 66K 75K', 'virtual': False, 'seller': 'Direct From GT Vehicle Leasing’', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': False, 'v5details': None, '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-24 13:07:58 [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': 240}, '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': None, 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': None, 'serviceHistory': '', 'remarks': 'VOSA STATES 26K 42K 66K 75K', 'virtual': False, 'seller': 'Direct From GT Vehicle Leasing’', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': False, 'v5details': None, '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-24 13:07:58 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7b8b83b0-ceb5-56fe-a081-19993dc8ba42 with identifier: 120719635
2026-03-24 13:07:58 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7b8b83b0-ceb5-56fe-a081-19993dc8ba42 with scrape type 1
2026-03-24 13:07:58 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 0 photos for item 7b8b83b0-ceb5-56fe-a081-19993dc8ba42
2026-03-24 13:07:58 [crawlers.middlewares.photo_download_middleware] INFO: No photos to download for item 7b8b83b0-ceb5-56fe-a081-19993dc8ba42
2026-03-24 13:07:58 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 7b8b83b0-ceb5-56fe-a081-19993dc8ba42, identifier: 120719635
2026-03-24 13:07:58 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 7b8b83b0-ceb5-56fe-a081-19993dc8ba42 with identifier: 120719635
2026-03-24 13:07:58 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 7b8b83b0-ceb5-56fe-a081-19993dc8ba42 with identifier: 120719635
2026-03-24 13:07:58 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 7b8b83b0-ceb5-56fe-a081-19993dc8ba42 with identifier: 120719635 to the API
2026-03-24 13:07:58 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 13:08: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-24 13:08:00 [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-24 13:08:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:08:00 [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-24 13:08:00 [astonbarclay.gb] INFO: Saving data for 120719635: {'created_time': 1774357680.390497, 'last_price_update_time': 1774357680.390509, 'auction_closing_time': 1774947600.0}
2026-03-24 13:08:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:08:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120719635') HTTP/1.1" 204 0
2026-03-24 13:08:01 [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-24 13:08:01 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:08:01 [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': 92}, 'saleStart': '2026-03-31T09:15Z', 'lot': None, 'hall': 'Main Hall', 'transmission': 'automatic', 'firstRegistration': '2023-02-17', 'fuel': 'Petrol', 'motExpiry': '2026-11-24', 'doors': 5, 'engineSize': 1199, 'bodyType': 'Hatchback', 'images': None, 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': None, 'serviceHistory': 'Service 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': None, 'assuredType': None, 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 13:08:01 [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': 92}, 'saleStart': '2026-03-31T09:15Z', 'lot': None, 'hall': 'Main Hall', 'transmission': 'automatic', 'firstRegistration': '2023-02-17', 'fuel': 'Petrol', 'motExpiry': '2026-11-24', 'doors': 5, 'engineSize': 1199, 'bodyType': 'Hatchback', 'images': None, 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': None, 'serviceHistory': 'Service 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': None, 'assuredType': None, 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 13:08:01 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1baa0117-aa8f-5c68-b7c6-6f505090307a with identifier: 120722644
2026-03-24 13:08:01 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1baa0117-aa8f-5c68-b7c6-6f505090307a with scrape type 1
2026-03-24 13:08:01 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 0 photos for item 1baa0117-aa8f-5c68-b7c6-6f505090307a
2026-03-24 13:08:01 [crawlers.middlewares.photo_download_middleware] INFO: No photos to download for item 1baa0117-aa8f-5c68-b7c6-6f505090307a
2026-03-24 13:08:01 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 1baa0117-aa8f-5c68-b7c6-6f505090307a, identifier: 120722644
2026-03-24 13:08:01 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 1baa0117-aa8f-5c68-b7c6-6f505090307a with identifier: 120722644
2026-03-24 13:08:01 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 1baa0117-aa8f-5c68-b7c6-6f505090307a with identifier: 120722644
2026-03-24 13:08:01 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 1baa0117-aa8f-5c68-b7c6-6f505090307a with identifier: 120722644 to the API
2026-03-24 13:08:01 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 13:08: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-24 13:08:02 [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:15: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-24 13:08:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:08:02 [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-24 13:08:02 [astonbarclay.gb] INFO: Saving data for 120722644: {'created_time': 1774357682.757043, 'last_price_update_time': 1774357682.757055, 'auction_closing_time': 1774948500.0}
2026-03-24 13:08:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:08:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120722644') HTTP/1.1" 204 0
2026-03-24 13:08:02 [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-24 13:08:02 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:08:02 [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': 468}, '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-24 13:08:02 [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': 468}, '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-24 13:08:02 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f9b1c34b-23c9-5837-9dea-6176f91d199a with identifier: 120439927
2026-03-24 13:08:02 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f9b1c34b-23c9-5837-9dea-6176f91d199a with scrape type 2
2026-03-24 13:08:02 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f9b1c34b-23c9-5837-9dea-6176f91d199a with scrape type 2
2026-03-24 13:08:02 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: f9b1c34b-23c9-5837-9dea-6176f91d199a, identifier: 120439927
2026-03-24 13:08:02 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: f9b1c34b-23c9-5837-9dea-6176f91d199a with identifier: 120439927
2026-03-24 13:08:02 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: f9b1c34b-23c9-5837-9dea-6176f91d199a with identifier: 120439927
2026-03-24 13:08:03 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: f9b1c34b-23c9-5837-9dea-6176f91d199a with identifier: 120439927 to the API
2026-03-24 13:08:03 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 13:08: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-24 13:08:04 [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-24 13:08:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:08:04 [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-24 13:08:04 [astonbarclay.gb] INFO: Saving data for 120439927: {'auction_closing_time': 1774888200.0, 'created_time': 1773406860.576943, 'last_price_update_time': 1774357684.569909}
2026-03-24 13:08:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:08:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120439927') HTTP/1.1" 204 0
2026-03-24 13:08:06 [scrapy.extensions.logstats] INFO: Crawled 115 pages (at 15 pages/min), scraped 91 items (at 15 items/min)
2026-03-24 13:08:06 [scrapy.extensions.memusage] INFO: Peak memory usage is 180MiB
2026-03-24 13:08:06 [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-24 13:08:06 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:08:06 [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': 468}, 'saleStart': '2026-03-30T09:00Z', 'lot': None, '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-24 13:08:06 [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': 468}, 'saleStart': '2026-03-30T09:00Z', 'lot': None, '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-24 13:08:06 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c1767869-859f-5a1b-a0fb-4745661e558c with identifier: 118690249
2026-03-24 13:08:06 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c1767869-859f-5a1b-a0fb-4745661e558c with scrape type 2
2026-03-24 13:08:06 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c1767869-859f-5a1b-a0fb-4745661e558c with scrape type 2
2026-03-24 13:08:07 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: c1767869-859f-5a1b-a0fb-4745661e558c, identifier: 118690249
2026-03-24 13:08:07 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: c1767869-859f-5a1b-a0fb-4745661e558c with identifier: 118690249
2026-03-24 13:08:07 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: c1767869-859f-5a1b-a0fb-4745661e558c with identifier: 118690249
2026-03-24 13:08:07 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: c1767869-859f-5a1b-a0fb-4745661e558c with identifier: 118690249 to the API
2026-03-24 13:08:07 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 13:08:08 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-24 13:08:08 [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-24 13:08:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:08:08 [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-24 13:08:08 [astonbarclay.gb] INFO: Saving data for 118690249: {'auction_closing_time': 1774861200.0, 'created_time': 1773402846.66279, 'last_price_update_time': 1774357688.935741}
2026-03-24 13:08:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:08:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='118690249') HTTP/1.1" 204 0
2026-03-24 13:08:09 [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-24 13:08:09 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:08:10 [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': 468}, '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-24 13:08:10 [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': 468}, '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-24 13:08:10 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 04c6605c-dfbf-5646-ba97-b9ef1dff9df2 with identifier: 120657468
2026-03-24 13:08:10 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 04c6605c-dfbf-5646-ba97-b9ef1dff9df2 with scrape type 2
2026-03-24 13:08:10 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 04c6605c-dfbf-5646-ba97-b9ef1dff9df2 with scrape type 2
2026-03-24 13:08:10 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 04c6605c-dfbf-5646-ba97-b9ef1dff9df2, identifier: 120657468
2026-03-24 13:08:10 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 04c6605c-dfbf-5646-ba97-b9ef1dff9df2 with identifier: 120657468
2026-03-24 13:08:10 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 04c6605c-dfbf-5646-ba97-b9ef1dff9df2 with identifier: 120657468
2026-03-24 13:08:10 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 04c6605c-dfbf-5646-ba97-b9ef1dff9df2 with identifier: 120657468 to the API
2026-03-24 13:08:10 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 13:08: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-24 13:08:12 [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-24 13:08:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:08:12 [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-24 13:08:12 [astonbarclay.gb] INFO: Saving data for 120657468: {'auction_closing_time': 1774888200.0, 'created_time': 1774034174.63365, 'last_price_update_time': 1774357692.246795}
2026-03-24 13:08:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:08:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120657468') HTTP/1.1" 204 0
2026-03-24 13:08:12 [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-24 13:08:12 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:08:13 [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': 468}, 'saleStart': '2026-03-30T09:00Z', 'lot': None, '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-24 13:08:13 [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': 468}, 'saleStart': '2026-03-30T09:00Z', 'lot': None, '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-24 13:08:13 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 51e682c3-80ca-5bca-99ee-9f8ee660bbd0 with identifier: 120196358
2026-03-24 13:08:13 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 51e682c3-80ca-5bca-99ee-9f8ee660bbd0 with scrape type 2
2026-03-24 13:08:13 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 51e682c3-80ca-5bca-99ee-9f8ee660bbd0 with scrape type 2
2026-03-24 13:08:13 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 51e682c3-80ca-5bca-99ee-9f8ee660bbd0, identifier: 120196358
2026-03-24 13:08:13 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 51e682c3-80ca-5bca-99ee-9f8ee660bbd0 with identifier: 120196358
2026-03-24 13:08:13 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 51e682c3-80ca-5bca-99ee-9f8ee660bbd0 with identifier: 120196358
2026-03-24 13:08:13 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 51e682c3-80ca-5bca-99ee-9f8ee660bbd0 with identifier: 120196358 to the API
2026-03-24 13:08:13 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 13:08:13 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-24 13:08:13 [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-24 13:08:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:08:13 [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-24 13:08:13 [astonbarclay.gb] INFO: Saving data for 120196358: {'auction_closing_time': 1774861200.0, 'created_time': 1773402898.296477, 'last_price_update_time': 1774357693.933982}
2026-03-24 13:08:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:08:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120196358') HTTP/1.1" 204 0
2026-03-24 13:08:13 [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-24 13:08:13 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:08:14 [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': 92}, 'saleStart': '2026-03-31T09:15Z', 'lot': None, 'hall': 'Main Hall', 'transmission': 'automatic', 'firstRegistration': '2023-01-30', 'fuel': 'Petrol', 'motExpiry': '2027-01-29', 'doors': 5, 'engineSize': 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-24 13:08:14 [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': 92}, 'saleStart': '2026-03-31T09:15Z', 'lot': None, 'hall': 'Main Hall', 'transmission': 'automatic', 'firstRegistration': '2023-01-30', 'fuel': 'Petrol', 'motExpiry': '2027-01-29', 'doors': 5, 'engineSize': 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-24 13:08:14 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6bf10010-d0c9-546e-828e-86297ec00a4d with identifier: 120674696
2026-03-24 13:08:14 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6bf10010-d0c9-546e-828e-86297ec00a4d with scrape type 2
2026-03-24 13:08:14 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6bf10010-d0c9-546e-828e-86297ec00a4d with scrape type 2
2026-03-24 13:08:14 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 6bf10010-d0c9-546e-828e-86297ec00a4d, identifier: 120674696
2026-03-24 13:08:14 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 6bf10010-d0c9-546e-828e-86297ec00a4d with identifier: 120674696
2026-03-24 13:08:14 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 6bf10010-d0c9-546e-828e-86297ec00a4d with identifier: 120674696
2026-03-24 13:08:14 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 6bf10010-d0c9-546e-828e-86297ec00a4d with identifier: 120674696 to the API
2026-03-24 13:08:14 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 13:08: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-24 13:08:15 [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:15: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-24 13:08:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:08:15 [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-24 13:08:15 [astonbarclay.gb] INFO: Saving data for 120674696: {'auction_closing_time': 1774948500.0, 'created_time': 1774260364.678362, 'last_price_update_time': 1774357695.657082}
2026-03-24 13:08:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:08:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120674696') HTTP/1.1" 204 0
2026-03-24 13:08:16 [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-24 13:08:16 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:08:16 [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': 47}, 'saleStart': '2026-03-27T11:00Z', 'lot': None, '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-24 13:08:16 [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': 47}, 'saleStart': '2026-03-27T11:00Z', 'lot': None, '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-24 13:08:16 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: db918195-3d9f-565a-be4c-6d7d8725b992 with identifier: 118514672
2026-03-24 13:08:16 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item db918195-3d9f-565a-be4c-6d7d8725b992 with scrape type 2
2026-03-24 13:08:16 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item db918195-3d9f-565a-be4c-6d7d8725b992 with scrape type 2
2026-03-24 13:08:16 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: db918195-3d9f-565a-be4c-6d7d8725b992, identifier: 118514672
2026-03-24 13:08:16 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: db918195-3d9f-565a-be4c-6d7d8725b992 with identifier: 118514672
2026-03-24 13:08:16 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-24 13:08:16 [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-24 13:08:16 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-24 13:08:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='auto',RowKey='auto') HTTP/1.1" 204 0
2026-03-24 13:08:16 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: db918195-3d9f-565a-be4c-6d7d8725b992 with identifier: 118514672
2026-03-24 13:08:17 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: db918195-3d9f-565a-be4c-6d7d8725b992 with identifier: 118514672 to the API
2026-03-24 13:08:17 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 13:08:17 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-24 13:08:17 [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-24 13:08:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:08:17 [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-24 13:08:17 [astonbarclay.gb] INFO: Saving data for 118514672: {'auction_closing_time': 1774609200.0, 'created_time': 1773401896.750567, 'last_price_update_time': 1774357697.654727}
2026-03-24 13:08:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:08:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='118514672') HTTP/1.1" 204 0
2026-03-24 13:08:17 [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-24 13:08:17 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:08:17 [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 Edition 5dr', 'mileage': 34409, 'mileageWarranty': True, 'type': 'car', 'saleId': 19180, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 468}, 'saleStart': '2026-03-30T09:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2023-03-09', 'fuel': 'Petrol', 'motExpiry': None, 'doors': 5, 'engineSize': 999, 'bodyType': 'Hatchback', 'images': None, 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': None, 'serviceHistory': '', 'remarks': '', 'virtual': False, 'seller': 'Motability Operations', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': False, 'v5details': None, 'co2': 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-24 13:08:17 [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 Edition 5dr', 'mileage': 34409, 'mileageWarranty': True, 'type': 'car', 'saleId': 19180, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 468}, 'saleStart': '2026-03-30T09:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2023-03-09', 'fuel': 'Petrol', 'motExpiry': None, 'doors': 5, 'engineSize': 999, 'bodyType': 'Hatchback', 'images': None, 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': None, 'serviceHistory': '', 'remarks': '', 'virtual': False, 'seller': 'Motability Operations', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': False, 'v5details': None, 'co2': 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-24 13:08:17 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f9c670a0-40c6-59c0-8740-056ab8d768af with identifier: 120731493
2026-03-24 13:08:17 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f9c670a0-40c6-59c0-8740-056ab8d768af with scrape type 1
2026-03-24 13:08:17 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 0 photos for item f9c670a0-40c6-59c0-8740-056ab8d768af
2026-03-24 13:08:17 [crawlers.middlewares.photo_download_middleware] INFO: No photos to download for item f9c670a0-40c6-59c0-8740-056ab8d768af
2026-03-24 13:08:17 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: f9c670a0-40c6-59c0-8740-056ab8d768af, identifier: 120731493
2026-03-24 13:08:17 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: f9c670a0-40c6-59c0-8740-056ab8d768af with identifier: 120731493
2026-03-24 13:08:17 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: f9c670a0-40c6-59c0-8740-056ab8d768af with identifier: 120731493
2026-03-24 13:08:17 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: f9c670a0-40c6-59c0-8740-056ab8d768af with identifier: 120731493 to the API
2026-03-24 13:08:17 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 13:08: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-24 13:08:19 [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-03-30T09: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 Edition '
'5dr',
'transmission': 'manual',
'trim': '1.0 EcoBoost Hybrid mHEV 155 ST-Line Edition 5dr',
'vin': None,
'year': 2023}
2026-03-24 13:08:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:08:19 [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-24 13:08:19 [astonbarclay.gb] INFO: Saving data for 120731493: {'created_time': 1774357699.587776, 'last_price_update_time': 1774357699.587787, 'auction_closing_time': 1774861200.0}
2026-03-24 13:08:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:08:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120731493') HTTP/1.1" 204 0
2026-03-24 13:08:20 [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-24 13:08:20 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:08:20 [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-24 13:08:20 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:08:20 [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': 468}, 'saleStart': '2026-03-30T09:00Z', 'lot': None, '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-24 13:08:20 [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': 468}, 'saleStart': '2026-03-30T09:00Z', 'lot': None, '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-24 13:08:20 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 23174fe5-aa3b-5ce8-9a12-89304fb5e8d3 with identifier: 120256233
2026-03-24 13:08:20 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 23174fe5-aa3b-5ce8-9a12-89304fb5e8d3 with scrape type 2
2026-03-24 13:08:20 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 23174fe5-aa3b-5ce8-9a12-89304fb5e8d3 with scrape type 2
2026-03-24 13:08:20 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 23174fe5-aa3b-5ce8-9a12-89304fb5e8d3, identifier: 120256233
2026-03-24 13:08:20 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 23174fe5-aa3b-5ce8-9a12-89304fb5e8d3 with identifier: 120256233
2026-03-24 13:08:20 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 23174fe5-aa3b-5ce8-9a12-89304fb5e8d3 with identifier: 120256233
2026-03-24 13:08:20 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 23174fe5-aa3b-5ce8-9a12-89304fb5e8d3 with identifier: 120256233 to the API
2026-03-24 13:08:20 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 13:08: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-24 13:08:21 [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-24 13:08:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:08:21 [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-24 13:08:21 [astonbarclay.gb] INFO: Saving data for 120256233: {'auction_closing_time': 1774861200.0, 'created_time': 1773741767.485538, 'last_price_update_time': 1774357701.309962}
2026-03-24 13:08:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:08:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120256233') HTTP/1.1" 204 0
2026-03-24 13:08:21 [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-24 13:08:21 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:08:21 [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': 47}, 'saleStart': '2026-03-27T11:00Z', 'lot': None, '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-24 13:08:21 [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': 47}, 'saleStart': '2026-03-27T11:00Z', 'lot': None, '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-24 13:08:21 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4ec2ed82-bfa8-5efa-ad30-f1db42b8eada with identifier: 120297730
2026-03-24 13:08:21 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4ec2ed82-bfa8-5efa-ad30-f1db42b8eada with scrape type 2
2026-03-24 13:08:21 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4ec2ed82-bfa8-5efa-ad30-f1db42b8eada with scrape type 2
2026-03-24 13:08:21 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 4ec2ed82-bfa8-5efa-ad30-f1db42b8eada, identifier: 120297730
2026-03-24 13:08:21 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 4ec2ed82-bfa8-5efa-ad30-f1db42b8eada with identifier: 120297730
2026-03-24 13:08:21 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 4ec2ed82-bfa8-5efa-ad30-f1db42b8eada with identifier: 120297730
2026-03-24 13:08:21 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 4ec2ed82-bfa8-5efa-ad30-f1db42b8eada with identifier: 120297730 to the API
2026-03-24 13:08:21 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 13:08:23 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-24 13:08:23 [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-24 13:08:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:08:23 [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-24 13:08:23 [astonbarclay.gb] INFO: Saving data for 120297730: {'created_time': 1773401916.30447, 'last_price_update_time': 1774357703.472541, 'auction_closing_time': 1774609200.0}
2026-03-24 13:08:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:08:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120297730') HTTP/1.1" 204 0
2026-03-24 13:08:23 [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': 92}, 'saleStart': '2026-03-31T09:15Z', '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-24 13:08:23 [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': 92}, 'saleStart': '2026-03-31T09:15Z', '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-24 13:08:23 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ef1e59ee-7e59-5505-822b-330a601fe225 with identifier: 120675722
2026-03-24 13:08:23 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ef1e59ee-7e59-5505-822b-330a601fe225 with scrape type 2
2026-03-24 13:08:23 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ef1e59ee-7e59-5505-822b-330a601fe225 with scrape type 2
2026-03-24 13:08:23 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: ef1e59ee-7e59-5505-822b-330a601fe225, identifier: 120675722
2026-03-24 13:08:23 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: ef1e59ee-7e59-5505-822b-330a601fe225 with identifier: 120675722
2026-03-24 13:08:23 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: ef1e59ee-7e59-5505-822b-330a601fe225 with identifier: 120675722
2026-03-24 13:08:23 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: ef1e59ee-7e59-5505-822b-330a601fe225 with identifier: 120675722 to the API
2026-03-24 13:08:23 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 13:08: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-24 13:08:24 [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:15: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-24 13:08:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:08:24 [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-24 13:08:24 [astonbarclay.gb] INFO: Saving data for 120675722: {'auction_closing_time': 1774948500.0, 'created_time': 1774260366.479891, 'last_price_update_time': 1774357704.914753}
2026-03-24 13:08:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:08:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120675722') HTTP/1.1" 204 0
2026-03-24 13:08:24 [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-24 13:08:24 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:08:25 [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': 47}, 'saleStart': '2026-03-27T11:00Z', 'lot': None, '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-24 13:08:25 [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': 47}, 'saleStart': '2026-03-27T11:00Z', 'lot': None, '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-24 13:08:25 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3863b3a2-581a-5113-8c88-6646a6591a3a with identifier: 118344012
2026-03-24 13:08:25 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3863b3a2-581a-5113-8c88-6646a6591a3a with scrape type 2
2026-03-24 13:08:25 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3863b3a2-581a-5113-8c88-6646a6591a3a with scrape type 2
2026-03-24 13:08:25 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 3863b3a2-581a-5113-8c88-6646a6591a3a, identifier: 118344012
2026-03-24 13:08:25 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 3863b3a2-581a-5113-8c88-6646a6591a3a with identifier: 118344012
2026-03-24 13:08:25 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 3863b3a2-581a-5113-8c88-6646a6591a3a with identifier: 118344012
2026-03-24 13:08:25 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 3863b3a2-581a-5113-8c88-6646a6591a3a with identifier: 118344012 to the API
2026-03-24 13:08:25 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 13:08:26 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-24 13:08:26 [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-24 13:08:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:08:26 [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-24 13:08:26 [astonbarclay.gb] INFO: Saving data for 118344012: {'auction_closing_time': 1774609200.0, 'created_time': 1774033778.254908, 'last_price_update_time': 1774357706.926523}
2026-03-24 13:08:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:08:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='118344012') HTTP/1.1" 204 0
2026-03-24 13:08:26 [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-24 13:08:26 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:08:27 [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': 92}, 'saleStart': '2026-03-31T09:15Z', 'lot': None, 'hall': 'Main Hall', 'transmission': 'automatic', 'firstRegistration': '2020-07-21', 'fuel': 'Diesel', 'motExpiry': '2026-04-10', 'doors': 5, 'engineSize': 1499, 'bodyType': 'Estate', 'images': None, 'colour': 'SILVER', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': None, 'serviceHistory': '', 'remarks': 'vosa @ 6k 10k 15k', 'virtual': False, 'seller': 'Motability Operations', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': False, 'v5details': None, 'co2': 173, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': None, 'assuredType': None, 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 13:08:27 [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': 92}, 'saleStart': '2026-03-31T09:15Z', 'lot': None, 'hall': 'Main Hall', 'transmission': 'automatic', 'firstRegistration': '2020-07-21', 'fuel': 'Diesel', 'motExpiry': '2026-04-10', 'doors': 5, 'engineSize': 1499, 'bodyType': 'Estate', 'images': None, 'colour': 'SILVER', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': None, 'serviceHistory': '', 'remarks': 'vosa @ 6k 10k 15k', 'virtual': False, 'seller': 'Motability Operations', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': False, 'v5details': None, 'co2': 173, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': None, 'assuredType': None, 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 13:08:27 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9a61cec1-c347-5d9a-bbae-021a3578daae with identifier: 120730333
2026-03-24 13:08:27 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9a61cec1-c347-5d9a-bbae-021a3578daae with scrape type 1
2026-03-24 13:08:27 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 0 photos for item 9a61cec1-c347-5d9a-bbae-021a3578daae
2026-03-24 13:08:27 [crawlers.middlewares.photo_download_middleware] INFO: No photos to download for item 9a61cec1-c347-5d9a-bbae-021a3578daae
2026-03-24 13:08:27 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 9a61cec1-c347-5d9a-bbae-021a3578daae, identifier: 120730333
2026-03-24 13:08:27 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 9a61cec1-c347-5d9a-bbae-021a3578daae with identifier: 120730333
2026-03-24 13:08:27 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 9a61cec1-c347-5d9a-bbae-021a3578daae with identifier: 120730333
2026-03-24 13:08:27 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 9a61cec1-c347-5d9a-bbae-021a3578daae with identifier: 120730333 to the API
2026-03-24 13:08:27 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 13:08:29 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-24 13:08:29 [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:15: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-24 13:08:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:08:29 [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-24 13:08:29 [astonbarclay.gb] INFO: Saving data for 120730333: {'created_time': 1774357709.146606, 'last_price_update_time': 1774357709.146618, 'auction_closing_time': 1774948500.0}
2026-03-24 13:08:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:08:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120730333') HTTP/1.1" 204 0
2026-03-24 13:08:29 [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-24 13:08:29 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:08:29 [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': 47}, 'saleStart': '2026-03-27T11:00Z', 'lot': None, '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-24 13:08:29 [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': 47}, 'saleStart': '2026-03-27T11:00Z', 'lot': None, '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-24 13:08:29 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 22e01dd4-b5c9-54bb-950d-080bed99a7fe with identifier: 118594241
2026-03-24 13:08:29 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 22e01dd4-b5c9-54bb-950d-080bed99a7fe with scrape type 2
2026-03-24 13:08:29 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 22e01dd4-b5c9-54bb-950d-080bed99a7fe with scrape type 2
2026-03-24 13:08:29 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 22e01dd4-b5c9-54bb-950d-080bed99a7fe, identifier: 118594241
2026-03-24 13:08:29 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 22e01dd4-b5c9-54bb-950d-080bed99a7fe with identifier: 118594241
2026-03-24 13:08:29 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 22e01dd4-b5c9-54bb-950d-080bed99a7fe with identifier: 118594241
2026-03-24 13:08:29 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 22e01dd4-b5c9-54bb-950d-080bed99a7fe with identifier: 118594241 to the API
2026-03-24 13:08:29 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 13:08: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-24 13:08:30 [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-24 13:08:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:08:30 [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-24 13:08:30 [astonbarclay.gb] INFO: Saving data for 118594241: {'auction_closing_time': 1774609200.0, 'created_time': 1774033574.931749, 'last_price_update_time': 1774357710.434077}
2026-03-24 13:08:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:08:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='118594241') HTTP/1.1" 204 0
2026-03-24 13:08:30 [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-24 13:08:30 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:08:30 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 119721273, 'registration': 'OV73CYX', 'account': 'VWF013', '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': 47}, 'saleStart': '2026-03-27T11:00Z', 'lot': None, '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': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': True, 'inspectionType': 'Zenith - LCV', 'serviceHistory': '', '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': 'Margin', 'value': 'M'}}
2026-03-24 13:08:30 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 119721273, 'registration': 'OV73CYX', 'account': 'VWF013', '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': 47}, 'saleStart': '2026-03-27T11:00Z', 'lot': None, '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': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': True, 'inspectionType': 'Zenith - LCV', 'serviceHistory': '', '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': 'Margin', 'value': 'M'}}
2026-03-24 13:08:30 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 232df26b-693f-5028-b95c-90a903c5297b with identifier: 119721273
2026-03-24 13:08:30 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 232df26b-693f-5028-b95c-90a903c5297b with scrape type 2
2026-03-24 13:08:30 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 232df26b-693f-5028-b95c-90a903c5297b with scrape type 2
2026-03-24 13:08:30 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 232df26b-693f-5028-b95c-90a903c5297b, identifier: 119721273
2026-03-24 13:08:30 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 232df26b-693f-5028-b95c-90a903c5297b with identifier: 119721273
2026-03-24 13:08:30 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 232df26b-693f-5028-b95c-90a903c5297b with identifier: 119721273
2026-03-24 13:08:30 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 232df26b-693f-5028-b95c-90a903c5297b with identifier: 119721273 to the API
2026-03-24 13:08:30 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 13:08:32 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-24 13:08:32 [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': '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': True,
'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-24 13:08:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:08:32 [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-24 13:08:32 [astonbarclay.gb] INFO: Saving data for 119721273: {'auction_closing_time': 1774609200.0, 'created_time': 1774033543.552611, 'last_price_update_time': 1774357712.218663}
2026-03-24 13:08:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:08:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='119721273') HTTP/1.1" 204 0
2026-03-24 13:08:32 [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-24 13:08:32 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:08:32 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120723504, 'registration': 'YS10EAM', 'account': 'WBA001', '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': 645}, 'saleStart': '2026-03-27T09:45Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2010-06-26', 'fuel': 'Petrol', 'motExpiry': '2026-11-25', 'doors': 5, 'engineSize': 1598, 'bodyType': 'Hatchback', 'images': None, 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': None, 'serviceHistory': '', 'remarks': 'VOSA STATES 20K, 29K, 36K, 43K, 53K, 62K, 70K, 79K, 82K, 89K, 96K, 103K, 108K,', 'virtual': False, 'seller': 'UKCGR', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '2', 'v5': False, 'v5details': None, 'co2': 147, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': None, 'assuredType': None, 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 13:08:32 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120723504, 'registration': 'YS10EAM', 'account': 'WBA001', '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': 645}, 'saleStart': '2026-03-27T09:45Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2010-06-26', 'fuel': 'Petrol', 'motExpiry': '2026-11-25', 'doors': 5, 'engineSize': 1598, 'bodyType': 'Hatchback', 'images': None, 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': None, 'serviceHistory': '', 'remarks': 'VOSA STATES 20K, 29K, 36K, 43K, 53K, 62K, 70K, 79K, 82K, 89K, 96K, 103K, 108K,', 'virtual': False, 'seller': 'UKCGR', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '2', 'v5': False, 'v5details': None, 'co2': 147, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': None, 'assuredType': None, 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 13:08:32 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 21edad10-d151-58b0-a734-76302bcf7aaf with identifier: 120723504
2026-03-24 13:08:32 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 21edad10-d151-58b0-a734-76302bcf7aaf with scrape type 1
2026-03-24 13:08:32 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 0 photos for item 21edad10-d151-58b0-a734-76302bcf7aaf
2026-03-24 13:08:32 [crawlers.middlewares.photo_download_middleware] INFO: No photos to download for item 21edad10-d151-58b0-a734-76302bcf7aaf
2026-03-24 13:08:32 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 21edad10-d151-58b0-a734-76302bcf7aaf, identifier: 120723504
2026-03-24 13:08:32 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 21edad10-d151-58b0-a734-76302bcf7aaf with identifier: 120723504
2026-03-24 13:08:32 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 21edad10-d151-58b0-a734-76302bcf7aaf with identifier: 120723504
2026-03-24 13:08:32 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 21edad10-d151-58b0-a734-76302bcf7aaf with identifier: 120723504 to the API
2026-03-24 13:08:32 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 13:08: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-24 13:08:34 [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',
'title': 'VAUXHALL ASTRA HATCHBACK 1.6i 16V Exclusiv 5dr',
'transmission': 'manual',
'trim': '1.6i 16V Exclusiv 5dr',
'vin': None,
'year': 2010}
2026-03-24 13:08:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:08:34 [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-24 13:08:34 [astonbarclay.gb] INFO: Saving data for 120723504: {'created_time': 1774357714.289283, 'last_price_update_time': 1774357714.289297, 'auction_closing_time': 1774604700.0}
2026-03-24 13:08:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:08:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120723504') HTTP/1.1" 204 0
2026-03-24 13:08:35 [zyte_api._retry] DEBUG: Finished call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request' after 130.507(s), this was the 1st time calling it.
2026-03-24 13:08:35 [zyte_api._retry] DEBUG: Retrying zyte_api._async.AsyncZyteAPI.get.<locals>.request in 5.769685233065043 seconds as it raised ClientConnectorError: Cannot connect to host api.zyte.com:443 ssl:default [Connect call failed ('69.41.180.81', 443)].
2026-03-24 13:08:37 [zyte_api._retry] DEBUG: Finished call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request' after 130.189(s), this was the 1st time calling it.
2026-03-24 13:08:37 [zyte_api._retry] DEBUG: Retrying zyte_api._async.AsyncZyteAPI.get.<locals>.request in 3.804788195965686 seconds as it raised ClientConnectorError: Cannot connect to host api.zyte.com:443 ssl:default [Connect call failed ('69.41.180.81', 443)].
2026-03-24 13:08:40 [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-24 13:08:40 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:08:40 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120732831, 'registration': 'YP15KUS', 'account': 'WBA001', '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': 645}, 'saleStart': '2026-03-27T09:45Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2015-04-30', 'fuel': 'Petrol', 'motExpiry': '2026-06-09', 'doors': 5, 'engineSize': 1242, 'bodyType': 'Hatchback', 'images': None, 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': None, 'serviceHistory': '', 'remarks': 'VOSA STATES 13K, 17K, 20K, 24K, 28K, 33K, 39K, 47K,', 'virtual': False, 'seller': 'UKCGR', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '2', 'v5': False, 'v5details': None, 'co2': 122, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': None, 'assuredType': None, 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 13:08:40 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120732831, 'registration': 'YP15KUS', 'account': 'WBA001', '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': 645}, 'saleStart': '2026-03-27T09:45Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2015-04-30', 'fuel': 'Petrol', 'motExpiry': '2026-06-09', 'doors': 5, 'engineSize': 1242, 'bodyType': 'Hatchback', 'images': None, 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': None, 'serviceHistory': '', 'remarks': 'VOSA STATES 13K, 17K, 20K, 24K, 28K, 33K, 39K, 47K,', 'virtual': False, 'seller': 'UKCGR', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '2', 'v5': False, 'v5details': None, 'co2': 122, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': None, 'assuredType': None, 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 13:08:40 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 07c5acb6-2912-5591-87b4-052f487b10b2 with identifier: 120732831
2026-03-24 13:08:40 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 07c5acb6-2912-5591-87b4-052f487b10b2 with scrape type 1
2026-03-24 13:08:40 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 0 photos for item 07c5acb6-2912-5591-87b4-052f487b10b2
2026-03-24 13:08:40 [crawlers.middlewares.photo_download_middleware] INFO: No photos to download for item 07c5acb6-2912-5591-87b4-052f487b10b2
2026-03-24 13:08:40 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 07c5acb6-2912-5591-87b4-052f487b10b2, identifier: 120732831
2026-03-24 13:08:40 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 07c5acb6-2912-5591-87b4-052f487b10b2 with identifier: 120732831
2026-03-24 13:08:40 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 07c5acb6-2912-5591-87b4-052f487b10b2 with identifier: 120732831
2026-03-24 13:08:40 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 07c5acb6-2912-5591-87b4-052f487b10b2 with identifier: 120732831 to the API
2026-03-24 13:08:40 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 13:08: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-24 13:08:41 [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',
'title': 'FORD FIESTA HATCHBACK 1.25 82 Zetec 5dr',
'transmission': 'manual',
'trim': '1.25 82 Zetec 5dr',
'vin': None,
'year': 2015}
2026-03-24 13:08:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:08:41 [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-24 13:08:41 [astonbarclay.gb] INFO: Saving data for 120732831: {'created_time': 1774357721.717449, 'last_price_update_time': 1774357721.717462, 'auction_closing_time': 1774604700.0}
2026-03-24 13:08:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:08:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120732831') HTTP/1.1" 204 0
2026-03-24 13:08:41 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 2nd time calling it.
2026-03-24 13:08:41 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 2nd time calling it.
2026-03-24 13:08:42 [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-24 13:08:42 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:08:42 [astonbarclay.gb] INFO: Detail data: {'cardType': 'e-xchange', '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': 645}, 'saleStart': '2026-03-25T09:45Z', 'lot': None, '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-24 13:08:42 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'e-xchange', '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': 645}, 'saleStart': '2026-03-25T09:45Z', 'lot': None, '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-24 13:08:42 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f3c02f7e-f2c9-5e6b-bc7f-dbc19381fc68 with identifier: 119388788
2026-03-24 13:08:42 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f3c02f7e-f2c9-5e6b-bc7f-dbc19381fc68 with scrape type 2
2026-03-24 13:08:42 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f3c02f7e-f2c9-5e6b-bc7f-dbc19381fc68 with scrape type 2
2026-03-24 13:08:42 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: f3c02f7e-f2c9-5e6b-bc7f-dbc19381fc68, identifier: 119388788
2026-03-24 13:08:42 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: f3c02f7e-f2c9-5e6b-bc7f-dbc19381fc68 with identifier: 119388788
2026-03-24 13:08:42 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: f3c02f7e-f2c9-5e6b-bc7f-dbc19381fc68 with identifier: 119388788
2026-03-24 13:08:42 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: f3c02f7e-f2c9-5e6b-bc7f-dbc19381fc68 with identifier: 119388788 to the API
2026-03-24 13:08:42 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 13:08:43 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-24 13:08:43 [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-25T09: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-24 13:08:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:08:43 [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-24 13:08:43 [astonbarclay.gb] INFO: Saving data for 119388788: {'auction_closing_time': 1774431900.0, 'created_time': 1773401873.443303, 'last_price_update_time': 1774357723.508213}
2026-03-24 13:08:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:08:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='119388788') HTTP/1.1" 204 0
2026-03-24 13:08:54 [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-24 13:08:54 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:08:54 [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': 47}, 'saleStart': '2026-03-27T11:00Z', 'lot': None, '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-24 13:08:54 [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': 47}, 'saleStart': '2026-03-27T11:00Z', 'lot': None, '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-24 13:08:54 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0111e675-a3e2-5d92-a1f9-c9339991dc5c with identifier: 113467296
2026-03-24 13:08:54 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0111e675-a3e2-5d92-a1f9-c9339991dc5c with scrape type 1
2026-03-24 13:08:54 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 0111e675-a3e2-5d92-a1f9-c9339991dc5c
2026-03-24 13:08:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:08:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FSV13TVP%252F2025-07-02%252Fimage%252F63ec9c40-57aa-4d4c-850e-eef848d0f10d_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-24 13:08:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/SV13TVP/2025-07-02/image/63ec9c40-57aa-4d4c-850e-eef848d0f10d_removebg.jpg?w=600 not downloaded yet
2026-03-24 13:08:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:08:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FSV13TVP%252F2025-07-02%252Fimage%252Fb3c024d8-4a36-4840-8c7a-7b38492a4287_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-24 13:08:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/SV13TVP/2025-07-02/image/b3c024d8-4a36-4840-8c7a-7b38492a4287_removebg.jpg?w=600 not downloaded yet
2026-03-24 13:08:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:08:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FSV13TVP%252F2025-07-02%252Fimage%252Fc6d0ab55-3f12-4827-bac7-01fceb372374_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-24 13:08:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/SV13TVP/2025-07-02/image/c6d0ab55-3f12-4827-bac7-01fceb372374_removebg.jpg?w=600 not downloaded yet
2026-03-24 13:08:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:08:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FSV13TVP%252F2025-07-02%252Fimage%252F10792e98-a53d-4437-9d70-e3f5412882df_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-24 13:08:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/SV13TVP/2025-07-02/image/10792e98-a53d-4437-9d70-e3f5412882df_removebg.jpg?w=600 not downloaded yet
2026-03-24 13:08:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:08:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FSV13TVP%252F2025-07-02%252Fimage%252Fefce3df0-cdc1-4a65-b3da-40adbfe83589_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-24 13:08:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/SV13TVP/2025-07-02/image/efce3df0-cdc1-4a65-b3da-40adbfe83589_removebg.jpg?w=600 not downloaded yet
2026-03-24 13:08:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:08:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FSV13TVP%252F2025-07-02%252Fimage%252Fb1544df0-9df3-4187-92ca-47ac2fa145ea_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-24 13:08:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/SV13TVP/2025-07-02/image/b1544df0-9df3-4187-92ca-47ac2fa145ea_removebg.jpg?w=600 not downloaded yet
2026-03-24 13:08:58 [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-24 13:08:58 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:08:58 [astonbarclay.gb] INFO: Detail data: {'cardType': 'e-xchange', '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': 645}, 'saleStart': '2026-03-25T09:45Z', 'lot': None, '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-24 13:08:58 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'e-xchange', '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': 645}, 'saleStart': '2026-03-25T09:45Z', 'lot': None, '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-24 13:08:58 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7f550b87-791d-5f83-a39b-09a347702642 with identifier: 120162821
2026-03-24 13:08:58 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7f550b87-791d-5f83-a39b-09a347702642 with scrape type 2
2026-03-24 13:08:58 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7f550b87-791d-5f83-a39b-09a347702642 with scrape type 2
2026-03-24 13:08:59 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 7f550b87-791d-5f83-a39b-09a347702642, identifier: 120162821
2026-03-24 13:08:59 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 7f550b87-791d-5f83-a39b-09a347702642 with identifier: 120162821
2026-03-24 13:08:59 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 7f550b87-791d-5f83-a39b-09a347702642 with identifier: 120162821
2026-03-24 13:08:59 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 7f550b87-791d-5f83-a39b-09a347702642 with identifier: 120162821 to the API
2026-03-24 13:08:59 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 13:08: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-24 13:08:59 [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-25T09: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-24 13:08:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:08:59 [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-24 13:08:59 [astonbarclay.gb] INFO: Saving data for 120162821: {'auction_closing_time': 1774431900.0, 'created_time': 1773404945.38793, 'last_price_update_time': 1774357739.513669}
2026-03-24 13:08:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:08:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120162821') HTTP/1.1" 204 0
2026-03-24 13:08:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/SV13TVP/2025-07-02/image/b1544df0-9df3-4187-92ca-47ac2fa145ea_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/113467296?view=catalogue)
2026-03-24 13:08:59 [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-24 13:08:59 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:08:59 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 13:08:59 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fde503d5b50>
2026-03-24 13:08:59 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 13:08:59 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-24 13:08:59 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 13:08:59 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_0111e675-a3e2-5d92-a1f9-c9339991dc5c/0111e675-a3e2-5d92-a1f9-c9339991dc5c_image_5.jpg HTTP/1.1" 201 0
2026-03-24 13:08:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:08:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FSV13TVP%252F2025-07-02%252Fimage%252Fb1544df0-9df3-4187-92ca-47ac2fa145ea_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-24 13:08:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/SV13TVP/2025-07-02/image/b1544df0-9df3-4187-92ca-47ac2fa145ea_removebg.jpg?w=600 saved to cache
2026-03-24 13:08:59 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 0111e675-a3e2-5d92-a1f9-c9339991dc5c
2026-03-24 13:08:59 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120728826, 'registration': 'BV65FTK', 'account': 'WBA001', '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': 644}, 'saleStart': '2026-03-27T09:45Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2015-09-25', 'fuel': 'Petrol', 'motExpiry': '2026-11-18', 'doors': 5, 'engineSize': 1198, 'bodyType': 'Hatchback', 'images': None, 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': None, 'serviceHistory': '', 'remarks': 'VOSA STATES 23K, 30K, 37K, 43K, 51K, 53K, 62K, 74K, 87K,', 'virtual': False, 'seller': 'UKCGR', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '3', 'v5': False, 'v5details': None, 'co2': 117, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': None, 'assuredType': None, 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 13:08:59 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120728826, 'registration': 'BV65FTK', 'account': 'WBA001', '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': 644}, 'saleStart': '2026-03-27T09:45Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2015-09-25', 'fuel': 'Petrol', 'motExpiry': '2026-11-18', 'doors': 5, 'engineSize': 1198, 'bodyType': 'Hatchback', 'images': None, 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': None, 'serviceHistory': '', 'remarks': 'VOSA STATES 23K, 30K, 37K, 43K, 51K, 53K, 62K, 74K, 87K,', 'virtual': False, 'seller': 'UKCGR', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '3', 'v5': False, 'v5details': None, 'co2': 117, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': None, 'assuredType': None, 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 13:08:59 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4c0d7287-8080-5f82-ad9c-43e456d09b06 with identifier: 120728826
2026-03-24 13:08:59 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4c0d7287-8080-5f82-ad9c-43e456d09b06 with scrape type 1
2026-03-24 13:08:59 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 0 photos for item 4c0d7287-8080-5f82-ad9c-43e456d09b06
2026-03-24 13:08:59 [crawlers.middlewares.photo_download_middleware] INFO: No photos to download for item 4c0d7287-8080-5f82-ad9c-43e456d09b06
2026-03-24 13:08:59 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 4c0d7287-8080-5f82-ad9c-43e456d09b06, identifier: 120728826
2026-03-24 13:08:59 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 4c0d7287-8080-5f82-ad9c-43e456d09b06 with identifier: 120728826
2026-03-24 13:08:59 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 4c0d7287-8080-5f82-ad9c-43e456d09b06 with identifier: 120728826
2026-03-24 13:08:59 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 4c0d7287-8080-5f82-ad9c-43e456d09b06 with identifier: 120728826 to the API
2026-03-24 13:08:59 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 13:09:01 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-24 13:09:01 [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',
'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-24 13:09:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:09:01 [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-24 13:09:01 [astonbarclay.gb] INFO: Saving data for 120728826: {'created_time': 1774357741.378397, 'last_price_update_time': 1774357741.378409, 'auction_closing_time': 1774604700.0}
2026-03-24 13:09:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:09:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120728826') HTTP/1.1" 204 0
2026-03-24 13:09:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/SV13TVP/2025-07-02/image/efce3df0-cdc1-4a65-b3da-40adbfe83589_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/113467296?view=catalogue)
2026-03-24 13:09:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/SV13TVP/2025-07-02/image/10792e98-a53d-4437-9d70-e3f5412882df_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/113467296?view=catalogue)
2026-03-24 13:09:01 [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-24 13:09:01 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:09:01 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 13:09:01 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fde516b6250>
2026-03-24 13:09:01 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 13:09:01 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-24 13:09:01 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 13:09:01 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_0111e675-a3e2-5d92-a1f9-c9339991dc5c/0111e675-a3e2-5d92-a1f9-c9339991dc5c_image_4.jpg HTTP/1.1" 201 0
2026-03-24 13:09:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:09:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FSV13TVP%252F2025-07-02%252Fimage%252Fefce3df0-cdc1-4a65-b3da-40adbfe83589_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-24 13:09:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/SV13TVP/2025-07-02/image/efce3df0-cdc1-4a65-b3da-40adbfe83589_removebg.jpg?w=600 saved to cache
2026-03-24 13:09:01 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 0111e675-a3e2-5d92-a1f9-c9339991dc5c
2026-03-24 13:09:01 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 13:09:01 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fde50423a50>
2026-03-24 13:09:01 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 13:09:01 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-24 13:09:01 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 13:09:01 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_0111e675-a3e2-5d92-a1f9-c9339991dc5c/0111e675-a3e2-5d92-a1f9-c9339991dc5c_image_3.jpg HTTP/1.1" 201 0
2026-03-24 13:09:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:09:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FSV13TVP%252F2025-07-02%252Fimage%252F10792e98-a53d-4437-9d70-e3f5412882df_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-24 13:09:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/SV13TVP/2025-07-02/image/10792e98-a53d-4437-9d70-e3f5412882df_removebg.jpg?w=600 saved to cache
2026-03-24 13:09:01 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 0111e675-a3e2-5d92-a1f9-c9339991dc5c
2026-03-24 13:09:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/SV13TVP/2025-07-02/image/63ec9c40-57aa-4d4c-850e-eef848d0f10d_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/113467296?view=catalogue)
2026-03-24 13:09:01 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120732912, 'registration': 'YP16LVY', 'account': 'WBA001', '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': 645}, 'saleStart': '2026-03-27T09:45Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2016-05-03', 'fuel': 'Diesel', 'motExpiry': '2026-05-25', 'doors': 5, 'engineSize': 1560, 'bodyType': 'Estate', 'images': None, 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': None, 'serviceHistory': '', 'remarks': 'VOSA STATES 32K, 43K, 52K, 62K, 74K, 84K, 95K,', 'virtual': False, 'seller': 'UKCGR', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '1', 'v5': False, 'v5details': None, 'co2': 100, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': None, 'assuredType': None, 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 13:09:01 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120732912, 'registration': 'YP16LVY', 'account': 'WBA001', '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': 645}, 'saleStart': '2026-03-27T09:45Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2016-05-03', 'fuel': 'Diesel', 'motExpiry': '2026-05-25', 'doors': 5, 'engineSize': 1560, 'bodyType': 'Estate', 'images': None, 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': None, 'serviceHistory': '', 'remarks': 'VOSA STATES 32K, 43K, 52K, 62K, 74K, 84K, 95K,', 'virtual': False, 'seller': 'UKCGR', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '1', 'v5': False, 'v5details': None, 'co2': 100, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': None, 'assuredType': None, 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 13:09:01 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3bfb8dde-1ebb-5276-85e3-2e433b9574ab with identifier: 120732912
2026-03-24 13:09:01 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3bfb8dde-1ebb-5276-85e3-2e433b9574ab with scrape type 1
2026-03-24 13:09:01 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 0 photos for item 3bfb8dde-1ebb-5276-85e3-2e433b9574ab
2026-03-24 13:09:01 [crawlers.middlewares.photo_download_middleware] INFO: No photos to download for item 3bfb8dde-1ebb-5276-85e3-2e433b9574ab
2026-03-24 13:09:01 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 3bfb8dde-1ebb-5276-85e3-2e433b9574ab, identifier: 120732912
2026-03-24 13:09:01 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 3bfb8dde-1ebb-5276-85e3-2e433b9574ab with identifier: 120732912
2026-03-24 13:09:01 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 3bfb8dde-1ebb-5276-85e3-2e433b9574ab with identifier: 120732912
2026-03-24 13:09:01 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 3bfb8dde-1ebb-5276-85e3-2e433b9574ab with identifier: 120732912 to the API
2026-03-24 13:09:01 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 13:09:03 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-24 13:09:03 [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',
'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-24 13:09:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:09:03 [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-24 13:09:03 [astonbarclay.gb] INFO: Saving data for 120732912: {'created_time': 1774357743.238769, 'last_price_update_time': 1774357743.238782, 'auction_closing_time': 1774604700.0}
2026-03-24 13:09:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:09:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120732912') HTTP/1.1" 204 0
2026-03-24 13:09:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/SV13TVP/2025-07-02/image/b3c024d8-4a36-4840-8c7a-7b38492a4287_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/113467296?view=catalogue)
2026-03-24 13:09:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/SV13TVP/2025-07-02/image/c6d0ab55-3f12-4827-bac7-01fceb372374_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/113467296?view=catalogue)
2026-03-24 13:09:03 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 13:09:03 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fde50250890>
2026-03-24 13:09:03 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 13:09:03 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-24 13:09:03 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 13:09:03 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_0111e675-a3e2-5d92-a1f9-c9339991dc5c/0111e675-a3e2-5d92-a1f9-c9339991dc5c_image_0.jpg HTTP/1.1" 201 0
2026-03-24 13:09:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:09:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FSV13TVP%252F2025-07-02%252Fimage%252F63ec9c40-57aa-4d4c-850e-eef848d0f10d_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-24 13:09:03 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/SV13TVP/2025-07-02/image/63ec9c40-57aa-4d4c-850e-eef848d0f10d_removebg.jpg?w=600 saved to cache
2026-03-24 13:09:03 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 0111e675-a3e2-5d92-a1f9-c9339991dc5c
2026-03-24 13:09:03 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 13:09:03 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fde501cd8d0>
2026-03-24 13:09:03 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 13:09:03 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-24 13:09:03 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 13:09:03 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_0111e675-a3e2-5d92-a1f9-c9339991dc5c/0111e675-a3e2-5d92-a1f9-c9339991dc5c_image_1.jpg HTTP/1.1" 201 0
2026-03-24 13:09:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:09:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FSV13TVP%252F2025-07-02%252Fimage%252Fb3c024d8-4a36-4840-8c7a-7b38492a4287_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-24 13:09:03 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/SV13TVP/2025-07-02/image/b3c024d8-4a36-4840-8c7a-7b38492a4287_removebg.jpg?w=600 saved to cache
2026-03-24 13:09:03 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 0111e675-a3e2-5d92-a1f9-c9339991dc5c
2026-03-24 13:09:03 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 13:09:03 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fde516a92d0>
2026-03-24 13:09:03 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 13:09:03 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-24 13:09:03 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 13:09:03 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_0111e675-a3e2-5d92-a1f9-c9339991dc5c/0111e675-a3e2-5d92-a1f9-c9339991dc5c_image_2.jpg HTTP/1.1" 201 0
2026-03-24 13:09:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:09:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FSV13TVP%252F2025-07-02%252Fimage%252Fc6d0ab55-3f12-4827-bac7-01fceb372374_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-24 13:09:03 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/SV13TVP/2025-07-02/image/c6d0ab55-3f12-4827-bac7-01fceb372374_removebg.jpg?w=600 saved to cache
2026-03-24 13:09:03 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 0111e675-a3e2-5d92-a1f9-c9339991dc5c
2026-03-24 13:09:03 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 0111e675-a3e2-5d92-a1f9-c9339991dc5c, skipping ID generation
2026-03-24 13:09:03 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0111e675-a3e2-5d92-a1f9-c9339991dc5c with scrape type 1
2026-03-24 13:09:03 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 0111e675-a3e2-5d92-a1f9-c9339991dc5c sending to next pipeline
2026-03-24 13:09:03 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 0111e675-a3e2-5d92-a1f9-c9339991dc5c, identifier: 113467296
2026-03-24 13:09:03 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 0111e675-a3e2-5d92-a1f9-c9339991dc5c with identifier: 113467296
2026-03-24 13:09:03 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 0111e675-a3e2-5d92-a1f9-c9339991dc5c with identifier: 113467296
2026-03-24 13:09:03 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 0111e675-a3e2-5d92-a1f9-c9339991dc5c with identifier: 113467296 to the API
2026-03-24 13:09:03 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 13:09: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-24 13:09:05 [scrapy.core.scraper] DEBUG: Scraped from <200 https://abimg003.imgix.net/SV13TVP/2025-07-02/image/c6d0ab55-3f12-4827-bac7-01fceb372374_removebg.jpg?w=600>
{'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': 6,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_0111e675-a3e2-5d92-a1f9-c9339991dc5c/0111e675-a3e2-5d92-a1f9-c9339991dc5c_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 28371,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/SV13TVP/2025-07-02/image/63ec9c40-57aa-4d4c-850e-eef848d0f10d_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_0111e675-a3e2-5d92-a1f9-c9339991dc5c/0111e675-a3e2-5d92-a1f9-c9339991dc5c_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 26371,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/SV13TVP/2025-07-02/image/b3c024d8-4a36-4840-8c7a-7b38492a4287_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_0111e675-a3e2-5d92-a1f9-c9339991dc5c/0111e675-a3e2-5d92-a1f9-c9339991dc5c_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 26661,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/SV13TVP/2025-07-02/image/c6d0ab55-3f12-4827-bac7-01fceb372374_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_0111e675-a3e2-5d92-a1f9-c9339991dc5c/0111e675-a3e2-5d92-a1f9-c9339991dc5c_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 26612,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/SV13TVP/2025-07-02/image/10792e98-a53d-4437-9d70-e3f5412882df_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_0111e675-a3e2-5d92-a1f9-c9339991dc5c/0111e675-a3e2-5d92-a1f9-c9339991dc5c_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 46588,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/SV13TVP/2025-07-02/image/efce3df0-cdc1-4a65-b3da-40adbfe83589_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_0111e675-a3e2-5d92-a1f9-c9339991dc5c/0111e675-a3e2-5d92-a1f9-c9339991dc5c_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 33544,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/SV13TVP/2025-07-02/image/b1544df0-9df3-4187-92ca-47ac2fa145ea_removebg.jpg?w=600',
'Width': 600}],
'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-24 13:09:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:09:05 [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-24 13:09:05 [astonbarclay.gb] INFO: Saving data for 113467296: {'created_time': 1774357745.0391, 'last_price_update_time': 1774357745.039113, 'auction_closing_time': 1774609200.0}
2026-03-24 13:09:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:09:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='113467296') HTTP/1.1" 204 0
2026-03-24 13:09:06 [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-24 13:09:06 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:09:06 [scrapy.extensions.logstats] INFO: Crawled 136 pages (at 21 pages/min), scraped 111 items (at 20 items/min)
2026-03-24 13:09:06 [scrapy.extensions.memusage] INFO: Peak memory usage is 181MiB
2026-03-24 13:09:06 [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': 645}, 'saleStart': '2026-03-27T09:45Z', 'lot': None, '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, 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-24 13:09:06 [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': 645}, 'saleStart': '2026-03-27T09:45Z', 'lot': None, '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, 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-24 13:09:06 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e3690b2c-c64b-5369-9f8e-742efacf8a28 with identifier: 120406593
2026-03-24 13:09:06 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e3690b2c-c64b-5369-9f8e-742efacf8a28 with scrape type 1
2026-03-24 13:09:06 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item e3690b2c-c64b-5369-9f8e-742efacf8a28
2026-03-24 13:09:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:09:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FKM22UKV%252F2026-03-20%252Fimage%252Fa4fa97a8-37da-484a-aaed-d44edf647522_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-24 13:09:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/KM22UKV/2026-03-20/image/a4fa97a8-37da-484a-aaed-d44edf647522_removebg.jpg?w=600 not downloaded yet
2026-03-24 13:09:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:09:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FKM22UKV%252F2026-03-20%252Fimage%252F3e6ab70e-87fe-4484-a020-f2cdac77eb93_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-24 13:09:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/KM22UKV/2026-03-20/image/3e6ab70e-87fe-4484-a020-f2cdac77eb93_removebg.jpg?w=600 not downloaded yet
2026-03-24 13:09:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:09:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FKM22UKV%252F2026-03-20%252Fimage%252F52ce6d3e-4538-43a7-930a-7c37a11e9f93_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-24 13:09:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/KM22UKV/2026-03-20/image/52ce6d3e-4538-43a7-930a-7c37a11e9f93_removebg.jpg?w=600 not downloaded yet
2026-03-24 13:09:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:09:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FKM22UKV%252F2026-03-20%252Fimage%252Fe8c838a5-7696-4836-8400-7e57095f010e_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-24 13:09:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/KM22UKV/2026-03-20/image/e8c838a5-7696-4836-8400-7e57095f010e_removebg.jpg?w=600 not downloaded yet
2026-03-24 13:09:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:09:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FKM22UKV%252F2026-03-20%252Fimage%252Fca20c153-399f-4e98-923d-26b437972e44_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-24 13:09:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/KM22UKV/2026-03-20/image/ca20c153-399f-4e98-923d-26b437972e44_removebg.jpg?w=600 not downloaded yet
2026-03-24 13:09:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:09:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FKM22UKV%252F2026-03-20%252Fimage%252F8765b9e7-9759-468c-ad3d-2c14a4e961aa_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-24 13:09:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/KM22UKV/2026-03-20/image/8765b9e7-9759-468c-ad3d-2c14a4e961aa_removebg.jpg?w=600 not downloaded yet
2026-03-24 13:09:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:09:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FKM22UKV%252F2026-03-20%252Fimage%252F58e3b019-15b4-4d20-8f62-0642b52b6c22_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-24 13:09:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/KM22UKV/2026-03-20/image/58e3b019-15b4-4d20-8f62-0642b52b6c22_removebg.jpg?w=600 not downloaded yet
2026-03-24 13:09:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:09:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FKM22UKV%252F2026-03-20%252Fimage%252F0a526858-8a11-453c-a0c4-541904715f6e_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-24 13:09:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/KM22UKV/2026-03-20/image/0a526858-8a11-453c-a0c4-541904715f6e_removebg.jpg?w=600 not downloaded yet
2026-03-24 13:09:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:09:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FKM22UKV%252F2026-03-20%252Fimage%252Fb90f9ec7-899b-40fc-8ee1-a0f2461c0292_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-24 13:09:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/KM22UKV/2026-03-20/image/b90f9ec7-899b-40fc-8ee1-a0f2461c0292_removebg.jpg?w=600 not downloaded yet
2026-03-24 13:09:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:09:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FKM22UKV%252F2026-03-20%252Fimage%252F456d1599-551e-48fc-9e84-b77673b53174_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-24 13:09:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/KM22UKV/2026-03-20/image/456d1599-551e-48fc-9e84-b77673b53174_removebg.jpg?w=600 not downloaded yet
2026-03-24 13:09:13 [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-24 13:09:13 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:09:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/KM22UKV/2026-03-20/image/456d1599-551e-48fc-9e84-b77673b53174_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120406593?view=catalogue)
2026-03-24 13:09:14 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120733189, 'registration': 'YD11YOH', 'account': 'WBA001', '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': 644}, 'saleStart': '2026-03-27T09:45Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2011-03-13', 'fuel': 'Diesel', 'motExpiry': '2026-04-26', 'doors': 5, 'engineSize': 1968, 'bodyType': 'Estate', 'images': None, 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': None, 'serviceHistory': '', 'remarks': 'VOSA STATES 20K, 35K, 54K, 73K, 87K, 99K, 108K, 127K, 157K, 181K, 203K, 225K,', 'virtual': False, 'seller': 'UKCGR', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '5', 'v5': False, 'v5details': None, 'co2': 152, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': None, 'assuredType': None, 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 13:09:14 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120733189, 'registration': 'YD11YOH', 'account': 'WBA001', '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': 644}, 'saleStart': '2026-03-27T09:45Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2011-03-13', 'fuel': 'Diesel', 'motExpiry': '2026-04-26', 'doors': 5, 'engineSize': 1968, 'bodyType': 'Estate', 'images': None, 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': None, 'serviceHistory': '', 'remarks': 'VOSA STATES 20K, 35K, 54K, 73K, 87K, 99K, 108K, 127K, 157K, 181K, 203K, 225K,', 'virtual': False, 'seller': 'UKCGR', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '5', 'v5': False, 'v5details': None, 'co2': 152, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': None, 'assuredType': None, 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 13:09:14 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 64c50ae8-ed91-58bf-9861-4317a9237da3 with identifier: 120733189
2026-03-24 13:09:14 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 64c50ae8-ed91-58bf-9861-4317a9237da3 with scrape type 1
2026-03-24 13:09:14 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 0 photos for item 64c50ae8-ed91-58bf-9861-4317a9237da3
2026-03-24 13:09:14 [crawlers.middlewares.photo_download_middleware] INFO: No photos to download for item 64c50ae8-ed91-58bf-9861-4317a9237da3
2026-03-24 13:09:14 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 64c50ae8-ed91-58bf-9861-4317a9237da3, identifier: 120733189
2026-03-24 13:09:14 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 64c50ae8-ed91-58bf-9861-4317a9237da3 with identifier: 120733189
2026-03-24 13:09:14 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 64c50ae8-ed91-58bf-9861-4317a9237da3 with identifier: 120733189
2026-03-24 13:09:14 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 64c50ae8-ed91-58bf-9861-4317a9237da3 with identifier: 120733189 to the API
2026-03-24 13:09:14 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 13:09: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-24 13:09:15 [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',
'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-24 13:09:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:09:15 [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-24 13:09:15 [astonbarclay.gb] INFO: Saving data for 120733189: {'created_time': 1774357755.570654, 'last_price_update_time': 1774357755.570666, 'auction_closing_time': 1774604700.0}
2026-03-24 13:09:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:09:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120733189') HTTP/1.1" 204 0
2026-03-24 13:09:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/KM22UKV/2026-03-20/image/b90f9ec7-899b-40fc-8ee1-a0f2461c0292_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120406593?view=catalogue)
2026-03-24 13:09:15 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 13:09:15 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fde5023c350>
2026-03-24 13:09:15 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 13:09:15 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-24 13:09:15 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 13:09:15 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_e3690b2c-c64b-5369-9f8e-742efacf8a28/e3690b2c-c64b-5369-9f8e-742efacf8a28_image_9.jpg HTTP/1.1" 201 0
2026-03-24 13:09:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:09:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FKM22UKV%252F2026-03-20%252Fimage%252F456d1599-551e-48fc-9e84-b77673b53174_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-24 13:09:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/KM22UKV/2026-03-20/image/456d1599-551e-48fc-9e84-b77673b53174_removebg.jpg?w=600 saved to cache
2026-03-24 13:09:15 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item e3690b2c-c64b-5369-9f8e-742efacf8a28
2026-03-24 13:09:15 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 13:09:15 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fde43f53210>
2026-03-24 13:09:15 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 13:09:15 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-24 13:09:15 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 13:09:15 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_e3690b2c-c64b-5369-9f8e-742efacf8a28/e3690b2c-c64b-5369-9f8e-742efacf8a28_image_8.jpg HTTP/1.1" 201 0
2026-03-24 13:09:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:09:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FKM22UKV%252F2026-03-20%252Fimage%252Fb90f9ec7-899b-40fc-8ee1-a0f2461c0292_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-24 13:09:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/KM22UKV/2026-03-20/image/b90f9ec7-899b-40fc-8ee1-a0f2461c0292_removebg.jpg?w=600 saved to cache
2026-03-24 13:09:15 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item e3690b2c-c64b-5369-9f8e-742efacf8a28
2026-03-24 13:09:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/KM22UKV/2026-03-20/image/0a526858-8a11-453c-a0c4-541904715f6e_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120406593?view=catalogue)
2026-03-24 13:09:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/KM22UKV/2026-03-20/image/58e3b019-15b4-4d20-8f62-0642b52b6c22_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120406593?view=catalogue)
2026-03-24 13:09:16 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 13:09:16 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fde43f7acd0>
2026-03-24 13:09:16 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 13:09:16 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-24 13:09:16 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 13:09:16 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_e3690b2c-c64b-5369-9f8e-742efacf8a28/e3690b2c-c64b-5369-9f8e-742efacf8a28_image_7.jpg HTTP/1.1" 201 0
2026-03-24 13:09:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:09:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FKM22UKV%252F2026-03-20%252Fimage%252F0a526858-8a11-453c-a0c4-541904715f6e_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-24 13:09:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/KM22UKV/2026-03-20/image/0a526858-8a11-453c-a0c4-541904715f6e_removebg.jpg?w=600 saved to cache
2026-03-24 13:09:16 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item e3690b2c-c64b-5369-9f8e-742efacf8a28
2026-03-24 13:09:16 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 13:09:16 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fde518171d0>
2026-03-24 13:09:16 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 13:09:16 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-24 13:09:16 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 13:09:16 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_e3690b2c-c64b-5369-9f8e-742efacf8a28/e3690b2c-c64b-5369-9f8e-742efacf8a28_image_6.jpg HTTP/1.1" 201 0
2026-03-24 13:09:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:09:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FKM22UKV%252F2026-03-20%252Fimage%252F58e3b019-15b4-4d20-8f62-0642b52b6c22_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-24 13:09:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/KM22UKV/2026-03-20/image/58e3b019-15b4-4d20-8f62-0642b52b6c22_removebg.jpg?w=600 saved to cache
2026-03-24 13:09:16 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item e3690b2c-c64b-5369-9f8e-742efacf8a28
2026-03-24 13:09:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/KM22UKV/2026-03-20/image/8765b9e7-9759-468c-ad3d-2c14a4e961aa_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120406593?view=catalogue)
2026-03-24 13:09:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/KM22UKV/2026-03-20/image/ca20c153-399f-4e98-923d-26b437972e44_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120406593?view=catalogue)
2026-03-24 13:09:16 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 13:09:16 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fde516b3550>
2026-03-24 13:09:16 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 13:09:16 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-24 13:09:16 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 13:09:16 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_e3690b2c-c64b-5369-9f8e-742efacf8a28/e3690b2c-c64b-5369-9f8e-742efacf8a28_image_5.jpg HTTP/1.1" 201 0
2026-03-24 13:09:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:09:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FKM22UKV%252F2026-03-20%252Fimage%252F8765b9e7-9759-468c-ad3d-2c14a4e961aa_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-24 13:09:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/KM22UKV/2026-03-20/image/8765b9e7-9759-468c-ad3d-2c14a4e961aa_removebg.jpg?w=600 saved to cache
2026-03-24 13:09:16 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item e3690b2c-c64b-5369-9f8e-742efacf8a28
2026-03-24 13:09:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/KM22UKV/2026-03-20/image/e8c838a5-7696-4836-8400-7e57095f010e_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120406593?view=catalogue)
2026-03-24 13:09:16 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 13:09:16 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fde516b3150>
2026-03-24 13:09:16 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 13:09:16 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-24 13:09:16 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 13:09:16 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_e3690b2c-c64b-5369-9f8e-742efacf8a28/e3690b2c-c64b-5369-9f8e-742efacf8a28_image_4.jpg HTTP/1.1" 201 0
2026-03-24 13:09:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:09:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FKM22UKV%252F2026-03-20%252Fimage%252Fca20c153-399f-4e98-923d-26b437972e44_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-24 13:09:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/KM22UKV/2026-03-20/image/ca20c153-399f-4e98-923d-26b437972e44_removebg.jpg?w=600 saved to cache
2026-03-24 13:09:16 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item e3690b2c-c64b-5369-9f8e-742efacf8a28
2026-03-24 13:09:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/KM22UKV/2026-03-20/image/52ce6d3e-4538-43a7-930a-7c37a11e9f93_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120406593?view=catalogue)
2026-03-24 13:09:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/KM22UKV/2026-03-20/image/3e6ab70e-87fe-4484-a020-f2cdac77eb93_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120406593?view=catalogue)
2026-03-24 13:09:16 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 13:09:16 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fde503cc590>
2026-03-24 13:09:16 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 13:09:16 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-24 13:09:16 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 13:09:16 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_e3690b2c-c64b-5369-9f8e-742efacf8a28/e3690b2c-c64b-5369-9f8e-742efacf8a28_image_3.jpg HTTP/1.1" 201 0
2026-03-24 13:09:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:09:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FKM22UKV%252F2026-03-20%252Fimage%252Fe8c838a5-7696-4836-8400-7e57095f010e_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-24 13:09:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/KM22UKV/2026-03-20/image/e8c838a5-7696-4836-8400-7e57095f010e_removebg.jpg?w=600 saved to cache
2026-03-24 13:09:16 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item e3690b2c-c64b-5369-9f8e-742efacf8a28
2026-03-24 13:09:16 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 13:09:16 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fde43f2ded0>
2026-03-24 13:09:16 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 13:09:16 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-24 13:09:16 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 13:09:16 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_e3690b2c-c64b-5369-9f8e-742efacf8a28/e3690b2c-c64b-5369-9f8e-742efacf8a28_image_2.jpg HTTP/1.1" 201 0
2026-03-24 13:09:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:09:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FKM22UKV%252F2026-03-20%252Fimage%252F52ce6d3e-4538-43a7-930a-7c37a11e9f93_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-24 13:09:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/KM22UKV/2026-03-20/image/52ce6d3e-4538-43a7-930a-7c37a11e9f93_removebg.jpg?w=600 saved to cache
2026-03-24 13:09:16 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item e3690b2c-c64b-5369-9f8e-742efacf8a28
2026-03-24 13:09:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/KM22UKV/2026-03-20/image/a4fa97a8-37da-484a-aaed-d44edf647522_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120406593?view=catalogue)
2026-03-24 13:09:16 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 13:09:16 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fde51bd7c50>
2026-03-24 13:09:16 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 13:09:16 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-24 13:09:16 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 13:09:16 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_e3690b2c-c64b-5369-9f8e-742efacf8a28/e3690b2c-c64b-5369-9f8e-742efacf8a28_image_1.jpg HTTP/1.1" 201 0
2026-03-24 13:09:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:09:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FKM22UKV%252F2026-03-20%252Fimage%252F3e6ab70e-87fe-4484-a020-f2cdac77eb93_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-24 13:09:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/KM22UKV/2026-03-20/image/3e6ab70e-87fe-4484-a020-f2cdac77eb93_removebg.jpg?w=600 saved to cache
2026-03-24 13:09:16 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item e3690b2c-c64b-5369-9f8e-742efacf8a28
2026-03-24 13:09:16 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 13:09:16 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fde43f04590>
2026-03-24 13:09:16 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 13:09:16 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-24 13:09:16 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 13:09:16 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_e3690b2c-c64b-5369-9f8e-742efacf8a28/e3690b2c-c64b-5369-9f8e-742efacf8a28_image_0.jpg HTTP/1.1" 201 0
2026-03-24 13:09:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:09:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FKM22UKV%252F2026-03-20%252Fimage%252Fa4fa97a8-37da-484a-aaed-d44edf647522_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-24 13:09:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/KM22UKV/2026-03-20/image/a4fa97a8-37da-484a-aaed-d44edf647522_removebg.jpg?w=600 saved to cache
2026-03-24 13:09:16 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item e3690b2c-c64b-5369-9f8e-742efacf8a28
2026-03-24 13:09:16 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: e3690b2c-c64b-5369-9f8e-742efacf8a28, skipping ID generation
2026-03-24 13:09:16 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e3690b2c-c64b-5369-9f8e-742efacf8a28 with scrape type 1
2026-03-24 13:09:16 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item e3690b2c-c64b-5369-9f8e-742efacf8a28 sending to next pipeline
2026-03-24 13:09:17 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: e3690b2c-c64b-5369-9f8e-742efacf8a28, identifier: 120406593
2026-03-24 13:09:17 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: e3690b2c-c64b-5369-9f8e-742efacf8a28 with identifier: 120406593
2026-03-24 13:09:17 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: e3690b2c-c64b-5369-9f8e-742efacf8a28 with identifier: 120406593
2026-03-24 13:09:17 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: e3690b2c-c64b-5369-9f8e-742efacf8a28 with identifier: 120406593 to the API
2026-03-24 13:09:17 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 13:09: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-24 13:09:18 [scrapy.core.scraper] DEBUG: Scraped from <200 https://abimg003.imgix.net/KM22UKV/2026-03-20/image/a4fa97a8-37da-484a-aaed-d44edf647522_removebg.jpg?w=600>
{'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': 10,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e3690b2c-c64b-5369-9f8e-742efacf8a28/e3690b2c-c64b-5369-9f8e-742efacf8a28_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 35750,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/KM22UKV/2026-03-20/image/a4fa97a8-37da-484a-aaed-d44edf647522_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e3690b2c-c64b-5369-9f8e-742efacf8a28/e3690b2c-c64b-5369-9f8e-742efacf8a28_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 34471,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/KM22UKV/2026-03-20/image/3e6ab70e-87fe-4484-a020-f2cdac77eb93_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e3690b2c-c64b-5369-9f8e-742efacf8a28/e3690b2c-c64b-5369-9f8e-742efacf8a28_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 35443,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/KM22UKV/2026-03-20/image/52ce6d3e-4538-43a7-930a-7c37a11e9f93_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e3690b2c-c64b-5369-9f8e-742efacf8a28/e3690b2c-c64b-5369-9f8e-742efacf8a28_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 33851,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/KM22UKV/2026-03-20/image/e8c838a5-7696-4836-8400-7e57095f010e_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e3690b2c-c64b-5369-9f8e-742efacf8a28/e3690b2c-c64b-5369-9f8e-742efacf8a28_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 39483,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/KM22UKV/2026-03-20/image/ca20c153-399f-4e98-923d-26b437972e44_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e3690b2c-c64b-5369-9f8e-742efacf8a28/e3690b2c-c64b-5369-9f8e-742efacf8a28_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 45256,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/KM22UKV/2026-03-20/image/8765b9e7-9759-468c-ad3d-2c14a4e961aa_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e3690b2c-c64b-5369-9f8e-742efacf8a28/e3690b2c-c64b-5369-9f8e-742efacf8a28_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 58299,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/KM22UKV/2026-03-20/image/58e3b019-15b4-4d20-8f62-0642b52b6c22_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e3690b2c-c64b-5369-9f8e-742efacf8a28/e3690b2c-c64b-5369-9f8e-742efacf8a28_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 43177,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/KM22UKV/2026-03-20/image/0a526858-8a11-453c-a0c4-541904715f6e_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e3690b2c-c64b-5369-9f8e-742efacf8a28/e3690b2c-c64b-5369-9f8e-742efacf8a28_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 62427,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/KM22UKV/2026-03-20/image/b90f9ec7-899b-40fc-8ee1-a0f2461c0292_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e3690b2c-c64b-5369-9f8e-742efacf8a28/e3690b2c-c64b-5369-9f8e-742efacf8a28_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 46417,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/KM22UKV/2026-03-20/image/456d1599-551e-48fc-9e84-b77673b53174_removebg.jpg?w=600',
'Width': 600}],
'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-24 13:09:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:09:19 [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-24 13:09:19 [astonbarclay.gb] INFO: Saving data for 120406593: {'created_time': 1774357759.001633, 'last_price_update_time': 1774357759.001644, 'auction_closing_time': 1774604700.0}
2026-03-24 13:09:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:09:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120406593') HTTP/1.1" 204 0
2026-03-24 13:09:19 [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-24 13:09:19 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:09:19 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120732724, 'registration': 'LS15XFM', 'account': 'WBA001', 'make': 'FORD', 'model': 'FOCUS DIESEL ESTATE', 'derivative': '1.5 TDCi 120 Zetec 5dr', 'mileage': 185358, 'mileageWarranty': True, 'type': 'car', 'saleId': 18908, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 643}, 'saleStart': '2026-03-27T09:45Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2015-04-27', 'fuel': 'Diesel', 'motExpiry': '2026-12-21', 'doors': 5, 'engineSize': 1499, 'bodyType': 'Estate', 'images': None, 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': None, 'serviceHistory': '', 'remarks': 'VOSA STATES 90K, 102K, 105K, 113K, 126K, 140K, 156K, 169K, 181K,', 'virtual': False, 'seller': 'UKCGR', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '1', 'v5': False, 'v5details': None, 'co2': 98, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': None, 'assuredType': None, 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 13:09:19 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120732724, 'registration': 'LS15XFM', 'account': 'WBA001', 'make': 'FORD', 'model': 'FOCUS DIESEL ESTATE', 'derivative': '1.5 TDCi 120 Zetec 5dr', 'mileage': 185358, 'mileageWarranty': True, 'type': 'car', 'saleId': 18908, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 643}, 'saleStart': '2026-03-27T09:45Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2015-04-27', 'fuel': 'Diesel', 'motExpiry': '2026-12-21', 'doors': 5, 'engineSize': 1499, 'bodyType': 'Estate', 'images': None, 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': None, 'serviceHistory': '', 'remarks': 'VOSA STATES 90K, 102K, 105K, 113K, 126K, 140K, 156K, 169K, 181K,', 'virtual': False, 'seller': 'UKCGR', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '1', 'v5': False, 'v5details': None, 'co2': 98, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': None, 'assuredType': None, 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 13:09:19 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e0b76a39-6fb2-5910-8dad-e03dee31b678 with identifier: 120732724
2026-03-24 13:09:19 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e0b76a39-6fb2-5910-8dad-e03dee31b678 with scrape type 1
2026-03-24 13:09:19 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 0 photos for item e0b76a39-6fb2-5910-8dad-e03dee31b678
2026-03-24 13:09:19 [crawlers.middlewares.photo_download_middleware] INFO: No photos to download for item e0b76a39-6fb2-5910-8dad-e03dee31b678
2026-03-24 13:09:19 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: e0b76a39-6fb2-5910-8dad-e03dee31b678, identifier: 120732724
2026-03-24 13:09:19 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: e0b76a39-6fb2-5910-8dad-e03dee31b678 with identifier: 120732724
2026-03-24 13:09:19 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: e0b76a39-6fb2-5910-8dad-e03dee31b678 with identifier: 120732724
2026-03-24 13:09:19 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: e0b76a39-6fb2-5910-8dad-e03dee31b678 with identifier: 120732724 to the API
2026-03-24 13:09:19 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 13:09: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-24 13:09:20 [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',
'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-24 13:09:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:09:20 [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-24 13:09:20 [astonbarclay.gb] INFO: Saving data for 120732724: {'created_time': 1774357760.782698, 'last_price_update_time': 1774357760.782709, 'auction_closing_time': 1774604700.0}
2026-03-24 13:09:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:09:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120732724') HTTP/1.1" 204 0
2026-03-24 13:09:21 [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-24 13:09:21 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:09:21 [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': 643}, '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://abimg002.imgix.net/56150d0c-4655-4efd-9fef-5c3b81911e50.jpg?w=600', 'https://abimg002.imgix.net/6d6d0a83-0408-40c4-a37f-29b7c1c9a6e2.jpg?w=600', 'https://abimg002.imgix.net/5ee114c7-53d0-4705-bd6c-ea1713a0fb79.jpg?w=600', 'https://abimg002.imgix.net/3c411259-a2bf-49cb-ba07-49bbf7c82b94.jpg?w=600', 'https://abimg002.imgix.net/1042d0e5-f9d5-476f-b3bb-6447ddf2cb4b.jpg?w=600', 'https://abimg002.imgix.net/b479a8bc-77cd-405e-8d53-fa741b3b5ebd.jpg?w=600', 'https://abimg002.imgix.net/b91afa86-446f-49e7-8819-8deb58aa24e7.jpg?w=600', 'https://abimg002.imgix.net/6a9fee36-009f-440b-95c4-589fbeb18a9b.jpg?w=600', 'https://abimg002.imgix.net/9780975d-8579-4573-af33-760f94515b63.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'EVALUATE', 'serviceHistory': 'Service print', 'remarks': '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': 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-24 13:09:21 [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': 643}, '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://abimg002.imgix.net/56150d0c-4655-4efd-9fef-5c3b81911e50.jpg?w=600', 'https://abimg002.imgix.net/6d6d0a83-0408-40c4-a37f-29b7c1c9a6e2.jpg?w=600', 'https://abimg002.imgix.net/5ee114c7-53d0-4705-bd6c-ea1713a0fb79.jpg?w=600', 'https://abimg002.imgix.net/3c411259-a2bf-49cb-ba07-49bbf7c82b94.jpg?w=600', 'https://abimg002.imgix.net/1042d0e5-f9d5-476f-b3bb-6447ddf2cb4b.jpg?w=600', 'https://abimg002.imgix.net/b479a8bc-77cd-405e-8d53-fa741b3b5ebd.jpg?w=600', 'https://abimg002.imgix.net/b91afa86-446f-49e7-8819-8deb58aa24e7.jpg?w=600', 'https://abimg002.imgix.net/6a9fee36-009f-440b-95c4-589fbeb18a9b.jpg?w=600', 'https://abimg002.imgix.net/9780975d-8579-4573-af33-760f94515b63.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'EVALUATE', 'serviceHistory': 'Service print', 'remarks': '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': 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-24 13:09:21 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c1b45095-1468-516a-8920-b0dd0d1da62c with identifier: 120684736
2026-03-24 13:09:21 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c1b45095-1468-516a-8920-b0dd0d1da62c with scrape type 1
2026-03-24 13:09:21 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 9 photos for item c1b45095-1468-516a-8920-b0dd0d1da62c
2026-03-24 13:09:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:09:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg002.imgix.net%252F56150d0c-4655-4efd-9fef-5c3b81911e50.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-24 13:09:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg002.imgix.net/56150d0c-4655-4efd-9fef-5c3b81911e50.jpg?w=600 not downloaded yet
2026-03-24 13:09:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:09:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg002.imgix.net%252F6d6d0a83-0408-40c4-a37f-29b7c1c9a6e2.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-24 13:09:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg002.imgix.net/6d6d0a83-0408-40c4-a37f-29b7c1c9a6e2.jpg?w=600 not downloaded yet
2026-03-24 13:09:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:09:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg002.imgix.net%252F5ee114c7-53d0-4705-bd6c-ea1713a0fb79.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-24 13:09:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg002.imgix.net/5ee114c7-53d0-4705-bd6c-ea1713a0fb79.jpg?w=600 not downloaded yet
2026-03-24 13:09:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:09:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg002.imgix.net%252F3c411259-a2bf-49cb-ba07-49bbf7c82b94.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-24 13:09:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg002.imgix.net/3c411259-a2bf-49cb-ba07-49bbf7c82b94.jpg?w=600 not downloaded yet
2026-03-24 13:09:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:09:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg002.imgix.net%252F1042d0e5-f9d5-476f-b3bb-6447ddf2cb4b.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-24 13:09:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg002.imgix.net/1042d0e5-f9d5-476f-b3bb-6447ddf2cb4b.jpg?w=600 not downloaded yet
2026-03-24 13:09:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:09:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg002.imgix.net%252Fb479a8bc-77cd-405e-8d53-fa741b3b5ebd.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-24 13:09:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg002.imgix.net/b479a8bc-77cd-405e-8d53-fa741b3b5ebd.jpg?w=600 not downloaded yet
2026-03-24 13:09:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:09:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg002.imgix.net%252Fb91afa86-446f-49e7-8819-8deb58aa24e7.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-24 13:09:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg002.imgix.net/b91afa86-446f-49e7-8819-8deb58aa24e7.jpg?w=600 not downloaded yet
2026-03-24 13:09:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:09:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg002.imgix.net%252F6a9fee36-009f-440b-95c4-589fbeb18a9b.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-24 13:09:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg002.imgix.net/6a9fee36-009f-440b-95c4-589fbeb18a9b.jpg?w=600 not downloaded yet
2026-03-24 13:09:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:09:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg002.imgix.net%252F9780975d-8579-4573-af33-760f94515b63.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-24 13:09:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg002.imgix.net/9780975d-8579-4573-af33-760f94515b63.jpg?w=600 not downloaded yet
2026-03-24 13:09:23 [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-24 13:09:23 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:09:23 [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': 643}, '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-24 13:09:23 [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': 643}, '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-24 13:09:23 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c83f19af-0bbf-5fa4-aca7-2c46564c3d1f with identifier: 120714980
2026-03-24 13:09:23 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c83f19af-0bbf-5fa4-aca7-2c46564c3d1f with scrape type 1
2026-03-24 13:09:23 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 0 photos for item c83f19af-0bbf-5fa4-aca7-2c46564c3d1f
2026-03-24 13:09:23 [crawlers.middlewares.photo_download_middleware] INFO: No photos to download for item c83f19af-0bbf-5fa4-aca7-2c46564c3d1f
2026-03-24 13:09:24 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: c83f19af-0bbf-5fa4-aca7-2c46564c3d1f, identifier: 120714980
2026-03-24 13:09:24 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: c83f19af-0bbf-5fa4-aca7-2c46564c3d1f with identifier: 120714980
2026-03-24 13:09:24 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: c83f19af-0bbf-5fa4-aca7-2c46564c3d1f with identifier: 120714980
2026-03-24 13:09:24 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: c83f19af-0bbf-5fa4-aca7-2c46564c3d1f with identifier: 120714980 to the API
2026-03-24 13:09:24 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 13:09: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-24 13:09:25 [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-24 13:09:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:09:25 [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-24 13:09:25 [astonbarclay.gb] INFO: Saving data for 120714980: {'created_time': 1774357765.936661, 'last_price_update_time': 1774357765.936677, 'auction_closing_time': 1774958400.0}
2026-03-24 13:09:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:09:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120714980') HTTP/1.1" 204 0
2026-03-24 13:09:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg002.imgix.net/9780975d-8579-4573-af33-760f94515b63.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120684736?view=catalogue)
2026-03-24 13:09:26 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 13:09:26 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fde503b9790>
2026-03-24 13:09:26 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 13:09:26 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-24 13:09:26 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 13:09:26 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_c1b45095-1468-516a-8920-b0dd0d1da62c/c1b45095-1468-516a-8920-b0dd0d1da62c_image_8.jpg HTTP/1.1" 201 0
2026-03-24 13:09:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:09:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg002.imgix.net%252F9780975d-8579-4573-af33-760f94515b63.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-24 13:09:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg002.imgix.net/9780975d-8579-4573-af33-760f94515b63.jpg?w=600 saved to cache
2026-03-24 13:09:26 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item c1b45095-1468-516a-8920-b0dd0d1da62c
2026-03-24 13:09:26 [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-24 13:09:26 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:09:26 [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': 643}, 'saleStart': '2026-03-27T09:45Z', 'lot': None, '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', '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-24 13:09:26 [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': 643}, 'saleStart': '2026-03-27T09:45Z', 'lot': None, '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', '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-24 13:09:26 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8ede71aa-36e6-5cf2-838f-9ce2b665c787 with identifier: 120428872
2026-03-24 13:09:26 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8ede71aa-36e6-5cf2-838f-9ce2b665c787 with scrape type 1
2026-03-24 13:09:26 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 8ede71aa-36e6-5cf2-838f-9ce2b665c787
2026-03-24 13:09:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:09:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FML22BWW%252F2026-03-24%252Fimage%252F14ea264f-6df8-4b6d-9423-c2e437c94fd4_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-24 13:09:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/ML22BWW/2026-03-24/image/14ea264f-6df8-4b6d-9423-c2e437c94fd4_removebg.jpg?w=600 not downloaded yet
2026-03-24 13:09:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:09:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FML22BWW%252F2026-03-24%252Fimage%252F96e6001b-8fed-4237-af80-d7bc360ae415_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-24 13:09:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/ML22BWW/2026-03-24/image/96e6001b-8fed-4237-af80-d7bc360ae415_removebg.jpg?w=600 not downloaded yet
2026-03-24 13:09:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:09:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FML22BWW%252F2026-03-24%252Fimage%252F61361c0e-3c77-4398-972b-ece9badb34a9_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-24 13:09:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/ML22BWW/2026-03-24/image/61361c0e-3c77-4398-972b-ece9badb34a9_removebg.jpg?w=600 not downloaded yet
2026-03-24 13:09:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:09:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FML22BWW%252F2026-03-24%252Fimage%252Faaf076e1-12b0-4be4-9594-d29f8041ffd6_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-24 13:09:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/ML22BWW/2026-03-24/image/aaf076e1-12b0-4be4-9594-d29f8041ffd6_removebg.jpg?w=600 not downloaded yet
2026-03-24 13:09:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:09:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FML22BWW%252F2026-03-24%252Fimage%252Fbd244e92-db3b-4d0b-adac-c6a0232092ba_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-24 13:09:27 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/ML22BWW/2026-03-24/image/bd244e92-db3b-4d0b-adac-c6a0232092ba_removebg.jpg?w=600 not downloaded yet
2026-03-24 13:09:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:09:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FML22BWW%252F2026-03-24%252Fimage%252F9a4e0951-c848-4494-a180-06bd25ae99ec_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-24 13:09:27 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/ML22BWW/2026-03-24/image/9a4e0951-c848-4494-a180-06bd25ae99ec_removebg.jpg?w=600 not downloaded yet
2026-03-24 13:09:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg002.imgix.net/6a9fee36-009f-440b-95c4-589fbeb18a9b.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120684736?view=catalogue)
2026-03-24 13:09:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:09:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FML22BWW%252F2026-03-24%252Fimage%252F6efa303b-d5da-4d8b-a91e-447eee49b588_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-24 13:09:27 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/ML22BWW/2026-03-24/image/6efa303b-d5da-4d8b-a91e-447eee49b588_removebg.jpg?w=600 not downloaded yet
2026-03-24 13:09:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:09:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FML22BWW%252F2026-03-24%252Fimage%252Fa381e017-93a3-4e20-be86-a60dafe89b1c_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-24 13:09:27 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/ML22BWW/2026-03-24/image/a381e017-93a3-4e20-be86-a60dafe89b1c_removebg.jpg?w=600 not downloaded yet
2026-03-24 13:09:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:09:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FML22BWW%252F2026-03-24%252Fimage%252Ff51063a0-7012-444d-8c07-713e05e0e60a_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-24 13:09:27 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/ML22BWW/2026-03-24/image/f51063a0-7012-444d-8c07-713e05e0e60a_removebg.jpg?w=600 not downloaded yet
2026-03-24 13:09:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:09:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FML22BWW%252F2026-03-24%252Fimage%252F004bf236-4d16-46d1-b478-9c3ca3745e58_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-24 13:09:27 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/ML22BWW/2026-03-24/image/004bf236-4d16-46d1-b478-9c3ca3745e58_removebg.jpg?w=600 not downloaded yet
2026-03-24 13:09:27 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 13:09:27 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fde43f7b910>
2026-03-24 13:09:27 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 13:09:27 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-24 13:09:27 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 13:09:27 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_c1b45095-1468-516a-8920-b0dd0d1da62c/c1b45095-1468-516a-8920-b0dd0d1da62c_image_7.jpg HTTP/1.1" 201 0
2026-03-24 13:09:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:09:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg002.imgix.net%252F6a9fee36-009f-440b-95c4-589fbeb18a9b.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-24 13:09:27 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg002.imgix.net/6a9fee36-009f-440b-95c4-589fbeb18a9b.jpg?w=600 saved to cache
2026-03-24 13:09:27 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item c1b45095-1468-516a-8920-b0dd0d1da62c
2026-03-24 13:09:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/ML22BWW/2026-03-24/image/9a4e0951-c848-4494-a180-06bd25ae99ec_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120428872?view=catalogue)
2026-03-24 13:09:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg002.imgix.net/b91afa86-446f-49e7-8819-8deb58aa24e7.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120684736?view=catalogue)
2026-03-24 13:09:27 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 13:09:27 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fde43f51950>
2026-03-24 13:09:27 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 13:09:27 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-24 13:09:27 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 13:09:27 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_8ede71aa-36e6-5cf2-838f-9ce2b665c787/8ede71aa-36e6-5cf2-838f-9ce2b665c787_image_5.jpg HTTP/1.1" 201 0
2026-03-24 13:09:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:09:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FML22BWW%252F2026-03-24%252Fimage%252F9a4e0951-c848-4494-a180-06bd25ae99ec_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-24 13:09:27 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/ML22BWW/2026-03-24/image/9a4e0951-c848-4494-a180-06bd25ae99ec_removebg.jpg?w=600 saved to cache
2026-03-24 13:09:27 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 8ede71aa-36e6-5cf2-838f-9ce2b665c787
2026-03-24 13:09:27 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 13:09:27 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fde43f2d8d0>
2026-03-24 13:09:27 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 13:09:27 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-24 13:09:27 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 13:09:27 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_c1b45095-1468-516a-8920-b0dd0d1da62c/c1b45095-1468-516a-8920-b0dd0d1da62c_image_6.jpg HTTP/1.1" 201 0
2026-03-24 13:09:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:09:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg002.imgix.net%252Fb91afa86-446f-49e7-8819-8deb58aa24e7.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-24 13:09:27 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg002.imgix.net/b91afa86-446f-49e7-8819-8deb58aa24e7.jpg?w=600 saved to cache
2026-03-24 13:09:27 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item c1b45095-1468-516a-8920-b0dd0d1da62c
2026-03-24 13:09:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/ML22BWW/2026-03-24/image/f51063a0-7012-444d-8c07-713e05e0e60a_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120428872?view=catalogue)
2026-03-24 13:09:28 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 13:09:28 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fde501b0390>
2026-03-24 13:09:28 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 13:09:28 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-24 13:09:28 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 13:09:28 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_8ede71aa-36e6-5cf2-838f-9ce2b665c787/8ede71aa-36e6-5cf2-838f-9ce2b665c787_image_8.jpg HTTP/1.1" 201 0
2026-03-24 13:09:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:09:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FML22BWW%252F2026-03-24%252Fimage%252Ff51063a0-7012-444d-8c07-713e05e0e60a_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-24 13:09:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/ML22BWW/2026-03-24/image/f51063a0-7012-444d-8c07-713e05e0e60a_removebg.jpg?w=600 saved to cache
2026-03-24 13:09:28 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 8ede71aa-36e6-5cf2-838f-9ce2b665c787
2026-03-24 13:09:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/ML22BWW/2026-03-24/image/004bf236-4d16-46d1-b478-9c3ca3745e58_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120428872?view=catalogue)
2026-03-24 13:09:28 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 13:09:28 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fde43f0c090>
2026-03-24 13:09:28 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 13:09:28 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-24 13:09:28 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 13:09:28 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_8ede71aa-36e6-5cf2-838f-9ce2b665c787/8ede71aa-36e6-5cf2-838f-9ce2b665c787_image_9.jpg HTTP/1.1" 201 0
2026-03-24 13:09:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:09:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FML22BWW%252F2026-03-24%252Fimage%252F004bf236-4d16-46d1-b478-9c3ca3745e58_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-24 13:09:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/ML22BWW/2026-03-24/image/004bf236-4d16-46d1-b478-9c3ca3745e58_removebg.jpg?w=600 saved to cache
2026-03-24 13:09:28 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item 8ede71aa-36e6-5cf2-838f-9ce2b665c787
2026-03-24 13:09:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/ML22BWW/2026-03-24/image/6efa303b-d5da-4d8b-a91e-447eee49b588_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120428872?view=catalogue)
2026-03-24 13:09:28 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 13:09:28 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fde503d5110>
2026-03-24 13:09:28 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 13:09:28 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-24 13:09:28 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 13:09:28 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_8ede71aa-36e6-5cf2-838f-9ce2b665c787/8ede71aa-36e6-5cf2-838f-9ce2b665c787_image_6.jpg HTTP/1.1" 201 0
2026-03-24 13:09:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:09:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FML22BWW%252F2026-03-24%252Fimage%252F6efa303b-d5da-4d8b-a91e-447eee49b588_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-24 13:09:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/ML22BWW/2026-03-24/image/6efa303b-d5da-4d8b-a91e-447eee49b588_removebg.jpg?w=600 saved to cache
2026-03-24 13:09:28 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 8ede71aa-36e6-5cf2-838f-9ce2b665c787
2026-03-24 13:09:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/ML22BWW/2026-03-24/image/bd244e92-db3b-4d0b-adac-c6a0232092ba_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120428872?view=catalogue)
2026-03-24 13:09:29 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 13:09:29 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fde43f0df90>
2026-03-24 13:09:29 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 13:09:29 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-24 13:09:29 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 13:09:29 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_8ede71aa-36e6-5cf2-838f-9ce2b665c787/8ede71aa-36e6-5cf2-838f-9ce2b665c787_image_4.jpg HTTP/1.1" 201 0
2026-03-24 13:09:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:09:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FML22BWW%252F2026-03-24%252Fimage%252Fbd244e92-db3b-4d0b-adac-c6a0232092ba_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-24 13:09:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/ML22BWW/2026-03-24/image/bd244e92-db3b-4d0b-adac-c6a0232092ba_removebg.jpg?w=600 saved to cache
2026-03-24 13:09:29 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 8ede71aa-36e6-5cf2-838f-9ce2b665c787
2026-03-24 13:09:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/ML22BWW/2026-03-24/image/aaf076e1-12b0-4be4-9594-d29f8041ffd6_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120428872?view=catalogue)
2026-03-24 13:09:29 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 13:09:29 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fde501f1390>
2026-03-24 13:09:29 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 13:09:29 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-24 13:09:29 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 13:09:29 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_8ede71aa-36e6-5cf2-838f-9ce2b665c787/8ede71aa-36e6-5cf2-838f-9ce2b665c787_image_3.jpg HTTP/1.1" 201 0
2026-03-24 13:09:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:09:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FML22BWW%252F2026-03-24%252Fimage%252Faaf076e1-12b0-4be4-9594-d29f8041ffd6_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-24 13:09:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/ML22BWW/2026-03-24/image/aaf076e1-12b0-4be4-9594-d29f8041ffd6_removebg.jpg?w=600 saved to cache
2026-03-24 13:09:29 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 8ede71aa-36e6-5cf2-838f-9ce2b665c787
2026-03-24 13:09:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/ML22BWW/2026-03-24/image/61361c0e-3c77-4398-972b-ece9badb34a9_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120428872?view=catalogue)
2026-03-24 13:09:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/ML22BWW/2026-03-24/image/a381e017-93a3-4e20-be86-a60dafe89b1c_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120428872?view=catalogue)
2026-03-24 13:09:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/ML22BWW/2026-03-24/image/14ea264f-6df8-4b6d-9423-c2e437c94fd4_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120428872?view=catalogue)
2026-03-24 13:09:29 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 13:09:29 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fde516afe10>
2026-03-24 13:09:29 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 13:09:29 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-24 13:09:29 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 13:09:29 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_8ede71aa-36e6-5cf2-838f-9ce2b665c787/8ede71aa-36e6-5cf2-838f-9ce2b665c787_image_2.jpg HTTP/1.1" 201 0
2026-03-24 13:09:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:09:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FML22BWW%252F2026-03-24%252Fimage%252F61361c0e-3c77-4398-972b-ece9badb34a9_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-24 13:09:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/ML22BWW/2026-03-24/image/61361c0e-3c77-4398-972b-ece9badb34a9_removebg.jpg?w=600 saved to cache
2026-03-24 13:09:29 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 8ede71aa-36e6-5cf2-838f-9ce2b665c787
2026-03-24 13:09:29 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 13:09:29 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fde43f953d0>
2026-03-24 13:09:29 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 13:09:29 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-24 13:09:29 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 13:09:29 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_8ede71aa-36e6-5cf2-838f-9ce2b665c787/8ede71aa-36e6-5cf2-838f-9ce2b665c787_image_7.jpg HTTP/1.1" 201 0
2026-03-24 13:09:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:09:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FML22BWW%252F2026-03-24%252Fimage%252Fa381e017-93a3-4e20-be86-a60dafe89b1c_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-24 13:09:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/ML22BWW/2026-03-24/image/a381e017-93a3-4e20-be86-a60dafe89b1c_removebg.jpg?w=600 saved to cache
2026-03-24 13:09:29 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 8ede71aa-36e6-5cf2-838f-9ce2b665c787
2026-03-24 13:09:29 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 13:09:29 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fde5174b8d0>
2026-03-24 13:09:29 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 13:09:29 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-24 13:09:29 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 13:09:29 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_8ede71aa-36e6-5cf2-838f-9ce2b665c787/8ede71aa-36e6-5cf2-838f-9ce2b665c787_image_0.jpg HTTP/1.1" 201 0
2026-03-24 13:09:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:09:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FML22BWW%252F2026-03-24%252Fimage%252F14ea264f-6df8-4b6d-9423-c2e437c94fd4_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-24 13:09:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/ML22BWW/2026-03-24/image/14ea264f-6df8-4b6d-9423-c2e437c94fd4_removebg.jpg?w=600 saved to cache
2026-03-24 13:09:29 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 8ede71aa-36e6-5cf2-838f-9ce2b665c787
2026-03-24 13:09:30 [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-24 13:09:30 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:09:30 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120733369, 'registration': 'EN54ULO', 'account': 'WBA001', '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': 643}, 'saleStart': '2026-03-27T09:45Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2004-12-22', 'fuel': 'Petrol', 'motExpiry': '2026-11-10', 'doors': 3, 'engineSize': 1341, 'bodyType': 'Hatchback', 'images': None, 'colour': 'RED', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': None, 'serviceHistory': '', 'remarks': 'VOSA STATES 7K, 18K, 24K, 29K, 34K, 38K, 45K, 50K, 55K, 59K, 64K, 69K, 71K, 71K, 74K, 77K, 80K, 84K,', 'virtual': False, 'seller': 'UKCGR', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '6', 'v5': False, 'v5details': None, 'co2': 136, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': None, 'assuredType': None, 'imported': False, 'eurostatus': 4, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 13:09:30 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120733369, 'registration': 'EN54ULO', 'account': 'WBA001', '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': 643}, 'saleStart': '2026-03-27T09:45Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2004-12-22', 'fuel': 'Petrol', 'motExpiry': '2026-11-10', 'doors': 3, 'engineSize': 1341, 'bodyType': 'Hatchback', 'images': None, 'colour': 'RED', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': None, 'serviceHistory': '', 'remarks': 'VOSA STATES 7K, 18K, 24K, 29K, 34K, 38K, 45K, 50K, 55K, 59K, 64K, 69K, 71K, 71K, 74K, 77K, 80K, 84K,', 'virtual': False, 'seller': 'UKCGR', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '6', 'v5': False, 'v5details': None, 'co2': 136, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': None, 'assuredType': None, 'imported': False, 'eurostatus': 4, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 13:09:30 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 282311dc-787b-5e43-ab30-88ae3460c373 with identifier: 120733369
2026-03-24 13:09:30 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 282311dc-787b-5e43-ab30-88ae3460c373 with scrape type 1
2026-03-24 13:09:30 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 0 photos for item 282311dc-787b-5e43-ab30-88ae3460c373
2026-03-24 13:09:30 [crawlers.middlewares.photo_download_middleware] INFO: No photos to download for item 282311dc-787b-5e43-ab30-88ae3460c373
2026-03-24 13:09:30 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 282311dc-787b-5e43-ab30-88ae3460c373, identifier: 120733369
2026-03-24 13:09:30 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 282311dc-787b-5e43-ab30-88ae3460c373 with identifier: 120733369
2026-03-24 13:09:30 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 282311dc-787b-5e43-ab30-88ae3460c373 with identifier: 120733369
2026-03-24 13:09:30 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 282311dc-787b-5e43-ab30-88ae3460c373 with identifier: 120733369 to the API
2026-03-24 13:09:30 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 13:09: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-24 13:09:31 [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',
'title': 'HYUNDAI GETZ HATCHBACK 1.3 GSI 3dr',
'transmission': 'manual',
'trim': '1.3 GSI 3dr',
'vin': None,
'year': 2004}
2026-03-24 13:09:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:09:31 [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-24 13:09:31 [astonbarclay.gb] INFO: Saving data for 120733369: {'created_time': 1774357771.415057, 'last_price_update_time': 1774357771.415069, 'auction_closing_time': 1774604700.0}
2026-03-24 13:09:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:09:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120733369') HTTP/1.1" 204 0
2026-03-24 13:09:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/ML22BWW/2026-03-24/image/96e6001b-8fed-4237-af80-d7bc360ae415_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120428872?view=catalogue)
2026-03-24 13:09:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg002.imgix.net/b479a8bc-77cd-405e-8d53-fa741b3b5ebd.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120684736?view=catalogue)
2026-03-24 13:09:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg002.imgix.net/1042d0e5-f9d5-476f-b3bb-6447ddf2cb4b.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120684736?view=catalogue)
2026-03-24 13:09:31 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 13:09:31 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fde43f7add0>
2026-03-24 13:09:31 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 13:09:31 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-24 13:09:31 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 13:09:31 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_8ede71aa-36e6-5cf2-838f-9ce2b665c787/8ede71aa-36e6-5cf2-838f-9ce2b665c787_image_1.jpg HTTP/1.1" 201 0
2026-03-24 13:09:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:09:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FML22BWW%252F2026-03-24%252Fimage%252F96e6001b-8fed-4237-af80-d7bc360ae415_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-24 13:09:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/ML22BWW/2026-03-24/image/96e6001b-8fed-4237-af80-d7bc360ae415_removebg.jpg?w=600 saved to cache
2026-03-24 13:09:31 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 8ede71aa-36e6-5cf2-838f-9ce2b665c787
2026-03-24 13:09:31 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 8ede71aa-36e6-5cf2-838f-9ce2b665c787, skipping ID generation
2026-03-24 13:09:31 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8ede71aa-36e6-5cf2-838f-9ce2b665c787 with scrape type 1
2026-03-24 13:09:31 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 8ede71aa-36e6-5cf2-838f-9ce2b665c787 sending to next pipeline
2026-03-24 13:09:31 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 8ede71aa-36e6-5cf2-838f-9ce2b665c787, identifier: 120428872
2026-03-24 13:09:31 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 8ede71aa-36e6-5cf2-838f-9ce2b665c787 with identifier: 120428872
2026-03-24 13:09:31 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 8ede71aa-36e6-5cf2-838f-9ce2b665c787 with identifier: 120428872
2026-03-24 13:09:31 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 8ede71aa-36e6-5cf2-838f-9ce2b665c787 with identifier: 120428872 to the API
2026-03-24 13:09:31 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 13:09:32 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-24 13:09:32 [scrapy.core.scraper] DEBUG: Scraped from <200 https://abimg003.imgix.net/ML22BWW/2026-03-24/image/96e6001b-8fed-4237-af80-d7bc360ae415_removebg.jpg?w=600>
{'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': 10,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_8ede71aa-36e6-5cf2-838f-9ce2b665c787/8ede71aa-36e6-5cf2-838f-9ce2b665c787_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 22029,
'Height': 338,
'OriginUrl': 'https://abimg003.imgix.net/ML22BWW/2026-03-24/image/14ea264f-6df8-4b6d-9423-c2e437c94fd4_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_8ede71aa-36e6-5cf2-838f-9ce2b665c787/8ede71aa-36e6-5cf2-838f-9ce2b665c787_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 21851,
'Height': 338,
'OriginUrl': 'https://abimg003.imgix.net/ML22BWW/2026-03-24/image/96e6001b-8fed-4237-af80-d7bc360ae415_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_8ede71aa-36e6-5cf2-838f-9ce2b665c787/8ede71aa-36e6-5cf2-838f-9ce2b665c787_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 22720,
'Height': 338,
'OriginUrl': 'https://abimg003.imgix.net/ML22BWW/2026-03-24/image/61361c0e-3c77-4398-972b-ece9badb34a9_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_8ede71aa-36e6-5cf2-838f-9ce2b665c787/8ede71aa-36e6-5cf2-838f-9ce2b665c787_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 25308,
'Height': 338,
'OriginUrl': 'https://abimg003.imgix.net/ML22BWW/2026-03-24/image/aaf076e1-12b0-4be4-9594-d29f8041ffd6_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_8ede71aa-36e6-5cf2-838f-9ce2b665c787/8ede71aa-36e6-5cf2-838f-9ce2b665c787_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 33447,
'Height': 338,
'OriginUrl': 'https://abimg003.imgix.net/ML22BWW/2026-03-24/image/bd244e92-db3b-4d0b-adac-c6a0232092ba_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_8ede71aa-36e6-5cf2-838f-9ce2b665c787/8ede71aa-36e6-5cf2-838f-9ce2b665c787_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 36890,
'Height': 338,
'OriginUrl': 'https://abimg003.imgix.net/ML22BWW/2026-03-24/image/9a4e0951-c848-4494-a180-06bd25ae99ec_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_8ede71aa-36e6-5cf2-838f-9ce2b665c787/8ede71aa-36e6-5cf2-838f-9ce2b665c787_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 35109,
'Height': 338,
'OriginUrl': 'https://abimg003.imgix.net/ML22BWW/2026-03-24/image/6efa303b-d5da-4d8b-a91e-447eee49b588_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_8ede71aa-36e6-5cf2-838f-9ce2b665c787/8ede71aa-36e6-5cf2-838f-9ce2b665c787_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 39203,
'Height': 338,
'OriginUrl': 'https://abimg003.imgix.net/ML22BWW/2026-03-24/image/a381e017-93a3-4e20-be86-a60dafe89b1c_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_8ede71aa-36e6-5cf2-838f-9ce2b665c787/8ede71aa-36e6-5cf2-838f-9ce2b665c787_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 42902,
'Height': 338,
'OriginUrl': 'https://abimg003.imgix.net/ML22BWW/2026-03-24/image/f51063a0-7012-444d-8c07-713e05e0e60a_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_8ede71aa-36e6-5cf2-838f-9ce2b665c787/8ede71aa-36e6-5cf2-838f-9ce2b665c787_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 49346,
'Height': 338,
'OriginUrl': 'https://abimg003.imgix.net/ML22BWW/2026-03-24/image/004bf236-4d16-46d1-b478-9c3ca3745e58_removebg.jpg?w=600',
'Width': 600}],
'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-24 13:09:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:09:32 [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-24 13:09:32 [astonbarclay.gb] INFO: Saving data for 120428872: {'created_time': 1774357772.867315, 'last_price_update_time': 1774357772.867326, 'auction_closing_time': 1774604700.0}
2026-03-24 13:09:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:09:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120428872') HTTP/1.1" 204 0
2026-03-24 13:09:32 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 13:09:32 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fde501cc790>
2026-03-24 13:09:32 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 13:09:32 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-24 13:09:32 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 13:09:32 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_c1b45095-1468-516a-8920-b0dd0d1da62c/c1b45095-1468-516a-8920-b0dd0d1da62c_image_5.jpg HTTP/1.1" 201 0
2026-03-24 13:09:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:09:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg002.imgix.net%252Fb479a8bc-77cd-405e-8d53-fa741b3b5ebd.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-24 13:09:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg002.imgix.net/b479a8bc-77cd-405e-8d53-fa741b3b5ebd.jpg?w=600 saved to cache
2026-03-24 13:09:32 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item c1b45095-1468-516a-8920-b0dd0d1da62c
2026-03-24 13:09:32 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 13:09:32 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fde43ff30d0>
2026-03-24 13:09:32 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 13:09:32 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-24 13:09:32 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 13:09:32 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_c1b45095-1468-516a-8920-b0dd0d1da62c/c1b45095-1468-516a-8920-b0dd0d1da62c_image_4.jpg HTTP/1.1" 201 0
2026-03-24 13:09:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:09:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg002.imgix.net%252F1042d0e5-f9d5-476f-b3bb-6447ddf2cb4b.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-24 13:09:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg002.imgix.net/1042d0e5-f9d5-476f-b3bb-6447ddf2cb4b.jpg?w=600 saved to cache
2026-03-24 13:09:32 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item c1b45095-1468-516a-8920-b0dd0d1da62c
2026-03-24 13:09:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg002.imgix.net/5ee114c7-53d0-4705-bd6c-ea1713a0fb79.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120684736?view=catalogue)
2026-03-24 13:09:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg002.imgix.net/6d6d0a83-0408-40c4-a37f-29b7c1c9a6e2.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120684736?view=catalogue)
2026-03-24 13:09:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg002.imgix.net/3c411259-a2bf-49cb-ba07-49bbf7c82b94.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120684736?view=catalogue)
2026-03-24 13:09:33 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 13:09:33 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fde5198f110>
2026-03-24 13:09:33 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 13:09:33 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-24 13:09:33 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 13:09:33 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_c1b45095-1468-516a-8920-b0dd0d1da62c/c1b45095-1468-516a-8920-b0dd0d1da62c_image_2.jpg HTTP/1.1" 201 0
2026-03-24 13:09:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:09:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg002.imgix.net%252F5ee114c7-53d0-4705-bd6c-ea1713a0fb79.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-24 13:09:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg002.imgix.net/5ee114c7-53d0-4705-bd6c-ea1713a0fb79.jpg?w=600 saved to cache
2026-03-24 13:09:33 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item c1b45095-1468-516a-8920-b0dd0d1da62c
2026-03-24 13:09:33 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 13:09:33 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fde503ba250>
2026-03-24 13:09:33 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 13:09:33 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-24 13:09:33 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 13:09:33 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_c1b45095-1468-516a-8920-b0dd0d1da62c/c1b45095-1468-516a-8920-b0dd0d1da62c_image_1.jpg HTTP/1.1" 201 0
2026-03-24 13:09:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:09:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg002.imgix.net%252F6d6d0a83-0408-40c4-a37f-29b7c1c9a6e2.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-24 13:09:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg002.imgix.net/6d6d0a83-0408-40c4-a37f-29b7c1c9a6e2.jpg?w=600 saved to cache
2026-03-24 13:09:33 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item c1b45095-1468-516a-8920-b0dd0d1da62c
2026-03-24 13:09:33 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 13:09:33 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fde501cdd10>
2026-03-24 13:09:33 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 13:09:33 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-24 13:09:33 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 13:09:33 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_c1b45095-1468-516a-8920-b0dd0d1da62c/c1b45095-1468-516a-8920-b0dd0d1da62c_image_3.jpg HTTP/1.1" 201 0
2026-03-24 13:09:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:09:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg002.imgix.net%252F3c411259-a2bf-49cb-ba07-49bbf7c82b94.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-24 13:09:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg002.imgix.net/3c411259-a2bf-49cb-ba07-49bbf7c82b94.jpg?w=600 saved to cache
2026-03-24 13:09:33 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item c1b45095-1468-516a-8920-b0dd0d1da62c
2026-03-24 13:09:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg002.imgix.net/56150d0c-4655-4efd-9fef-5c3b81911e50.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120684736?view=catalogue)
2026-03-24 13:09:33 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 13:09:33 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fde43f06e10>
2026-03-24 13:09:33 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 13:09:33 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-24 13:09:33 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 13:09:33 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_c1b45095-1468-516a-8920-b0dd0d1da62c/c1b45095-1468-516a-8920-b0dd0d1da62c_image_0.jpg HTTP/1.1" 201 0
2026-03-24 13:09:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:09:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg002.imgix.net%252F56150d0c-4655-4efd-9fef-5c3b81911e50.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-24 13:09:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg002.imgix.net/56150d0c-4655-4efd-9fef-5c3b81911e50.jpg?w=600 saved to cache
2026-03-24 13:09:33 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item c1b45095-1468-516a-8920-b0dd0d1da62c
2026-03-24 13:09:33 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: c1b45095-1468-516a-8920-b0dd0d1da62c, skipping ID generation
2026-03-24 13:09:33 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c1b45095-1468-516a-8920-b0dd0d1da62c with scrape type 1
2026-03-24 13:09:33 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item c1b45095-1468-516a-8920-b0dd0d1da62c sending to next pipeline
2026-03-24 13:09:33 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: c1b45095-1468-516a-8920-b0dd0d1da62c, identifier: 120684736
2026-03-24 13:09:33 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: c1b45095-1468-516a-8920-b0dd0d1da62c with identifier: 120684736
2026-03-24 13:09:33 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: c1b45095-1468-516a-8920-b0dd0d1da62c with identifier: 120684736
2026-03-24 13:09:33 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: c1b45095-1468-516a-8920-b0dd0d1da62c with identifier: 120684736 to the API
2026-03-24 13:09:33 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 13:09:36 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-24 13:09:36 [scrapy.core.scraper] DEBUG: Scraped from <200 https://abimg002.imgix.net/56150d0c-4655-4efd-9fef-5c3b81911e50.jpg?w=600>
{'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': 9,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_c1b45095-1468-516a-8920-b0dd0d1da62c/c1b45095-1468-516a-8920-b0dd0d1da62c_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 91045,
'Height': 479,
'OriginUrl': 'https://abimg002.imgix.net/56150d0c-4655-4efd-9fef-5c3b81911e50.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_c1b45095-1468-516a-8920-b0dd0d1da62c/c1b45095-1468-516a-8920-b0dd0d1da62c_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 78487,
'Height': 479,
'OriginUrl': 'https://abimg002.imgix.net/6d6d0a83-0408-40c4-a37f-29b7c1c9a6e2.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_c1b45095-1468-516a-8920-b0dd0d1da62c/c1b45095-1468-516a-8920-b0dd0d1da62c_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 66210,
'Height': 479,
'OriginUrl': 'https://abimg002.imgix.net/5ee114c7-53d0-4705-bd6c-ea1713a0fb79.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_c1b45095-1468-516a-8920-b0dd0d1da62c/c1b45095-1468-516a-8920-b0dd0d1da62c_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 99833,
'Height': 479,
'OriginUrl': 'https://abimg002.imgix.net/3c411259-a2bf-49cb-ba07-49bbf7c82b94.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_c1b45095-1468-516a-8920-b0dd0d1da62c/c1b45095-1468-516a-8920-b0dd0d1da62c_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 87398,
'Height': 479,
'OriginUrl': 'https://abimg002.imgix.net/1042d0e5-f9d5-476f-b3bb-6447ddf2cb4b.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_c1b45095-1468-516a-8920-b0dd0d1da62c/c1b45095-1468-516a-8920-b0dd0d1da62c_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 87903,
'Height': 479,
'OriginUrl': 'https://abimg002.imgix.net/b479a8bc-77cd-405e-8d53-fa741b3b5ebd.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_c1b45095-1468-516a-8920-b0dd0d1da62c/c1b45095-1468-516a-8920-b0dd0d1da62c_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 88300,
'Height': 479,
'OriginUrl': 'https://abimg002.imgix.net/b91afa86-446f-49e7-8819-8deb58aa24e7.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_c1b45095-1468-516a-8920-b0dd0d1da62c/c1b45095-1468-516a-8920-b0dd0d1da62c_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 58000,
'Height': 479,
'OriginUrl': 'https://abimg002.imgix.net/6a9fee36-009f-440b-95c4-589fbeb18a9b.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_c1b45095-1468-516a-8920-b0dd0d1da62c/c1b45095-1468-516a-8920-b0dd0d1da62c_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 52262,
'Height': 479,
'OriginUrl': 'https://abimg002.imgix.net/9780975d-8579-4573-af33-760f94515b63.jpg?w=600',
'Width': 600}],
'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-24 13:09:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:09:36 [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-24 13:09:36 [astonbarclay.gb] INFO: Saving data for 120684736: {'created_time': 1774357776.763596, 'last_price_update_time': 1774357776.763607, 'auction_closing_time': 1774958400.0}
2026-03-24 13:09:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:09:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120684736') HTTP/1.1" 204 0
2026-03-24 13:09:36 [zyte_api._retry] DEBUG: Finished call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request' after 130.669(s), this was the 1st time calling it.
2026-03-24 13:09:36 [zyte_api._retry] DEBUG: Retrying zyte_api._async.AsyncZyteAPI.get.<locals>.request in 5.0252017486208915 seconds as it raised ClientConnectorError: Cannot connect to host api.zyte.com:443 ssl:default [Connect call failed ('69.41.180.81', 443)].
2026-03-24 13:09:36 [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-24 13:09:36 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:09:36 [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': 643}, 'saleStart': '2026-03-27T09:45Z', 'lot': None, '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-24 13:09:36 [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': 643}, 'saleStart': '2026-03-27T09:45Z', 'lot': None, '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-24 13:09:36 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1c249586-b1cf-5412-8806-c2880d06c20f with identifier: 120393438
2026-03-24 13:09:36 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1c249586-b1cf-5412-8806-c2880d06c20f with scrape type 1
2026-03-24 13:09:36 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 9 photos for item 1c249586-b1cf-5412-8806-c2880d06c20f
2026-03-24 13:09:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:09:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FYG22OPU%252F2026-03-21%252Fimage%252Faafd5a78-f589-4c89-951f-8154228e12ba_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-24 13:09:36 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/YG22OPU/2026-03-21/image/aafd5a78-f589-4c89-951f-8154228e12ba_removebg.jpg?w=600 not downloaded yet
2026-03-24 13:09:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:09:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FYG22OPU%252F2026-03-21%252Fimage%252Fccebb4d4-19f5-45a6-acd8-fb045e1ca882_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-24 13:09:36 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/YG22OPU/2026-03-21/image/ccebb4d4-19f5-45a6-acd8-fb045e1ca882_removebg.jpg?w=600 not downloaded yet
2026-03-24 13:09:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:09:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FYG22OPU%252F2026-03-21%252Fimage%252Fc130d0ac-df40-45ea-9028-a8c77cec8475_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-24 13:09:36 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/YG22OPU/2026-03-21/image/c130d0ac-df40-45ea-9028-a8c77cec8475_removebg.jpg?w=600 not downloaded yet
2026-03-24 13:09:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:09:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FYG22OPU%252F2026-03-21%252Fimage%252F95ab6ff4-43f2-4044-bfd9-2c7150dd3580_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-24 13:09:36 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/YG22OPU/2026-03-21/image/95ab6ff4-43f2-4044-bfd9-2c7150dd3580_removebg.jpg?w=600 not downloaded yet
2026-03-24 13:09:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:09:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FYG22OPU%252F2026-03-21%252Fimage%252F977c90fa-3dca-4a6e-a47e-c8a39e2ee923_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-24 13:09:36 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/YG22OPU/2026-03-21/image/977c90fa-3dca-4a6e-a47e-c8a39e2ee923_removebg.jpg?w=600 not downloaded yet
2026-03-24 13:09:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:09:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FYG22OPU%252F2026-03-21%252Fimage%252Fd349ce50-c486-45a4-abdb-aa347f7991a5_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-24 13:09:36 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/YG22OPU/2026-03-21/image/d349ce50-c486-45a4-abdb-aa347f7991a5_removebg.jpg?w=600 not downloaded yet
2026-03-24 13:09:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:09:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FYG22OPU%252F2026-03-21%252Fimage%252F55f7bdb1-d461-4e7d-8e92-f9487df15ef8_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-24 13:09:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/YG22OPU/2026-03-21/image/55f7bdb1-d461-4e7d-8e92-f9487df15ef8_removebg.jpg?w=600 not downloaded yet
2026-03-24 13:09:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:09:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FYG22OPU%252F2026-03-21%252Fimage%252F6637cd42-309e-4cde-a7a5-6acb832996b6_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-24 13:09:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/YG22OPU/2026-03-21/image/6637cd42-309e-4cde-a7a5-6acb832996b6_removebg.jpg?w=600 not downloaded yet
2026-03-24 13:09:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:09:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FYG22OPU%252F2026-03-21%252Fimage%252F15d6361b-e39f-4ac3-acca-13ead386fcb0_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-24 13:09:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/YG22OPU/2026-03-21/image/15d6361b-e39f-4ac3-acca-13ead386fcb0_removebg.jpg?w=600 not downloaded yet
2026-03-24 13:09:37 [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-24 13:09:37 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:09:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/YG22OPU/2026-03-21/image/15d6361b-e39f-4ac3-acca-13ead386fcb0_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120393438?view=catalogue)
2026-03-24 13:09:37 [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': 643}, 'saleStart': '2026-03-27T09:45Z', 'lot': None, '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-24 13:09:37 [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': 643}, 'saleStart': '2026-03-27T09:45Z', 'lot': None, '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-24 13:09:37 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a13eb428-1ce3-5719-91aa-40b90ad6b505 with identifier: 120392774
2026-03-24 13:09:37 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a13eb428-1ce3-5719-91aa-40b90ad6b505 with scrape type 1
2026-03-24 13:09:37 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item a13eb428-1ce3-5719-91aa-40b90ad6b505
2026-03-24 13:09:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:09:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FKM23TYT%252F2026-03-24%252Fimage%252Fedda2f36-e296-4554-a1ef-b0119ded4393_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-24 13:09:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/KM23TYT/2026-03-24/image/edda2f36-e296-4554-a1ef-b0119ded4393_removebg.jpg?w=600 not downloaded yet
2026-03-24 13:09:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:09:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FKM23TYT%252F2026-03-24%252Fimage%252F3f0b166b-9176-4988-a8b1-f12c152b7a4c_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-24 13:09:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/KM23TYT/2026-03-24/image/3f0b166b-9176-4988-a8b1-f12c152b7a4c_removebg.jpg?w=600 not downloaded yet
2026-03-24 13:09:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/YG22OPU/2026-03-21/image/6637cd42-309e-4cde-a7a5-6acb832996b6_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120393438?view=catalogue)
2026-03-24 13:09:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:09:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FKM23TYT%252F2026-03-24%252Fimage%252F73b8a782-f999-47d1-9e53-a6a7fd6b6c8b_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-24 13:09:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/KM23TYT/2026-03-24/image/73b8a782-f999-47d1-9e53-a6a7fd6b6c8b_removebg.jpg?w=600 not downloaded yet
2026-03-24 13:09:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:09:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FKM23TYT%252F2026-03-24%252Fimage%252F3b9313b0-801c-4185-b088-2b3ca43b987c_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-24 13:09:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/KM23TYT/2026-03-24/image/3b9313b0-801c-4185-b088-2b3ca43b987c_removebg.jpg?w=600 not downloaded yet
2026-03-24 13:09:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:09:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FKM23TYT%252F2026-03-24%252Fimage%252Fb2ad1d54-82eb-43ca-bbf2-9ff18a50a022_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-24 13:09:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/KM23TYT/2026-03-24/image/b2ad1d54-82eb-43ca-bbf2-9ff18a50a022_removebg.jpg?w=600 not downloaded yet
2026-03-24 13:09:37 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 13:09:37 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fde50178050>
2026-03-24 13:09:37 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 13:09:37 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-24 13:09:37 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 13:09:37 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_1c249586-b1cf-5412-8806-c2880d06c20f/1c249586-b1cf-5412-8806-c2880d06c20f_image_8.jpg HTTP/1.1" 201 0
2026-03-24 13:09:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:09:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FYG22OPU%252F2026-03-21%252Fimage%252F15d6361b-e39f-4ac3-acca-13ead386fcb0_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-24 13:09:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/YG22OPU/2026-03-21/image/15d6361b-e39f-4ac3-acca-13ead386fcb0_removebg.jpg?w=600 saved to cache
2026-03-24 13:09:37 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 1c249586-b1cf-5412-8806-c2880d06c20f
2026-03-24 13:09:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/KM23TYT/2026-03-24/image/edda2f36-e296-4554-a1ef-b0119ded4393_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120392774?view=catalogue)
2026-03-24 13:09:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:09:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FKM23TYT%252F2026-03-24%252Fimage%252Fe9c0d094-4f8d-4fa2-8250-35e35af10c31_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-24 13:09:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/KM23TYT/2026-03-24/image/e9c0d094-4f8d-4fa2-8250-35e35af10c31_removebg.jpg?w=600 not downloaded yet
2026-03-24 13:09:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:09:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FKM23TYT%252F2026-03-24%252Fimage%252Fdc314d88-05ea-43e2-9d42-14dce177de1c_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-24 13:09:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/KM23TYT/2026-03-24/image/dc314d88-05ea-43e2-9d42-14dce177de1c_removebg.jpg?w=600 not downloaded yet
2026-03-24 13:09:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:09:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FKM23TYT%252F2026-03-24%252Fimage%252F4ad606e1-771f-4520-9c86-4b22ce634062_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-24 13:09:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/KM23TYT/2026-03-24/image/4ad606e1-771f-4520-9c86-4b22ce634062_removebg.jpg?w=600 not downloaded yet
2026-03-24 13:09:38 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 13:09:38 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fde503cdb50>
2026-03-24 13:09:38 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 13:09:38 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-24 13:09:38 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 13:09:38 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_1c249586-b1cf-5412-8806-c2880d06c20f/1c249586-b1cf-5412-8806-c2880d06c20f_image_7.jpg HTTP/1.1" 201 0
2026-03-24 13:09:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:09:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FYG22OPU%252F2026-03-21%252Fimage%252F6637cd42-309e-4cde-a7a5-6acb832996b6_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-24 13:09:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/YG22OPU/2026-03-21/image/6637cd42-309e-4cde-a7a5-6acb832996b6_removebg.jpg?w=600 saved to cache
2026-03-24 13:09:38 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 1c249586-b1cf-5412-8806-c2880d06c20f
2026-03-24 13:09:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:09:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FKM23TYT%252F2026-03-24%252Fimage%252Fff511048-dbbb-48eb-b012-b82b310dba57_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-24 13:09:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/KM23TYT/2026-03-24/image/ff511048-dbbb-48eb-b012-b82b310dba57_removebg.jpg?w=600 not downloaded yet
2026-03-24 13:09:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:09:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FKM23TYT%252F2026-03-24%252Fimage%252F5ee8c3cd-b490-4c01-8a6f-ee0941a88ddf_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-24 13:09:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/KM23TYT/2026-03-24/image/5ee8c3cd-b490-4c01-8a6f-ee0941a88ddf_removebg.jpg?w=600 not downloaded yet
2026-03-24 13:09:38 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 13:09:38 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fde502148d0>
2026-03-24 13:09:38 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 13:09:38 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-24 13:09:38 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 13:09:38 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_a13eb428-1ce3-5719-91aa-40b90ad6b505/a13eb428-1ce3-5719-91aa-40b90ad6b505_image_0.jpg HTTP/1.1" 201 0
2026-03-24 13:09:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:09:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FKM23TYT%252F2026-03-24%252Fimage%252Fedda2f36-e296-4554-a1ef-b0119ded4393_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-24 13:09:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/KM23TYT/2026-03-24/image/edda2f36-e296-4554-a1ef-b0119ded4393_removebg.jpg?w=600 saved to cache
2026-03-24 13:09:38 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item a13eb428-1ce3-5719-91aa-40b90ad6b505
2026-03-24 13:09:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/KM23TYT/2026-03-24/image/b2ad1d54-82eb-43ca-bbf2-9ff18a50a022_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120392774?view=catalogue)
2026-03-24 13:09:38 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 13:09:38 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fde43f96250>
2026-03-24 13:09:38 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 13:09:38 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-24 13:09:38 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 13:09:38 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_a13eb428-1ce3-5719-91aa-40b90ad6b505/a13eb428-1ce3-5719-91aa-40b90ad6b505_image_4.jpg HTTP/1.1" 201 0
2026-03-24 13:09:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:09:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FKM23TYT%252F2026-03-24%252Fimage%252Fb2ad1d54-82eb-43ca-bbf2-9ff18a50a022_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-24 13:09:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/KM23TYT/2026-03-24/image/b2ad1d54-82eb-43ca-bbf2-9ff18a50a022_removebg.jpg?w=600 saved to cache
2026-03-24 13:09:38 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item a13eb428-1ce3-5719-91aa-40b90ad6b505
2026-03-24 13:09:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/KM23TYT/2026-03-24/image/5ee8c3cd-b490-4c01-8a6f-ee0941a88ddf_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120392774?view=catalogue)
2026-03-24 13:09:38 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 13:09:38 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fde516b2fd0>
2026-03-24 13:09:38 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 13:09:38 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-24 13:09:38 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 13:09:38 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_a13eb428-1ce3-5719-91aa-40b90ad6b505/a13eb428-1ce3-5719-91aa-40b90ad6b505_image_9.jpg HTTP/1.1" 201 0
2026-03-24 13:09:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:09:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FKM23TYT%252F2026-03-24%252Fimage%252F5ee8c3cd-b490-4c01-8a6f-ee0941a88ddf_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-24 13:09:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/KM23TYT/2026-03-24/image/5ee8c3cd-b490-4c01-8a6f-ee0941a88ddf_removebg.jpg?w=600 saved to cache
2026-03-24 13:09:38 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item a13eb428-1ce3-5719-91aa-40b90ad6b505
2026-03-24 13:09:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/KM23TYT/2026-03-24/image/ff511048-dbbb-48eb-b012-b82b310dba57_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120392774?view=catalogue)
2026-03-24 13:09:38 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 13:09:38 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fde43ff12d0>
2026-03-24 13:09:38 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 13:09:38 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-24 13:09:38 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 13:09:38 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_a13eb428-1ce3-5719-91aa-40b90ad6b505/a13eb428-1ce3-5719-91aa-40b90ad6b505_image_8.jpg HTTP/1.1" 201 0
2026-03-24 13:09:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:09:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FKM23TYT%252F2026-03-24%252Fimage%252Fff511048-dbbb-48eb-b012-b82b310dba57_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-24 13:09:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/KM23TYT/2026-03-24/image/ff511048-dbbb-48eb-b012-b82b310dba57_removebg.jpg?w=600 saved to cache
2026-03-24 13:09:38 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item a13eb428-1ce3-5719-91aa-40b90ad6b505
2026-03-24 13:09:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/KM23TYT/2026-03-24/image/4ad606e1-771f-4520-9c86-4b22ce634062_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120392774?view=catalogue)
2026-03-24 13:09:39 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 13:09:39 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fde516b6750>
2026-03-24 13:09:39 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 13:09:39 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-24 13:09:39 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 13:09:39 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_a13eb428-1ce3-5719-91aa-40b90ad6b505/a13eb428-1ce3-5719-91aa-40b90ad6b505_image_7.jpg HTTP/1.1" 201 0
2026-03-24 13:09:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:09:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FKM23TYT%252F2026-03-24%252Fimage%252F4ad606e1-771f-4520-9c86-4b22ce634062_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-24 13:09:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/KM23TYT/2026-03-24/image/4ad606e1-771f-4520-9c86-4b22ce634062_removebg.jpg?w=600 saved to cache
2026-03-24 13:09:39 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item a13eb428-1ce3-5719-91aa-40b90ad6b505
2026-03-24 13:09:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/KM23TYT/2026-03-24/image/dc314d88-05ea-43e2-9d42-14dce177de1c_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120392774?view=catalogue)
2026-03-24 13:09:39 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 13:09:39 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fde503f9c90>
2026-03-24 13:09:39 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 13:09:39 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-24 13:09:39 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 13:09:39 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_a13eb428-1ce3-5719-91aa-40b90ad6b505/a13eb428-1ce3-5719-91aa-40b90ad6b505_image_6.jpg HTTP/1.1" 201 0
2026-03-24 13:09:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:09:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FKM23TYT%252F2026-03-24%252Fimage%252Fdc314d88-05ea-43e2-9d42-14dce177de1c_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-24 13:09:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/KM23TYT/2026-03-24/image/dc314d88-05ea-43e2-9d42-14dce177de1c_removebg.jpg?w=600 saved to cache
2026-03-24 13:09:39 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item a13eb428-1ce3-5719-91aa-40b90ad6b505
2026-03-24 13:09:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/KM23TYT/2026-03-24/image/e9c0d094-4f8d-4fa2-8250-35e35af10c31_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120392774?view=catalogue)
2026-03-24 13:09:39 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 13:09:39 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fde516efd50>
2026-03-24 13:09:39 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 13:09:39 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-24 13:09:39 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 13:09:39 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_a13eb428-1ce3-5719-91aa-40b90ad6b505/a13eb428-1ce3-5719-91aa-40b90ad6b505_image_5.jpg HTTP/1.1" 201 0
2026-03-24 13:09:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:09:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FKM23TYT%252F2026-03-24%252Fimage%252Fe9c0d094-4f8d-4fa2-8250-35e35af10c31_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-24 13:09:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/KM23TYT/2026-03-24/image/e9c0d094-4f8d-4fa2-8250-35e35af10c31_removebg.jpg?w=600 saved to cache
2026-03-24 13:09:39 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item a13eb428-1ce3-5719-91aa-40b90ad6b505
2026-03-24 13:09:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/KM23TYT/2026-03-24/image/3b9313b0-801c-4185-b088-2b3ca43b987c_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120392774?view=catalogue)
2026-03-24 13:09:40 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 13:09:40 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fde43ff1110>
2026-03-24 13:09:40 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 13:09:40 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-24 13:09:40 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 13:09:40 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_a13eb428-1ce3-5719-91aa-40b90ad6b505/a13eb428-1ce3-5719-91aa-40b90ad6b505_image_3.jpg HTTP/1.1" 201 0
2026-03-24 13:09:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:09:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FKM23TYT%252F2026-03-24%252Fimage%252F3b9313b0-801c-4185-b088-2b3ca43b987c_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-24 13:09:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/KM23TYT/2026-03-24/image/3b9313b0-801c-4185-b088-2b3ca43b987c_removebg.jpg?w=600 saved to cache
2026-03-24 13:09:40 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item a13eb428-1ce3-5719-91aa-40b90ad6b505
2026-03-24 13:09:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/KM23TYT/2026-03-24/image/73b8a782-f999-47d1-9e53-a6a7fd6b6c8b_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120392774?view=catalogue)
2026-03-24 13:09:40 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 13:09:40 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fde516b5fd0>
2026-03-24 13:09:40 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 13:09:40 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-24 13:09:40 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 13:09:40 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_a13eb428-1ce3-5719-91aa-40b90ad6b505/a13eb428-1ce3-5719-91aa-40b90ad6b505_image_2.jpg HTTP/1.1" 201 0
2026-03-24 13:09:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:09:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FKM23TYT%252F2026-03-24%252Fimage%252F73b8a782-f999-47d1-9e53-a6a7fd6b6c8b_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-24 13:09:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/KM23TYT/2026-03-24/image/73b8a782-f999-47d1-9e53-a6a7fd6b6c8b_removebg.jpg?w=600 saved to cache
2026-03-24 13:09:40 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item a13eb428-1ce3-5719-91aa-40b90ad6b505
2026-03-24 13:09:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/KM23TYT/2026-03-24/image/3f0b166b-9176-4988-a8b1-f12c152b7a4c_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120392774?view=catalogue)
2026-03-24 13:09:40 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 13:09:40 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fde50215e10>
2026-03-24 13:09:40 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 13:09:40 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-24 13:09:40 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 13:09:40 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_a13eb428-1ce3-5719-91aa-40b90ad6b505/a13eb428-1ce3-5719-91aa-40b90ad6b505_image_1.jpg HTTP/1.1" 201 0
2026-03-24 13:09:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:09:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FKM23TYT%252F2026-03-24%252Fimage%252F3f0b166b-9176-4988-a8b1-f12c152b7a4c_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-24 13:09:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/KM23TYT/2026-03-24/image/3f0b166b-9176-4988-a8b1-f12c152b7a4c_removebg.jpg?w=600 saved to cache
2026-03-24 13:09:40 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item a13eb428-1ce3-5719-91aa-40b90ad6b505
2026-03-24 13:09:40 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: a13eb428-1ce3-5719-91aa-40b90ad6b505, skipping ID generation
2026-03-24 13:09:40 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a13eb428-1ce3-5719-91aa-40b90ad6b505 with scrape type 1
2026-03-24 13:09:40 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item a13eb428-1ce3-5719-91aa-40b90ad6b505 sending to next pipeline
2026-03-24 13:09:40 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: a13eb428-1ce3-5719-91aa-40b90ad6b505, identifier: 120392774
2026-03-24 13:09:40 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: a13eb428-1ce3-5719-91aa-40b90ad6b505 with identifier: 120392774
2026-03-24 13:09:40 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: a13eb428-1ce3-5719-91aa-40b90ad6b505 with identifier: 120392774
2026-03-24 13:09: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-24 13:09:41 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 13:09:44 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-24 13:09:44 [scrapy.core.scraper] DEBUG: Scraped from <200 https://abimg003.imgix.net/KM23TYT/2026-03-24/image/3f0b166b-9176-4988-a8b1-f12c152b7a4c_removebg.jpg?w=600>
{'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': 10,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a13eb428-1ce3-5719-91aa-40b90ad6b505/a13eb428-1ce3-5719-91aa-40b90ad6b505_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 25759,
'Height': 338,
'OriginUrl': 'https://abimg003.imgix.net/KM23TYT/2026-03-24/image/edda2f36-e296-4554-a1ef-b0119ded4393_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a13eb428-1ce3-5719-91aa-40b90ad6b505/a13eb428-1ce3-5719-91aa-40b90ad6b505_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 25249,
'Height': 338,
'OriginUrl': 'https://abimg003.imgix.net/KM23TYT/2026-03-24/image/3f0b166b-9176-4988-a8b1-f12c152b7a4c_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a13eb428-1ce3-5719-91aa-40b90ad6b505/a13eb428-1ce3-5719-91aa-40b90ad6b505_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 25667,
'Height': 338,
'OriginUrl': 'https://abimg003.imgix.net/KM23TYT/2026-03-24/image/73b8a782-f999-47d1-9e53-a6a7fd6b6c8b_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a13eb428-1ce3-5719-91aa-40b90ad6b505/a13eb428-1ce3-5719-91aa-40b90ad6b505_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 25589,
'Height': 338,
'OriginUrl': 'https://abimg003.imgix.net/KM23TYT/2026-03-24/image/3b9313b0-801c-4185-b088-2b3ca43b987c_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a13eb428-1ce3-5719-91aa-40b90ad6b505/a13eb428-1ce3-5719-91aa-40b90ad6b505_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 38718,
'Height': 338,
'OriginUrl': 'https://abimg003.imgix.net/KM23TYT/2026-03-24/image/b2ad1d54-82eb-43ca-bbf2-9ff18a50a022_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a13eb428-1ce3-5719-91aa-40b90ad6b505/a13eb428-1ce3-5719-91aa-40b90ad6b505_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 33870,
'Height': 338,
'OriginUrl': 'https://abimg003.imgix.net/KM23TYT/2026-03-24/image/e9c0d094-4f8d-4fa2-8250-35e35af10c31_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a13eb428-1ce3-5719-91aa-40b90ad6b505/a13eb428-1ce3-5719-91aa-40b90ad6b505_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 42028,
'Height': 338,
'OriginUrl': 'https://abimg003.imgix.net/KM23TYT/2026-03-24/image/dc314d88-05ea-43e2-9d42-14dce177de1c_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a13eb428-1ce3-5719-91aa-40b90ad6b505/a13eb428-1ce3-5719-91aa-40b90ad6b505_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 38562,
'Height': 338,
'OriginUrl': 'https://abimg003.imgix.net/KM23TYT/2026-03-24/image/4ad606e1-771f-4520-9c86-4b22ce634062_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a13eb428-1ce3-5719-91aa-40b90ad6b505/a13eb428-1ce3-5719-91aa-40b90ad6b505_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 40625,
'Height': 338,
'OriginUrl': 'https://abimg003.imgix.net/KM23TYT/2026-03-24/image/ff511048-dbbb-48eb-b012-b82b310dba57_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a13eb428-1ce3-5719-91aa-40b90ad6b505/a13eb428-1ce3-5719-91aa-40b90ad6b505_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 44046,
'Height': 338,
'OriginUrl': 'https://abimg003.imgix.net/KM23TYT/2026-03-24/image/5ee8c3cd-b490-4c01-8a6f-ee0941a88ddf_removebg.jpg?w=600',
'Width': 600}],
'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-24 13:09:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:09:44 [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-24 13:09:44 [astonbarclay.gb] INFO: Saving data for 120392774: {'created_time': 1774357784.333663, 'last_price_update_time': 1774357784.333675, 'auction_closing_time': 1774604700.0}
2026-03-24 13:09:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:09:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120392774') HTTP/1.1" 204 0
2026-03-24 13:09:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/YG22OPU/2026-03-21/image/55f7bdb1-d461-4e7d-8e92-f9487df15ef8_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120393438?view=catalogue)
2026-03-24 13:09:44 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 2nd time calling it.
2026-03-24 13:09:44 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 13:09:44 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fde43f1bdd0>
2026-03-24 13:09:44 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 13:09:44 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-24 13:09:44 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 13:09:44 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_1c249586-b1cf-5412-8806-c2880d06c20f/1c249586-b1cf-5412-8806-c2880d06c20f_image_6.jpg HTTP/1.1" 201 0
2026-03-24 13:09:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:09:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FYG22OPU%252F2026-03-21%252Fimage%252F55f7bdb1-d461-4e7d-8e92-f9487df15ef8_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-24 13:09:44 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/YG22OPU/2026-03-21/image/55f7bdb1-d461-4e7d-8e92-f9487df15ef8_removebg.jpg?w=600 saved to cache
2026-03-24 13:09:44 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 1c249586-b1cf-5412-8806-c2880d06c20f
2026-03-24 13:09:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/YG22OPU/2026-03-21/image/d349ce50-c486-45a4-abdb-aa347f7991a5_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120393438?view=catalogue)
2026-03-24 13:09:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/YG22OPU/2026-03-21/image/977c90fa-3dca-4a6e-a47e-c8a39e2ee923_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120393438?view=catalogue)
2026-03-24 13:09:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/YG22OPU/2026-03-21/image/95ab6ff4-43f2-4044-bfd9-2c7150dd3580_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120393438?view=catalogue)
2026-03-24 13:09:44 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 13:09:44 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fde500c5b50>
2026-03-24 13:09:44 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 13:09:44 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-24 13:09:44 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 13:09:44 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_1c249586-b1cf-5412-8806-c2880d06c20f/1c249586-b1cf-5412-8806-c2880d06c20f_image_5.jpg HTTP/1.1" 201 0
2026-03-24 13:09:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:09:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FYG22OPU%252F2026-03-21%252Fimage%252Fd349ce50-c486-45a4-abdb-aa347f7991a5_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-24 13:09:44 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/YG22OPU/2026-03-21/image/d349ce50-c486-45a4-abdb-aa347f7991a5_removebg.jpg?w=600 saved to cache
2026-03-24 13:09:44 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 1c249586-b1cf-5412-8806-c2880d06c20f
2026-03-24 13:09:44 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 13:09:44 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fde50217190>
2026-03-24 13:09:44 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 13:09:44 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-24 13:09:44 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 13:09:44 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_1c249586-b1cf-5412-8806-c2880d06c20f/1c249586-b1cf-5412-8806-c2880d06c20f_image_4.jpg HTTP/1.1" 201 0
2026-03-24 13:09:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:09:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FYG22OPU%252F2026-03-21%252Fimage%252F977c90fa-3dca-4a6e-a47e-c8a39e2ee923_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-24 13:09:44 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/YG22OPU/2026-03-21/image/977c90fa-3dca-4a6e-a47e-c8a39e2ee923_removebg.jpg?w=600 saved to cache
2026-03-24 13:09:44 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 1c249586-b1cf-5412-8806-c2880d06c20f
2026-03-24 13:09:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/YG22OPU/2026-03-21/image/c130d0ac-df40-45ea-9028-a8c77cec8475_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120393438?view=catalogue)
2026-03-24 13:09:44 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 13:09:44 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fde516a40d0>
2026-03-24 13:09:44 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 13:09:44 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-24 13:09:44 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 13:09:44 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_1c249586-b1cf-5412-8806-c2880d06c20f/1c249586-b1cf-5412-8806-c2880d06c20f_image_3.jpg HTTP/1.1" 201 0
2026-03-24 13:09:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:09:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FYG22OPU%252F2026-03-21%252Fimage%252F95ab6ff4-43f2-4044-bfd9-2c7150dd3580_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-24 13:09:44 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/YG22OPU/2026-03-21/image/95ab6ff4-43f2-4044-bfd9-2c7150dd3580_removebg.jpg?w=600 saved to cache
2026-03-24 13:09:44 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 1c249586-b1cf-5412-8806-c2880d06c20f
2026-03-24 13:09:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/YG22OPU/2026-03-21/image/ccebb4d4-19f5-45a6-acd8-fb045e1ca882_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120393438?view=catalogue)
2026-03-24 13:09:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/YG22OPU/2026-03-21/image/aafd5a78-f589-4c89-951f-8154228e12ba_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120393438?view=catalogue)
2026-03-24 13:09:44 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 13:09:44 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fde500f6790>
2026-03-24 13:09:44 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 13:09:44 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-24 13:09:44 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 13:09:45 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_1c249586-b1cf-5412-8806-c2880d06c20f/1c249586-b1cf-5412-8806-c2880d06c20f_image_2.jpg HTTP/1.1" 201 0
2026-03-24 13:09:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:09:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FYG22OPU%252F2026-03-21%252Fimage%252Fc130d0ac-df40-45ea-9028-a8c77cec8475_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-24 13:09:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/YG22OPU/2026-03-21/image/c130d0ac-df40-45ea-9028-a8c77cec8475_removebg.jpg?w=600 saved to cache
2026-03-24 13:09:45 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 1c249586-b1cf-5412-8806-c2880d06c20f
2026-03-24 13:09:45 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 13:09:45 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fde43f5efd0>
2026-03-24 13:09:45 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 13:09:45 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-24 13:09:45 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 13:09:45 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_1c249586-b1cf-5412-8806-c2880d06c20f/1c249586-b1cf-5412-8806-c2880d06c20f_image_1.jpg HTTP/1.1" 201 0
2026-03-24 13:09:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:09:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FYG22OPU%252F2026-03-21%252Fimage%252Fccebb4d4-19f5-45a6-acd8-fb045e1ca882_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-24 13:09:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/YG22OPU/2026-03-21/image/ccebb4d4-19f5-45a6-acd8-fb045e1ca882_removebg.jpg?w=600 saved to cache
2026-03-24 13:09:45 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 1c249586-b1cf-5412-8806-c2880d06c20f
2026-03-24 13:09:45 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 13:09:45 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fde501a8a90>
2026-03-24 13:09:45 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 13:09:45 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-24 13:09:45 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 13:09:45 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_1c249586-b1cf-5412-8806-c2880d06c20f/1c249586-b1cf-5412-8806-c2880d06c20f_image_0.jpg HTTP/1.1" 201 0
2026-03-24 13:09:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:09:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FYG22OPU%252F2026-03-21%252Fimage%252Faafd5a78-f589-4c89-951f-8154228e12ba_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-24 13:09:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/YG22OPU/2026-03-21/image/aafd5a78-f589-4c89-951f-8154228e12ba_removebg.jpg?w=600 saved to cache
2026-03-24 13:09:45 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 1c249586-b1cf-5412-8806-c2880d06c20f
2026-03-24 13:09:45 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 1c249586-b1cf-5412-8806-c2880d06c20f, skipping ID generation
2026-03-24 13:09:45 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1c249586-b1cf-5412-8806-c2880d06c20f with scrape type 1
2026-03-24 13:09:45 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 1c249586-b1cf-5412-8806-c2880d06c20f sending to next pipeline
2026-03-24 13:09:45 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 1c249586-b1cf-5412-8806-c2880d06c20f, identifier: 120393438
2026-03-24 13:09:45 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 1c249586-b1cf-5412-8806-c2880d06c20f with identifier: 120393438
2026-03-24 13:09:45 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 1c249586-b1cf-5412-8806-c2880d06c20f with identifier: 120393438
2026-03-24 13:09:45 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 1c249586-b1cf-5412-8806-c2880d06c20f with identifier: 120393438 to the API
2026-03-24 13:09:45 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 13:09:46 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-24 13:09:46 [scrapy.core.scraper] DEBUG: Scraped from <200 https://abimg003.imgix.net/YG22OPU/2026-03-21/image/aafd5a78-f589-4c89-951f-8154228e12ba_removebg.jpg?w=600>
{'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': 9,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_1c249586-b1cf-5412-8806-c2880d06c20f/1c249586-b1cf-5412-8806-c2880d06c20f_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 33351,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/YG22OPU/2026-03-21/image/aafd5a78-f589-4c89-951f-8154228e12ba_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_1c249586-b1cf-5412-8806-c2880d06c20f/1c249586-b1cf-5412-8806-c2880d06c20f_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 37136,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/YG22OPU/2026-03-21/image/ccebb4d4-19f5-45a6-acd8-fb045e1ca882_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_1c249586-b1cf-5412-8806-c2880d06c20f/1c249586-b1cf-5412-8806-c2880d06c20f_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 37088,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/YG22OPU/2026-03-21/image/c130d0ac-df40-45ea-9028-a8c77cec8475_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_1c249586-b1cf-5412-8806-c2880d06c20f/1c249586-b1cf-5412-8806-c2880d06c20f_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 34633,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/YG22OPU/2026-03-21/image/95ab6ff4-43f2-4044-bfd9-2c7150dd3580_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_1c249586-b1cf-5412-8806-c2880d06c20f/1c249586-b1cf-5412-8806-c2880d06c20f_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 55758,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/YG22OPU/2026-03-21/image/977c90fa-3dca-4a6e-a47e-c8a39e2ee923_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_1c249586-b1cf-5412-8806-c2880d06c20f/1c249586-b1cf-5412-8806-c2880d06c20f_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 52102,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/YG22OPU/2026-03-21/image/d349ce50-c486-45a4-abdb-aa347f7991a5_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_1c249586-b1cf-5412-8806-c2880d06c20f/1c249586-b1cf-5412-8806-c2880d06c20f_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 54232,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/YG22OPU/2026-03-21/image/55f7bdb1-d461-4e7d-8e92-f9487df15ef8_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_1c249586-b1cf-5412-8806-c2880d06c20f/1c249586-b1cf-5412-8806-c2880d06c20f_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 57049,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/YG22OPU/2026-03-21/image/6637cd42-309e-4cde-a7a5-6acb832996b6_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_1c249586-b1cf-5412-8806-c2880d06c20f/1c249586-b1cf-5412-8806-c2880d06c20f_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 55112,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/YG22OPU/2026-03-21/image/15d6361b-e39f-4ac3-acca-13ead386fcb0_removebg.jpg?w=600',
'Width': 600}],
'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-24 13:09:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:09:46 [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-24 13:09:46 [astonbarclay.gb] INFO: Saving data for 120393438: {'created_time': 1774357786.549043, 'last_price_update_time': 1774357786.549056, 'auction_closing_time': 1774604700.0}
2026-03-24 13:09:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:09:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120393438') HTTP/1.1" 204 0
2026-03-24 13:09:46 [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-24 13:09:46 [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-24 13:09:46 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:09:46 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:09:46 [astonbarclay.gb] INFO: Detail data: {'cardType': 'e-xchange', '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': 642}, 'saleStart': '2026-03-25T09:45Z', 'lot': None, '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-24 13:09:46 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'e-xchange', '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': 642}, 'saleStart': '2026-03-25T09:45Z', 'lot': None, '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-24 13:09:46 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 30a22524-f2e5-55a6-aceb-7148d3334a73 with identifier: 119669852
2026-03-24 13:09:46 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 30a22524-f2e5-55a6-aceb-7148d3334a73 with scrape type 2
2026-03-24 13:09:46 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 30a22524-f2e5-55a6-aceb-7148d3334a73 with scrape type 2
2026-03-24 13:09:46 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 30a22524-f2e5-55a6-aceb-7148d3334a73, identifier: 119669852
2026-03-24 13:09:46 [astonbarclay.gb] INFO: Detail data: {'cardType': 'e-xchange', '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': 642}, 'saleStart': '2026-03-25T09:45Z', 'lot': None, '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-20/image/a6e72c24-9f4b-4599-99f7-34f60cf82021_removebg.jpg?w=600', 'https://abimg003.imgix.net/WN73FGF/2026-03-20/image/92970286-987d-40f6-9d81-7f29824862ea_removebg.jpg?w=600', 'https://abimg003.imgix.net/WN73FGF/2026-03-20/image/5a2dc5c6-9dd0-4a3f-a7b8-ac11804caacd_removebg.jpg?w=600', 'https://abimg003.imgix.net/WN73FGF/2026-03-20/image/0f01188f-f0f4-45fc-b17c-b38e3b8c8193_removebg.jpg?w=600', 'https://abimg003.imgix.net/WN73FGF/2026-03-20/image/0154a775-a33c-4238-94f3-b73e7b7bfed3_removebg.jpg?w=600', 'https://abimg003.imgix.net/WN73FGF/2026-03-20/image/e2f4660f-3088-460a-8492-b75297a28536_removebg.jpg?w=600', 'https://abimg003.imgix.net/WN73FGF/2026-03-20/image/edd19a0c-12d1-45b2-9122-50e26629f0ff_removebg.jpg?w=600', 'https://abimg003.imgix.net/WN73FGF/2026-03-20/image/232569fd-eb34-4f54-9e5c-66186f8b56a1_removebg.jpg?w=600', 'https://abimg003.imgix.net/WN73FGF/2026-03-20/image/466d3a08-2b1a-4509-ae09-73ecb3e96b67_removebg.jpg?w=600', 'https://abimg003.imgix.net/WN73FGF/2026-03-20/image/ca250d1e-83ea-4e3e-a134-f940c624d887_removebg.jpg?w=600', 'https://abimg003.imgix.net/WN73FGF/2026-03-20/image/0ed33094-e437-4010-bb71-ad6d6669fd54_removebg.jpg?w=600', 'https://abimg003.imgix.net/WN73FGF/2026-03-20/image/4f37327b-de53-4321-839c-816e1a241022_removebg.jpg?w=600', 'https://abimg003.imgix.net/WN73FGF/2026-03-20/image/47fe78a0-cb49-45b1-8b84-a6d809e95d81_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-24 13:09:46 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'e-xchange', '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': 642}, 'saleStart': '2026-03-25T09:45Z', 'lot': None, '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-20/image/a6e72c24-9f4b-4599-99f7-34f60cf82021_removebg.jpg?w=600', 'https://abimg003.imgix.net/WN73FGF/2026-03-20/image/92970286-987d-40f6-9d81-7f29824862ea_removebg.jpg?w=600', 'https://abimg003.imgix.net/WN73FGF/2026-03-20/image/5a2dc5c6-9dd0-4a3f-a7b8-ac11804caacd_removebg.jpg?w=600', 'https://abimg003.imgix.net/WN73FGF/2026-03-20/image/0f01188f-f0f4-45fc-b17c-b38e3b8c8193_removebg.jpg?w=600', 'https://abimg003.imgix.net/WN73FGF/2026-03-20/image/0154a775-a33c-4238-94f3-b73e7b7bfed3_removebg.jpg?w=600', 'https://abimg003.imgix.net/WN73FGF/2026-03-20/image/e2f4660f-3088-460a-8492-b75297a28536_removebg.jpg?w=600', 'https://abimg003.imgix.net/WN73FGF/2026-03-20/image/edd19a0c-12d1-45b2-9122-50e26629f0ff_removebg.jpg?w=600', 'https://abimg003.imgix.net/WN73FGF/2026-03-20/image/232569fd-eb34-4f54-9e5c-66186f8b56a1_removebg.jpg?w=600', 'https://abimg003.imgix.net/WN73FGF/2026-03-20/image/466d3a08-2b1a-4509-ae09-73ecb3e96b67_removebg.jpg?w=600', 'https://abimg003.imgix.net/WN73FGF/2026-03-20/image/ca250d1e-83ea-4e3e-a134-f940c624d887_removebg.jpg?w=600', 'https://abimg003.imgix.net/WN73FGF/2026-03-20/image/0ed33094-e437-4010-bb71-ad6d6669fd54_removebg.jpg?w=600', 'https://abimg003.imgix.net/WN73FGF/2026-03-20/image/4f37327b-de53-4321-839c-816e1a241022_removebg.jpg?w=600', 'https://abimg003.imgix.net/WN73FGF/2026-03-20/image/47fe78a0-cb49-45b1-8b84-a6d809e95d81_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-24 13:09:46 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b41732be-b72a-5dfb-97da-138f58a3f63e with identifier: 120581723
2026-03-24 13:09:46 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b41732be-b72a-5dfb-97da-138f58a3f63e with scrape type 2
2026-03-24 13:09:46 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b41732be-b72a-5dfb-97da-138f58a3f63e with scrape type 2
2026-03-24 13:09:46 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: b41732be-b72a-5dfb-97da-138f58a3f63e, identifier: 120581723
2026-03-24 13:09:46 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 30a22524-f2e5-55a6-aceb-7148d3334a73 with identifier: 119669852
2026-03-24 13:09:46 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-24 13:09:46 [urllib3.connectionpool] DEBUG: https://translate.google.com:443 "GET /m?tl=en&sl=auto&q=Petrol%2FLPG HTTP/1.1" 200 None
2026-03-24 13:09:47 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-24 13:09:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='auto',RowKey='auto') HTTP/1.1" 204 0
2026-03-24 13:09:47 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 30a22524-f2e5-55a6-aceb-7148d3334a73 with identifier: 119669852
2026-03-24 13:09:47 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 30a22524-f2e5-55a6-aceb-7148d3334a73 with identifier: 119669852 to the API
2026-03-24 13:09:47 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 13:09: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-24 13:09:48 [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-25T09: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-24 13:09:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:09:48 [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-24 13:09:48 [astonbarclay.gb] INFO: Saving data for 119669852: {'auction_closing_time': 1774431900.0, 'created_time': 1773403196.429799, 'last_price_update_time': 1774357788.102892}
2026-03-24 13:09:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:09:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='119669852') HTTP/1.1" 204 0
2026-03-24 13:09:48 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: b41732be-b72a-5dfb-97da-138f58a3f63e with identifier: 120581723
2026-03-24 13:09:48 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: b41732be-b72a-5dfb-97da-138f58a3f63e with identifier: 120581723
2026-03-24 13:09:48 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: b41732be-b72a-5dfb-97da-138f58a3f63e with identifier: 120581723 to the API
2026-03-24 13:09:48 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 13:09: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-24 13:09:49 [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-25T09: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-24 13:09:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:09:49 [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-24 13:09:49 [astonbarclay.gb] INFO: Saving data for 120581723: {'auction_closing_time': 1774431900.0, 'created_time': 1773838849.267922, 'last_price_update_time': 1774357789.404545}
2026-03-24 13:09:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:09:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120581723') HTTP/1.1" 204 0
2026-03-24 13:09:50 [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-24 13:09:50 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:09:50 [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-24 13:09:50 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:09:50 [astonbarclay.gb] INFO: Detail data: {'cardType': 'e-xchange', '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': 642}, 'saleStart': '2026-03-25T09:45Z', 'lot': None, '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 gre\t/ Cloth/faux leather - Black / Premium paint - Yuka steel grey SPARE KEY, Premium paint - Yuka steel gre\t/ Cloth/faux leather - Black / Premium paint - Yuka steel grey', '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-24 13:09:50 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'e-xchange', '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': 642}, 'saleStart': '2026-03-25T09:45Z', 'lot': None, '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 gre\t/ Cloth/faux leather - Black / Premium paint - Yuka steel grey SPARE KEY, Premium paint - Yuka steel gre\t/ Cloth/faux leather - Black / Premium paint - Yuka steel grey', '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-24 13:09:50 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: bbb1cf09-9af8-5ee1-8d4c-617c378d8b42 with identifier: 119629584
2026-03-24 13:09:50 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item bbb1cf09-9af8-5ee1-8d4c-617c378d8b42 with scrape type 2
2026-03-24 13:09:50 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item bbb1cf09-9af8-5ee1-8d4c-617c378d8b42 with scrape type 2
2026-03-24 13:09:50 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: bbb1cf09-9af8-5ee1-8d4c-617c378d8b42, identifier: 119629584
2026-03-24 13:09:50 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: bbb1cf09-9af8-5ee1-8d4c-617c378d8b42 with identifier: 119629584
2026-03-24 13:09:50 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: bbb1cf09-9af8-5ee1-8d4c-617c378d8b42 with identifier: 119629584
2026-03-24 13:09:50 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: bbb1cf09-9af8-5ee1-8d4c-617c378d8b42 with identifier: 119629584 to the API
2026-03-24 13:09:50 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 13:09: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-24 13:09:51 [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-25T09: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-24 13:09:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:09:51 [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-24 13:09:51 [astonbarclay.gb] INFO: Saving data for 119629584: {'auction_closing_time': 1774431900.0, 'created_time': 1773401772.369744, 'last_price_update_time': 1774357791.673673}
2026-03-24 13:09:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:09:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='119629584') HTTP/1.1" 204 0
2026-03-24 13:09:51 [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': 642}, 'saleStart': '2026-03-27T09:45Z', 'lot': None, '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-24 13:09:51 [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': 642}, 'saleStart': '2026-03-27T09:45Z', 'lot': None, '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-24 13:09:51 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b77d0248-aeff-5259-8f86-f49a7aa52507 with identifier: 120656054
2026-03-24 13:09:51 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b77d0248-aeff-5259-8f86-f49a7aa52507 with scrape type 1
2026-03-24 13:09:51 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item b77d0248-aeff-5259-8f86-f49a7aa52507
2026-03-24 13:09:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:09:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FFE20OGO%252F2026-03-23%252Fimage%252F0c2bf077-140b-4ac5-90cf-735af5cbf3d1_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-24 13:09:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/FE20OGO/2026-03-23/image/0c2bf077-140b-4ac5-90cf-735af5cbf3d1_removebg.jpg?w=600 not downloaded yet
2026-03-24 13:09:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:09:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FFE20OGO%252F2026-03-23%252Fimage%252F09c708a3-9405-4f59-a2cc-d0fc1980e51e_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-24 13:09:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/FE20OGO/2026-03-23/image/09c708a3-9405-4f59-a2cc-d0fc1980e51e_removebg.jpg?w=600 not downloaded yet
2026-03-24 13:09:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:09:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FFE20OGO%252F2026-03-23%252Fimage%252F1d1a01aa-f139-400e-a1b8-e73a3e2c6c2d_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-24 13:09:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/FE20OGO/2026-03-23/image/1d1a01aa-f139-400e-a1b8-e73a3e2c6c2d_removebg.jpg?w=600 not downloaded yet
2026-03-24 13:09:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:09:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FFE20OGO%252F2026-03-23%252Fimage%252F828af19f-0930-4733-b268-302e46f5c738_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-24 13:09:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/FE20OGO/2026-03-23/image/828af19f-0930-4733-b268-302e46f5c738_removebg.jpg?w=600 not downloaded yet
2026-03-24 13:09:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:09:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FFE20OGO%252F2026-03-23%252Fimage%252F69f301d8-0f3a-4e5a-9938-e947770edd43_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-24 13:09:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/FE20OGO/2026-03-23/image/69f301d8-0f3a-4e5a-9938-e947770edd43_removebg.jpg?w=600 not downloaded yet
2026-03-24 13:09:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:09:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FFE20OGO%252F2026-03-23%252Fimage%252Fc05c6160-8dbf-4c96-a01d-966928530cc4_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-24 13:09:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/FE20OGO/2026-03-23/image/c05c6160-8dbf-4c96-a01d-966928530cc4_removebg.jpg?w=600 not downloaded yet
2026-03-24 13:09:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:09:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FFE20OGO%252F2026-03-23%252Fimage%252F418e5433-69e8-48b3-bbf0-1deb9a0e07c7_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-24 13:09:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/FE20OGO/2026-03-23/image/418e5433-69e8-48b3-bbf0-1deb9a0e07c7_removebg.jpg?w=600 not downloaded yet
2026-03-24 13:09:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:09:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FFE20OGO%252F2026-03-23%252Fimage%252F2236507c-0a3f-4551-9424-b5ee3e95acb6_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-24 13:09:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/FE20OGO/2026-03-23/image/2236507c-0a3f-4551-9424-b5ee3e95acb6_removebg.jpg?w=600 not downloaded yet
2026-03-24 13:09:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:09:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FFE20OGO%252F2026-03-23%252Fimage%252Fd88771b6-27a0-4294-922c-3b2e453699de_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-24 13:09:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/FE20OGO/2026-03-23/image/d88771b6-27a0-4294-922c-3b2e453699de_removebg.jpg?w=600 not downloaded yet
2026-03-24 13:09:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:09:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FFE20OGO%252F2026-03-23%252Fimage%252F6ebae409-29bd-413c-8cee-979378b459c4_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-24 13:09:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/FE20OGO/2026-03-23/image/6ebae409-29bd-413c-8cee-979378b459c4_removebg.jpg?w=600 not downloaded yet
2026-03-24 13:09:52 [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-24 13:09:52 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:09:52 [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': 92}, 'saleStart': '2026-03-31T09:15Z', '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-23/image/9f5d7904-bc98-4b85-93e2-d29ed04787be_removebg.jpg?w=600', 'https://abimg003.imgix.net/FE21XJX/2026-03-23/image/376f191c-17c5-4e02-8686-dd12d65c3551_removebg.jpg?w=600', 'https://abimg003.imgix.net/FE21XJX/2026-03-23/image/a7c0aa52-3d60-4a82-8d8b-b8df9ea08ead_removebg.jpg?w=600', 'https://abimg003.imgix.net/FE21XJX/2026-03-23/image/dc3f6558-1f5f-4651-8088-b74d83736b42_removebg.jpg?w=600', 'https://abimg003.imgix.net/FE21XJX/2026-03-23/image/41b8b2fd-d712-41f1-acdc-950005020f1e_removebg.jpg?w=600', 'https://abimg003.imgix.net/FE21XJX/2026-03-23/image/09802757-f827-4586-99b6-4011cd695d88_removebg.jpg?w=600', 'https://abimg003.imgix.net/FE21XJX/2026-03-23/image/7d93f224-42d0-4c4a-bfd2-6948bc3f324a_removebg.jpg?w=600', 'https://abimg003.imgix.net/FE21XJX/2026-03-23/image/382eff0b-2ba0-4ebd-803b-4a5d71c32453_removebg.jpg?w=600', 'https://abimg003.imgix.net/FE21XJX/2026-03-23/image/8f9a7cb9-a1c3-4f17-8ece-fabe9d032f48_removebg.jpg?w=600', 'https://abimg003.imgix.net/FE21XJX/2026-03-23/image/1d4976c5-9c76-4ae1-a637-cc402b65a909_removebg.jpg?w=600', 'https://abimg003.imgix.net/FE21XJX/2026-03-23/image/81a788ea-e213-4f4c-869e-b0fbb9141032_removebg.jpg?w=600', 'https://abimg003.imgix.net/FE21XJX/2026-03-23/image/f5b19acb-f228-4a4e-a566-712fcc3bf57f_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith - LCV', 'serviceHistory': '', 'remarks': 'vosa @ 31k 44k', 'virtual': False, 'seller': 'Motability Operations', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': False, 'v5details': None, '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-24 13:09:52 [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': 92}, 'saleStart': '2026-03-31T09:15Z', '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-23/image/9f5d7904-bc98-4b85-93e2-d29ed04787be_removebg.jpg?w=600', 'https://abimg003.imgix.net/FE21XJX/2026-03-23/image/376f191c-17c5-4e02-8686-dd12d65c3551_removebg.jpg?w=600', 'https://abimg003.imgix.net/FE21XJX/2026-03-23/image/a7c0aa52-3d60-4a82-8d8b-b8df9ea08ead_removebg.jpg?w=600', 'https://abimg003.imgix.net/FE21XJX/2026-03-23/image/dc3f6558-1f5f-4651-8088-b74d83736b42_removebg.jpg?w=600', 'https://abimg003.imgix.net/FE21XJX/2026-03-23/image/41b8b2fd-d712-41f1-acdc-950005020f1e_removebg.jpg?w=600', 'https://abimg003.imgix.net/FE21XJX/2026-03-23/image/09802757-f827-4586-99b6-4011cd695d88_removebg.jpg?w=600', 'https://abimg003.imgix.net/FE21XJX/2026-03-23/image/7d93f224-42d0-4c4a-bfd2-6948bc3f324a_removebg.jpg?w=600', 'https://abimg003.imgix.net/FE21XJX/2026-03-23/image/382eff0b-2ba0-4ebd-803b-4a5d71c32453_removebg.jpg?w=600', 'https://abimg003.imgix.net/FE21XJX/2026-03-23/image/8f9a7cb9-a1c3-4f17-8ece-fabe9d032f48_removebg.jpg?w=600', 'https://abimg003.imgix.net/FE21XJX/2026-03-23/image/1d4976c5-9c76-4ae1-a637-cc402b65a909_removebg.jpg?w=600', 'https://abimg003.imgix.net/FE21XJX/2026-03-23/image/81a788ea-e213-4f4c-869e-b0fbb9141032_removebg.jpg?w=600', 'https://abimg003.imgix.net/FE21XJX/2026-03-23/image/f5b19acb-f228-4a4e-a566-712fcc3bf57f_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith - LCV', 'serviceHistory': '', 'remarks': 'vosa @ 31k 44k', 'virtual': False, 'seller': 'Motability Operations', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': False, 'v5details': None, '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-24 13:09:52 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ac074f7e-04b6-53f0-b182-b8e827413bed with identifier: 120673292
2026-03-24 13:09:52 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ac074f7e-04b6-53f0-b182-b8e827413bed with scrape type 2
2026-03-24 13:09:52 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ac074f7e-04b6-53f0-b182-b8e827413bed with scrape type 2
2026-03-24 13:09:52 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: ac074f7e-04b6-53f0-b182-b8e827413bed, identifier: 120673292
2026-03-24 13:09:52 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: ac074f7e-04b6-53f0-b182-b8e827413bed with identifier: 120673292
2026-03-24 13:09:52 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: ac074f7e-04b6-53f0-b182-b8e827413bed with identifier: 120673292
2026-03-24 13:09:53 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: ac074f7e-04b6-53f0-b182-b8e827413bed with identifier: 120673292 to the API
2026-03-24 13:09:53 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 13:09: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-24 13:09:53 [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:15: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-24 13:09:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:09:53 [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-24 13:09:53 [astonbarclay.gb] INFO: Saving data for 120673292: {'auction_closing_time': 1774948500.0, 'created_time': 1774260374.844954, 'last_price_update_time': 1774357793.342506}
2026-03-24 13:09:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:09:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120673292') HTTP/1.1" 204 0
2026-03-24 13:09:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/FE20OGO/2026-03-23/image/6ebae409-29bd-413c-8cee-979378b459c4_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120656054?view=catalogue)
2026-03-24 13:09:53 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 13:09:53 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fde503f8590>
2026-03-24 13:09:53 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 13:09:53 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-24 13:09:53 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 13:09:53 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_b77d0248-aeff-5259-8f86-f49a7aa52507/b77d0248-aeff-5259-8f86-f49a7aa52507_image_9.jpg HTTP/1.1" 201 0
2026-03-24 13:09:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:09:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FFE20OGO%252F2026-03-23%252Fimage%252F6ebae409-29bd-413c-8cee-979378b459c4_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-24 13:09:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/FE20OGO/2026-03-23/image/6ebae409-29bd-413c-8cee-979378b459c4_removebg.jpg?w=600 saved to cache
2026-03-24 13:09:53 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item b77d0248-aeff-5259-8f86-f49a7aa52507
2026-03-24 13:09:53 [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-24 13:09:53 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:09:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/FE20OGO/2026-03-23/image/d88771b6-27a0-4294-922c-3b2e453699de_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120656054?view=catalogue)
2026-03-24 13:09:53 [astonbarclay.gb] INFO: Detail data: {'cardType': 'e-xchange', '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': 642}, 'saleStart': '2026-03-25T09:45Z', 'lot': None, '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-24 13:09:53 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'e-xchange', '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': 642}, 'saleStart': '2026-03-25T09:45Z', 'lot': None, '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-24 13:09:53 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e4755db6-18c2-5234-bb03-965630d25151 with identifier: 118276839
2026-03-24 13:09:53 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e4755db6-18c2-5234-bb03-965630d25151 with scrape type 2
2026-03-24 13:09:53 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e4755db6-18c2-5234-bb03-965630d25151 with scrape type 2
2026-03-24 13:09:53 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: e4755db6-18c2-5234-bb03-965630d25151, identifier: 118276839
2026-03-24 13:09:53 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: e4755db6-18c2-5234-bb03-965630d25151 with identifier: 118276839
2026-03-24 13:09:53 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: e4755db6-18c2-5234-bb03-965630d25151 with identifier: 118276839
2026-03-24 13:09:53 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: e4755db6-18c2-5234-bb03-965630d25151 with identifier: 118276839 to the API
2026-03-24 13:09:53 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 13:09: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-24 13:09:54 [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-25T09: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-24 13:09:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:09:55 [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-24 13:09:55 [astonbarclay.gb] INFO: Saving data for 118276839: {'auction_closing_time': 1774431900.0, 'created_time': 1773402627.582362, 'last_price_update_time': 1774357795.115899}
2026-03-24 13:09:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:09:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='118276839') HTTP/1.1" 204 0
2026-03-24 13:09:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/FE20OGO/2026-03-23/image/2236507c-0a3f-4551-9424-b5ee3e95acb6_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120656054?view=catalogue)
2026-03-24 13:09:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/FE20OGO/2026-03-23/image/418e5433-69e8-48b3-bbf0-1deb9a0e07c7_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120656054?view=catalogue)
2026-03-24 13:09:55 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 13:09:55 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fde43f93ad0>
2026-03-24 13:09:55 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 13:09:55 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-24 13:09:55 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 13:09:55 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_b77d0248-aeff-5259-8f86-f49a7aa52507/b77d0248-aeff-5259-8f86-f49a7aa52507_image_8.jpg HTTP/1.1" 201 0
2026-03-24 13:09:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:09:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FFE20OGO%252F2026-03-23%252Fimage%252Fd88771b6-27a0-4294-922c-3b2e453699de_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-24 13:09:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/FE20OGO/2026-03-23/image/d88771b6-27a0-4294-922c-3b2e453699de_removebg.jpg?w=600 saved to cache
2026-03-24 13:09:55 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item b77d0248-aeff-5259-8f86-f49a7aa52507
2026-03-24 13:09:55 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 13:09:55 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fde43f900d0>
2026-03-24 13:09:55 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 13:09:55 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-24 13:09:55 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 13:09:55 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_b77d0248-aeff-5259-8f86-f49a7aa52507/b77d0248-aeff-5259-8f86-f49a7aa52507_image_7.jpg HTTP/1.1" 201 0
2026-03-24 13:09:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:09:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FFE20OGO%252F2026-03-23%252Fimage%252F2236507c-0a3f-4551-9424-b5ee3e95acb6_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-24 13:09:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/FE20OGO/2026-03-23/image/2236507c-0a3f-4551-9424-b5ee3e95acb6_removebg.jpg?w=600 saved to cache
2026-03-24 13:09:55 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item b77d0248-aeff-5259-8f86-f49a7aa52507
2026-03-24 13:09:55 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 13:09:55 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fde502dbf10>
2026-03-24 13:09:55 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 13:09:55 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-24 13:09:55 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 13:09:55 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_b77d0248-aeff-5259-8f86-f49a7aa52507/b77d0248-aeff-5259-8f86-f49a7aa52507_image_6.jpg HTTP/1.1" 201 0
2026-03-24 13:09:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:09:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FFE20OGO%252F2026-03-23%252Fimage%252F418e5433-69e8-48b3-bbf0-1deb9a0e07c7_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-24 13:09:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/FE20OGO/2026-03-23/image/418e5433-69e8-48b3-bbf0-1deb9a0e07c7_removebg.jpg?w=600 saved to cache
2026-03-24 13:09:55 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item b77d0248-aeff-5259-8f86-f49a7aa52507
2026-03-24 13:09:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/FE20OGO/2026-03-23/image/69f301d8-0f3a-4e5a-9938-e947770edd43_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120656054?view=catalogue)
2026-03-24 13:09:55 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 13:09:55 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fde516b71d0>
2026-03-24 13:09:55 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 13:09:55 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-24 13:09:55 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 13:09:55 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_b77d0248-aeff-5259-8f86-f49a7aa52507/b77d0248-aeff-5259-8f86-f49a7aa52507_image_4.jpg HTTP/1.1" 201 0
2026-03-24 13:09:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:09:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FFE20OGO%252F2026-03-23%252Fimage%252F69f301d8-0f3a-4e5a-9938-e947770edd43_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-24 13:09:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/FE20OGO/2026-03-23/image/69f301d8-0f3a-4e5a-9938-e947770edd43_removebg.jpg?w=600 saved to cache
2026-03-24 13:09:55 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item b77d0248-aeff-5259-8f86-f49a7aa52507
2026-03-24 13:09:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/FE20OGO/2026-03-23/image/828af19f-0930-4733-b268-302e46f5c738_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120656054?view=catalogue)
2026-03-24 13:09:55 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 13:09:55 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fde50261b90>
2026-03-24 13:09:55 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 13:09:55 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-24 13:09:55 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 13:09:55 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_b77d0248-aeff-5259-8f86-f49a7aa52507/b77d0248-aeff-5259-8f86-f49a7aa52507_image_3.jpg HTTP/1.1" 201 0
2026-03-24 13:09:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:09:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FFE20OGO%252F2026-03-23%252Fimage%252F828af19f-0930-4733-b268-302e46f5c738_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-24 13:09:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/FE20OGO/2026-03-23/image/828af19f-0930-4733-b268-302e46f5c738_removebg.jpg?w=600 saved to cache
2026-03-24 13:09:55 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item b77d0248-aeff-5259-8f86-f49a7aa52507
2026-03-24 13:09:56 [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-24 13:09:56 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:09:56 [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-24 13:09:56 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:09:56 [astonbarclay.gb] INFO: Detail data: {'cardType': 'e-xchange', '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': 642}, 'saleStart': '2026-03-25T09:45Z', 'lot': None, '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-24 13:09:56 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'e-xchange', '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': 642}, 'saleStart': '2026-03-25T09:45Z', 'lot': None, '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-24 13:09:56 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7a863430-e4a2-5f4d-ad8e-575b9ea73b08 with identifier: 118345369
2026-03-24 13:09:56 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7a863430-e4a2-5f4d-ad8e-575b9ea73b08 with scrape type 2
2026-03-24 13:09:56 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7a863430-e4a2-5f4d-ad8e-575b9ea73b08 with scrape type 2
2026-03-24 13:09:56 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 7a863430-e4a2-5f4d-ad8e-575b9ea73b08, identifier: 118345369
2026-03-24 13:09:56 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 7a863430-e4a2-5f4d-ad8e-575b9ea73b08 with identifier: 118345369
2026-03-24 13:09:56 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 7a863430-e4a2-5f4d-ad8e-575b9ea73b08 with identifier: 118345369
2026-03-24 13:09:56 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 7a863430-e4a2-5f4d-ad8e-575b9ea73b08 with identifier: 118345369 to the API
2026-03-24 13:09:56 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 13:09:56 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-24 13:09:56 [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-25T09: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-24 13:09:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:09:56 [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-24 13:09:56 [astonbarclay.gb] INFO: Saving data for 118345369: {'auction_closing_time': 1774431900.0, 'created_time': 1773752700.417611, 'last_price_update_time': 1774357796.591516}
2026-03-24 13:09:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:09:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='118345369') HTTP/1.1" 204 0
2026-03-24 13:09:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/FE20OGO/2026-03-23/image/0c2bf077-140b-4ac5-90cf-735af5cbf3d1_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120656054?view=catalogue)
2026-03-24 13:09:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/FE20OGO/2026-03-23/image/1d1a01aa-f139-400e-a1b8-e73a3e2c6c2d_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120656054?view=catalogue)
2026-03-24 13:09:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/FE20OGO/2026-03-23/image/c05c6160-8dbf-4c96-a01d-966928530cc4_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120656054?view=catalogue)
2026-03-24 13:09:56 [astonbarclay.gb] INFO: Detail data: {'cardType': 'e-xchange', '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': 642}, 'saleStart': '2026-03-25T09:45Z', 'lot': None, '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-24 13:09:56 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'e-xchange', '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': 642}, 'saleStart': '2026-03-25T09:45Z', 'lot': None, '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-24 13:09:56 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2c2b92b3-093b-55a0-a282-00cfe45da1ed with identifier: 119286395
2026-03-24 13:09:56 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2c2b92b3-093b-55a0-a282-00cfe45da1ed with scrape type 2
2026-03-24 13:09:56 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2c2b92b3-093b-55a0-a282-00cfe45da1ed with scrape type 2
2026-03-24 13:09:56 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 2c2b92b3-093b-55a0-a282-00cfe45da1ed, identifier: 119286395
2026-03-24 13:09:56 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 2c2b92b3-093b-55a0-a282-00cfe45da1ed with identifier: 119286395
2026-03-24 13:09:56 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 2c2b92b3-093b-55a0-a282-00cfe45da1ed with identifier: 119286395
2026-03-24 13:09:56 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 2c2b92b3-093b-55a0-a282-00cfe45da1ed with identifier: 119286395 to the API
2026-03-24 13:09:56 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 13:09: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-24 13:09:57 [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-25T09: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-24 13:09:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:09:58 [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-24 13:09:58 [astonbarclay.gb] INFO: Saving data for 119286395: {'auction_closing_time': 1774431900.0, 'created_time': 1773404942.784723, 'last_price_update_time': 1774357798.010234}
2026-03-24 13:09:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:09:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='119286395') HTTP/1.1" 204 0
2026-03-24 13:09:58 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/FE20OGO/2026-03-23/image/09c708a3-9405-4f59-a2cc-d0fc1980e51e_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120656054?view=catalogue)
2026-03-24 13:09:58 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 13:09:58 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fde516b0110>
2026-03-24 13:09:58 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 13:09:58 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-24 13:09:58 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 13:09:58 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_b77d0248-aeff-5259-8f86-f49a7aa52507/b77d0248-aeff-5259-8f86-f49a7aa52507_image_0.jpg HTTP/1.1" 201 0
2026-03-24 13:09:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:09:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FFE20OGO%252F2026-03-23%252Fimage%252F0c2bf077-140b-4ac5-90cf-735af5cbf3d1_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-24 13:09:58 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/FE20OGO/2026-03-23/image/0c2bf077-140b-4ac5-90cf-735af5cbf3d1_removebg.jpg?w=600 saved to cache
2026-03-24 13:09:58 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item b77d0248-aeff-5259-8f86-f49a7aa52507
2026-03-24 13:09:58 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 13:09:58 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fde43fee050>
2026-03-24 13:09:58 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 13:09:58 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-24 13:09:58 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 13:09:58 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_b77d0248-aeff-5259-8f86-f49a7aa52507/b77d0248-aeff-5259-8f86-f49a7aa52507_image_2.jpg HTTP/1.1" 201 0
2026-03-24 13:09:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:09:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FFE20OGO%252F2026-03-23%252Fimage%252F1d1a01aa-f139-400e-a1b8-e73a3e2c6c2d_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-24 13:09:58 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/FE20OGO/2026-03-23/image/1d1a01aa-f139-400e-a1b8-e73a3e2c6c2d_removebg.jpg?w=600 saved to cache
2026-03-24 13:09:58 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item b77d0248-aeff-5259-8f86-f49a7aa52507
2026-03-24 13:09:58 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 13:09:58 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fde51822b90>
2026-03-24 13:09:58 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 13:09:58 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-24 13:09:58 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 13:09:58 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_b77d0248-aeff-5259-8f86-f49a7aa52507/b77d0248-aeff-5259-8f86-f49a7aa52507_image_5.jpg HTTP/1.1" 201 0
2026-03-24 13:09:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:09:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FFE20OGO%252F2026-03-23%252Fimage%252Fc05c6160-8dbf-4c96-a01d-966928530cc4_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-24 13:09:58 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/FE20OGO/2026-03-23/image/c05c6160-8dbf-4c96-a01d-966928530cc4_removebg.jpg?w=600 saved to cache
2026-03-24 13:09:58 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item b77d0248-aeff-5259-8f86-f49a7aa52507
2026-03-24 13:09:58 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 13:09:58 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fde501ad850>
2026-03-24 13:09:58 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 13:09:58 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-24 13:09:58 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 13:09:58 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_b77d0248-aeff-5259-8f86-f49a7aa52507/b77d0248-aeff-5259-8f86-f49a7aa52507_image_1.jpg HTTP/1.1" 201 0
2026-03-24 13:09:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:09:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FFE20OGO%252F2026-03-23%252Fimage%252F09c708a3-9405-4f59-a2cc-d0fc1980e51e_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-24 13:09:58 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/FE20OGO/2026-03-23/image/09c708a3-9405-4f59-a2cc-d0fc1980e51e_removebg.jpg?w=600 saved to cache
2026-03-24 13:09:58 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item b77d0248-aeff-5259-8f86-f49a7aa52507
2026-03-24 13:09:58 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: b77d0248-aeff-5259-8f86-f49a7aa52507, skipping ID generation
2026-03-24 13:09:58 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b77d0248-aeff-5259-8f86-f49a7aa52507 with scrape type 1
2026-03-24 13:09:58 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item b77d0248-aeff-5259-8f86-f49a7aa52507 sending to next pipeline
2026-03-24 13:09:58 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: b77d0248-aeff-5259-8f86-f49a7aa52507, identifier: 120656054
2026-03-24 13:09:58 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: b77d0248-aeff-5259-8f86-f49a7aa52507 with identifier: 120656054
2026-03-24 13:09:58 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: b77d0248-aeff-5259-8f86-f49a7aa52507 with identifier: 120656054
2026-03-24 13:09:58 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: b77d0248-aeff-5259-8f86-f49a7aa52507 with identifier: 120656054 to the API
2026-03-24 13:09:58 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 13:10: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-24 13:10:00 [scrapy.core.scraper] DEBUG: Scraped from <200 https://abimg003.imgix.net/FE20OGO/2026-03-23/image/09c708a3-9405-4f59-a2cc-d0fc1980e51e_removebg.jpg?w=600>
{'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': 11,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_b77d0248-aeff-5259-8f86-f49a7aa52507/b77d0248-aeff-5259-8f86-f49a7aa52507_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 36152,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/FE20OGO/2026-03-23/image/0c2bf077-140b-4ac5-90cf-735af5cbf3d1_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_b77d0248-aeff-5259-8f86-f49a7aa52507/b77d0248-aeff-5259-8f86-f49a7aa52507_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 31026,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/FE20OGO/2026-03-23/image/09c708a3-9405-4f59-a2cc-d0fc1980e51e_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_b77d0248-aeff-5259-8f86-f49a7aa52507/b77d0248-aeff-5259-8f86-f49a7aa52507_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 33503,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/FE20OGO/2026-03-23/image/1d1a01aa-f139-400e-a1b8-e73a3e2c6c2d_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_b77d0248-aeff-5259-8f86-f49a7aa52507/b77d0248-aeff-5259-8f86-f49a7aa52507_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 31351,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/FE20OGO/2026-03-23/image/828af19f-0930-4733-b268-302e46f5c738_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_b77d0248-aeff-5259-8f86-f49a7aa52507/b77d0248-aeff-5259-8f86-f49a7aa52507_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 52024,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/FE20OGO/2026-03-23/image/69f301d8-0f3a-4e5a-9938-e947770edd43_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_b77d0248-aeff-5259-8f86-f49a7aa52507/b77d0248-aeff-5259-8f86-f49a7aa52507_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 53777,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/FE20OGO/2026-03-23/image/c05c6160-8dbf-4c96-a01d-966928530cc4_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_b77d0248-aeff-5259-8f86-f49a7aa52507/b77d0248-aeff-5259-8f86-f49a7aa52507_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 40623,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/FE20OGO/2026-03-23/image/418e5433-69e8-48b3-bbf0-1deb9a0e07c7_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_b77d0248-aeff-5259-8f86-f49a7aa52507/b77d0248-aeff-5259-8f86-f49a7aa52507_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 60445,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/FE20OGO/2026-03-23/image/2236507c-0a3f-4551-9424-b5ee3e95acb6_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_b77d0248-aeff-5259-8f86-f49a7aa52507/b77d0248-aeff-5259-8f86-f49a7aa52507_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 44540,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/FE20OGO/2026-03-23/image/d88771b6-27a0-4294-922c-3b2e453699de_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_b77d0248-aeff-5259-8f86-f49a7aa52507/b77d0248-aeff-5259-8f86-f49a7aa52507_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 47845,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/FE20OGO/2026-03-23/image/6ebae409-29bd-413c-8cee-979378b459c4_removebg.jpg?w=600',
'Width': 600}],
'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-24 13:10:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:10:00 [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-24 13:10:00 [astonbarclay.gb] INFO: Saving data for 120656054: {'created_time': 1774357800.84625, 'last_price_update_time': 1774357800.846263, 'auction_closing_time': 1774604700.0}
2026-03-24 13:10:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:10:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120656054') HTTP/1.1" 204 0
2026-03-24 13:10:01 [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-24 13:10:01 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:10:01 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120732453, 'registration': 'FY08LNE', 'account': 'WBA001', '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': 642}, 'saleStart': '2026-03-27T09:45Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2008-03-04', 'fuel': 'Petrol', 'motExpiry': '2027-03-06', 'doors': 5, 'engineSize': 1198, 'bodyType': 'Hatchback', 'images': None, 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': None, 'serviceHistory': '', 'remarks': 'VOSA STATES 19K, 22K, 25K, 29K, 34K, 37K, 40K, 43K, 48K, 54K, 58K, 65K, 71K, 76K, 80K, 86K,', 'virtual': False, 'seller': 'UKCGR', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '1', 'v5': False, 'v5details': None, 'co2': 138, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': None, 'assuredType': None, 'imported': False, 'eurostatus': 4, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 13:10:01 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120732453, 'registration': 'FY08LNE', 'account': 'WBA001', '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': 642}, 'saleStart': '2026-03-27T09:45Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2008-03-04', 'fuel': 'Petrol', 'motExpiry': '2027-03-06', 'doors': 5, 'engineSize': 1198, 'bodyType': 'Hatchback', 'images': None, 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': None, 'serviceHistory': '', 'remarks': 'VOSA STATES 19K, 22K, 25K, 29K, 34K, 37K, 40K, 43K, 48K, 54K, 58K, 65K, 71K, 76K, 80K, 86K,', 'virtual': False, 'seller': 'UKCGR', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '1', 'v5': False, 'v5details': None, 'co2': 138, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': None, 'assuredType': None, 'imported': False, 'eurostatus': 4, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 13:10:01 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5caf67d1-f31a-5097-9be1-274999d509b2 with identifier: 120732453
2026-03-24 13:10:01 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5caf67d1-f31a-5097-9be1-274999d509b2 with scrape type 1
2026-03-24 13:10:01 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 0 photos for item 5caf67d1-f31a-5097-9be1-274999d509b2
2026-03-24 13:10:01 [crawlers.middlewares.photo_download_middleware] INFO: No photos to download for item 5caf67d1-f31a-5097-9be1-274999d509b2
2026-03-24 13:10:01 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 5caf67d1-f31a-5097-9be1-274999d509b2, identifier: 120732453
2026-03-24 13:10:01 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 5caf67d1-f31a-5097-9be1-274999d509b2 with identifier: 120732453
2026-03-24 13:10:01 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 5caf67d1-f31a-5097-9be1-274999d509b2 with identifier: 120732453
2026-03-24 13:10:02 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 5caf67d1-f31a-5097-9be1-274999d509b2 with identifier: 120732453 to the API
2026-03-24 13:10:02 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 13:10: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-24 13:10:04 [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',
'title': 'VOLKSWAGEN POLO HATCHBACK 1.2 Match 60 5dr',
'transmission': 'manual',
'trim': '1.2 Match 60 5dr',
'vin': None,
'year': 2008}
2026-03-24 13:10:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:10:04 [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-24 13:10:04 [astonbarclay.gb] INFO: Saving data for 120732453: {'created_time': 1774357804.460226, 'last_price_update_time': 1774357804.460237, 'auction_closing_time': 1774604700.0}
2026-03-24 13:10:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:10:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120732453') HTTP/1.1" 204 0
2026-03-24 13:10:04 [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-24 13:10:04 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:10:04 [astonbarclay.gb] INFO: Detail data: {'cardType': 'e-xchange', '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': 642}, 'saleStart': '2026-03-25T09:45Z', 'lot': None, '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-24 13:10:04 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'e-xchange', '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': 642}, 'saleStart': '2026-03-25T09:45Z', 'lot': None, '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-24 13:10:04 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1b4948a8-6ea3-500a-950e-a6cb3c2c7ddf with identifier: 118872805
2026-03-24 13:10:04 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1b4948a8-6ea3-500a-950e-a6cb3c2c7ddf with scrape type 2
2026-03-24 13:10:04 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1b4948a8-6ea3-500a-950e-a6cb3c2c7ddf with scrape type 2
2026-03-24 13:10:04 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 1b4948a8-6ea3-500a-950e-a6cb3c2c7ddf, identifier: 118872805
2026-03-24 13:10:04 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 1b4948a8-6ea3-500a-950e-a6cb3c2c7ddf with identifier: 118872805
2026-03-24 13:10:04 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 1b4948a8-6ea3-500a-950e-a6cb3c2c7ddf with identifier: 118872805
2026-03-24 13:10:04 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 1b4948a8-6ea3-500a-950e-a6cb3c2c7ddf with identifier: 118872805 to the API
2026-03-24 13:10:04 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 13:10:06 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-24 13:10:06 [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-25T09: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-24 13:10:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:10:06 [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-24 13:10:06 [astonbarclay.gb] INFO: Saving data for 118872805: {'auction_closing_time': 1774431900.0, 'created_time': 1773402634.51903, 'last_price_update_time': 1774357806.370637}
2026-03-24 13:10:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:10:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='118872805') HTTP/1.1" 204 0
2026-03-24 13:10:06 [scrapy.extensions.logstats] INFO: Crawled 154 pages (at 18 pages/min), scraped 130 items (at 19 items/min)
2026-03-24 13:10:06 [scrapy.extensions.memusage] INFO: Peak memory usage is 181MiB
2026-03-24 13:10:07 [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-24 13:10:07 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:10:07 [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-24 13:10:07 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:10:07 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120733640, 'registration': 'DV13NNJ', 'account': 'WBA001', 'make': 'VAUXHALL', 'model': 'CORSA HATCHBACK', 'derivative': '1.4 SRi 5dr [AC]', 'mileage': 107602, 'mileageWarranty': True, 'type': 'car', 'saleId': 18908, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 642}, 'saleStart': '2026-03-27T09:45Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2013-05-31', 'fuel': 'Petrol', 'motExpiry': '2026-08-26', 'doors': 5, 'engineSize': 1398, 'bodyType': 'Hatchback', 'images': None, 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': None, 'serviceHistory': '', 'remarks': 'VOSA STATES 33K, 44K, 48K, 52K, 58K, 69K, 83K, 88K, 92K, 96K, 103K,', 'virtual': False, 'seller': 'UKCGR', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '3', 'v5': False, 'v5details': None, 'co2': 129, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': None, 'assuredType': None, 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 13:10:07 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120733640, 'registration': 'DV13NNJ', 'account': 'WBA001', 'make': 'VAUXHALL', 'model': 'CORSA HATCHBACK', 'derivative': '1.4 SRi 5dr [AC]', 'mileage': 107602, 'mileageWarranty': True, 'type': 'car', 'saleId': 18908, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 642}, 'saleStart': '2026-03-27T09:45Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2013-05-31', 'fuel': 'Petrol', 'motExpiry': '2026-08-26', 'doors': 5, 'engineSize': 1398, 'bodyType': 'Hatchback', 'images': None, 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': None, 'serviceHistory': '', 'remarks': 'VOSA STATES 33K, 44K, 48K, 52K, 58K, 69K, 83K, 88K, 92K, 96K, 103K,', 'virtual': False, 'seller': 'UKCGR', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '3', 'v5': False, 'v5details': None, 'co2': 129, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': None, 'assuredType': None, 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 13:10:07 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a0cb7bab-db51-51b4-b1c6-6bc52aa544aa with identifier: 120733640
2026-03-24 13:10:07 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a0cb7bab-db51-51b4-b1c6-6bc52aa544aa with scrape type 1
2026-03-24 13:10:07 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 0 photos for item a0cb7bab-db51-51b4-b1c6-6bc52aa544aa
2026-03-24 13:10:07 [crawlers.middlewares.photo_download_middleware] INFO: No photos to download for item a0cb7bab-db51-51b4-b1c6-6bc52aa544aa
2026-03-24 13:10:07 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: a0cb7bab-db51-51b4-b1c6-6bc52aa544aa, identifier: 120733640
2026-03-24 13:10:07 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: a0cb7bab-db51-51b4-b1c6-6bc52aa544aa with identifier: 120733640
2026-03-24 13:10:07 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: a0cb7bab-db51-51b4-b1c6-6bc52aa544aa with identifier: 120733640
2026-03-24 13:10:07 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: a0cb7bab-db51-51b4-b1c6-6bc52aa544aa with identifier: 120733640 to the API
2026-03-24 13:10:07 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 13:10:08 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-24 13:10:08 [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',
'title': 'VAUXHALL CORSA HATCHBACK 1.4 SRi 5dr [AC]',
'transmission': 'manual',
'trim': '1.4 SRi 5dr [AC]',
'vin': None,
'year': 2013}
2026-03-24 13:10:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:10:08 [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-24 13:10:08 [astonbarclay.gb] INFO: Saving data for 120733640: {'created_time': 1774357808.711779, 'last_price_update_time': 1774357808.71179, 'auction_closing_time': 1774604700.0}
2026-03-24 13:10:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:10:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120733640') HTTP/1.1" 204 0
2026-03-24 13:10:08 [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-24 13:10:08 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:10:08 [astonbarclay.gb] INFO: Detail data: {'cardType': 'e-xchange', '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': 642}, 'saleStart': '2026-03-25T09:45Z', 'lot': None, '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-24 13:10:08 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'e-xchange', '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': 642}, 'saleStart': '2026-03-25T09:45Z', 'lot': None, '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-24 13:10:08 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 184363ff-9dd8-59fb-89b0-f03369751e76 with identifier: 119362345
2026-03-24 13:10:08 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 184363ff-9dd8-59fb-89b0-f03369751e76 with scrape type 2
2026-03-24 13:10:08 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 184363ff-9dd8-59fb-89b0-f03369751e76 with scrape type 2
2026-03-24 13:10:08 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 184363ff-9dd8-59fb-89b0-f03369751e76, identifier: 119362345
2026-03-24 13:10:08 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 184363ff-9dd8-59fb-89b0-f03369751e76 with identifier: 119362345
2026-03-24 13:10:08 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-24 13:10:08 [urllib3.connectionpool] DEBUG: https://translate.google.com:443 "GET /m?tl=en&sl=auto&q=GOLD HTTP/1.1" 200 None
2026-03-24 13:10:09 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-24 13:10:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='auto',RowKey='auto') HTTP/1.1" 204 0
2026-03-24 13:10:09 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 184363ff-9dd8-59fb-89b0-f03369751e76 with identifier: 119362345
2026-03-24 13:10:09 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 184363ff-9dd8-59fb-89b0-f03369751e76 with identifier: 119362345 to the API
2026-03-24 13:10:09 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 13:10: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-24 13:10:10 [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-25T09: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-24 13:10:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:10:10 [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-24 13:10:10 [astonbarclay.gb] INFO: Saving data for 119362345: {'auction_closing_time': 1774431900.0, 'created_time': 1773405031.036905, 'last_price_update_time': 1774357810.263864}
2026-03-24 13:10:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:10:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='119362345') HTTP/1.1" 204 0
2026-03-24 13:10:10 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120733761, 'registration': 'YY65GPK', 'account': 'WBA001', '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': 642}, 'saleStart': '2026-03-27T09:45Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2016-01-27', 'fuel': 'Petrol', 'motExpiry': '2027-01-26', 'doors': 5, 'engineSize': 1197, 'bodyType': 'Hatchback', 'images': None, 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': None, 'serviceHistory': '', 'remarks': 'VOSA STATES 10K, 15K, 20K, 25K, 30K, 41K, 52K, 62K,', 'virtual': False, 'seller': 'UKCGR', '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': None, 'assuredType': None, 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 13:10:10 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120733761, 'registration': 'YY65GPK', 'account': 'WBA001', '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': 642}, 'saleStart': '2026-03-27T09:45Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2016-01-27', 'fuel': 'Petrol', 'motExpiry': '2027-01-26', 'doors': 5, 'engineSize': 1197, 'bodyType': 'Hatchback', 'images': None, 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': None, 'serviceHistory': '', 'remarks': 'VOSA STATES 10K, 15K, 20K, 25K, 30K, 41K, 52K, 62K,', 'virtual': False, 'seller': 'UKCGR', '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': None, 'assuredType': None, 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 13:10:10 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7a71e392-adb8-5f1e-9786-267d97210576 with identifier: 120733761
2026-03-24 13:10:10 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7a71e392-adb8-5f1e-9786-267d97210576 with scrape type 1
2026-03-24 13:10:10 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 0 photos for item 7a71e392-adb8-5f1e-9786-267d97210576
2026-03-24 13:10:10 [crawlers.middlewares.photo_download_middleware] INFO: No photos to download for item 7a71e392-adb8-5f1e-9786-267d97210576
2026-03-24 13:10:10 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 7a71e392-adb8-5f1e-9786-267d97210576, identifier: 120733761
2026-03-24 13:10:10 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 7a71e392-adb8-5f1e-9786-267d97210576 with identifier: 120733761
2026-03-24 13:10:10 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 7a71e392-adb8-5f1e-9786-267d97210576 with identifier: 120733761
2026-03-24 13:10:10 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 7a71e392-adb8-5f1e-9786-267d97210576 with identifier: 120733761 to the API
2026-03-24 13:10:10 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 13:10: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-24 13:10:12 [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',
'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-24 13:10:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:10:12 [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-24 13:10:12 [astonbarclay.gb] INFO: Saving data for 120733761: {'created_time': 1774357812.243827, 'last_price_update_time': 1774357812.243839, 'auction_closing_time': 1774604700.0}
2026-03-24 13:10:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:10:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120733761') HTTP/1.1" 204 0
2026-03-24 13:10:12 [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-24 13:10:12 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:10:12 [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': 642}, 'saleStart': '2026-03-27T09:45Z', 'lot': None, '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 \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-24 13:10:12 [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': 642}, 'saleStart': '2026-03-27T09:45Z', 'lot': None, '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 \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-24 13:10:12 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d5f9ce4f-23c5-5650-ba71-3dd7dd3dc235 with identifier: 120320575
2026-03-24 13:10:12 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d5f9ce4f-23c5-5650-ba71-3dd7dd3dc235 with scrape type 1
2026-03-24 13:10:12 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 9 photos for item d5f9ce4f-23c5-5650-ba71-3dd7dd3dc235
2026-03-24 13:10:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:10:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FYM70GZN%252F2026-03-20%252Fimage%252F3fe01f9a-dd6b-4ed5-9571-134ec3f5435f_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-24 13:10:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/YM70GZN/2026-03-20/image/3fe01f9a-dd6b-4ed5-9571-134ec3f5435f_removebg.jpg?w=600 not downloaded yet
2026-03-24 13:10:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:10:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FYM70GZN%252F2026-03-20%252Fimage%252Fa8ea4d96-0d71-47bf-9239-fd3ca16cf3ad_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-24 13:10:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/YM70GZN/2026-03-20/image/a8ea4d96-0d71-47bf-9239-fd3ca16cf3ad_removebg.jpg?w=600 not downloaded yet
2026-03-24 13:10:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:10:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FYM70GZN%252F2026-03-20%252Fimage%252Fe6619d78-b12d-4ac5-b0ae-164f3c46f041_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-24 13:10:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/YM70GZN/2026-03-20/image/e6619d78-b12d-4ac5-b0ae-164f3c46f041_removebg.jpg?w=600 not downloaded yet
2026-03-24 13:10:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:10:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FYM70GZN%252F2026-03-20%252Fimage%252F4658e0f2-f1e6-4ab8-8a96-ea975546d51a_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-24 13:10:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/YM70GZN/2026-03-20/image/4658e0f2-f1e6-4ab8-8a96-ea975546d51a_removebg.jpg?w=600 not downloaded yet
2026-03-24 13:10:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:10:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FYM70GZN%252F2026-03-20%252Fimage%252F66ebfeff-1e2a-4e7d-83b4-2d008eb1817d_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-24 13:10:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/YM70GZN/2026-03-20/image/66ebfeff-1e2a-4e7d-83b4-2d008eb1817d_removebg.jpg?w=600 not downloaded yet
2026-03-24 13:10:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:10:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FYM70GZN%252F2026-03-20%252Fimage%252F0114af3f-16ac-4ce9-9cc8-02e2259bf053_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-24 13:10:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/YM70GZN/2026-03-20/image/0114af3f-16ac-4ce9-9cc8-02e2259bf053_removebg.jpg?w=600 not downloaded yet
2026-03-24 13:10:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:10:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FYM70GZN%252F2026-03-20%252Fimage%252Fc3ec831f-0bcb-47f2-8a7c-0dd8098435ea_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-24 13:10:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/YM70GZN/2026-03-20/image/c3ec831f-0bcb-47f2-8a7c-0dd8098435ea_removebg.jpg?w=600 not downloaded yet
2026-03-24 13:10:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:10:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FYM70GZN%252F2026-03-20%252Fimage%252F696b7535-b9b9-4737-b7e6-6e108d3d50a4_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-24 13:10:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/YM70GZN/2026-03-20/image/696b7535-b9b9-4737-b7e6-6e108d3d50a4_removebg.jpg?w=600 not downloaded yet
2026-03-24 13:10:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:10:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FYM70GZN%252F2026-03-20%252Fimage%252Fe4a8c3d4-61cd-4ceb-a992-0d788e63afe2_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-24 13:10:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/YM70GZN/2026-03-20/image/e4a8c3d4-61cd-4ceb-a992-0d788e63afe2_removebg.jpg?w=600 not downloaded yet
2026-03-24 13:10:13 [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-24 13:10:13 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:10:13 [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': 18908, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 642}, 'saleStart': '2026-03-27T09:45Z', 'lot': None, 'hall': 'Hall 2', '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', '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-24 13:10:13 [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': 18908, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 642}, 'saleStart': '2026-03-27T09:45Z', 'lot': None, 'hall': 'Hall 2', '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', '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-24 13:10:13 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1da71039-9cff-53f0-a730-4026583ed39c with identifier: 120471162
2026-03-24 13:10:13 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1da71039-9cff-53f0-a730-4026583ed39c with scrape type 2
2026-03-24 13:10:13 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1da71039-9cff-53f0-a730-4026583ed39c with scrape type 2
2026-03-24 13:10:13 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 1da71039-9cff-53f0-a730-4026583ed39c, identifier: 120471162
2026-03-24 13:10:13 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 1da71039-9cff-53f0-a730-4026583ed39c with identifier: 120471162
2026-03-24 13:10:13 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 1da71039-9cff-53f0-a730-4026583ed39c with identifier: 120471162
2026-03-24 13:10:13 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 1da71039-9cff-53f0-a730-4026583ed39c with identifier: 120471162 to the API
2026-03-24 13:10:13 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 13:10:13 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-24 13:10:13 [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-24 13:10:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:10:13 [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-24 13:10:13 [astonbarclay.gb] INFO: Saving data for 120471162: {'auction_closing_time': 1774604700.0, 'created_time': 1773947050.907158, 'last_price_update_time': 1774357813.915045}
2026-03-24 13:10:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:10:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120471162') HTTP/1.1" 204 0
2026-03-24 13:10:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/YM70GZN/2026-03-20/image/e4a8c3d4-61cd-4ceb-a992-0d788e63afe2_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120320575?view=catalogue)
2026-03-24 13:10:14 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 13:10:14 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fde501ace90>
2026-03-24 13:10:14 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 13:10:14 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-24 13:10:14 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 13:10:14 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_d5f9ce4f-23c5-5650-ba71-3dd7dd3dc235/d5f9ce4f-23c5-5650-ba71-3dd7dd3dc235_image_8.jpg HTTP/1.1" 201 0
2026-03-24 13:10:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:10:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FYM70GZN%252F2026-03-20%252Fimage%252Fe4a8c3d4-61cd-4ceb-a992-0d788e63afe2_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-24 13:10:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/YM70GZN/2026-03-20/image/e4a8c3d4-61cd-4ceb-a992-0d788e63afe2_removebg.jpg?w=600 saved to cache
2026-03-24 13:10:14 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item d5f9ce4f-23c5-5650-ba71-3dd7dd3dc235
2026-03-24 13:10:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/YM70GZN/2026-03-20/image/696b7535-b9b9-4737-b7e6-6e108d3d50a4_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120320575?view=catalogue)
2026-03-24 13:10:14 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 13:10:14 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fde43f88790>
2026-03-24 13:10:14 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 13:10:14 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-24 13:10:14 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 13:10:14 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_d5f9ce4f-23c5-5650-ba71-3dd7dd3dc235/d5f9ce4f-23c5-5650-ba71-3dd7dd3dc235_image_7.jpg HTTP/1.1" 201 0
2026-03-24 13:10:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:10:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FYM70GZN%252F2026-03-20%252Fimage%252F696b7535-b9b9-4737-b7e6-6e108d3d50a4_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-24 13:10:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/YM70GZN/2026-03-20/image/696b7535-b9b9-4737-b7e6-6e108d3d50a4_removebg.jpg?w=600 saved to cache
2026-03-24 13:10:14 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item d5f9ce4f-23c5-5650-ba71-3dd7dd3dc235
2026-03-24 13:10:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/YM70GZN/2026-03-20/image/c3ec831f-0bcb-47f2-8a7c-0dd8098435ea_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120320575?view=catalogue)
2026-03-24 13:10:14 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 13:10:14 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fde503f74d0>
2026-03-24 13:10:14 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 13:10:14 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-24 13:10:14 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 13:10:14 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_d5f9ce4f-23c5-5650-ba71-3dd7dd3dc235/d5f9ce4f-23c5-5650-ba71-3dd7dd3dc235_image_6.jpg HTTP/1.1" 201 0
2026-03-24 13:10:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:10:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FYM70GZN%252F2026-03-20%252Fimage%252Fc3ec831f-0bcb-47f2-8a7c-0dd8098435ea_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-24 13:10:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/YM70GZN/2026-03-20/image/c3ec831f-0bcb-47f2-8a7c-0dd8098435ea_removebg.jpg?w=600 saved to cache
2026-03-24 13:10:14 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item d5f9ce4f-23c5-5650-ba71-3dd7dd3dc235
2026-03-24 13:10:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/YM70GZN/2026-03-20/image/0114af3f-16ac-4ce9-9cc8-02e2259bf053_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120320575?view=catalogue)
2026-03-24 13:10:15 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 13:10:15 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fde43f8ab10>
2026-03-24 13:10:15 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 13:10:15 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-24 13:10:15 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 13:10:15 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_d5f9ce4f-23c5-5650-ba71-3dd7dd3dc235/d5f9ce4f-23c5-5650-ba71-3dd7dd3dc235_image_5.jpg HTTP/1.1" 201 0
2026-03-24 13:10:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:10:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FYM70GZN%252F2026-03-20%252Fimage%252F0114af3f-16ac-4ce9-9cc8-02e2259bf053_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-24 13:10:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/YM70GZN/2026-03-20/image/0114af3f-16ac-4ce9-9cc8-02e2259bf053_removebg.jpg?w=600 saved to cache
2026-03-24 13:10:15 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item d5f9ce4f-23c5-5650-ba71-3dd7dd3dc235
2026-03-24 13:10:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/YM70GZN/2026-03-20/image/66ebfeff-1e2a-4e7d-83b4-2d008eb1817d_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120320575?view=catalogue)
2026-03-24 13:10:15 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 13:10:15 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fde50138850>
2026-03-24 13:10:15 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 13:10:15 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-24 13:10:15 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 13:10:15 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_d5f9ce4f-23c5-5650-ba71-3dd7dd3dc235/d5f9ce4f-23c5-5650-ba71-3dd7dd3dc235_image_4.jpg HTTP/1.1" 201 0
2026-03-24 13:10:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:10:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FYM70GZN%252F2026-03-20%252Fimage%252F66ebfeff-1e2a-4e7d-83b4-2d008eb1817d_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-24 13:10:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/YM70GZN/2026-03-20/image/66ebfeff-1e2a-4e7d-83b4-2d008eb1817d_removebg.jpg?w=600 saved to cache
2026-03-24 13:10:15 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item d5f9ce4f-23c5-5650-ba71-3dd7dd3dc235
2026-03-24 13:10:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/YM70GZN/2026-03-20/image/4658e0f2-f1e6-4ab8-8a96-ea975546d51a_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120320575?view=catalogue)
2026-03-24 13:10:16 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 13:10:16 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fde516e7010>
2026-03-24 13:10:16 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 13:10:16 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-24 13:10:16 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 13:10:16 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_d5f9ce4f-23c5-5650-ba71-3dd7dd3dc235/d5f9ce4f-23c5-5650-ba71-3dd7dd3dc235_image_3.jpg HTTP/1.1" 201 0
2026-03-24 13:10:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:10:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FYM70GZN%252F2026-03-20%252Fimage%252F4658e0f2-f1e6-4ab8-8a96-ea975546d51a_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-24 13:10:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/YM70GZN/2026-03-20/image/4658e0f2-f1e6-4ab8-8a96-ea975546d51a_removebg.jpg?w=600 saved to cache
2026-03-24 13:10:16 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item d5f9ce4f-23c5-5650-ba71-3dd7dd3dc235
2026-03-24 13:10:17 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/YM70GZN/2026-03-20/image/e6619d78-b12d-4ac5-b0ae-164f3c46f041_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120320575?view=catalogue)
2026-03-24 13:10:17 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 13:10:17 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fde5018b590>
2026-03-24 13:10:17 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 13:10:17 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-24 13:10:17 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 13:10:17 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_d5f9ce4f-23c5-5650-ba71-3dd7dd3dc235/d5f9ce4f-23c5-5650-ba71-3dd7dd3dc235_image_2.jpg HTTP/1.1" 201 0
2026-03-24 13:10:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:10:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FYM70GZN%252F2026-03-20%252Fimage%252Fe6619d78-b12d-4ac5-b0ae-164f3c46f041_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-24 13:10:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/YM70GZN/2026-03-20/image/e6619d78-b12d-4ac5-b0ae-164f3c46f041_removebg.jpg?w=600 saved to cache
2026-03-24 13:10:17 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item d5f9ce4f-23c5-5650-ba71-3dd7dd3dc235
2026-03-24 13:10:17 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/YM70GZN/2026-03-20/image/a8ea4d96-0d71-47bf-9239-fd3ca16cf3ad_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120320575?view=catalogue)
2026-03-24 13:10:17 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/YM70GZN/2026-03-20/image/3fe01f9a-dd6b-4ed5-9571-134ec3f5435f_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120320575?view=catalogue)
2026-03-24 13:10:17 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 13:10:17 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fde50089a90>
2026-03-24 13:10:17 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 13:10:17 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-24 13:10:17 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 13:10:17 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_d5f9ce4f-23c5-5650-ba71-3dd7dd3dc235/d5f9ce4f-23c5-5650-ba71-3dd7dd3dc235_image_1.jpg HTTP/1.1" 201 0
2026-03-24 13:10:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:10:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FYM70GZN%252F2026-03-20%252Fimage%252Fa8ea4d96-0d71-47bf-9239-fd3ca16cf3ad_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-24 13:10:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/YM70GZN/2026-03-20/image/a8ea4d96-0d71-47bf-9239-fd3ca16cf3ad_removebg.jpg?w=600 saved to cache
2026-03-24 13:10:17 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item d5f9ce4f-23c5-5650-ba71-3dd7dd3dc235
2026-03-24 13:10:17 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 13:10:17 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fde504229d0>
2026-03-24 13:10:17 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 13:10:17 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-24 13:10:17 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 13:10:17 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_d5f9ce4f-23c5-5650-ba71-3dd7dd3dc235/d5f9ce4f-23c5-5650-ba71-3dd7dd3dc235_image_0.jpg HTTP/1.1" 201 0
2026-03-24 13:10:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:10:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FYM70GZN%252F2026-03-20%252Fimage%252F3fe01f9a-dd6b-4ed5-9571-134ec3f5435f_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-24 13:10:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/YM70GZN/2026-03-20/image/3fe01f9a-dd6b-4ed5-9571-134ec3f5435f_removebg.jpg?w=600 saved to cache
2026-03-24 13:10:17 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item d5f9ce4f-23c5-5650-ba71-3dd7dd3dc235
2026-03-24 13:10:17 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: d5f9ce4f-23c5-5650-ba71-3dd7dd3dc235, skipping ID generation
2026-03-24 13:10:17 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d5f9ce4f-23c5-5650-ba71-3dd7dd3dc235 with scrape type 1
2026-03-24 13:10:17 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item d5f9ce4f-23c5-5650-ba71-3dd7dd3dc235 sending to next pipeline
2026-03-24 13:10:17 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: d5f9ce4f-23c5-5650-ba71-3dd7dd3dc235, identifier: 120320575
2026-03-24 13:10:17 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: d5f9ce4f-23c5-5650-ba71-3dd7dd3dc235 with identifier: 120320575
2026-03-24 13:10:17 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: d5f9ce4f-23c5-5650-ba71-3dd7dd3dc235 with identifier: 120320575
2026-03-24 13:10:17 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: d5f9ce4f-23c5-5650-ba71-3dd7dd3dc235 with identifier: 120320575 to the API
2026-03-24 13:10:17 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 13:10: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-24 13:10:19 [scrapy.core.scraper] DEBUG: Scraped from <200 https://abimg003.imgix.net/YM70GZN/2026-03-20/image/3fe01f9a-dd6b-4ed5-9571-134ec3f5435f_removebg.jpg?w=600>
{'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': 9,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_d5f9ce4f-23c5-5650-ba71-3dd7dd3dc235/d5f9ce4f-23c5-5650-ba71-3dd7dd3dc235_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 34178,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/YM70GZN/2026-03-20/image/3fe01f9a-dd6b-4ed5-9571-134ec3f5435f_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_d5f9ce4f-23c5-5650-ba71-3dd7dd3dc235/d5f9ce4f-23c5-5650-ba71-3dd7dd3dc235_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 31945,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/YM70GZN/2026-03-20/image/a8ea4d96-0d71-47bf-9239-fd3ca16cf3ad_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_d5f9ce4f-23c5-5650-ba71-3dd7dd3dc235/d5f9ce4f-23c5-5650-ba71-3dd7dd3dc235_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 32077,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/YM70GZN/2026-03-20/image/e6619d78-b12d-4ac5-b0ae-164f3c46f041_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_d5f9ce4f-23c5-5650-ba71-3dd7dd3dc235/d5f9ce4f-23c5-5650-ba71-3dd7dd3dc235_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 29472,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/YM70GZN/2026-03-20/image/4658e0f2-f1e6-4ab8-8a96-ea975546d51a_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_d5f9ce4f-23c5-5650-ba71-3dd7dd3dc235/d5f9ce4f-23c5-5650-ba71-3dd7dd3dc235_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 39792,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/YM70GZN/2026-03-20/image/66ebfeff-1e2a-4e7d-83b4-2d008eb1817d_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_d5f9ce4f-23c5-5650-ba71-3dd7dd3dc235/d5f9ce4f-23c5-5650-ba71-3dd7dd3dc235_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 56140,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/YM70GZN/2026-03-20/image/0114af3f-16ac-4ce9-9cc8-02e2259bf053_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_d5f9ce4f-23c5-5650-ba71-3dd7dd3dc235/d5f9ce4f-23c5-5650-ba71-3dd7dd3dc235_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 44389,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/YM70GZN/2026-03-20/image/c3ec831f-0bcb-47f2-8a7c-0dd8098435ea_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_d5f9ce4f-23c5-5650-ba71-3dd7dd3dc235/d5f9ce4f-23c5-5650-ba71-3dd7dd3dc235_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 57465,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/YM70GZN/2026-03-20/image/696b7535-b9b9-4737-b7e6-6e108d3d50a4_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_d5f9ce4f-23c5-5650-ba71-3dd7dd3dc235/d5f9ce4f-23c5-5650-ba71-3dd7dd3dc235_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 48056,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/YM70GZN/2026-03-20/image/e4a8c3d4-61cd-4ceb-a992-0d788e63afe2_removebg.jpg?w=600',
'Width': 600}],
'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-24 13:10:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:10:19 [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-24 13:10:19 [astonbarclay.gb] INFO: Saving data for 120320575: {'created_time': 1774357819.544513, 'last_price_update_time': 1774357819.544525, 'auction_closing_time': 1774604700.0}
2026-03-24 13:10:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:10:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120320575') HTTP/1.1" 204 0
2026-03-24 13:10:20 [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-24 13:10:20 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:10:20 [astonbarclay.gb] INFO: Detail data: {'cardType': 'e-xchange', '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': 641}, 'saleStart': '2026-03-25T09:45Z', 'lot': None, '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-24 13:10:20 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'e-xchange', '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': 641}, 'saleStart': '2026-03-25T09:45Z', 'lot': None, '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-24 13:10:20 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 436fe726-445c-5dde-ae3f-d78ef816ffa5 with identifier: 120299965
2026-03-24 13:10:20 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 436fe726-445c-5dde-ae3f-d78ef816ffa5 with scrape type 2
2026-03-24 13:10:20 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 436fe726-445c-5dde-ae3f-d78ef816ffa5 with scrape type 2
2026-03-24 13:10:20 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 436fe726-445c-5dde-ae3f-d78ef816ffa5, identifier: 120299965
2026-03-24 13:10:20 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 436fe726-445c-5dde-ae3f-d78ef816ffa5 with identifier: 120299965
2026-03-24 13:10:20 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 436fe726-445c-5dde-ae3f-d78ef816ffa5 with identifier: 120299965
2026-03-24 13:10:20 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 436fe726-445c-5dde-ae3f-d78ef816ffa5 with identifier: 120299965 to the API
2026-03-24 13:10:20 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 13:10: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-24 13:10:20 [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-25T09: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-24 13:10:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:10: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-24 13:10:20 [astonbarclay.gb] INFO: Saving data for 120299965: {'auction_closing_time': 1774431900.0, 'created_time': 1773831084.383151, 'last_price_update_time': 1774357820.966104}
2026-03-24 13:10:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:10:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120299965') HTTP/1.1" 204 0
2026-03-24 13:10:20 [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-24 13:10:20 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:10:21 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120732541, 'registration': 'FT07HYW', 'account': 'WBA001', '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': 641}, 'saleStart': '2026-03-27T09:45Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2007-07-16', 'fuel': 'Petrol', 'motExpiry': '2026-08-24', 'doors': 3, 'engineSize': 1360, 'bodyType': 'Hatchback', 'images': None, 'colour': 'SILVER', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': None, 'serviceHistory': '', 'remarks': 'VOSA STATES 10K, 14K, 31K, 33K, 40K, 43K, 47K, 51K, 54K, 56K, 58K, 61K, 63K, 64K,', 'virtual': False, 'seller': 'UKCGR', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '4', 'v5': False, 'v5details': None, 'co2': 143, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': None, 'assuredType': None, 'imported': False, 'eurostatus': 4, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 13:10:21 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120732541, 'registration': 'FT07HYW', 'account': 'WBA001', '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': 641}, 'saleStart': '2026-03-27T09:45Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2007-07-16', 'fuel': 'Petrol', 'motExpiry': '2026-08-24', 'doors': 3, 'engineSize': 1360, 'bodyType': 'Hatchback', 'images': None, 'colour': 'SILVER', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': None, 'serviceHistory': '', 'remarks': 'VOSA STATES 10K, 14K, 31K, 33K, 40K, 43K, 47K, 51K, 54K, 56K, 58K, 61K, 63K, 64K,', 'virtual': False, 'seller': 'UKCGR', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '4', 'v5': False, 'v5details': None, 'co2': 143, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': None, 'assuredType': None, 'imported': False, 'eurostatus': 4, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 13:10:21 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: fa05261d-c90e-5c93-92e2-b19bd4c40497 with identifier: 120732541
2026-03-24 13:10:21 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fa05261d-c90e-5c93-92e2-b19bd4c40497 with scrape type 1
2026-03-24 13:10:21 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 0 photos for item fa05261d-c90e-5c93-92e2-b19bd4c40497
2026-03-24 13:10:21 [crawlers.middlewares.photo_download_middleware] INFO: No photos to download for item fa05261d-c90e-5c93-92e2-b19bd4c40497
2026-03-24 13:10:21 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: fa05261d-c90e-5c93-92e2-b19bd4c40497, identifier: 120732541
2026-03-24 13:10:21 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: fa05261d-c90e-5c93-92e2-b19bd4c40497 with identifier: 120732541
2026-03-24 13:10:21 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: fa05261d-c90e-5c93-92e2-b19bd4c40497 with identifier: 120732541
2026-03-24 13:10:21 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: fa05261d-c90e-5c93-92e2-b19bd4c40497 with identifier: 120732541 to the API
2026-03-24 13:10:21 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 13:10:22 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-24 13:10:22 [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',
'title': 'CITROEN C2 HATCHBACK SPECIAL EDITIONS 1.4i Cool 3dr',
'transmission': 'manual',
'trim': '1.4i Cool 3dr',
'vin': None,
'year': 2007}
2026-03-24 13:10:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:10:22 [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-24 13:10:22 [astonbarclay.gb] INFO: Saving data for 120732541: {'created_time': 1774357822.972604, 'last_price_update_time': 1774357822.97262, 'auction_closing_time': 1774604700.0}
2026-03-24 13:10:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:10:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120732541') HTTP/1.1" 204 0
2026-03-24 13:10:25 [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-24 13:10:25 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:10:25 [astonbarclay.gb] INFO: Detail data: {'cardType': 'e-xchange', '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': 641}, 'saleStart': '2026-03-25T09:45Z', 'lot': None, '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 - 29K,', '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-24 13:10:25 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'e-xchange', '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': 641}, 'saleStart': '2026-03-25T09:45Z', 'lot': None, '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 - 29K,', '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-24 13:10:25 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4c5b9883-abe3-5b97-b593-f5158957f920 with identifier: 119516479
2026-03-24 13:10:25 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4c5b9883-abe3-5b97-b593-f5158957f920 with scrape type 2
2026-03-24 13:10:25 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4c5b9883-abe3-5b97-b593-f5158957f920 with scrape type 2
2026-03-24 13:10:25 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 4c5b9883-abe3-5b97-b593-f5158957f920, identifier: 119516479
2026-03-24 13:10:25 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 4c5b9883-abe3-5b97-b593-f5158957f920 with identifier: 119516479
2026-03-24 13:10:25 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 4c5b9883-abe3-5b97-b593-f5158957f920 with identifier: 119516479
2026-03-24 13:10:25 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 4c5b9883-abe3-5b97-b593-f5158957f920 with identifier: 119516479 to the API
2026-03-24 13:10:25 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 13:10:26 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-24 13:10:26 [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-25T09: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-24 13:10:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:10:26 [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-24 13:10:26 [astonbarclay.gb] INFO: Saving data for 119516479: {'auction_closing_time': 1774431900.0, 'created_time': 1773655385.671702, 'last_price_update_time': 1774357826.585615}
2026-03-24 13:10:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:10:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='119516479') HTTP/1.1" 204 0
2026-03-24 13:10:27 [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-24 13:10:27 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:10:27 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120719442, 'registration': 'FY11YHN', 'account': 'WBA001', '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': 641}, 'saleStart': '2026-03-27T09:45Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2011-04-26', 'fuel': 'Diesel', 'motExpiry': '2026-03-24', 'doors': 5, 'engineSize': 2199, 'bodyType': 'Estate', 'images': None, 'colour': 'BRONZE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': None, 'serviceHistory': '', 'remarks': 'VOSA STATES 34K, 42K, 51K, 59K, 69K, 77K, 82K, 88K, 96K, 98K, 99K, 100K, 101K (FAIL),', 'virtual': False, 'seller': 'UKCGR', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '1', 'v5': False, 'v5details': None, 'co2': 171, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': None, 'assuredType': None, 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 13:10:27 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120719442, 'registration': 'FY11YHN', 'account': 'WBA001', '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': 641}, 'saleStart': '2026-03-27T09:45Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2011-04-26', 'fuel': 'Diesel', 'motExpiry': '2026-03-24', 'doors': 5, 'engineSize': 2199, 'bodyType': 'Estate', 'images': None, 'colour': 'BRONZE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': None, 'serviceHistory': '', 'remarks': 'VOSA STATES 34K, 42K, 51K, 59K, 69K, 77K, 82K, 88K, 96K, 98K, 99K, 100K, 101K (FAIL),', 'virtual': False, 'seller': 'UKCGR', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '1', 'v5': False, 'v5details': None, 'co2': 171, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': None, 'assuredType': None, 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 13:10:27 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5c24c0e8-d42b-5595-a602-ed9fdfc7eea1 with identifier: 120719442
2026-03-24 13:10:27 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5c24c0e8-d42b-5595-a602-ed9fdfc7eea1 with scrape type 1
2026-03-24 13:10:27 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 0 photos for item 5c24c0e8-d42b-5595-a602-ed9fdfc7eea1
2026-03-24 13:10:27 [crawlers.middlewares.photo_download_middleware] INFO: No photos to download for item 5c24c0e8-d42b-5595-a602-ed9fdfc7eea1
2026-03-24 13:10:27 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 5c24c0e8-d42b-5595-a602-ed9fdfc7eea1, identifier: 120719442
2026-03-24 13:10:27 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 5c24c0e8-d42b-5595-a602-ed9fdfc7eea1 with identifier: 120719442
2026-03-24 13:10:27 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-24 13:10:27 [urllib3.connectionpool] DEBUG: https://translate.google.com:443 "GET /m?tl=en&sl=auto&q=BRONZE HTTP/1.1" 200 None
2026-03-24 13:10:27 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-24 13:10:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='auto',RowKey='auto') HTTP/1.1" 204 0
2026-03-24 13:10:27 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 5c24c0e8-d42b-5595-a602-ed9fdfc7eea1 with identifier: 120719442
2026-03-24 13:10:27 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 5c24c0e8-d42b-5595-a602-ed9fdfc7eea1 with identifier: 120719442 to the API
2026-03-24 13:10:27 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 13:10:28 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-24 13:10:28 [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',
'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-24 13:10:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:10:28 [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-24 13:10:28 [astonbarclay.gb] INFO: Saving data for 120719442: {'created_time': 1774357828.818952, 'last_price_update_time': 1774357828.818966, 'auction_closing_time': 1774604700.0}
2026-03-24 13:10:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:10:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120719442') HTTP/1.1" 204 0
2026-03-24 13:10:29 [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-24 13:10:29 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:10:29 [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-24 13:10:29 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:10:29 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120730145, 'registration': 'SC55FLX', 'account': 'WBA001', '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': 641}, 'saleStart': '2026-03-27T09:45Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2006-02-23', 'fuel': 'Diesel', 'motExpiry': '2026-05-17', 'doors': None, 'engineSize': 1461, 'bodyType': 'Panel Van', 'images': None, 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': None, 'serviceHistory': '', 'remarks': 'VOSA STATES 36K, 49K, 60K, 70K, 80K, 91K, 102K, 113K, 122K, 130K, 139K, 147K, 154K, 162K, 172K, 181K, 190K,', 'virtual': False, 'seller': 'UKCGR', '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': None, 'assuredType': None, 'imported': False, 'eurostatus': 3, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 13:10:29 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120730145, 'registration': 'SC55FLX', 'account': 'WBA001', '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': 641}, 'saleStart': '2026-03-27T09:45Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2006-02-23', 'fuel': 'Diesel', 'motExpiry': '2026-05-17', 'doors': None, 'engineSize': 1461, 'bodyType': 'Panel Van', 'images': None, 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': None, 'serviceHistory': '', 'remarks': 'VOSA STATES 36K, 49K, 60K, 70K, 80K, 91K, 102K, 113K, 122K, 130K, 139K, 147K, 154K, 162K, 172K, 181K, 190K,', 'virtual': False, 'seller': 'UKCGR', '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': None, 'assuredType': None, 'imported': False, 'eurostatus': 3, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 13:10:29 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9b4f3055-adab-5583-b0c7-8a295744457b with identifier: 120730145
2026-03-24 13:10:29 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9b4f3055-adab-5583-b0c7-8a295744457b with scrape type 1
2026-03-24 13:10:29 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 0 photos for item 9b4f3055-adab-5583-b0c7-8a295744457b
2026-03-24 13:10:29 [crawlers.middlewares.photo_download_middleware] INFO: No photos to download for item 9b4f3055-adab-5583-b0c7-8a295744457b
2026-03-24 13:10:29 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 9b4f3055-adab-5583-b0c7-8a295744457b, identifier: 120730145
2026-03-24 13:10:29 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 9b4f3055-adab-5583-b0c7-8a295744457b with identifier: 120730145
2026-03-24 13:10:29 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 9b4f3055-adab-5583-b0c7-8a295744457b with identifier: 120730145
2026-03-24 13:10:30 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 9b4f3055-adab-5583-b0c7-8a295744457b with identifier: 120730145 to the API
2026-03-24 13:10:30 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 13:10: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-24 13:10:30 [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',
'title': 'RENAULT KANGOO SL17 DCI 70+ None',
'transmission': 'manual',
'trim': None,
'vin': None,
'year': 2006}
2026-03-24 13:10:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:10:30 [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-24 13:10:30 [astonbarclay.gb] INFO: Saving data for 120730145: {'created_time': 1774357830.581289, 'last_price_update_time': 1774357830.581303, 'auction_closing_time': 1774604700.0}
2026-03-24 13:10:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:10:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120730145') HTTP/1.1" 204 0
2026-03-24 13:10:30 [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': 18908, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 641}, 'saleStart': '2026-03-27T09:45Z', 'lot': None, 'hall': 'Hall 2', '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-24 13:10:30 [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': 18908, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 641}, 'saleStart': '2026-03-27T09:45Z', 'lot': None, 'hall': 'Hall 2', '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-24 13:10:30 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f198123b-f92e-5f22-a510-b54ce9ab3213 with identifier: 120413800
2026-03-24 13:10:30 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f198123b-f92e-5f22-a510-b54ce9ab3213 with scrape type 2
2026-03-24 13:10:30 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f198123b-f92e-5f22-a510-b54ce9ab3213 with scrape type 2
2026-03-24 13:10:30 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: f198123b-f92e-5f22-a510-b54ce9ab3213, identifier: 120413800
2026-03-24 13:10:30 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: f198123b-f92e-5f22-a510-b54ce9ab3213 with identifier: 120413800
2026-03-24 13:10:30 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: f198123b-f92e-5f22-a510-b54ce9ab3213 with identifier: 120413800
2026-03-24 13:10:30 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: f198123b-f92e-5f22-a510-b54ce9ab3213 with identifier: 120413800 to the API
2026-03-24 13:10:30 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 13:10: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-24 13:10:31 [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-24 13:10:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:10:31 [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-24 13:10:31 [astonbarclay.gb] INFO: Saving data for 120413800: {'auction_closing_time': 1774604700.0, 'created_time': 1773860542.183663, 'last_price_update_time': 1774357831.060615}
2026-03-24 13:10:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:10:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120413800') HTTP/1.1" 204 0
2026-03-24 13:10:34 [zyte_api._retry] DEBUG: Finished call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request' after 129.770(s), this was the 1st time calling it.
2026-03-24 13:10:34 [zyte_api._retry] DEBUG: Retrying zyte_api._async.AsyncZyteAPI.get.<locals>.request in 5.164102673962273 seconds as it raised ClientConnectorError: Cannot connect to host api.zyte.com:443 ssl:default [Connect call failed ('69.41.180.81', 443)].
2026-03-24 13:10:38 [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-24 13:10:38 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:10:38 [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': 641}, 'saleStart': '2026-03-27T09:45Z', 'lot': None, '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': '', 'remarks': 'VOSA STATES 18K, 22K,', 'virtual': False, 'seller': 'Zenith', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': False, 'v5details': 'TF', '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-24 13:10:38 [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': 641}, 'saleStart': '2026-03-27T09:45Z', 'lot': None, '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': '', 'remarks': 'VOSA STATES 18K, 22K,', 'virtual': False, 'seller': 'Zenith', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': False, 'v5details': 'TF', '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-24 13:10:38 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4b76a9b8-f407-5e72-83a6-d8de394ed8c1 with identifier: 120277883
2026-03-24 13:10:38 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4b76a9b8-f407-5e72-83a6-d8de394ed8c1 with scrape type 1
2026-03-24 13:10:38 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 9 photos for item 4b76a9b8-f407-5e72-83a6-d8de394ed8c1
2026-03-24 13:10:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:10:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FMD71KRG%252F2026-03-23%252Fimage%252F10a2bd89-89ce-4d17-b382-da60ab0ec7cb_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-24 13:10:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/MD71KRG/2026-03-23/image/10a2bd89-89ce-4d17-b382-da60ab0ec7cb_removebg.jpg?w=600 not downloaded yet
2026-03-24 13:10:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:10:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FMD71KRG%252F2026-03-23%252Fimage%252Fffd4fe70-d5f3-4167-a8fb-4f816c042e3f_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-24 13:10:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/MD71KRG/2026-03-23/image/ffd4fe70-d5f3-4167-a8fb-4f816c042e3f_removebg.jpg?w=600 not downloaded yet
2026-03-24 13:10:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:10:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FMD71KRG%252F2026-03-23%252Fimage%252F3484a7f2-2dc4-4155-a447-fd4360f43767_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-24 13:10:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/MD71KRG/2026-03-23/image/3484a7f2-2dc4-4155-a447-fd4360f43767_removebg.jpg?w=600 not downloaded yet
2026-03-24 13:10:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:10:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FMD71KRG%252F2026-03-23%252Fimage%252Fb37fb6dc-49f7-450f-aa5d-78c07b37a4a3_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-24 13:10:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/MD71KRG/2026-03-23/image/b37fb6dc-49f7-450f-aa5d-78c07b37a4a3_removebg.jpg?w=600 not downloaded yet
2026-03-24 13:10:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:10:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FMD71KRG%252F2026-03-23%252Fimage%252F2d8ce585-0039-466d-adaf-270b67b8f58c_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-24 13:10:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/MD71KRG/2026-03-23/image/2d8ce585-0039-466d-adaf-270b67b8f58c_removebg.jpg?w=600 not downloaded yet
2026-03-24 13:10:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:10:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FMD71KRG%252F2026-03-23%252Fimage%252Fa158ded8-bae3-4f71-8d03-5c3df55ac1e1_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-24 13:10:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/MD71KRG/2026-03-23/image/a158ded8-bae3-4f71-8d03-5c3df55ac1e1_removebg.jpg?w=600 not downloaded yet
2026-03-24 13:10:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:10:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FMD71KRG%252F2026-03-23%252Fimage%252F41e2682b-bc60-4c4e-8b78-a10b0abe3d07_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-24 13:10:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/MD71KRG/2026-03-23/image/41e2682b-bc60-4c4e-8b78-a10b0abe3d07_removebg.jpg?w=600 not downloaded yet
2026-03-24 13:10:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:10:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FMD71KRG%252F2026-03-23%252Fimage%252F764c9b54-c2e4-4797-8d13-58dde8f17dad_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-24 13:10:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/MD71KRG/2026-03-23/image/764c9b54-c2e4-4797-8d13-58dde8f17dad_removebg.jpg?w=600 not downloaded yet
2026-03-24 13:10:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:10:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FMD71KRG%252F2026-03-23%252Fimage%252F50e21e58-f1fa-4c10-8735-bfa26036b618_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-24 13:10:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/MD71KRG/2026-03-23/image/50e21e58-f1fa-4c10-8735-bfa26036b618_removebg.jpg?w=600 not downloaded yet
2026-03-24 13:10:38 [zyte_api._retry] DEBUG: Finished call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request' after 129.641(s), this was the 1st time calling it.
2026-03-24 13:10:38 [zyte_api._retry] DEBUG: Retrying zyte_api._async.AsyncZyteAPI.get.<locals>.request in 7.650361522870943 seconds as it raised ClientConnectorError: Cannot connect to host api.zyte.com:443 ssl:default [Connect call failed ('69.41.180.81', 443)].
2026-03-24 13:10:39 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 2nd time calling it.
2026-03-24 13:10:40 [zyte_api._retry] DEBUG: Finished call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request' after 130.396(s), this was the 1st time calling it.
2026-03-24 13:10:40 [zyte_api._retry] DEBUG: Retrying zyte_api._async.AsyncZyteAPI.get.<locals>.request in 4.806415247171624 seconds as it raised ClientConnectorError: Cannot connect to host api.zyte.com:443 ssl:default [Connect call failed ('69.41.180.81', 443)].
2026-03-24 13:10:42 [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-24 13:10:42 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:10: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': 641}, 'saleStart': '2026-03-27T09:45Z', 'lot': None, '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': 'VOSA STATES 20K, 30K,', '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/1b51db09-498d-4e42-b75d-1ed80fbba50c.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-24 13:10: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': 641}, 'saleStart': '2026-03-27T09:45Z', 'lot': None, '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': 'VOSA STATES 20K, 30K,', '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/1b51db09-498d-4e42-b75d-1ed80fbba50c.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-24 13:10:42 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 19e1d393-7b8b-5c6f-bfb4-08c34f951922 with identifier: 120481552
2026-03-24 13:10:42 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 19e1d393-7b8b-5c6f-bfb4-08c34f951922 with scrape type 1
2026-03-24 13:10:42 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 19e1d393-7b8b-5c6f-bfb4-08c34f951922
2026-03-24 13:10:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:10:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FAF22PTU%252F2026-03-23%252Fimage%252F46b8b505-e68e-4392-bdd5-4a1f3a0715a6_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-24 13:10:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/AF22PTU/2026-03-23/image/46b8b505-e68e-4392-bdd5-4a1f3a0715a6_removebg.jpg?w=600 not downloaded yet
2026-03-24 13:10:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:10:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FAF22PTU%252F2026-03-23%252Fimage%252Ffbf3407b-4a78-4f28-8bb9-c20e73ff7feb_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-24 13:10:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/AF22PTU/2026-03-23/image/fbf3407b-4a78-4f28-8bb9-c20e73ff7feb_removebg.jpg?w=600 not downloaded yet
2026-03-24 13:10:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:10:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FAF22PTU%252F2026-03-23%252Fimage%252F7fabf7ef-d5dc-4ec6-b472-514d0673e1af_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-24 13:10:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/AF22PTU/2026-03-23/image/7fabf7ef-d5dc-4ec6-b472-514d0673e1af_removebg.jpg?w=600 not downloaded yet
2026-03-24 13:10:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:10:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FAF22PTU%252F2026-03-23%252Fimage%252F1662746b-bcbc-4e81-9457-9673c7826248_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-24 13:10:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/AF22PTU/2026-03-23/image/1662746b-bcbc-4e81-9457-9673c7826248_removebg.jpg?w=600 not downloaded yet
2026-03-24 13:10:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:10:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FAF22PTU%252F2026-03-23%252Fimage%252F6eebead1-28f7-4bff-a18b-a572496daf3d_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-24 13:10:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/AF22PTU/2026-03-23/image/6eebead1-28f7-4bff-a18b-a572496daf3d_removebg.jpg?w=600 not downloaded yet
2026-03-24 13:10:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:10:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FAF22PTU%252F2026-03-23%252Fimage%252Fcfa76556-139d-440d-8666-d8e8fcf3f47e_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-24 13:10:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/AF22PTU/2026-03-23/image/cfa76556-139d-440d-8666-d8e8fcf3f47e_removebg.jpg?w=600 not downloaded yet
2026-03-24 13:10:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:10:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FAF22PTU%252F2026-03-23%252Fimage%252F8ebb34b3-6411-483a-9e0d-dd087dbdca1e_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-24 13:10:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/AF22PTU/2026-03-23/image/8ebb34b3-6411-483a-9e0d-dd087dbdca1e_removebg.jpg?w=600 not downloaded yet
2026-03-24 13:10:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:10:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FAF22PTU%252F2026-03-23%252Fimage%252F54c98222-9afd-4530-89b7-16591668b3e6_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-24 13:10:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/AF22PTU/2026-03-23/image/54c98222-9afd-4530-89b7-16591668b3e6_removebg.jpg?w=600 not downloaded yet
2026-03-24 13:10:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:10:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FAF22PTU%252F2026-03-23%252Fimage%252F17bd9724-1bdb-48fe-893c-5ba718a546a5_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-24 13:10:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/AF22PTU/2026-03-23/image/17bd9724-1bdb-48fe-893c-5ba718a546a5_removebg.jpg?w=600 not downloaded yet
2026-03-24 13:10:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:10:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FAF22PTU%252F2026-03-23%252Fimage%252F7fa9db18-6bc6-4de7-821f-2442047cb8c7_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-24 13:10:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/AF22PTU/2026-03-23/image/7fa9db18-6bc6-4de7-821f-2442047cb8c7_removebg.jpg?w=600 not downloaded yet
2026-03-24 13:10:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/MD71KRG/2026-03-23/image/50e21e58-f1fa-4c10-8735-bfa26036b618_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120277883?view=catalogue)
2026-03-24 13:10:42 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 13:10:42 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fde43f553d0>
2026-03-24 13:10:42 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 13:10:42 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-24 13:10:42 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 13:10:42 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_4b76a9b8-f407-5e72-83a6-d8de394ed8c1/4b76a9b8-f407-5e72-83a6-d8de394ed8c1_image_8.jpg HTTP/1.1" 201 0
2026-03-24 13:10:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:10:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FMD71KRG%252F2026-03-23%252Fimage%252F50e21e58-f1fa-4c10-8735-bfa26036b618_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-24 13:10:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/MD71KRG/2026-03-23/image/50e21e58-f1fa-4c10-8735-bfa26036b618_removebg.jpg?w=600 saved to cache
2026-03-24 13:10:42 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 4b76a9b8-f407-5e72-83a6-d8de394ed8c1
2026-03-24 13:10:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/AF22PTU/2026-03-23/image/7fa9db18-6bc6-4de7-821f-2442047cb8c7_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120481552?view=catalogue)
2026-03-24 13:10:43 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 13:10:43 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fde500cc410>
2026-03-24 13:10:43 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 13:10:43 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-24 13:10:43 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 13:10:43 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_19e1d393-7b8b-5c6f-bfb4-08c34f951922/19e1d393-7b8b-5c6f-bfb4-08c34f951922_image_9.jpg HTTP/1.1" 201 0
2026-03-24 13:10:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:10:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FAF22PTU%252F2026-03-23%252Fimage%252F7fa9db18-6bc6-4de7-821f-2442047cb8c7_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-24 13:10:43 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/AF22PTU/2026-03-23/image/7fa9db18-6bc6-4de7-821f-2442047cb8c7_removebg.jpg?w=600 saved to cache
2026-03-24 13:10:43 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item 19e1d393-7b8b-5c6f-bfb4-08c34f951922
2026-03-24 13:10:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/AF22PTU/2026-03-23/image/17bd9724-1bdb-48fe-893c-5ba718a546a5_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120481552?view=catalogue)
2026-03-24 13:10:44 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 13:10:44 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fde501aa6d0>
2026-03-24 13:10:44 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 13:10:44 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-24 13:10:44 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 13:10:44 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_19e1d393-7b8b-5c6f-bfb4-08c34f951922/19e1d393-7b8b-5c6f-bfb4-08c34f951922_image_8.jpg HTTP/1.1" 201 0
2026-03-24 13:10:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:10:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FAF22PTU%252F2026-03-23%252Fimage%252F17bd9724-1bdb-48fe-893c-5ba718a546a5_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-24 13:10:44 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/AF22PTU/2026-03-23/image/17bd9724-1bdb-48fe-893c-5ba718a546a5_removebg.jpg?w=600 saved to cache
2026-03-24 13:10:44 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 19e1d393-7b8b-5c6f-bfb4-08c34f951922
2026-03-24 13:10:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/AF22PTU/2026-03-23/image/54c98222-9afd-4530-89b7-16591668b3e6_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120481552?view=catalogue)
2026-03-24 13:10:44 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 13:10:44 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fde516ae510>
2026-03-24 13:10:44 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 13:10:44 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-24 13:10:44 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 13:10:44 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_19e1d393-7b8b-5c6f-bfb4-08c34f951922/19e1d393-7b8b-5c6f-bfb4-08c34f951922_image_7.jpg HTTP/1.1" 201 0
2026-03-24 13:10:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:10:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FAF22PTU%252F2026-03-23%252Fimage%252F54c98222-9afd-4530-89b7-16591668b3e6_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-24 13:10:44 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/AF22PTU/2026-03-23/image/54c98222-9afd-4530-89b7-16591668b3e6_removebg.jpg?w=600 saved to cache
2026-03-24 13:10:44 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 19e1d393-7b8b-5c6f-bfb4-08c34f951922
2026-03-24 13:10:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/AF22PTU/2026-03-23/image/8ebb34b3-6411-483a-9e0d-dd087dbdca1e_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120481552?view=catalogue)
2026-03-24 13:10:44 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 13:10:44 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fde516e4490>
2026-03-24 13:10:44 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 13:10:44 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-24 13:10:44 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 13:10:44 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_19e1d393-7b8b-5c6f-bfb4-08c34f951922/19e1d393-7b8b-5c6f-bfb4-08c34f951922_image_6.jpg HTTP/1.1" 201 0
2026-03-24 13:10:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:10:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FAF22PTU%252F2026-03-23%252Fimage%252F8ebb34b3-6411-483a-9e0d-dd087dbdca1e_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-24 13:10:44 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/AF22PTU/2026-03-23/image/8ebb34b3-6411-483a-9e0d-dd087dbdca1e_removebg.jpg?w=600 saved to cache
2026-03-24 13:10:44 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 19e1d393-7b8b-5c6f-bfb4-08c34f951922
2026-03-24 13:10:45 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 2nd time calling it.
2026-03-24 13:10:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/AF22PTU/2026-03-23/image/cfa76556-139d-440d-8666-d8e8fcf3f47e_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120481552?view=catalogue)
2026-03-24 13:10:46 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 13:10:46 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fde50208110>
2026-03-24 13:10:46 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 13:10:46 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-24 13:10:46 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 13:10:46 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_19e1d393-7b8b-5c6f-bfb4-08c34f951922/19e1d393-7b8b-5c6f-bfb4-08c34f951922_image_5.jpg HTTP/1.1" 201 0
2026-03-24 13:10:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:10:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FAF22PTU%252F2026-03-23%252Fimage%252Fcfa76556-139d-440d-8666-d8e8fcf3f47e_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-24 13:10:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/AF22PTU/2026-03-23/image/cfa76556-139d-440d-8666-d8e8fcf3f47e_removebg.jpg?w=600 saved to cache
2026-03-24 13:10:46 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 19e1d393-7b8b-5c6f-bfb4-08c34f951922
2026-03-24 13:10:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/AF22PTU/2026-03-23/image/6eebead1-28f7-4bff-a18b-a572496daf3d_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120481552?view=catalogue)
2026-03-24 13:10:46 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 13:10:46 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fde5027ba50>
2026-03-24 13:10:46 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 13:10:46 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-24 13:10:46 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 13:10:46 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_19e1d393-7b8b-5c6f-bfb4-08c34f951922/19e1d393-7b8b-5c6f-bfb4-08c34f951922_image_4.jpg HTTP/1.1" 201 0
2026-03-24 13:10:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:10:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FAF22PTU%252F2026-03-23%252Fimage%252F6eebead1-28f7-4bff-a18b-a572496daf3d_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-24 13:10:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/AF22PTU/2026-03-23/image/6eebead1-28f7-4bff-a18b-a572496daf3d_removebg.jpg?w=600 saved to cache
2026-03-24 13:10:46 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 19e1d393-7b8b-5c6f-bfb4-08c34f951922
2026-03-24 13:10:46 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 2nd time calling it.
2026-03-24 13:10:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/AF22PTU/2026-03-23/image/1662746b-bcbc-4e81-9457-9673c7826248_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120481552?view=catalogue)
2026-03-24 13:10:47 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 13:10:47 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fde43f54710>
2026-03-24 13:10:47 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 13:10:47 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-24 13:10:47 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 13:10:47 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_19e1d393-7b8b-5c6f-bfb4-08c34f951922/19e1d393-7b8b-5c6f-bfb4-08c34f951922_image_3.jpg HTTP/1.1" 201 0
2026-03-24 13:10:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:10:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FAF22PTU%252F2026-03-23%252Fimage%252F1662746b-bcbc-4e81-9457-9673c7826248_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-24 13:10:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/AF22PTU/2026-03-23/image/1662746b-bcbc-4e81-9457-9673c7826248_removebg.jpg?w=600 saved to cache
2026-03-24 13:10:47 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 19e1d393-7b8b-5c6f-bfb4-08c34f951922
2026-03-24 13:10:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/AF22PTU/2026-03-23/image/7fabf7ef-d5dc-4ec6-b472-514d0673e1af_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120481552?view=catalogue)
2026-03-24 13:10:47 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 13:10:47 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fde50155650>
2026-03-24 13:10:47 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 13:10:47 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-24 13:10:47 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 13:10:47 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_19e1d393-7b8b-5c6f-bfb4-08c34f951922/19e1d393-7b8b-5c6f-bfb4-08c34f951922_image_2.jpg HTTP/1.1" 201 0
2026-03-24 13:10:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:10:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FAF22PTU%252F2026-03-23%252Fimage%252F7fabf7ef-d5dc-4ec6-b472-514d0673e1af_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-24 13:10:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/AF22PTU/2026-03-23/image/7fabf7ef-d5dc-4ec6-b472-514d0673e1af_removebg.jpg?w=600 saved to cache
2026-03-24 13:10:47 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 19e1d393-7b8b-5c6f-bfb4-08c34f951922
2026-03-24 13:10:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/AF22PTU/2026-03-23/image/fbf3407b-4a78-4f28-8bb9-c20e73ff7feb_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120481552?view=catalogue)
2026-03-24 13:10:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/AF22PTU/2026-03-23/image/46b8b505-e68e-4392-bdd5-4a1f3a0715a6_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120481552?view=catalogue)
2026-03-24 13:10:48 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 13:10:48 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fde503c0e10>
2026-03-24 13:10:48 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 13:10:48 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-24 13:10:48 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 13:10:48 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_19e1d393-7b8b-5c6f-bfb4-08c34f951922/19e1d393-7b8b-5c6f-bfb4-08c34f951922_image_1.jpg HTTP/1.1" 201 0
2026-03-24 13:10:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:10:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FAF22PTU%252F2026-03-23%252Fimage%252Ffbf3407b-4a78-4f28-8bb9-c20e73ff7feb_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-24 13:10:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/AF22PTU/2026-03-23/image/fbf3407b-4a78-4f28-8bb9-c20e73ff7feb_removebg.jpg?w=600 saved to cache
2026-03-24 13:10:48 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 19e1d393-7b8b-5c6f-bfb4-08c34f951922
2026-03-24 13:10:48 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 13:10:48 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fde516bce90>
2026-03-24 13:10:48 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 13:10:48 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-24 13:10:48 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 13:10:48 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_19e1d393-7b8b-5c6f-bfb4-08c34f951922/19e1d393-7b8b-5c6f-bfb4-08c34f951922_image_0.jpg HTTP/1.1" 201 0
2026-03-24 13:10:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:10:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FAF22PTU%252F2026-03-23%252Fimage%252F46b8b505-e68e-4392-bdd5-4a1f3a0715a6_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-24 13:10:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/AF22PTU/2026-03-23/image/46b8b505-e68e-4392-bdd5-4a1f3a0715a6_removebg.jpg?w=600 saved to cache
2026-03-24 13:10:48 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 19e1d393-7b8b-5c6f-bfb4-08c34f951922
2026-03-24 13:10:48 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 19e1d393-7b8b-5c6f-bfb4-08c34f951922, skipping ID generation
2026-03-24 13:10:48 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 19e1d393-7b8b-5c6f-bfb4-08c34f951922 with scrape type 1
2026-03-24 13:10:48 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 19e1d393-7b8b-5c6f-bfb4-08c34f951922 sending to next pipeline
2026-03-24 13:10:48 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 19e1d393-7b8b-5c6f-bfb4-08c34f951922, identifier: 120481552
2026-03-24 13:10:48 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 19e1d393-7b8b-5c6f-bfb4-08c34f951922 with identifier: 120481552
2026-03-24 13:10:48 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 19e1d393-7b8b-5c6f-bfb4-08c34f951922 with identifier: 120481552
2026-03-24 13:10:48 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 19e1d393-7b8b-5c6f-bfb4-08c34f951922 with identifier: 120481552 to the API
2026-03-24 13:10:48 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 13:10: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-24 13:10:49 [scrapy.core.scraper] DEBUG: Scraped from <200 https://abimg003.imgix.net/AF22PTU/2026-03-23/image/46b8b505-e68e-4392-bdd5-4a1f3a0715a6_removebg.jpg?w=600>
{'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': 10,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_19e1d393-7b8b-5c6f-bfb4-08c34f951922/19e1d393-7b8b-5c6f-bfb4-08c34f951922_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 23459,
'Height': 338,
'OriginUrl': 'https://abimg003.imgix.net/AF22PTU/2026-03-23/image/46b8b505-e68e-4392-bdd5-4a1f3a0715a6_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_19e1d393-7b8b-5c6f-bfb4-08c34f951922/19e1d393-7b8b-5c6f-bfb4-08c34f951922_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 23547,
'Height': 338,
'OriginUrl': 'https://abimg003.imgix.net/AF22PTU/2026-03-23/image/fbf3407b-4a78-4f28-8bb9-c20e73ff7feb_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_19e1d393-7b8b-5c6f-bfb4-08c34f951922/19e1d393-7b8b-5c6f-bfb4-08c34f951922_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 24739,
'Height': 338,
'OriginUrl': 'https://abimg003.imgix.net/AF22PTU/2026-03-23/image/7fabf7ef-d5dc-4ec6-b472-514d0673e1af_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_19e1d393-7b8b-5c6f-bfb4-08c34f951922/19e1d393-7b8b-5c6f-bfb4-08c34f951922_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 25745,
'Height': 338,
'OriginUrl': 'https://abimg003.imgix.net/AF22PTU/2026-03-23/image/1662746b-bcbc-4e81-9457-9673c7826248_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_19e1d393-7b8b-5c6f-bfb4-08c34f951922/19e1d393-7b8b-5c6f-bfb4-08c34f951922_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 35486,
'Height': 338,
'OriginUrl': 'https://abimg003.imgix.net/AF22PTU/2026-03-23/image/6eebead1-28f7-4bff-a18b-a572496daf3d_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_19e1d393-7b8b-5c6f-bfb4-08c34f951922/19e1d393-7b8b-5c6f-bfb4-08c34f951922_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 31644,
'Height': 338,
'OriginUrl': 'https://abimg003.imgix.net/AF22PTU/2026-03-23/image/cfa76556-139d-440d-8666-d8e8fcf3f47e_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_19e1d393-7b8b-5c6f-bfb4-08c34f951922/19e1d393-7b8b-5c6f-bfb4-08c34f951922_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 30184,
'Height': 338,
'OriginUrl': 'https://abimg003.imgix.net/AF22PTU/2026-03-23/image/8ebb34b3-6411-483a-9e0d-dd087dbdca1e_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_19e1d393-7b8b-5c6f-bfb4-08c34f951922/19e1d393-7b8b-5c6f-bfb4-08c34f951922_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 37412,
'Height': 338,
'OriginUrl': 'https://abimg003.imgix.net/AF22PTU/2026-03-23/image/54c98222-9afd-4530-89b7-16591668b3e6_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_19e1d393-7b8b-5c6f-bfb4-08c34f951922/19e1d393-7b8b-5c6f-bfb4-08c34f951922_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 32237,
'Height': 338,
'OriginUrl': 'https://abimg003.imgix.net/AF22PTU/2026-03-23/image/17bd9724-1bdb-48fe-893c-5ba718a546a5_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_19e1d393-7b8b-5c6f-bfb4-08c34f951922/19e1d393-7b8b-5c6f-bfb4-08c34f951922_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 37991,
'Height': 338,
'OriginUrl': 'https://abimg003.imgix.net/AF22PTU/2026-03-23/image/7fa9db18-6bc6-4de7-821f-2442047cb8c7_removebg.jpg?w=600',
'Width': 600}],
'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-24 13:10:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:10:49 [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-24 13:10:49 [astonbarclay.gb] INFO: Saving data for 120481552: {'created_time': 1774357849.705711, 'last_price_update_time': 1774357849.705721, 'auction_closing_time': 1774604700.0}
2026-03-24 13:10:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:10:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120481552') HTTP/1.1" 204 0
2026-03-24 13:10:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/MD71KRG/2026-03-23/image/764c9b54-c2e4-4797-8d13-58dde8f17dad_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120277883?view=catalogue)
2026-03-24 13:10:49 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 13:10:49 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fde501895d0>
2026-03-24 13:10:49 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 13:10:49 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-24 13:10:49 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 13:10:49 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_4b76a9b8-f407-5e72-83a6-d8de394ed8c1/4b76a9b8-f407-5e72-83a6-d8de394ed8c1_image_7.jpg HTTP/1.1" 201 0
2026-03-24 13:10:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:10:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FMD71KRG%252F2026-03-23%252Fimage%252F764c9b54-c2e4-4797-8d13-58dde8f17dad_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-24 13:10:49 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/MD71KRG/2026-03-23/image/764c9b54-c2e4-4797-8d13-58dde8f17dad_removebg.jpg?w=600 saved to cache
2026-03-24 13:10:49 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 4b76a9b8-f407-5e72-83a6-d8de394ed8c1
2026-03-24 13:10:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/MD71KRG/2026-03-23/image/41e2682b-bc60-4c4e-8b78-a10b0abe3d07_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120277883?view=catalogue)
2026-03-24 13:10:50 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 13:10:50 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fde516a8110>
2026-03-24 13:10:50 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 13:10:50 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-24 13:10:50 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 13:10:50 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_4b76a9b8-f407-5e72-83a6-d8de394ed8c1/4b76a9b8-f407-5e72-83a6-d8de394ed8c1_image_6.jpg HTTP/1.1" 201 0
2026-03-24 13:10:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:10:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FMD71KRG%252F2026-03-23%252Fimage%252F41e2682b-bc60-4c4e-8b78-a10b0abe3d07_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-24 13:10:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/MD71KRG/2026-03-23/image/41e2682b-bc60-4c4e-8b78-a10b0abe3d07_removebg.jpg?w=600 saved to cache
2026-03-24 13:10:50 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 4b76a9b8-f407-5e72-83a6-d8de394ed8c1
2026-03-24 13:10:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/MD71KRG/2026-03-23/image/a158ded8-bae3-4f71-8d03-5c3df55ac1e1_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120277883?view=catalogue)
2026-03-24 13:10:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120555397?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-24 13:10:50 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:10:51 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 13:10:51 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fde503b0fd0>
2026-03-24 13:10:51 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 13:10:51 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-24 13:10:51 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 13:10:51 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_4b76a9b8-f407-5e72-83a6-d8de394ed8c1/4b76a9b8-f407-5e72-83a6-d8de394ed8c1_image_5.jpg HTTP/1.1" 201 0
2026-03-24 13:10:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:10:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FMD71KRG%252F2026-03-23%252Fimage%252Fa158ded8-bae3-4f71-8d03-5c3df55ac1e1_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-24 13:10:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/MD71KRG/2026-03-23/image/a158ded8-bae3-4f71-8d03-5c3df55ac1e1_removebg.jpg?w=600 saved to cache
2026-03-24 13:10:51 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 4b76a9b8-f407-5e72-83a6-d8de394ed8c1
2026-03-24 13:10:51 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120555397, 'registration': 'AK72YPH', 'account': 'ZEN002', 'make': 'TESLA', 'model': 'MODEL 3', 'derivative': None, 'mileage': 44265, 'mileageWarranty': True, 'type': 'car', 'saleId': 18907, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 641}, 'saleStart': '2026-03-27T09:45Z', 'lot': None, 'hall': 'Hall 1', 'transmission': None, 'firstRegistration': '2022-11-22', 'fuel': 'Electric', 'motExpiry': '2026-11-21', 'doors': 4, 'engineSize': None, 'bodyType': 'Saloon', 'images': ['https://abimg003.imgix.net/AK72YPH/2026-03-18/image/4ab37026-c9e9-4390-aba6-b8164913f73c_removebg.jpg?w=600', 'https://abimg003.imgix.net/AK72YPH/2026-03-18/image/57b33f49-e5e5-4262-af5b-aa19d786ce3c_removebg.jpg?w=600', 'https://abimg003.imgix.net/AK72YPH/2026-03-18/image/556e597d-fa44-490f-b90f-fa79e47e12e7_removebg.jpg?w=600', 'https://abimg003.imgix.net/AK72YPH/2026-03-18/image/a1f57456-2680-4e4e-91c4-a37a0f4e7f61_removebg.jpg?w=600', 'https://abimg003.imgix.net/AK72YPH/2026-03-18/image/d0156fd7-99e3-4412-b472-74b727cdfa41_removebg.jpg?w=600', 'https://abimg003.imgix.net/AK72YPH/2026-03-18/image/c507d33e-4b2b-4387-9691-8f6c8c42922d_removebg.jpg?w=600', 'https://abimg003.imgix.net/AK72YPH/2026-03-18/image/c677ce0c-49f3-4611-b2f1-84d8663ab1c7_removebg.jpg?w=600', 'https://abimg003.imgix.net/AK72YPH/2026-03-18/image/586ea992-9e28-4080-88f2-ce222e10024a_removebg.jpg?w=600', 'https://abimg003.imgix.net/AK72YPH/2026-03-18/image/53174975-20ad-41f6-8417-fbd57b1532fa_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print 01/25- 27K,', 'remarks': '**1061** VOSA STATES 39K,', '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': None, 'assuredType': None, 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-24 13:10:51 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120555397, 'registration': 'AK72YPH', 'account': 'ZEN002', 'make': 'TESLA', 'model': 'MODEL 3', 'derivative': None, 'mileage': 44265, 'mileageWarranty': True, 'type': 'car', 'saleId': 18907, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 641}, 'saleStart': '2026-03-27T09:45Z', 'lot': None, 'hall': 'Hall 1', 'transmission': None, 'firstRegistration': '2022-11-22', 'fuel': 'Electric', 'motExpiry': '2026-11-21', 'doors': 4, 'engineSize': None, 'bodyType': 'Saloon', 'images': ['https://abimg003.imgix.net/AK72YPH/2026-03-18/image/4ab37026-c9e9-4390-aba6-b8164913f73c_removebg.jpg?w=600', 'https://abimg003.imgix.net/AK72YPH/2026-03-18/image/57b33f49-e5e5-4262-af5b-aa19d786ce3c_removebg.jpg?w=600', 'https://abimg003.imgix.net/AK72YPH/2026-03-18/image/556e597d-fa44-490f-b90f-fa79e47e12e7_removebg.jpg?w=600', 'https://abimg003.imgix.net/AK72YPH/2026-03-18/image/a1f57456-2680-4e4e-91c4-a37a0f4e7f61_removebg.jpg?w=600', 'https://abimg003.imgix.net/AK72YPH/2026-03-18/image/d0156fd7-99e3-4412-b472-74b727cdfa41_removebg.jpg?w=600', 'https://abimg003.imgix.net/AK72YPH/2026-03-18/image/c507d33e-4b2b-4387-9691-8f6c8c42922d_removebg.jpg?w=600', 'https://abimg003.imgix.net/AK72YPH/2026-03-18/image/c677ce0c-49f3-4611-b2f1-84d8663ab1c7_removebg.jpg?w=600', 'https://abimg003.imgix.net/AK72YPH/2026-03-18/image/586ea992-9e28-4080-88f2-ce222e10024a_removebg.jpg?w=600', 'https://abimg003.imgix.net/AK72YPH/2026-03-18/image/53174975-20ad-41f6-8417-fbd57b1532fa_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print 01/25- 27K,', 'remarks': '**1061** VOSA STATES 39K,', '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': None, 'assuredType': None, 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-24 13:10:51 [astonbarclay.gb] ERROR: Error parsing details: Field transmission is not nullable
2026-03-24 13:10:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/MD71KRG/2026-03-23/image/b37fb6dc-49f7-450f-aa5d-78c07b37a4a3_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120277883?view=catalogue)
2026-03-24 13:10:51 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 13:10:51 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fde516ec950>
2026-03-24 13:10:51 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 13:10:51 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-24 13:10:51 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 13:10:51 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_4b76a9b8-f407-5e72-83a6-d8de394ed8c1/4b76a9b8-f407-5e72-83a6-d8de394ed8c1_image_3.jpg HTTP/1.1" 201 0
2026-03-24 13:10:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:10:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FMD71KRG%252F2026-03-23%252Fimage%252Fb37fb6dc-49f7-450f-aa5d-78c07b37a4a3_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-24 13:10:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/MD71KRG/2026-03-23/image/b37fb6dc-49f7-450f-aa5d-78c07b37a4a3_removebg.jpg?w=600 saved to cache
2026-03-24 13:10:51 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 4b76a9b8-f407-5e72-83a6-d8de394ed8c1
2026-03-24 13:10:51 [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-24 13:10:51 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:10:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/MD71KRG/2026-03-23/image/2d8ce585-0039-466d-adaf-270b67b8f58c_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120277883?view=catalogue)
2026-03-24 13:10:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/MD71KRG/2026-03-23/image/10a2bd89-89ce-4d17-b382-da60ab0ec7cb_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120277883?view=catalogue)
2026-03-24 13:10:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/MD71KRG/2026-03-23/image/3484a7f2-2dc4-4155-a447-fd4360f43767_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120277883?view=catalogue)
2026-03-24 13:10:52 [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': 641}, 'saleStart': '2026-03-27T09:45Z', 'lot': None, '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': '', 'remarks': 'VOSA STATES 19K,', '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-24 13:10:52 [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': 641}, 'saleStart': '2026-03-27T09:45Z', 'lot': None, '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': '', 'remarks': 'VOSA STATES 19K,', '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-24 13:10:52 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a8c6a11f-67ea-5869-8860-4bb06e106410 with identifier: 120261858
2026-03-24 13:10:52 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a8c6a11f-67ea-5869-8860-4bb06e106410 with scrape type 1
2026-03-24 13:10:52 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item a8c6a11f-67ea-5869-8860-4bb06e106410
2026-03-24 13:10:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:10:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FDV23XNN%252F2026-03-24%252Fimage%252Ffc42c0a6-61cf-4009-8f1c-8f011cd3a47f_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-24 13:10:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/DV23XNN/2026-03-24/image/fc42c0a6-61cf-4009-8f1c-8f011cd3a47f_removebg.jpg?w=600 not downloaded yet
2026-03-24 13:10:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:10:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FDV23XNN%252F2026-03-24%252Fimage%252F69f5f1f5-51d1-4035-b276-ee70fef8a435_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-24 13:10:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/DV23XNN/2026-03-24/image/69f5f1f5-51d1-4035-b276-ee70fef8a435_removebg.jpg?w=600 not downloaded yet
2026-03-24 13:10:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:10:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FDV23XNN%252F2026-03-24%252Fimage%252F4a60eb6a-8168-4274-94fd-4fc1e33670ce_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-24 13:10:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/DV23XNN/2026-03-24/image/4a60eb6a-8168-4274-94fd-4fc1e33670ce_removebg.jpg?w=600 not downloaded yet
2026-03-24 13:10:52 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 13:10:52 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fde43f54e90>
2026-03-24 13:10:52 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 13:10:52 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-24 13:10:52 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 13:10:52 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_4b76a9b8-f407-5e72-83a6-d8de394ed8c1/4b76a9b8-f407-5e72-83a6-d8de394ed8c1_image_4.jpg HTTP/1.1" 201 0
2026-03-24 13:10:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:10:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FMD71KRG%252F2026-03-23%252Fimage%252F2d8ce585-0039-466d-adaf-270b67b8f58c_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-24 13:10:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/MD71KRG/2026-03-23/image/2d8ce585-0039-466d-adaf-270b67b8f58c_removebg.jpg?w=600 saved to cache
2026-03-24 13:10:52 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 4b76a9b8-f407-5e72-83a6-d8de394ed8c1
2026-03-24 13:10:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:10:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FDV23XNN%252F2026-03-24%252Fimage%252F2ff819d9-6731-4beb-8024-32dda36b6934_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-24 13:10:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/DV23XNN/2026-03-24/image/2ff819d9-6731-4beb-8024-32dda36b6934_removebg.jpg?w=600 not downloaded yet
2026-03-24 13:10:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:10:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FDV23XNN%252F2026-03-24%252Fimage%252F8f50925e-305c-421a-90b6-60ef8e1e5605_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-24 13:10:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/DV23XNN/2026-03-24/image/8f50925e-305c-421a-90b6-60ef8e1e5605_removebg.jpg?w=600 not downloaded yet
2026-03-24 13:10:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/MD71KRG/2026-03-23/image/ffd4fe70-d5f3-4167-a8fb-4f816c042e3f_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120277883?view=catalogue)
2026-03-24 13:10:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:10:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FDV23XNN%252F2026-03-24%252Fimage%252F99f5bd1d-aad8-4841-878f-c8292a27cbd7_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-24 13:10:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/DV23XNN/2026-03-24/image/99f5bd1d-aad8-4841-878f-c8292a27cbd7_removebg.jpg?w=600 not downloaded yet
2026-03-24 13:10:52 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 13:10:52 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fde43fd3750>
2026-03-24 13:10:52 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 13:10:52 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-24 13:10:52 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 13:10:52 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_4b76a9b8-f407-5e72-83a6-d8de394ed8c1/4b76a9b8-f407-5e72-83a6-d8de394ed8c1_image_0.jpg HTTP/1.1" 201 0
2026-03-24 13:10:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:10:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FMD71KRG%252F2026-03-23%252Fimage%252F10a2bd89-89ce-4d17-b382-da60ab0ec7cb_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-24 13:10:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/MD71KRG/2026-03-23/image/10a2bd89-89ce-4d17-b382-da60ab0ec7cb_removebg.jpg?w=600 saved to cache
2026-03-24 13:10:52 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 4b76a9b8-f407-5e72-83a6-d8de394ed8c1
2026-03-24 13:10:52 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 13:10:52 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fde50261b10>
2026-03-24 13:10:52 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 13:10:52 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-24 13:10:52 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 13:10:52 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_4b76a9b8-f407-5e72-83a6-d8de394ed8c1/4b76a9b8-f407-5e72-83a6-d8de394ed8c1_image_2.jpg HTTP/1.1" 201 0
2026-03-24 13:10:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:10:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FMD71KRG%252F2026-03-23%252Fimage%252F3484a7f2-2dc4-4155-a447-fd4360f43767_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-24 13:10:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/MD71KRG/2026-03-23/image/3484a7f2-2dc4-4155-a447-fd4360f43767_removebg.jpg?w=600 saved to cache
2026-03-24 13:10:52 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 4b76a9b8-f407-5e72-83a6-d8de394ed8c1
2026-03-24 13:10:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:10:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FDV23XNN%252F2026-03-24%252Fimage%252Fb14af3e2-3430-493e-962d-98062d8dc109_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-24 13:10:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/DV23XNN/2026-03-24/image/b14af3e2-3430-493e-962d-98062d8dc109_removebg.jpg?w=600 not downloaded yet
2026-03-24 13:10:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:10:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FDV23XNN%252F2026-03-24%252Fimage%252Fef134e30-dec1-4e50-bcb7-0a249dee9600_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-24 13:10:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/DV23XNN/2026-03-24/image/ef134e30-dec1-4e50-bcb7-0a249dee9600_removebg.jpg?w=600 not downloaded yet
2026-03-24 13:10:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:10:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FDV23XNN%252F2026-03-24%252Fimage%252Fa9f65729-4f88-43bf-b8f1-ca0211aceb3d_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-24 13:10:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/DV23XNN/2026-03-24/image/a9f65729-4f88-43bf-b8f1-ca0211aceb3d_removebg.jpg?w=600 not downloaded yet
2026-03-24 13:10:52 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 13:10:52 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fde516b6190>
2026-03-24 13:10:52 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 13:10:52 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-24 13:10:52 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 13:10:52 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_4b76a9b8-f407-5e72-83a6-d8de394ed8c1/4b76a9b8-f407-5e72-83a6-d8de394ed8c1_image_1.jpg HTTP/1.1" 201 0
2026-03-24 13:10:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:10:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FMD71KRG%252F2026-03-23%252Fimage%252Fffd4fe70-d5f3-4167-a8fb-4f816c042e3f_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-24 13:10:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/MD71KRG/2026-03-23/image/ffd4fe70-d5f3-4167-a8fb-4f816c042e3f_removebg.jpg?w=600 saved to cache
2026-03-24 13:10:52 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 4b76a9b8-f407-5e72-83a6-d8de394ed8c1
2026-03-24 13:10:52 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 4b76a9b8-f407-5e72-83a6-d8de394ed8c1, skipping ID generation
2026-03-24 13:10:52 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4b76a9b8-f407-5e72-83a6-d8de394ed8c1 with scrape type 1
2026-03-24 13:10:52 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 4b76a9b8-f407-5e72-83a6-d8de394ed8c1 sending to next pipeline
2026-03-24 13:10:52 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 4b76a9b8-f407-5e72-83a6-d8de394ed8c1, identifier: 120277883
2026-03-24 13:10:52 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 4b76a9b8-f407-5e72-83a6-d8de394ed8c1 with identifier: 120277883
2026-03-24 13:10:52 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 4b76a9b8-f407-5e72-83a6-d8de394ed8c1 with identifier: 120277883
2026-03-24 13:10:52 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 4b76a9b8-f407-5e72-83a6-d8de394ed8c1 with identifier: 120277883 to the API
2026-03-24 13:10:52 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 13:10: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-24 13:10:57 [scrapy.core.scraper] DEBUG: Scraped from <200 https://abimg003.imgix.net/MD71KRG/2026-03-23/image/ffd4fe70-d5f3-4167-a8fb-4f816c042e3f_removebg.jpg?w=600>
{'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': 9,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_4b76a9b8-f407-5e72-83a6-d8de394ed8c1/4b76a9b8-f407-5e72-83a6-d8de394ed8c1_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 24094,
'Height': 338,
'OriginUrl': 'https://abimg003.imgix.net/MD71KRG/2026-03-23/image/10a2bd89-89ce-4d17-b382-da60ab0ec7cb_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_4b76a9b8-f407-5e72-83a6-d8de394ed8c1/4b76a9b8-f407-5e72-83a6-d8de394ed8c1_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 23407,
'Height': 338,
'OriginUrl': 'https://abimg003.imgix.net/MD71KRG/2026-03-23/image/ffd4fe70-d5f3-4167-a8fb-4f816c042e3f_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_4b76a9b8-f407-5e72-83a6-d8de394ed8c1/4b76a9b8-f407-5e72-83a6-d8de394ed8c1_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 24521,
'Height': 338,
'OriginUrl': 'https://abimg003.imgix.net/MD71KRG/2026-03-23/image/3484a7f2-2dc4-4155-a447-fd4360f43767_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_4b76a9b8-f407-5e72-83a6-d8de394ed8c1/4b76a9b8-f407-5e72-83a6-d8de394ed8c1_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 23439,
'Height': 338,
'OriginUrl': 'https://abimg003.imgix.net/MD71KRG/2026-03-23/image/b37fb6dc-49f7-450f-aa5d-78c07b37a4a3_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_4b76a9b8-f407-5e72-83a6-d8de394ed8c1/4b76a9b8-f407-5e72-83a6-d8de394ed8c1_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 31314,
'Height': 338,
'OriginUrl': 'https://abimg003.imgix.net/MD71KRG/2026-03-23/image/2d8ce585-0039-466d-adaf-270b67b8f58c_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_4b76a9b8-f407-5e72-83a6-d8de394ed8c1/4b76a9b8-f407-5e72-83a6-d8de394ed8c1_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 44805,
'Height': 338,
'OriginUrl': 'https://abimg003.imgix.net/MD71KRG/2026-03-23/image/a158ded8-bae3-4f71-8d03-5c3df55ac1e1_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_4b76a9b8-f407-5e72-83a6-d8de394ed8c1/4b76a9b8-f407-5e72-83a6-d8de394ed8c1_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 38945,
'Height': 338,
'OriginUrl': 'https://abimg003.imgix.net/MD71KRG/2026-03-23/image/41e2682b-bc60-4c4e-8b78-a10b0abe3d07_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_4b76a9b8-f407-5e72-83a6-d8de394ed8c1/4b76a9b8-f407-5e72-83a6-d8de394ed8c1_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 37579,
'Height': 338,
'OriginUrl': 'https://abimg003.imgix.net/MD71KRG/2026-03-23/image/764c9b54-c2e4-4797-8d13-58dde8f17dad_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_4b76a9b8-f407-5e72-83a6-d8de394ed8c1/4b76a9b8-f407-5e72-83a6-d8de394ed8c1_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 46864,
'Height': 338,
'OriginUrl': 'https://abimg003.imgix.net/MD71KRG/2026-03-23/image/50e21e58-f1fa-4c10-8735-bfa26036b618_removebg.jpg?w=600',
'Width': 600}],
'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-24 13:10:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:10:57 [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-24 13:10:57 [astonbarclay.gb] INFO: Saving data for 120277883: {'created_time': 1774357857.739582, 'last_price_update_time': 1774357857.739594, 'auction_closing_time': 1774604700.0}
2026-03-24 13:10:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:10:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120277883') HTTP/1.1" 204 0
2026-03-24 13:10:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:10:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FDV23XNN%252F2026-03-24%252Fimage%252F2c3f1b4e-1ed7-4217-8848-8e136259d8e6_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-24 13:10:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/DV23XNN/2026-03-24/image/2c3f1b4e-1ed7-4217-8848-8e136259d8e6_removebg.jpg?w=600 not downloaded yet
2026-03-24 13:10:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/DV23XNN/2026-03-24/image/8f50925e-305c-421a-90b6-60ef8e1e5605_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120261858?view=catalogue)
2026-03-24 13:10:57 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 13:10:57 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fde517d3210>
2026-03-24 13:10:57 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 13:10:57 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-24 13:10:57 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 13:10:57 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_a8c6a11f-67ea-5869-8860-4bb06e106410/a8c6a11f-67ea-5869-8860-4bb06e106410_image_4.jpg HTTP/1.1" 201 0
2026-03-24 13:10:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:10:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FDV23XNN%252F2026-03-24%252Fimage%252F8f50925e-305c-421a-90b6-60ef8e1e5605_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-24 13:10:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/DV23XNN/2026-03-24/image/8f50925e-305c-421a-90b6-60ef8e1e5605_removebg.jpg?w=600 saved to cache
2026-03-24 13:10:57 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item a8c6a11f-67ea-5869-8860-4bb06e106410
2026-03-24 13:10:58 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/DV23XNN/2026-03-24/image/a9f65729-4f88-43bf-b8f1-ca0211aceb3d_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120261858?view=catalogue)
2026-03-24 13:10:58 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 13:10:58 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fde5314e6d0>
2026-03-24 13:10:58 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 13:10:58 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-24 13:10:58 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 13:10:58 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_a8c6a11f-67ea-5869-8860-4bb06e106410/a8c6a11f-67ea-5869-8860-4bb06e106410_image_8.jpg HTTP/1.1" 201 0
2026-03-24 13:10:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:10:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FDV23XNN%252F2026-03-24%252Fimage%252Fa9f65729-4f88-43bf-b8f1-ca0211aceb3d_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-24 13:10:58 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/DV23XNN/2026-03-24/image/a9f65729-4f88-43bf-b8f1-ca0211aceb3d_removebg.jpg?w=600 saved to cache
2026-03-24 13:10:58 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item a8c6a11f-67ea-5869-8860-4bb06e106410
2026-03-24 13:10:58 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/DV23XNN/2026-03-24/image/2c3f1b4e-1ed7-4217-8848-8e136259d8e6_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120261858?view=catalogue)
2026-03-24 13:10:58 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 13:10:58 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fde5028b1d0>
2026-03-24 13:10:58 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 13:10:58 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-24 13:10:58 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 13:10:58 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_a8c6a11f-67ea-5869-8860-4bb06e106410/a8c6a11f-67ea-5869-8860-4bb06e106410_image_9.jpg HTTP/1.1" 201 0
2026-03-24 13:10:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:10:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FDV23XNN%252F2026-03-24%252Fimage%252F2c3f1b4e-1ed7-4217-8848-8e136259d8e6_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-24 13:10:58 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/DV23XNN/2026-03-24/image/2c3f1b4e-1ed7-4217-8848-8e136259d8e6_removebg.jpg?w=600 saved to cache
2026-03-24 13:10:58 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item a8c6a11f-67ea-5869-8860-4bb06e106410
2026-03-24 13:10:58 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/DV23XNN/2026-03-24/image/ef134e30-dec1-4e50-bcb7-0a249dee9600_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120261858?view=catalogue)
2026-03-24 13:10:58 [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-24 13:10:58 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:10:58 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 13:10:58 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fde500d3e90>
2026-03-24 13:10:58 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 13:10:58 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-24 13:10:58 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 13:10:58 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_a8c6a11f-67ea-5869-8860-4bb06e106410/a8c6a11f-67ea-5869-8860-4bb06e106410_image_7.jpg HTTP/1.1" 201 0
2026-03-24 13:10:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:10:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FDV23XNN%252F2026-03-24%252Fimage%252Fef134e30-dec1-4e50-bcb7-0a249dee9600_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-24 13:10:58 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/DV23XNN/2026-03-24/image/ef134e30-dec1-4e50-bcb7-0a249dee9600_removebg.jpg?w=600 saved to cache
2026-03-24 13:10:58 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item a8c6a11f-67ea-5869-8860-4bb06e106410
2026-03-24 13:10:58 [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-24 13:10:58 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:10:58 [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': True, 'type': 'car', 'saleId': 18907, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 641}, 'saleStart': '2026-03-27T09:45Z', 'lot': None, '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': '', 'remarks': 'VOSA STATES 32K, 41K,', 'virtual': False, 'seller': 'Zenith', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': False, 'v5details': 'TF', '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-24 13:10:58 [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': True, 'type': 'car', 'saleId': 18907, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 641}, 'saleStart': '2026-03-27T09:45Z', 'lot': None, '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': '', 'remarks': 'VOSA STATES 32K, 41K,', 'virtual': False, 'seller': 'Zenith', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': False, 'v5details': 'TF', '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-24 13:10:58 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6ee5c6b7-0e85-571b-8b34-0835040faa0d with identifier: 120537089
2026-03-24 13:10:58 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6ee5c6b7-0e85-571b-8b34-0835040faa0d with scrape type 1
2026-03-24 13:10:58 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 9 photos for item 6ee5c6b7-0e85-571b-8b34-0835040faa0d
2026-03-24 13:10:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:10:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FBT22BYM%252F2026-03-24%252Fimage%252F20eebc0a-236c-4b77-8aba-109f9374e920_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-24 13:10:58 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/BT22BYM/2026-03-24/image/20eebc0a-236c-4b77-8aba-109f9374e920_removebg.jpg?w=600 not downloaded yet
2026-03-24 13:10:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:10:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FBT22BYM%252F2026-03-24%252Fimage%252F4bede4b9-27e7-4e20-983c-8571c699e688_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-24 13:10:58 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/BT22BYM/2026-03-24/image/4bede4b9-27e7-4e20-983c-8571c699e688_removebg.jpg?w=600 not downloaded yet
2026-03-24 13:10:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:10:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FBT22BYM%252F2026-03-24%252Fimage%252Ffb79f04d-377a-414c-9e9e-fe4d791a5738_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-24 13:10:58 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/BT22BYM/2026-03-24/image/fb79f04d-377a-414c-9e9e-fe4d791a5738_removebg.jpg?w=600 not downloaded yet
2026-03-24 13:10:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:10:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FBT22BYM%252F2026-03-24%252Fimage%252F2b9ebeef-798a-4e4f-99bc-c3b904d36ae1_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-24 13:10:58 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/BT22BYM/2026-03-24/image/2b9ebeef-798a-4e4f-99bc-c3b904d36ae1_removebg.jpg?w=600 not downloaded yet
2026-03-24 13:10:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:10:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FBT22BYM%252F2026-03-24%252Fimage%252F9ad63c14-04ec-4fc7-bfcb-2e23f6c39366_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-24 13:10:58 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/BT22BYM/2026-03-24/image/9ad63c14-04ec-4fc7-bfcb-2e23f6c39366_removebg.jpg?w=600 not downloaded yet
2026-03-24 13:10:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:10:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FBT22BYM%252F2026-03-24%252Fimage%252F6e5b7a38-08b4-4e75-8a96-3f7d65262080_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-24 13:10:58 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/BT22BYM/2026-03-24/image/6e5b7a38-08b4-4e75-8a96-3f7d65262080_removebg.jpg?w=600 not downloaded yet
2026-03-24 13:10:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:10:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FBT22BYM%252F2026-03-24%252Fimage%252F0669fcca-0865-4be9-ae6a-423de28cf196_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-24 13:10:58 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/BT22BYM/2026-03-24/image/0669fcca-0865-4be9-ae6a-423de28cf196_removebg.jpg?w=600 not downloaded yet
2026-03-24 13:10:58 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120721726, 'registration': 'YB15DDV', 'account': 'WBA001', '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': 641}, 'saleStart': '2026-03-27T09:45Z', 'lot': None, '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': None, 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': None, 'serviceHistory': '', 'remarks': 'VOSA STATES 28K, 38K, 38K, 48K, 53K, 61K, 64K, 74K, 95K,', 'virtual': False, 'seller': 'UKCGR', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '2', 'v5': False, 'v5details': None, 'co2': 222, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': None, 'assuredType': None, 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 13:10:58 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120721726, 'registration': 'YB15DDV', 'account': 'WBA001', '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': 641}, 'saleStart': '2026-03-27T09:45Z', 'lot': None, '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': None, 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': None, 'serviceHistory': '', 'remarks': 'VOSA STATES 28K, 38K, 38K, 48K, 53K, 61K, 64K, 74K, 95K,', 'virtual': False, 'seller': 'UKCGR', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '2', 'v5': False, 'v5details': None, 'co2': 222, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': None, 'assuredType': None, 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 13:10:58 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d7676c19-4f93-5af6-97b6-f7fdfb8a0d8e with identifier: 120721726
2026-03-24 13:10:58 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d7676c19-4f93-5af6-97b6-f7fdfb8a0d8e with scrape type 1
2026-03-24 13:10:58 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 0 photos for item d7676c19-4f93-5af6-97b6-f7fdfb8a0d8e
2026-03-24 13:10:58 [crawlers.middlewares.photo_download_middleware] INFO: No photos to download for item d7676c19-4f93-5af6-97b6-f7fdfb8a0d8e
2026-03-24 13:10:58 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: d7676c19-4f93-5af6-97b6-f7fdfb8a0d8e, identifier: 120721726
2026-03-24 13:10:58 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/DV23XNN/2026-03-24/image/b14af3e2-3430-493e-962d-98062d8dc109_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120261858?view=catalogue)
2026-03-24 13:10:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:10:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FBT22BYM%252F2026-03-24%252Fimage%252Fb6d1d9c3-1909-4174-9399-20da0b92a681_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-24 13:10:58 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/BT22BYM/2026-03-24/image/b6d1d9c3-1909-4174-9399-20da0b92a681_removebg.jpg?w=600 not downloaded yet
2026-03-24 13:10:58 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: d7676c19-4f93-5af6-97b6-f7fdfb8a0d8e with identifier: 120721726
2026-03-24 13:10:58 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: d7676c19-4f93-5af6-97b6-f7fdfb8a0d8e with identifier: 120721726
2026-03-24 13:10:59 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: d7676c19-4f93-5af6-97b6-f7fdfb8a0d8e with identifier: 120721726 to the API
2026-03-24 13:10:59 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 13:10: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-24 13:10:59 [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',
'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-24 13:10:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:10:59 [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-24 13:10:59 [astonbarclay.gb] INFO: Saving data for 120721726: {'created_time': 1774357859.856035, 'last_price_update_time': 1774357859.856049, 'auction_closing_time': 1774604700.0}
2026-03-24 13:10:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:10:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120721726') HTTP/1.1" 204 0
2026-03-24 13:10:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/DV23XNN/2026-03-24/image/99f5bd1d-aad8-4841-878f-c8292a27cbd7_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120261858?view=catalogue)
2026-03-24 13:10:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/DV23XNN/2026-03-24/image/2ff819d9-6731-4beb-8024-32dda36b6934_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120261858?view=catalogue)
2026-03-24 13:10:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:10:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FBT22BYM%252F2026-03-24%252Fimage%252Fcd22e977-1b28-4e2b-a575-f7dab72c2ba2_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-24 13:10:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/BT22BYM/2026-03-24/image/cd22e977-1b28-4e2b-a575-f7dab72c2ba2_removebg.jpg?w=600 not downloaded yet
2026-03-24 13:10:59 [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-24 13:10:59 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 13:10:59 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fde52e559d0>
2026-03-24 13:10:59 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 13:10:59 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-24 13:10:59 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 13:10:59 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_a8c6a11f-67ea-5869-8860-4bb06e106410/a8c6a11f-67ea-5869-8860-4bb06e106410_image_6.jpg HTTP/1.1" 201 0
2026-03-24 13:10:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:10:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FDV23XNN%252F2026-03-24%252Fimage%252Fb14af3e2-3430-493e-962d-98062d8dc109_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-24 13:10:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/DV23XNN/2026-03-24/image/b14af3e2-3430-493e-962d-98062d8dc109_removebg.jpg?w=600 saved to cache
2026-03-24 13:10:59 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item a8c6a11f-67ea-5869-8860-4bb06e106410
2026-03-24 13:10:59 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:10:59 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 13:10:59 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fde504230d0>
2026-03-24 13:10:59 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 13:10:59 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-24 13:10:59 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 13:10:59 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_a8c6a11f-67ea-5869-8860-4bb06e106410/a8c6a11f-67ea-5869-8860-4bb06e106410_image_5.jpg HTTP/1.1" 201 0
2026-03-24 13:11:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:11:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FDV23XNN%252F2026-03-24%252Fimage%252F99f5bd1d-aad8-4841-878f-c8292a27cbd7_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-24 13:11:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/DV23XNN/2026-03-24/image/99f5bd1d-aad8-4841-878f-c8292a27cbd7_removebg.jpg?w=600 saved to cache
2026-03-24 13:11:00 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item a8c6a11f-67ea-5869-8860-4bb06e106410
2026-03-24 13:11:00 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 13:11:00 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fde503e31d0>
2026-03-24 13:11:00 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 13:11:00 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-24 13:11:00 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 13:11:00 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_a8c6a11f-67ea-5869-8860-4bb06e106410/a8c6a11f-67ea-5869-8860-4bb06e106410_image_3.jpg HTTP/1.1" 201 0
2026-03-24 13:11:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:11:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FDV23XNN%252F2026-03-24%252Fimage%252F2ff819d9-6731-4beb-8024-32dda36b6934_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-24 13:11:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/DV23XNN/2026-03-24/image/2ff819d9-6731-4beb-8024-32dda36b6934_removebg.jpg?w=600 saved to cache
2026-03-24 13:11:00 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item a8c6a11f-67ea-5869-8860-4bb06e106410
2026-03-24 13:11:00 [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': 641}, 'saleStart': '2026-03-27T09:45Z', 'lot': None, '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-24/image/4c946ce1-bf94-413e-aa32-a994e65252de_removebg.jpg?w=600', 'https://abimg003.imgix.net/SB71DBX/2026-03-24/image/3f472046-609b-4341-9181-5dafd1fcdbc3_removebg.jpg?w=600', 'https://abimg003.imgix.net/SB71DBX/2026-03-24/image/acaf51e3-4751-467d-a39d-87127ab48b48_removebg.jpg?w=600', 'https://abimg003.imgix.net/SB71DBX/2026-03-24/image/6424a7c9-5ca4-4a2b-8835-83193f31837d_removebg.jpg?w=600', 'https://abimg003.imgix.net/SB71DBX/2026-03-24/image/2087a193-9a26-46cb-8ec7-9a64f7427a9a_removebg.jpg?w=600', 'https://abimg003.imgix.net/SB71DBX/2026-03-24/image/7ef5155c-a8b4-44be-ad32-b76f6db5b613_removebg.jpg?w=600', 'https://abimg003.imgix.net/SB71DBX/2026-03-24/image/552a688b-baf8-40aa-b2f2-ae1e93a2ee68_removebg.jpg?w=600', 'https://abimg003.imgix.net/SB71DBX/2026-03-24/image/1bcbc100-0795-4380-8614-aee63edde3a4_removebg.jpg?w=600', 'https://abimg003.imgix.net/SB71DBX/2026-03-24/image/4326681e-599c-4a9f-9869-812df052ab4f_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, 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': False, 'v5details': 'TF', '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-24 13:11:00 [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': 641}, 'saleStart': '2026-03-27T09:45Z', 'lot': None, '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-24/image/4c946ce1-bf94-413e-aa32-a994e65252de_removebg.jpg?w=600', 'https://abimg003.imgix.net/SB71DBX/2026-03-24/image/3f472046-609b-4341-9181-5dafd1fcdbc3_removebg.jpg?w=600', 'https://abimg003.imgix.net/SB71DBX/2026-03-24/image/acaf51e3-4751-467d-a39d-87127ab48b48_removebg.jpg?w=600', 'https://abimg003.imgix.net/SB71DBX/2026-03-24/image/6424a7c9-5ca4-4a2b-8835-83193f31837d_removebg.jpg?w=600', 'https://abimg003.imgix.net/SB71DBX/2026-03-24/image/2087a193-9a26-46cb-8ec7-9a64f7427a9a_removebg.jpg?w=600', 'https://abimg003.imgix.net/SB71DBX/2026-03-24/image/7ef5155c-a8b4-44be-ad32-b76f6db5b613_removebg.jpg?w=600', 'https://abimg003.imgix.net/SB71DBX/2026-03-24/image/552a688b-baf8-40aa-b2f2-ae1e93a2ee68_removebg.jpg?w=600', 'https://abimg003.imgix.net/SB71DBX/2026-03-24/image/1bcbc100-0795-4380-8614-aee63edde3a4_removebg.jpg?w=600', 'https://abimg003.imgix.net/SB71DBX/2026-03-24/image/4326681e-599c-4a9f-9869-812df052ab4f_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, 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': False, 'v5details': 'TF', '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-24 13:11:00 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 754f03c9-8c03-593d-8543-3cd5c43f2cb2 with identifier: 120653062
2026-03-24 13:11:00 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 754f03c9-8c03-593d-8543-3cd5c43f2cb2 with scrape type 1
2026-03-24 13:11:00 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 9 photos for item 754f03c9-8c03-593d-8543-3cd5c43f2cb2
2026-03-24 13:11:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:11:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FSB71DBX%252F2026-03-24%252Fimage%252F4c946ce1-bf94-413e-aa32-a994e65252de_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-24 13:11:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/SB71DBX/2026-03-24/image/4c946ce1-bf94-413e-aa32-a994e65252de_removebg.jpg?w=600 not downloaded yet
2026-03-24 13:11:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:11:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FSB71DBX%252F2026-03-24%252Fimage%252F3f472046-609b-4341-9181-5dafd1fcdbc3_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-24 13:11:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/SB71DBX/2026-03-24/image/3f472046-609b-4341-9181-5dafd1fcdbc3_removebg.jpg?w=600 not downloaded yet
2026-03-24 13:11:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:11:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FSB71DBX%252F2026-03-24%252Fimage%252Facaf51e3-4751-467d-a39d-87127ab48b48_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-24 13:11:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/SB71DBX/2026-03-24/image/acaf51e3-4751-467d-a39d-87127ab48b48_removebg.jpg?w=600 not downloaded yet
2026-03-24 13:11:00 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/BT22BYM/2026-03-24/image/6e5b7a38-08b4-4e75-8a96-3f7d65262080_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120537089?view=catalogue)
2026-03-24 13:11:00 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/BT22BYM/2026-03-24/image/0669fcca-0865-4be9-ae6a-423de28cf196_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120537089?view=catalogue)
2026-03-24 13:11:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:11:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FSB71DBX%252F2026-03-24%252Fimage%252F6424a7c9-5ca4-4a2b-8835-83193f31837d_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-24 13:11:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/SB71DBX/2026-03-24/image/6424a7c9-5ca4-4a2b-8835-83193f31837d_removebg.jpg?w=600 not downloaded yet
2026-03-24 13:11:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:11:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FSB71DBX%252F2026-03-24%252Fimage%252F2087a193-9a26-46cb-8ec7-9a64f7427a9a_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-24 13:11:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/SB71DBX/2026-03-24/image/2087a193-9a26-46cb-8ec7-9a64f7427a9a_removebg.jpg?w=600 not downloaded yet
2026-03-24 13:11:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:11:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FSB71DBX%252F2026-03-24%252Fimage%252F7ef5155c-a8b4-44be-ad32-b76f6db5b613_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-24 13:11:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/SB71DBX/2026-03-24/image/7ef5155c-a8b4-44be-ad32-b76f6db5b613_removebg.jpg?w=600 not downloaded yet
2026-03-24 13:11:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:11:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FSB71DBX%252F2026-03-24%252Fimage%252F552a688b-baf8-40aa-b2f2-ae1e93a2ee68_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-24 13:11:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/SB71DBX/2026-03-24/image/552a688b-baf8-40aa-b2f2-ae1e93a2ee68_removebg.jpg?w=600 not downloaded yet
2026-03-24 13:11:00 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/BT22BYM/2026-03-24/image/cd22e977-1b28-4e2b-a575-f7dab72c2ba2_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120537089?view=catalogue)
2026-03-24 13:11:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:11:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FSB71DBX%252F2026-03-24%252Fimage%252F1bcbc100-0795-4380-8614-aee63edde3a4_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-24 13:11:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/SB71DBX/2026-03-24/image/1bcbc100-0795-4380-8614-aee63edde3a4_removebg.jpg?w=600 not downloaded yet
2026-03-24 13:11:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:11:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FSB71DBX%252F2026-03-24%252Fimage%252F4326681e-599c-4a9f-9869-812df052ab4f_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-24 13:11:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/SB71DBX/2026-03-24/image/4326681e-599c-4a9f-9869-812df052ab4f_removebg.jpg?w=600 not downloaded yet
2026-03-24 13:11:00 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 13:11:00 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fde53012650>
2026-03-24 13:11:00 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 13:11:00 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-24 13:11:00 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 13:11:00 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_6ee5c6b7-0e85-571b-8b34-0835040faa0d/6ee5c6b7-0e85-571b-8b34-0835040faa0d_image_5.jpg HTTP/1.1" 201 0
2026-03-24 13:11:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:11:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FBT22BYM%252F2026-03-24%252Fimage%252F6e5b7a38-08b4-4e75-8a96-3f7d65262080_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-24 13:11:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/BT22BYM/2026-03-24/image/6e5b7a38-08b4-4e75-8a96-3f7d65262080_removebg.jpg?w=600 saved to cache
2026-03-24 13:11:00 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 6ee5c6b7-0e85-571b-8b34-0835040faa0d
2026-03-24 13:11:00 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 13:11:00 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fde516b1d90>
2026-03-24 13:11:00 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 13:11:00 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-24 13:11:00 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 13:11:00 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_6ee5c6b7-0e85-571b-8b34-0835040faa0d/6ee5c6b7-0e85-571b-8b34-0835040faa0d_image_6.jpg HTTP/1.1" 201 0
2026-03-24 13:11:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:11:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FBT22BYM%252F2026-03-24%252Fimage%252F0669fcca-0865-4be9-ae6a-423de28cf196_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-24 13:11:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/BT22BYM/2026-03-24/image/0669fcca-0865-4be9-ae6a-423de28cf196_removebg.jpg?w=600 saved to cache
2026-03-24 13:11:00 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 6ee5c6b7-0e85-571b-8b34-0835040faa0d
2026-03-24 13:11:00 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/BT22BYM/2026-03-24/image/b6d1d9c3-1909-4174-9399-20da0b92a681_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120537089?view=catalogue)
2026-03-24 13:11:00 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 13:11:00 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fde516b7090>
2026-03-24 13:11:00 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 13:11:00 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-24 13:11:00 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 13:11:00 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_6ee5c6b7-0e85-571b-8b34-0835040faa0d/6ee5c6b7-0e85-571b-8b34-0835040faa0d_image_8.jpg HTTP/1.1" 201 0
2026-03-24 13:11:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:11:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FBT22BYM%252F2026-03-24%252Fimage%252Fcd22e977-1b28-4e2b-a575-f7dab72c2ba2_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-24 13:11:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/BT22BYM/2026-03-24/image/cd22e977-1b28-4e2b-a575-f7dab72c2ba2_removebg.jpg?w=600 saved to cache
2026-03-24 13:11:00 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 6ee5c6b7-0e85-571b-8b34-0835040faa0d
2026-03-24 13:11:00 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/SB71DBX/2026-03-24/image/acaf51e3-4751-467d-a39d-87127ab48b48_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120653062?view=catalogue)
2026-03-24 13:11:00 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/SB71DBX/2026-03-24/image/3f472046-609b-4341-9181-5dafd1fcdbc3_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120653062?view=catalogue)
2026-03-24 13:11:00 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 13:11:00 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fde500cf110>
2026-03-24 13:11:00 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 13:11:00 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-24 13:11:00 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 13:11:00 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_6ee5c6b7-0e85-571b-8b34-0835040faa0d/6ee5c6b7-0e85-571b-8b34-0835040faa0d_image_7.jpg HTTP/1.1" 201 0
2026-03-24 13:11:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:11:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FBT22BYM%252F2026-03-24%252Fimage%252Fb6d1d9c3-1909-4174-9399-20da0b92a681_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-24 13:11:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/BT22BYM/2026-03-24/image/b6d1d9c3-1909-4174-9399-20da0b92a681_removebg.jpg?w=600 saved to cache
2026-03-24 13:11:00 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 6ee5c6b7-0e85-571b-8b34-0835040faa0d
2026-03-24 13:11:00 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 13:11:00 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fde501558d0>
2026-03-24 13:11:00 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 13:11:00 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-24 13:11:00 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 13:11:00 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_754f03c9-8c03-593d-8543-3cd5c43f2cb2/754f03c9-8c03-593d-8543-3cd5c43f2cb2_image_2.jpg HTTP/1.1" 201 0
2026-03-24 13:11:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:11:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FSB71DBX%252F2026-03-24%252Fimage%252Facaf51e3-4751-467d-a39d-87127ab48b48_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-24 13:11:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/SB71DBX/2026-03-24/image/acaf51e3-4751-467d-a39d-87127ab48b48_removebg.jpg?w=600 saved to cache
2026-03-24 13:11:00 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 754f03c9-8c03-593d-8543-3cd5c43f2cb2
2026-03-24 13:11:00 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/SB71DBX/2026-03-24/image/552a688b-baf8-40aa-b2f2-ae1e93a2ee68_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120653062?view=catalogue)
2026-03-24 13:11:00 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 13:11:00 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fde516a4e10>
2026-03-24 13:11:00 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 13:11:00 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-24 13:11:00 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 13:11:00 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_754f03c9-8c03-593d-8543-3cd5c43f2cb2/754f03c9-8c03-593d-8543-3cd5c43f2cb2_image_1.jpg HTTP/1.1" 201 0
2026-03-24 13:11:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:11:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FSB71DBX%252F2026-03-24%252Fimage%252F3f472046-609b-4341-9181-5dafd1fcdbc3_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-24 13:11:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/SB71DBX/2026-03-24/image/3f472046-609b-4341-9181-5dafd1fcdbc3_removebg.jpg?w=600 saved to cache
2026-03-24 13:11:00 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 754f03c9-8c03-593d-8543-3cd5c43f2cb2
2026-03-24 13:11:00 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 13:11:00 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fde501d74d0>
2026-03-24 13:11:00 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 13:11:00 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-24 13:11:00 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 13:11:00 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_754f03c9-8c03-593d-8543-3cd5c43f2cb2/754f03c9-8c03-593d-8543-3cd5c43f2cb2_image_6.jpg HTTP/1.1" 201 0
2026-03-24 13:11:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:11:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FSB71DBX%252F2026-03-24%252Fimage%252F552a688b-baf8-40aa-b2f2-ae1e93a2ee68_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-24 13:11:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/SB71DBX/2026-03-24/image/552a688b-baf8-40aa-b2f2-ae1e93a2ee68_removebg.jpg?w=600 saved to cache
2026-03-24 13:11:00 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 754f03c9-8c03-593d-8543-3cd5c43f2cb2
2026-03-24 13:11:00 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/SB71DBX/2026-03-24/image/7ef5155c-a8b4-44be-ad32-b76f6db5b613_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120653062?view=catalogue)
2026-03-24 13:11:00 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/SB71DBX/2026-03-24/image/1bcbc100-0795-4380-8614-aee63edde3a4_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120653062?view=catalogue)
2026-03-24 13:11:00 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/SB71DBX/2026-03-24/image/4c946ce1-bf94-413e-aa32-a994e65252de_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120653062?view=catalogue)
2026-03-24 13:11:00 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/SB71DBX/2026-03-24/image/4326681e-599c-4a9f-9869-812df052ab4f_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120653062?view=catalogue)
2026-03-24 13:11:00 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 13:11:00 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fde516bd3d0>
2026-03-24 13:11:00 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 13:11:00 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-24 13:11:00 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 13:11:00 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_754f03c9-8c03-593d-8543-3cd5c43f2cb2/754f03c9-8c03-593d-8543-3cd5c43f2cb2_image_5.jpg HTTP/1.1" 201 0
2026-03-24 13:11:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:11:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FSB71DBX%252F2026-03-24%252Fimage%252F7ef5155c-a8b4-44be-ad32-b76f6db5b613_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-24 13:11:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/SB71DBX/2026-03-24/image/7ef5155c-a8b4-44be-ad32-b76f6db5b613_removebg.jpg?w=600 saved to cache
2026-03-24 13:11:00 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 754f03c9-8c03-593d-8543-3cd5c43f2cb2
2026-03-24 13:11:00 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 13:11:00 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fde516e4390>
2026-03-24 13:11:00 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 13:11:00 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-24 13:11:00 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 13:11:00 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_754f03c9-8c03-593d-8543-3cd5c43f2cb2/754f03c9-8c03-593d-8543-3cd5c43f2cb2_image_7.jpg HTTP/1.1" 201 0
2026-03-24 13:11:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:11:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FSB71DBX%252F2026-03-24%252Fimage%252F1bcbc100-0795-4380-8614-aee63edde3a4_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-24 13:11:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/SB71DBX/2026-03-24/image/1bcbc100-0795-4380-8614-aee63edde3a4_removebg.jpg?w=600 saved to cache
2026-03-24 13:11:00 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 754f03c9-8c03-593d-8543-3cd5c43f2cb2
2026-03-24 13:11:00 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 13:11:00 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fde503fadd0>
2026-03-24 13:11:00 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 13:11:00 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-24 13:11:00 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 13:11:00 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_754f03c9-8c03-593d-8543-3cd5c43f2cb2/754f03c9-8c03-593d-8543-3cd5c43f2cb2_image_0.jpg HTTP/1.1" 201 0
2026-03-24 13:11:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:11:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FSB71DBX%252F2026-03-24%252Fimage%252F4c946ce1-bf94-413e-aa32-a994e65252de_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-24 13:11:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/SB71DBX/2026-03-24/image/4c946ce1-bf94-413e-aa32-a994e65252de_removebg.jpg?w=600 saved to cache
2026-03-24 13:11:00 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 754f03c9-8c03-593d-8543-3cd5c43f2cb2
2026-03-24 13:11:00 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/SB71DBX/2026-03-24/image/2087a193-9a26-46cb-8ec7-9a64f7427a9a_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120653062?view=catalogue)
2026-03-24 13:11:00 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/SB71DBX/2026-03-24/image/6424a7c9-5ca4-4a2b-8835-83193f31837d_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120653062?view=catalogue)
2026-03-24 13:11:00 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 13:11:00 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fde43fedc90>
2026-03-24 13:11:00 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 13:11:01 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-24 13:11:01 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 13:11:01 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_754f03c9-8c03-593d-8543-3cd5c43f2cb2/754f03c9-8c03-593d-8543-3cd5c43f2cb2_image_8.jpg HTTP/1.1" 201 0
2026-03-24 13:11:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:11:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FSB71DBX%252F2026-03-24%252Fimage%252F4326681e-599c-4a9f-9869-812df052ab4f_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-24 13:11:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/SB71DBX/2026-03-24/image/4326681e-599c-4a9f-9869-812df052ab4f_removebg.jpg?w=600 saved to cache
2026-03-24 13:11:01 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 754f03c9-8c03-593d-8543-3cd5c43f2cb2
2026-03-24 13:11:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/BT22BYM/2026-03-24/image/9ad63c14-04ec-4fc7-bfcb-2e23f6c39366_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120537089?view=catalogue)
2026-03-24 13:11:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/BT22BYM/2026-03-24/image/20eebc0a-236c-4b77-8aba-109f9374e920_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120537089?view=catalogue)
2026-03-24 13:11:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/BT22BYM/2026-03-24/image/2b9ebeef-798a-4e4f-99bc-c3b904d36ae1_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120537089?view=catalogue)
2026-03-24 13:11:01 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 13:11:01 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fde43f536d0>
2026-03-24 13:11:01 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 13:11:01 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-24 13:11:01 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 13:11:01 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_754f03c9-8c03-593d-8543-3cd5c43f2cb2/754f03c9-8c03-593d-8543-3cd5c43f2cb2_image_4.jpg HTTP/1.1" 201 0
2026-03-24 13:11:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:11:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FSB71DBX%252F2026-03-24%252Fimage%252F2087a193-9a26-46cb-8ec7-9a64f7427a9a_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-24 13:11:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/SB71DBX/2026-03-24/image/2087a193-9a26-46cb-8ec7-9a64f7427a9a_removebg.jpg?w=600 saved to cache
2026-03-24 13:11:01 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 754f03c9-8c03-593d-8543-3cd5c43f2cb2
2026-03-24 13:11:01 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 13:11:01 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fde516ea910>
2026-03-24 13:11:01 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 13:11:01 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-24 13:11:01 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 13:11:01 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_754f03c9-8c03-593d-8543-3cd5c43f2cb2/754f03c9-8c03-593d-8543-3cd5c43f2cb2_image_3.jpg HTTP/1.1" 201 0
2026-03-24 13:11:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:11:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FSB71DBX%252F2026-03-24%252Fimage%252F6424a7c9-5ca4-4a2b-8835-83193f31837d_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-24 13:11:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/SB71DBX/2026-03-24/image/6424a7c9-5ca4-4a2b-8835-83193f31837d_removebg.jpg?w=600 saved to cache
2026-03-24 13:11:01 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 754f03c9-8c03-593d-8543-3cd5c43f2cb2
2026-03-24 13:11:01 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 754f03c9-8c03-593d-8543-3cd5c43f2cb2, skipping ID generation
2026-03-24 13:11:01 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 754f03c9-8c03-593d-8543-3cd5c43f2cb2 with scrape type 1
2026-03-24 13:11:01 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 754f03c9-8c03-593d-8543-3cd5c43f2cb2 sending to next pipeline
2026-03-24 13:11:01 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 754f03c9-8c03-593d-8543-3cd5c43f2cb2, identifier: 120653062
2026-03-24 13:11:01 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 754f03c9-8c03-593d-8543-3cd5c43f2cb2 with identifier: 120653062
2026-03-24 13:11:01 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 754f03c9-8c03-593d-8543-3cd5c43f2cb2 with identifier: 120653062
2026-03-24 13:11:01 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 754f03c9-8c03-593d-8543-3cd5c43f2cb2 with identifier: 120653062 to the API
2026-03-24 13:11:01 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 13:11:01 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-24 13:11:02 [scrapy.core.scraper] DEBUG: Scraped from <200 https://abimg003.imgix.net/SB71DBX/2026-03-24/image/6424a7c9-5ca4-4a2b-8835-83193f31837d_removebg.jpg?w=600>
{'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': 9,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_754f03c9-8c03-593d-8543-3cd5c43f2cb2/754f03c9-8c03-593d-8543-3cd5c43f2cb2_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 36821,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/SB71DBX/2026-03-24/image/4c946ce1-bf94-413e-aa32-a994e65252de_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_754f03c9-8c03-593d-8543-3cd5c43f2cb2/754f03c9-8c03-593d-8543-3cd5c43f2cb2_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 37467,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/SB71DBX/2026-03-24/image/3f472046-609b-4341-9181-5dafd1fcdbc3_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_754f03c9-8c03-593d-8543-3cd5c43f2cb2/754f03c9-8c03-593d-8543-3cd5c43f2cb2_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 38530,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/SB71DBX/2026-03-24/image/acaf51e3-4751-467d-a39d-87127ab48b48_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_754f03c9-8c03-593d-8543-3cd5c43f2cb2/754f03c9-8c03-593d-8543-3cd5c43f2cb2_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 39455,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/SB71DBX/2026-03-24/image/6424a7c9-5ca4-4a2b-8835-83193f31837d_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_754f03c9-8c03-593d-8543-3cd5c43f2cb2/754f03c9-8c03-593d-8543-3cd5c43f2cb2_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 45108,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/SB71DBX/2026-03-24/image/2087a193-9a26-46cb-8ec7-9a64f7427a9a_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_754f03c9-8c03-593d-8543-3cd5c43f2cb2/754f03c9-8c03-593d-8543-3cd5c43f2cb2_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 47850,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/SB71DBX/2026-03-24/image/7ef5155c-a8b4-44be-ad32-b76f6db5b613_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_754f03c9-8c03-593d-8543-3cd5c43f2cb2/754f03c9-8c03-593d-8543-3cd5c43f2cb2_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 42468,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/SB71DBX/2026-03-24/image/552a688b-baf8-40aa-b2f2-ae1e93a2ee68_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_754f03c9-8c03-593d-8543-3cd5c43f2cb2/754f03c9-8c03-593d-8543-3cd5c43f2cb2_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 43665,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/SB71DBX/2026-03-24/image/1bcbc100-0795-4380-8614-aee63edde3a4_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_754f03c9-8c03-593d-8543-3cd5c43f2cb2/754f03c9-8c03-593d-8543-3cd5c43f2cb2_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 52837,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/SB71DBX/2026-03-24/image/4326681e-599c-4a9f-9869-812df052ab4f_removebg.jpg?w=600',
'Width': 600}],
'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-24 13:11:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:11:02 [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-24 13:11:02 [astonbarclay.gb] INFO: Saving data for 120653062: {'created_time': 1774357862.026956, 'last_price_update_time': 1774357862.026968, 'auction_closing_time': 1774604700.0}
2026-03-24 13:11:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:11:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120653062') HTTP/1.1" 204 0
2026-03-24 13:11:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/BT22BYM/2026-03-24/image/4bede4b9-27e7-4e20-983c-8571c699e688_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120537089?view=catalogue)
2026-03-24 13:11:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/BT22BYM/2026-03-24/image/fb79f04d-377a-414c-9e9e-fe4d791a5738_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120537089?view=catalogue)
2026-03-24 13:11:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/DV23XNN/2026-03-24/image/69f5f1f5-51d1-4035-b276-ee70fef8a435_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120261858?view=catalogue)
2026-03-24 13:11:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/DV23XNN/2026-03-24/image/4a60eb6a-8168-4274-94fd-4fc1e33670ce_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120261858?view=catalogue)
2026-03-24 13:11:02 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 13:11:02 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fde50189150>
2026-03-24 13:11:02 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 13:11:02 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-24 13:11:02 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 13:11:02 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_6ee5c6b7-0e85-571b-8b34-0835040faa0d/6ee5c6b7-0e85-571b-8b34-0835040faa0d_image_4.jpg HTTP/1.1" 201 0
2026-03-24 13:11:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:11:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FBT22BYM%252F2026-03-24%252Fimage%252F9ad63c14-04ec-4fc7-bfcb-2e23f6c39366_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-24 13:11:02 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/BT22BYM/2026-03-24/image/9ad63c14-04ec-4fc7-bfcb-2e23f6c39366_removebg.jpg?w=600 saved to cache
2026-03-24 13:11:02 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 6ee5c6b7-0e85-571b-8b34-0835040faa0d
2026-03-24 13:11:02 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 13:11:02 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fde503e34d0>
2026-03-24 13:11:02 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 13:11:02 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-24 13:11:02 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 13:11:02 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_6ee5c6b7-0e85-571b-8b34-0835040faa0d/6ee5c6b7-0e85-571b-8b34-0835040faa0d_image_0.jpg HTTP/1.1" 201 0
2026-03-24 13:11:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:11:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FBT22BYM%252F2026-03-24%252Fimage%252F20eebc0a-236c-4b77-8aba-109f9374e920_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-24 13:11:02 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/BT22BYM/2026-03-24/image/20eebc0a-236c-4b77-8aba-109f9374e920_removebg.jpg?w=600 saved to cache
2026-03-24 13:11:02 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 6ee5c6b7-0e85-571b-8b34-0835040faa0d
2026-03-24 13:11:02 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 13:11:02 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fde51807710>
2026-03-24 13:11:02 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 13:11:02 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-24 13:11:02 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 13:11:02 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_6ee5c6b7-0e85-571b-8b34-0835040faa0d/6ee5c6b7-0e85-571b-8b34-0835040faa0d_image_3.jpg HTTP/1.1" 201 0
2026-03-24 13:11:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:11:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FBT22BYM%252F2026-03-24%252Fimage%252F2b9ebeef-798a-4e4f-99bc-c3b904d36ae1_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-24 13:11:02 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/BT22BYM/2026-03-24/image/2b9ebeef-798a-4e4f-99bc-c3b904d36ae1_removebg.jpg?w=600 saved to cache
2026-03-24 13:11:02 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 6ee5c6b7-0e85-571b-8b34-0835040faa0d
2026-03-24 13:11:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/DV23XNN/2026-03-24/image/fc42c0a6-61cf-4009-8f1c-8f011cd3a47f_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120261858?view=catalogue)
2026-03-24 13:11:02 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 13:11:02 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fde43ff0110>
2026-03-24 13:11:02 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 13:11:02 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-24 13:11:02 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 13:11:02 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_6ee5c6b7-0e85-571b-8b34-0835040faa0d/6ee5c6b7-0e85-571b-8b34-0835040faa0d_image_1.jpg HTTP/1.1" 201 0
2026-03-24 13:11:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:11:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FBT22BYM%252F2026-03-24%252Fimage%252F4bede4b9-27e7-4e20-983c-8571c699e688_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-24 13:11:02 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/BT22BYM/2026-03-24/image/4bede4b9-27e7-4e20-983c-8571c699e688_removebg.jpg?w=600 saved to cache
2026-03-24 13:11:02 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 6ee5c6b7-0e85-571b-8b34-0835040faa0d
2026-03-24 13:11:02 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 13:11:02 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fde516aa450>
2026-03-24 13:11:02 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 13:11:02 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-24 13:11:02 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 13:11:02 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_6ee5c6b7-0e85-571b-8b34-0835040faa0d/6ee5c6b7-0e85-571b-8b34-0835040faa0d_image_2.jpg HTTP/1.1" 201 0
2026-03-24 13:11:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:11:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FBT22BYM%252F2026-03-24%252Fimage%252Ffb79f04d-377a-414c-9e9e-fe4d791a5738_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-24 13:11:02 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/BT22BYM/2026-03-24/image/fb79f04d-377a-414c-9e9e-fe4d791a5738_removebg.jpg?w=600 saved to cache
2026-03-24 13:11:02 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 6ee5c6b7-0e85-571b-8b34-0835040faa0d
2026-03-24 13:11:02 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 6ee5c6b7-0e85-571b-8b34-0835040faa0d, skipping ID generation
2026-03-24 13:11:02 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6ee5c6b7-0e85-571b-8b34-0835040faa0d with scrape type 1
2026-03-24 13:11:02 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 6ee5c6b7-0e85-571b-8b34-0835040faa0d sending to next pipeline
2026-03-24 13:11:02 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 6ee5c6b7-0e85-571b-8b34-0835040faa0d, identifier: 120537089
2026-03-24 13:11:02 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 13:11:02 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fde516ea210>
2026-03-24 13:11:02 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 13:11:02 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-24 13:11:02 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 13:11:02 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_a8c6a11f-67ea-5869-8860-4bb06e106410/a8c6a11f-67ea-5869-8860-4bb06e106410_image_1.jpg HTTP/1.1" 201 0
2026-03-24 13:11:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:11:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FDV23XNN%252F2026-03-24%252Fimage%252F69f5f1f5-51d1-4035-b276-ee70fef8a435_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-24 13:11:02 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/DV23XNN/2026-03-24/image/69f5f1f5-51d1-4035-b276-ee70fef8a435_removebg.jpg?w=600 saved to cache
2026-03-24 13:11:02 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item a8c6a11f-67ea-5869-8860-4bb06e106410
2026-03-24 13:11:02 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 13:11:02 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fde517c5210>
2026-03-24 13:11:02 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 13:11:02 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-24 13:11:02 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 13:11:02 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_a8c6a11f-67ea-5869-8860-4bb06e106410/a8c6a11f-67ea-5869-8860-4bb06e106410_image_2.jpg HTTP/1.1" 201 0
2026-03-24 13:11:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:11:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FDV23XNN%252F2026-03-24%252Fimage%252F4a60eb6a-8168-4274-94fd-4fc1e33670ce_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-24 13:11:02 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/DV23XNN/2026-03-24/image/4a60eb6a-8168-4274-94fd-4fc1e33670ce_removebg.jpg?w=600 saved to cache
2026-03-24 13:11:02 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item a8c6a11f-67ea-5869-8860-4bb06e106410
2026-03-24 13:11:02 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 6ee5c6b7-0e85-571b-8b34-0835040faa0d with identifier: 120537089
2026-03-24 13:11:02 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 6ee5c6b7-0e85-571b-8b34-0835040faa0d with identifier: 120537089
2026-03-24 13:11:02 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 6ee5c6b7-0e85-571b-8b34-0835040faa0d with identifier: 120537089 to the API
2026-03-24 13:11:02 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 13:11:03 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-24 13:11:03 [scrapy.core.scraper] DEBUG: Scraped from <200 https://abimg003.imgix.net/BT22BYM/2026-03-24/image/fb79f04d-377a-414c-9e9e-fe4d791a5738_removebg.jpg?w=600>
{'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': 9,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_6ee5c6b7-0e85-571b-8b34-0835040faa0d/6ee5c6b7-0e85-571b-8b34-0835040faa0d_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 37020,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/BT22BYM/2026-03-24/image/20eebc0a-236c-4b77-8aba-109f9374e920_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_6ee5c6b7-0e85-571b-8b34-0835040faa0d/6ee5c6b7-0e85-571b-8b34-0835040faa0d_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 36441,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/BT22BYM/2026-03-24/image/4bede4b9-27e7-4e20-983c-8571c699e688_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_6ee5c6b7-0e85-571b-8b34-0835040faa0d/6ee5c6b7-0e85-571b-8b34-0835040faa0d_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 34419,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/BT22BYM/2026-03-24/image/fb79f04d-377a-414c-9e9e-fe4d791a5738_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_6ee5c6b7-0e85-571b-8b34-0835040faa0d/6ee5c6b7-0e85-571b-8b34-0835040faa0d_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 35372,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/BT22BYM/2026-03-24/image/2b9ebeef-798a-4e4f-99bc-c3b904d36ae1_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_6ee5c6b7-0e85-571b-8b34-0835040faa0d/6ee5c6b7-0e85-571b-8b34-0835040faa0d_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 49163,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/BT22BYM/2026-03-24/image/9ad63c14-04ec-4fc7-bfcb-2e23f6c39366_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_6ee5c6b7-0e85-571b-8b34-0835040faa0d/6ee5c6b7-0e85-571b-8b34-0835040faa0d_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 55027,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/BT22BYM/2026-03-24/image/6e5b7a38-08b4-4e75-8a96-3f7d65262080_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_6ee5c6b7-0e85-571b-8b34-0835040faa0d/6ee5c6b7-0e85-571b-8b34-0835040faa0d_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 47263,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/BT22BYM/2026-03-24/image/0669fcca-0865-4be9-ae6a-423de28cf196_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_6ee5c6b7-0e85-571b-8b34-0835040faa0d/6ee5c6b7-0e85-571b-8b34-0835040faa0d_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 51882,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/BT22BYM/2026-03-24/image/b6d1d9c3-1909-4174-9399-20da0b92a681_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_6ee5c6b7-0e85-571b-8b34-0835040faa0d/6ee5c6b7-0e85-571b-8b34-0835040faa0d_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 53249,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/BT22BYM/2026-03-24/image/cd22e977-1b28-4e2b-a575-f7dab72c2ba2_removebg.jpg?w=600',
'Width': 600}],
'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-24 13:11:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:11:03 [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-24 13:11:03 [astonbarclay.gb] INFO: Saving data for 120537089: {'created_time': 1774357863.738198, 'last_price_update_time': 1774357863.73821, 'auction_closing_time': 1774604700.0}
2026-03-24 13:11:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:11:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120537089') HTTP/1.1" 204 0
2026-03-24 13:11:03 [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-24 13:11:03 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:11:03 [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-24 13:11:03 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:11:03 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 13:11:03 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fde51806f10>
2026-03-24 13:11:03 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 13:11:03 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-24 13:11:03 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 13:11:03 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_a8c6a11f-67ea-5869-8860-4bb06e106410/a8c6a11f-67ea-5869-8860-4bb06e106410_image_0.jpg HTTP/1.1" 201 0
2026-03-24 13:11:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:11:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FDV23XNN%252F2026-03-24%252Fimage%252Ffc42c0a6-61cf-4009-8f1c-8f011cd3a47f_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-24 13:11:03 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/DV23XNN/2026-03-24/image/fc42c0a6-61cf-4009-8f1c-8f011cd3a47f_removebg.jpg?w=600 saved to cache
2026-03-24 13:11:03 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item a8c6a11f-67ea-5869-8860-4bb06e106410
2026-03-24 13:11:03 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: a8c6a11f-67ea-5869-8860-4bb06e106410, skipping ID generation
2026-03-24 13:11:03 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a8c6a11f-67ea-5869-8860-4bb06e106410 with scrape type 1
2026-03-24 13:11:03 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item a8c6a11f-67ea-5869-8860-4bb06e106410 sending to next pipeline
2026-03-24 13:11:03 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: a8c6a11f-67ea-5869-8860-4bb06e106410, identifier: 120261858
2026-03-24 13:11:03 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: a8c6a11f-67ea-5869-8860-4bb06e106410 with identifier: 120261858
2026-03-24 13:11:03 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: a8c6a11f-67ea-5869-8860-4bb06e106410 with identifier: 120261858
2026-03-24 13:11:03 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: a8c6a11f-67ea-5869-8860-4bb06e106410 with identifier: 120261858 to the API
2026-03-24 13:11:03 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 13:11: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-24 13:11:05 [scrapy.core.scraper] DEBUG: Scraped from <200 https://abimg003.imgix.net/DV23XNN/2026-03-24/image/fc42c0a6-61cf-4009-8f1c-8f011cd3a47f_removebg.jpg?w=600>
{'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': 10,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a8c6a11f-67ea-5869-8860-4bb06e106410/a8c6a11f-67ea-5869-8860-4bb06e106410_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 35015,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/DV23XNN/2026-03-24/image/fc42c0a6-61cf-4009-8f1c-8f011cd3a47f_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a8c6a11f-67ea-5869-8860-4bb06e106410/a8c6a11f-67ea-5869-8860-4bb06e106410_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 37044,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/DV23XNN/2026-03-24/image/69f5f1f5-51d1-4035-b276-ee70fef8a435_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a8c6a11f-67ea-5869-8860-4bb06e106410/a8c6a11f-67ea-5869-8860-4bb06e106410_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 39699,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/DV23XNN/2026-03-24/image/4a60eb6a-8168-4274-94fd-4fc1e33670ce_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a8c6a11f-67ea-5869-8860-4bb06e106410/a8c6a11f-67ea-5869-8860-4bb06e106410_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 36743,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/DV23XNN/2026-03-24/image/2ff819d9-6731-4beb-8024-32dda36b6934_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a8c6a11f-67ea-5869-8860-4bb06e106410/a8c6a11f-67ea-5869-8860-4bb06e106410_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 48745,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/DV23XNN/2026-03-24/image/8f50925e-305c-421a-90b6-60ef8e1e5605_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a8c6a11f-67ea-5869-8860-4bb06e106410/a8c6a11f-67ea-5869-8860-4bb06e106410_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 58536,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/DV23XNN/2026-03-24/image/99f5bd1d-aad8-4841-878f-c8292a27cbd7_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a8c6a11f-67ea-5869-8860-4bb06e106410/a8c6a11f-67ea-5869-8860-4bb06e106410_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 55798,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/DV23XNN/2026-03-24/image/b14af3e2-3430-493e-962d-98062d8dc109_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a8c6a11f-67ea-5869-8860-4bb06e106410/a8c6a11f-67ea-5869-8860-4bb06e106410_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 52549,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/DV23XNN/2026-03-24/image/ef134e30-dec1-4e50-bcb7-0a249dee9600_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a8c6a11f-67ea-5869-8860-4bb06e106410/a8c6a11f-67ea-5869-8860-4bb06e106410_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 49455,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/DV23XNN/2026-03-24/image/a9f65729-4f88-43bf-b8f1-ca0211aceb3d_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a8c6a11f-67ea-5869-8860-4bb06e106410/a8c6a11f-67ea-5869-8860-4bb06e106410_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 50031,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/DV23XNN/2026-03-24/image/2c3f1b4e-1ed7-4217-8848-8e136259d8e6_removebg.jpg?w=600',
'Width': 600}],
'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-24 13:11:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:11:05 [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-24 13:11:05 [astonbarclay.gb] INFO: Saving data for 120261858: {'created_time': 1774357865.397211, 'last_price_update_time': 1774357865.397221, 'auction_closing_time': 1774604700.0}
2026-03-24 13:11:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:11:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120261858') HTTP/1.1" 204 0
2026-03-24 13:11:05 [astonbarclay.gb] INFO: Detail data: {'cardType': 'e-xchange', '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': 641}, 'saleStart': '2026-03-25T09:45Z', 'lot': None, '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-24 13:11:05 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'e-xchange', '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': 641}, 'saleStart': '2026-03-25T09:45Z', 'lot': None, '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-24 13:11:05 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7d45acb6-a34b-5997-b4ed-75cf9b2bf93c with identifier: 118039211
2026-03-24 13:11:05 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7d45acb6-a34b-5997-b4ed-75cf9b2bf93c with scrape type 2
2026-03-24 13:11:05 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7d45acb6-a34b-5997-b4ed-75cf9b2bf93c with scrape type 2
2026-03-24 13:11:05 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 7d45acb6-a34b-5997-b4ed-75cf9b2bf93c, identifier: 118039211
2026-03-24 13:11:05 [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': 641}, 'saleStart': '2026-03-27T09:45Z', 'lot': None, '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-20K,', 'remarks': '**801** VOSA STATES 28K,', 'virtual': False, 'seller': 'Zenith', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': False, 'v5details': 'TF', '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-24 13:11:05 [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': 641}, 'saleStart': '2026-03-27T09:45Z', 'lot': None, '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-20K,', 'remarks': '**801** VOSA STATES 28K,', 'virtual': False, 'seller': 'Zenith', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': False, 'v5details': 'TF', '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-24 13:11:05 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 98ebe81e-4915-522a-8c4b-fc14a92cb048 with identifier: 120277667
2026-03-24 13:11:05 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 98ebe81e-4915-522a-8c4b-fc14a92cb048 with scrape type 1
2026-03-24 13:11:05 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 9 photos for item 98ebe81e-4915-522a-8c4b-fc14a92cb048
2026-03-24 13:11:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:11:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FND72YXO%252F2026-03-24%252Fimage%252F23a9e6ba-72f2-47aa-8c96-c40e0dee4bfe_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-24 13:11:05 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/ND72YXO/2026-03-24/image/23a9e6ba-72f2-47aa-8c96-c40e0dee4bfe_removebg.jpg?w=600 not downloaded yet
2026-03-24 13:11:05 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 7d45acb6-a34b-5997-b4ed-75cf9b2bf93c with identifier: 118039211
2026-03-24 13:11:05 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 7d45acb6-a34b-5997-b4ed-75cf9b2bf93c with identifier: 118039211
2026-03-24 13:11:05 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 7d45acb6-a34b-5997-b4ed-75cf9b2bf93c with identifier: 118039211 to the API
2026-03-24 13:11:05 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 13:11:06 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-24 13:11:06 [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-25T09: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-24 13:11:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:11:06 [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-24 13:11:06 [astonbarclay.gb] INFO: Saving data for 118039211: {'auction_closing_time': 1774431900.0, 'created_time': 1773752960.569259, 'last_price_update_time': 1774357866.837805}
2026-03-24 13:11:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:11:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='118039211') HTTP/1.1" 204 0
2026-03-24 13:11:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:11:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FND72YXO%252F2026-03-24%252Fimage%252F7257e8d4-fac5-4c7f-ae3c-8484e8b0598d_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-24 13:11:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/ND72YXO/2026-03-24/image/7257e8d4-fac5-4c7f-ae3c-8484e8b0598d_removebg.jpg?w=600 not downloaded yet
2026-03-24 13:11:06 [scrapy.extensions.logstats] INFO: Crawled 174 pages (at 20 pages/min), scraped 148 items (at 18 items/min)
2026-03-24 13:11:06 [scrapy.extensions.memusage] INFO: Peak memory usage is 181MiB
2026-03-24 13:11:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:11:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FND72YXO%252F2026-03-24%252Fimage%252F7b1f2235-40d2-46da-b0de-302a5ae5327c_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-24 13:11:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/ND72YXO/2026-03-24/image/7b1f2235-40d2-46da-b0de-302a5ae5327c_removebg.jpg?w=600 not downloaded yet
2026-03-24 13:11:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:11:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FND72YXO%252F2026-03-24%252Fimage%252F533383f9-2fff-48bb-8894-3e7210f67003_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-24 13:11:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/ND72YXO/2026-03-24/image/533383f9-2fff-48bb-8894-3e7210f67003_removebg.jpg?w=600 not downloaded yet
2026-03-24 13:11:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:11:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FND72YXO%252F2026-03-24%252Fimage%252Fbf74b578-ac19-4e53-863d-013f7309358d_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-24 13:11:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/ND72YXO/2026-03-24/image/bf74b578-ac19-4e53-863d-013f7309358d_removebg.jpg?w=600 not downloaded yet
2026-03-24 13:11:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:11:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FND72YXO%252F2026-03-24%252Fimage%252F94d3db71-2c33-46b6-af98-fe4f6febb3f4_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-24 13:11:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/ND72YXO/2026-03-24/image/94d3db71-2c33-46b6-af98-fe4f6febb3f4_removebg.jpg?w=600 not downloaded yet
2026-03-24 13:11:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:11:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FND72YXO%252F2026-03-24%252Fimage%252F9ab9527d-d890-4522-a6a4-103cf35fdf25_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-24 13:11:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/ND72YXO/2026-03-24/image/9ab9527d-d890-4522-a6a4-103cf35fdf25_removebg.jpg?w=600 not downloaded yet
2026-03-24 13:11:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:11:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FND72YXO%252F2026-03-24%252Fimage%252F365b7f6b-1a6a-4214-b96c-b012e05f920c_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-24 13:11:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/ND72YXO/2026-03-24/image/365b7f6b-1a6a-4214-b96c-b012e05f920c_removebg.jpg?w=600 not downloaded yet
2026-03-24 13:11:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:11:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FND72YXO%252F2026-03-24%252Fimage%252Fc94b7f87-a6fc-4ec9-b5f6-715e01e0a6c1_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-24 13:11:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/ND72YXO/2026-03-24/image/c94b7f87-a6fc-4ec9-b5f6-715e01e0a6c1_removebg.jpg?w=600 not downloaded yet
2026-03-24 13:11:07 [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-24 13:11:07 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:11:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/ND72YXO/2026-03-24/image/c94b7f87-a6fc-4ec9-b5f6-715e01e0a6c1_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120277667?view=catalogue)
2026-03-24 13:11:08 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120734864, 'registration': 'YA13FWT', 'account': 'WBA001', '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': 641}, 'saleStart': '2026-03-27T09:45Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2013-07-26', 'fuel': 'Petrol', 'motExpiry': '2026-09-25', 'doors': 3, 'engineSize': 1242, 'bodyType': 'Hatchback', 'images': None, 'colour': 'RED', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': None, 'serviceHistory': '', 'remarks': 'VOSA STATES 22K, 23K, 25K, 31K, 36K, 38K, 41K, 47K, 55K, 85K,', 'virtual': False, 'seller': 'UKCGR', '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-24 13:11:08 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120734864, 'registration': 'YA13FWT', 'account': 'WBA001', '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': 641}, 'saleStart': '2026-03-27T09:45Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2013-07-26', 'fuel': 'Petrol', 'motExpiry': '2026-09-25', 'doors': 3, 'engineSize': 1242, 'bodyType': 'Hatchback', 'images': None, 'colour': 'RED', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': None, 'serviceHistory': '', 'remarks': 'VOSA STATES 22K, 23K, 25K, 31K, 36K, 38K, 41K, 47K, 55K, 85K,', 'virtual': False, 'seller': 'UKCGR', '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-24 13:11:08 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: cda4df5d-679f-5187-907a-7e4805708a0a with identifier: 120734864
2026-03-24 13:11:08 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item cda4df5d-679f-5187-907a-7e4805708a0a with scrape type 1
2026-03-24 13:11:08 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 0 photos for item cda4df5d-679f-5187-907a-7e4805708a0a
2026-03-24 13:11:08 [crawlers.middlewares.photo_download_middleware] INFO: No photos to download for item cda4df5d-679f-5187-907a-7e4805708a0a
2026-03-24 13:11:08 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: cda4df5d-679f-5187-907a-7e4805708a0a, identifier: 120734864
2026-03-24 13:11:08 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: cda4df5d-679f-5187-907a-7e4805708a0a with identifier: 120734864
2026-03-24 13:11:08 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: cda4df5d-679f-5187-907a-7e4805708a0a with identifier: 120734864
2026-03-24 13:11:08 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: cda4df5d-679f-5187-907a-7e4805708a0a with identifier: 120734864 to the API
2026-03-24 13:11:08 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 13:11: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-24 13:11:09 [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',
'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-24 13:11:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:11:09 [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-24 13:11:09 [astonbarclay.gb] INFO: Saving data for 120734864: {'created_time': 1774357869.503166, 'last_price_update_time': 1774357869.503182, 'auction_closing_time': 1774604700.0}
2026-03-24 13:11:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:11:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120734864') HTTP/1.1" 204 0
2026-03-24 13:11:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/ND72YXO/2026-03-24/image/365b7f6b-1a6a-4214-b96c-b012e05f920c_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120277667?view=catalogue)
2026-03-24 13:11:09 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 13:11:09 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fde43f78090>
2026-03-24 13:11:09 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 13:11:09 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-24 13:11:09 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 13:11:09 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_98ebe81e-4915-522a-8c4b-fc14a92cb048/98ebe81e-4915-522a-8c4b-fc14a92cb048_image_8.jpg HTTP/1.1" 201 0
2026-03-24 13:11:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:11:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FND72YXO%252F2026-03-24%252Fimage%252Fc94b7f87-a6fc-4ec9-b5f6-715e01e0a6c1_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-24 13:11:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/ND72YXO/2026-03-24/image/c94b7f87-a6fc-4ec9-b5f6-715e01e0a6c1_removebg.jpg?w=600 saved to cache
2026-03-24 13:11:09 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 98ebe81e-4915-522a-8c4b-fc14a92cb048
2026-03-24 13:11:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/ND72YXO/2026-03-24/image/9ab9527d-d890-4522-a6a4-103cf35fdf25_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120277667?view=catalogue)
2026-03-24 13:11:09 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 13:11:09 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fde502d5d90>
2026-03-24 13:11:09 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 13:11:09 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-24 13:11:09 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 13:11:09 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_98ebe81e-4915-522a-8c4b-fc14a92cb048/98ebe81e-4915-522a-8c4b-fc14a92cb048_image_7.jpg HTTP/1.1" 201 0
2026-03-24 13:11:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:11:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FND72YXO%252F2026-03-24%252Fimage%252F365b7f6b-1a6a-4214-b96c-b012e05f920c_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-24 13:11:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/ND72YXO/2026-03-24/image/365b7f6b-1a6a-4214-b96c-b012e05f920c_removebg.jpg?w=600 saved to cache
2026-03-24 13:11:09 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 98ebe81e-4915-522a-8c4b-fc14a92cb048
2026-03-24 13:11:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/ND72YXO/2026-03-24/image/94d3db71-2c33-46b6-af98-fe4f6febb3f4_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120277667?view=catalogue)
2026-03-24 13:11:09 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 13:11:09 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fde43f22810>
2026-03-24 13:11:09 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 13:11:09 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-24 13:11:09 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 13:11:09 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_98ebe81e-4915-522a-8c4b-fc14a92cb048/98ebe81e-4915-522a-8c4b-fc14a92cb048_image_6.jpg HTTP/1.1" 201 0
2026-03-24 13:11:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:11:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FND72YXO%252F2026-03-24%252Fimage%252F9ab9527d-d890-4522-a6a4-103cf35fdf25_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-24 13:11:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/ND72YXO/2026-03-24/image/9ab9527d-d890-4522-a6a4-103cf35fdf25_removebg.jpg?w=600 saved to cache
2026-03-24 13:11:09 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 98ebe81e-4915-522a-8c4b-fc14a92cb048
2026-03-24 13:11:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/ND72YXO/2026-03-24/image/bf74b578-ac19-4e53-863d-013f7309358d_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120277667?view=catalogue)
2026-03-24 13:11:09 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 13:11:09 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fde43f2e0d0>
2026-03-24 13:11:09 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 13:11:09 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-24 13:11:09 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 13:11:09 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_98ebe81e-4915-522a-8c4b-fc14a92cb048/98ebe81e-4915-522a-8c4b-fc14a92cb048_image_5.jpg HTTP/1.1" 201 0
2026-03-24 13:11:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:11:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FND72YXO%252F2026-03-24%252Fimage%252F94d3db71-2c33-46b6-af98-fe4f6febb3f4_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-24 13:11:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/ND72YXO/2026-03-24/image/94d3db71-2c33-46b6-af98-fe4f6febb3f4_removebg.jpg?w=600 saved to cache
2026-03-24 13:11:09 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 98ebe81e-4915-522a-8c4b-fc14a92cb048
2026-03-24 13:11:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/ND72YXO/2026-03-24/image/533383f9-2fff-48bb-8894-3e7210f67003_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120277667?view=catalogue)
2026-03-24 13:11:09 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 13:11:09 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fde43fccc10>
2026-03-24 13:11:09 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 13:11:09 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-24 13:11:09 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 13:11:09 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_98ebe81e-4915-522a-8c4b-fc14a92cb048/98ebe81e-4915-522a-8c4b-fc14a92cb048_image_4.jpg HTTP/1.1" 201 0
2026-03-24 13:11:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:11:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FND72YXO%252F2026-03-24%252Fimage%252Fbf74b578-ac19-4e53-863d-013f7309358d_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-24 13:11:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/ND72YXO/2026-03-24/image/bf74b578-ac19-4e53-863d-013f7309358d_removebg.jpg?w=600 saved to cache
2026-03-24 13:11:09 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 98ebe81e-4915-522a-8c4b-fc14a92cb048
2026-03-24 13:11:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/ND72YXO/2026-03-24/image/7b1f2235-40d2-46da-b0de-302a5ae5327c_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120277667?view=catalogue)
2026-03-24 13:11:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/ND72YXO/2026-03-24/image/7257e8d4-fac5-4c7f-ae3c-8484e8b0598d_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120277667?view=catalogue)
2026-03-24 13:11:09 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 13:11:09 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fde516dbe50>
2026-03-24 13:11:09 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 13:11:09 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-24 13:11:09 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 13:11:09 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_98ebe81e-4915-522a-8c4b-fc14a92cb048/98ebe81e-4915-522a-8c4b-fc14a92cb048_image_3.jpg HTTP/1.1" 201 0
2026-03-24 13:11:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:11:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FND72YXO%252F2026-03-24%252Fimage%252F533383f9-2fff-48bb-8894-3e7210f67003_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-24 13:11:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/ND72YXO/2026-03-24/image/533383f9-2fff-48bb-8894-3e7210f67003_removebg.jpg?w=600 saved to cache
2026-03-24 13:11:09 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 98ebe81e-4915-522a-8c4b-fc14a92cb048
2026-03-24 13:11:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/ND72YXO/2026-03-24/image/23a9e6ba-72f2-47aa-8c96-c40e0dee4bfe_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120277667?view=catalogue)
2026-03-24 13:11:09 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 13:11:09 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fde501fe890>
2026-03-24 13:11:09 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 13:11:09 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-24 13:11:09 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 13:11:10 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_98ebe81e-4915-522a-8c4b-fc14a92cb048/98ebe81e-4915-522a-8c4b-fc14a92cb048_image_2.jpg HTTP/1.1" 201 0
2026-03-24 13:11:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:11:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FND72YXO%252F2026-03-24%252Fimage%252F7b1f2235-40d2-46da-b0de-302a5ae5327c_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-24 13:11:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/ND72YXO/2026-03-24/image/7b1f2235-40d2-46da-b0de-302a5ae5327c_removebg.jpg?w=600 saved to cache
2026-03-24 13:11:10 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 98ebe81e-4915-522a-8c4b-fc14a92cb048
2026-03-24 13:11:10 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 13:11:10 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fde500a75d0>
2026-03-24 13:11:10 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 13:11:10 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-24 13:11:10 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 13:11:10 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_98ebe81e-4915-522a-8c4b-fc14a92cb048/98ebe81e-4915-522a-8c4b-fc14a92cb048_image_1.jpg HTTP/1.1" 201 0
2026-03-24 13:11:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:11:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FND72YXO%252F2026-03-24%252Fimage%252F7257e8d4-fac5-4c7f-ae3c-8484e8b0598d_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-24 13:11:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/ND72YXO/2026-03-24/image/7257e8d4-fac5-4c7f-ae3c-8484e8b0598d_removebg.jpg?w=600 saved to cache
2026-03-24 13:11:10 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 98ebe81e-4915-522a-8c4b-fc14a92cb048
2026-03-24 13:11:10 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 13:11:10 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fde53004ad0>
2026-03-24 13:11:10 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 13:11:10 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-24 13:11:10 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 13:11:10 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_98ebe81e-4915-522a-8c4b-fc14a92cb048/98ebe81e-4915-522a-8c4b-fc14a92cb048_image_0.jpg HTTP/1.1" 201 0
2026-03-24 13:11:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:11:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FND72YXO%252F2026-03-24%252Fimage%252F23a9e6ba-72f2-47aa-8c96-c40e0dee4bfe_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-24 13:11:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/ND72YXO/2026-03-24/image/23a9e6ba-72f2-47aa-8c96-c40e0dee4bfe_removebg.jpg?w=600 saved to cache
2026-03-24 13:11:10 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 98ebe81e-4915-522a-8c4b-fc14a92cb048
2026-03-24 13:11:10 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 98ebe81e-4915-522a-8c4b-fc14a92cb048, skipping ID generation
2026-03-24 13:11:10 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 98ebe81e-4915-522a-8c4b-fc14a92cb048 with scrape type 1
2026-03-24 13:11:10 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 98ebe81e-4915-522a-8c4b-fc14a92cb048 sending to next pipeline
2026-03-24 13:11:10 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 98ebe81e-4915-522a-8c4b-fc14a92cb048, identifier: 120277667
2026-03-24 13:11:10 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 98ebe81e-4915-522a-8c4b-fc14a92cb048 with identifier: 120277667
2026-03-24 13:11:10 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 98ebe81e-4915-522a-8c4b-fc14a92cb048 with identifier: 120277667
2026-03-24 13:11:10 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 98ebe81e-4915-522a-8c4b-fc14a92cb048 with identifier: 120277667 to the API
2026-03-24 13:11:10 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 13:11: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-24 13:11:11 [scrapy.core.scraper] DEBUG: Scraped from <200 https://abimg003.imgix.net/ND72YXO/2026-03-24/image/23a9e6ba-72f2-47aa-8c96-c40e0dee4bfe_removebg.jpg?w=600>
{'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': 9,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_98ebe81e-4915-522a-8c4b-fc14a92cb048/98ebe81e-4915-522a-8c4b-fc14a92cb048_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 29737,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/ND72YXO/2026-03-24/image/23a9e6ba-72f2-47aa-8c96-c40e0dee4bfe_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_98ebe81e-4915-522a-8c4b-fc14a92cb048/98ebe81e-4915-522a-8c4b-fc14a92cb048_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 27081,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/ND72YXO/2026-03-24/image/7257e8d4-fac5-4c7f-ae3c-8484e8b0598d_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_98ebe81e-4915-522a-8c4b-fc14a92cb048/98ebe81e-4915-522a-8c4b-fc14a92cb048_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 31869,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/ND72YXO/2026-03-24/image/7b1f2235-40d2-46da-b0de-302a5ae5327c_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_98ebe81e-4915-522a-8c4b-fc14a92cb048/98ebe81e-4915-522a-8c4b-fc14a92cb048_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 30864,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/ND72YXO/2026-03-24/image/533383f9-2fff-48bb-8894-3e7210f67003_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_98ebe81e-4915-522a-8c4b-fc14a92cb048/98ebe81e-4915-522a-8c4b-fc14a92cb048_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 36761,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/ND72YXO/2026-03-24/image/bf74b578-ac19-4e53-863d-013f7309358d_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_98ebe81e-4915-522a-8c4b-fc14a92cb048/98ebe81e-4915-522a-8c4b-fc14a92cb048_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 59152,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/ND72YXO/2026-03-24/image/94d3db71-2c33-46b6-af98-fe4f6febb3f4_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_98ebe81e-4915-522a-8c4b-fc14a92cb048/98ebe81e-4915-522a-8c4b-fc14a92cb048_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 46995,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/ND72YXO/2026-03-24/image/9ab9527d-d890-4522-a6a4-103cf35fdf25_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_98ebe81e-4915-522a-8c4b-fc14a92cb048/98ebe81e-4915-522a-8c4b-fc14a92cb048_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 39129,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/ND72YXO/2026-03-24/image/365b7f6b-1a6a-4214-b96c-b012e05f920c_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_98ebe81e-4915-522a-8c4b-fc14a92cb048/98ebe81e-4915-522a-8c4b-fc14a92cb048_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 49176,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/ND72YXO/2026-03-24/image/c94b7f87-a6fc-4ec9-b5f6-715e01e0a6c1_removebg.jpg?w=600',
'Width': 600}],
'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-24 13:11:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:11:11 [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-24 13:11:11 [astonbarclay.gb] INFO: Saving data for 120277667: {'created_time': 1774357871.743561, 'last_price_update_time': 1774357871.743575, 'auction_closing_time': 1774604700.0}
2026-03-24 13:11:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:11:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120277667') HTTP/1.1" 204 0
2026-03-24 13:11:18 [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-24 13:11:18 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:11:18 [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-24 13:11:18 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:11:18 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120718994, 'registration': 'WO17OVU', 'account': 'WBA001', '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': 641}, 'saleStart': '2026-03-27T09:45Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2017-06-17', 'fuel': 'Petrol', 'motExpiry': '2026-05-28', 'doors': 5, 'engineSize': 1200, 'bodyType': 'Hatchback', 'images': None, 'colour': 'BLUE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': None, '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', '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': None, 'assuredType': None, 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 13:11:18 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120718994, 'registration': 'WO17OVU', 'account': 'WBA001', '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': 641}, 'saleStart': '2026-03-27T09:45Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2017-06-17', 'fuel': 'Petrol', 'motExpiry': '2026-05-28', 'doors': 5, 'engineSize': 1200, 'bodyType': 'Hatchback', 'images': None, 'colour': 'BLUE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': None, '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', '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': None, 'assuredType': None, 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 13:11:18 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 72793cbe-3932-583c-9c13-82d89642021a with identifier: 120718994
2026-03-24 13:11:18 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 72793cbe-3932-583c-9c13-82d89642021a with scrape type 1
2026-03-24 13:11:18 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 0 photos for item 72793cbe-3932-583c-9c13-82d89642021a
2026-03-24 13:11:18 [crawlers.middlewares.photo_download_middleware] INFO: No photos to download for item 72793cbe-3932-583c-9c13-82d89642021a
2026-03-24 13:11:18 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 72793cbe-3932-583c-9c13-82d89642021a, identifier: 120718994
2026-03-24 13:11:18 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 72793cbe-3932-583c-9c13-82d89642021a with identifier: 120718994
2026-03-24 13:11:18 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 72793cbe-3932-583c-9c13-82d89642021a with identifier: 120718994
2026-03-24 13:11:18 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 72793cbe-3932-583c-9c13-82d89642021a with identifier: 120718994 to the API
2026-03-24 13:11:18 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 13:11: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-24 13:11:21 [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',
'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-24 13:11:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:11:21 [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-24 13:11:21 [astonbarclay.gb] INFO: Saving data for 120718994: {'created_time': 1774357881.352257, 'last_price_update_time': 1774357881.352268, 'auction_closing_time': 1774604700.0}
2026-03-24 13:11:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:11:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120718994') HTTP/1.1" 204 0
2026-03-24 13:11:21 [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-24 13:11:21 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:11:21 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120733656, 'registration': 'EXZ1675', 'account': 'WBA001', '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': 641}, 'saleStart': '2026-03-27T09:45Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2008-04-17', 'fuel': 'Petrol', 'motExpiry': '2027-02-06', 'doors': 4, 'engineSize': 4196, 'bodyType': 'Saloon', 'images': None, 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': None, 'serviceHistory': '', 'remarks': 'VOSA STATES 23K, 32K, 40K, 48K, 53K, 59K, 72K, 77K, 84K, 90K, 93K, 99K, 101K, 104K, 105K, 110K,', 'virtual': False, 'seller': 'UKCGR', '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': None, 'assuredType': None, 'imported': False, 'eurostatus': 4, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 13:11:21 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120733656, 'registration': 'EXZ1675', 'account': 'WBA001', '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': 641}, 'saleStart': '2026-03-27T09:45Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2008-04-17', 'fuel': 'Petrol', 'motExpiry': '2027-02-06', 'doors': 4, 'engineSize': 4196, 'bodyType': 'Saloon', 'images': None, 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': None, 'serviceHistory': '', 'remarks': 'VOSA STATES 23K, 32K, 40K, 48K, 53K, 59K, 72K, 77K, 84K, 90K, 93K, 99K, 101K, 104K, 105K, 110K,', 'virtual': False, 'seller': 'UKCGR', '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': None, 'assuredType': None, 'imported': False, 'eurostatus': 4, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 13:11:21 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 58243e21-f125-5416-86ee-7d9cc276e289 with identifier: 120733656
2026-03-24 13:11:21 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 58243e21-f125-5416-86ee-7d9cc276e289 with scrape type 1
2026-03-24 13:11:21 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 0 photos for item 58243e21-f125-5416-86ee-7d9cc276e289
2026-03-24 13:11:21 [crawlers.middlewares.photo_download_middleware] INFO: No photos to download for item 58243e21-f125-5416-86ee-7d9cc276e289
2026-03-24 13:11:21 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 58243e21-f125-5416-86ee-7d9cc276e289, identifier: 120733656
2026-03-24 13:11:21 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 58243e21-f125-5416-86ee-7d9cc276e289 with identifier: 120733656
2026-03-24 13:11:21 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 58243e21-f125-5416-86ee-7d9cc276e289 with identifier: 120733656
2026-03-24 13:11:21 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 58243e21-f125-5416-86ee-7d9cc276e289 with identifier: 120733656 to the API
2026-03-24 13:11:21 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 13:11:22 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-24 13:11:23 [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',
'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-24 13:11:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:11:23 [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-24 13:11:23 [astonbarclay.gb] INFO: Saving data for 120733656: {'created_time': 1774357883.082941, 'last_price_update_time': 1774357883.082953, 'auction_closing_time': 1774604700.0}
2026-03-24 13:11:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:11:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120733656') HTTP/1.1" 204 0
2026-03-24 13:11:23 [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': 641}, 'saleStart': '2026-03-27T09:45Z', 'lot': None, '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', '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-24 13:11:23 [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': 641}, 'saleStart': '2026-03-27T09:45Z', 'lot': None, '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', '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-24 13:11:23 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: bfa3a47f-35fc-5ac4-83b5-60d54635129a with identifier: 120510439
2026-03-24 13:11:23 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item bfa3a47f-35fc-5ac4-83b5-60d54635129a with scrape type 1
2026-03-24 13:11:23 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 9 photos for item bfa3a47f-35fc-5ac4-83b5-60d54635129a
2026-03-24 13:11:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:11:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FGU24UBO%252F2026-03-23%252Fimage%252Fcac49eca-3a1f-4e07-bc89-a069655d6907_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-24 13:11:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/GU24UBO/2026-03-23/image/cac49eca-3a1f-4e07-bc89-a069655d6907_removebg.jpg?w=600 not downloaded yet
2026-03-24 13:11:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:11:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FGU24UBO%252F2026-03-23%252Fimage%252Fee26baed-b67d-4522-a93f-94f9bba8f2d5_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-24 13:11:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/GU24UBO/2026-03-23/image/ee26baed-b67d-4522-a93f-94f9bba8f2d5_removebg.jpg?w=600 not downloaded yet
2026-03-24 13:11:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:11:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FGU24UBO%252F2026-03-23%252Fimage%252F54a81f7f-b712-4c5c-b80f-912fecc6446b_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-24 13:11:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/GU24UBO/2026-03-23/image/54a81f7f-b712-4c5c-b80f-912fecc6446b_removebg.jpg?w=600 not downloaded yet
2026-03-24 13:11:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:11:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FGU24UBO%252F2026-03-23%252Fimage%252F6bd0faba-d85a-4cee-9acd-4c79eb087cb3_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-24 13:11:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/GU24UBO/2026-03-23/image/6bd0faba-d85a-4cee-9acd-4c79eb087cb3_removebg.jpg?w=600 not downloaded yet
2026-03-24 13:11:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:11:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FGU24UBO%252F2026-03-23%252Fimage%252Fc56a7783-2b2f-49cb-be75-be4f278174da_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-24 13:11:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/GU24UBO/2026-03-23/image/c56a7783-2b2f-49cb-be75-be4f278174da_removebg.jpg?w=600 not downloaded yet
2026-03-24 13:11:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:11:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FGU24UBO%252F2026-03-23%252Fimage%252Fe1e28688-561d-467b-aa98-85203015b193_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-24 13:11:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/GU24UBO/2026-03-23/image/e1e28688-561d-467b-aa98-85203015b193_removebg.jpg?w=600 not downloaded yet
2026-03-24 13:11:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:11:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FGU24UBO%252F2026-03-23%252Fimage%252F62a2f8d8-4fcc-49a3-a9a9-3376aca9e042_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-24 13:11:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/GU24UBO/2026-03-23/image/62a2f8d8-4fcc-49a3-a9a9-3376aca9e042_removebg.jpg?w=600 not downloaded yet
2026-03-24 13:11:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:11:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FGU24UBO%252F2026-03-23%252Fimage%252Fd4765c87-d083-4225-8ba8-a91c8ed6848f_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-24 13:11:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/GU24UBO/2026-03-23/image/d4765c87-d083-4225-8ba8-a91c8ed6848f_removebg.jpg?w=600 not downloaded yet
2026-03-24 13:11:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:11:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FGU24UBO%252F2026-03-23%252Fimage%252Ffdf514e1-5717-4b48-92a6-ba4a68d7b9b8_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-24 13:11:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/GU24UBO/2026-03-23/image/fdf514e1-5717-4b48-92a6-ba4a68d7b9b8_removebg.jpg?w=600 not downloaded yet
2026-03-24 13:11:26 [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-24 13:11:26 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:11:26 [astonbarclay.gb] INFO: Detail data: {'cardType': 'e-xchange', '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': 641}, 'saleStart': '2026-03-25T09:45Z', 'lot': None, '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-24 13:11:26 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'e-xchange', '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': 641}, 'saleStart': '2026-03-25T09:45Z', 'lot': None, '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-24 13:11:26 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4655a045-4ea8-544c-a310-69effa9f6ddf with identifier: 120132720
2026-03-24 13:11:26 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4655a045-4ea8-544c-a310-69effa9f6ddf with scrape type 2
2026-03-24 13:11:26 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4655a045-4ea8-544c-a310-69effa9f6ddf with scrape type 2
2026-03-24 13:11:26 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 4655a045-4ea8-544c-a310-69effa9f6ddf, identifier: 120132720
2026-03-24 13:11:26 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 4655a045-4ea8-544c-a310-69effa9f6ddf with identifier: 120132720
2026-03-24 13:11:26 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 4655a045-4ea8-544c-a310-69effa9f6ddf with identifier: 120132720
2026-03-24 13:11:26 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 4655a045-4ea8-544c-a310-69effa9f6ddf with identifier: 120132720 to the API
2026-03-24 13:11:26 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 13:11: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-24 13:11:28 [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-25T09: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-24 13:11:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:11:28 [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-24 13:11:28 [astonbarclay.gb] INFO: Saving data for 120132720: {'auction_closing_time': 1774431900.0, 'created_time': 1773752827.201339, 'last_price_update_time': 1774357888.089952}
2026-03-24 13:11:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:11:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120132720') HTTP/1.1" 204 0
2026-03-24 13:11:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/GU24UBO/2026-03-23/image/fdf514e1-5717-4b48-92a6-ba4a68d7b9b8_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120510439?view=catalogue)
2026-03-24 13:11:28 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 13:11:28 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fde502d4b90>
2026-03-24 13:11:28 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 13:11:28 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-24 13:11:28 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 13:11:28 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_bfa3a47f-35fc-5ac4-83b5-60d54635129a/bfa3a47f-35fc-5ac4-83b5-60d54635129a_image_8.jpg HTTP/1.1" 201 0
2026-03-24 13:11:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:11:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FGU24UBO%252F2026-03-23%252Fimage%252Ffdf514e1-5717-4b48-92a6-ba4a68d7b9b8_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-24 13:11:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/GU24UBO/2026-03-23/image/fdf514e1-5717-4b48-92a6-ba4a68d7b9b8_removebg.jpg?w=600 saved to cache
2026-03-24 13:11:28 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item bfa3a47f-35fc-5ac4-83b5-60d54635129a
2026-03-24 13:11:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/GU24UBO/2026-03-23/image/d4765c87-d083-4225-8ba8-a91c8ed6848f_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120510439?view=catalogue)
2026-03-24 13:11:28 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 13:11:28 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fde501fd290>
2026-03-24 13:11:28 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 13:11:28 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-24 13:11:28 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 13:11:28 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_bfa3a47f-35fc-5ac4-83b5-60d54635129a/bfa3a47f-35fc-5ac4-83b5-60d54635129a_image_7.jpg HTTP/1.1" 201 0
2026-03-24 13:11:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:11:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FGU24UBO%252F2026-03-23%252Fimage%252Fd4765c87-d083-4225-8ba8-a91c8ed6848f_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-24 13:11:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/GU24UBO/2026-03-23/image/d4765c87-d083-4225-8ba8-a91c8ed6848f_removebg.jpg?w=600 saved to cache
2026-03-24 13:11:28 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item bfa3a47f-35fc-5ac4-83b5-60d54635129a
2026-03-24 13:11:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/GU24UBO/2026-03-23/image/62a2f8d8-4fcc-49a3-a9a9-3376aca9e042_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120510439?view=catalogue)
2026-03-24 13:11:28 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 13:11:28 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fde43f78110>
2026-03-24 13:11:28 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 13:11:28 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-24 13:11:28 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 13:11:28 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_bfa3a47f-35fc-5ac4-83b5-60d54635129a/bfa3a47f-35fc-5ac4-83b5-60d54635129a_image_6.jpg HTTP/1.1" 201 0
2026-03-24 13:11:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:11:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FGU24UBO%252F2026-03-23%252Fimage%252F62a2f8d8-4fcc-49a3-a9a9-3376aca9e042_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-24 13:11:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/GU24UBO/2026-03-23/image/62a2f8d8-4fcc-49a3-a9a9-3376aca9e042_removebg.jpg?w=600 saved to cache
2026-03-24 13:11:28 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item bfa3a47f-35fc-5ac4-83b5-60d54635129a
2026-03-24 13:11:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/GU24UBO/2026-03-23/image/e1e28688-561d-467b-aa98-85203015b193_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120510439?view=catalogue)
2026-03-24 13:11:28 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 13:11:28 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fde43f96d90>
2026-03-24 13:11:28 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 13:11:28 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-24 13:11:28 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 13:11:29 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_bfa3a47f-35fc-5ac4-83b5-60d54635129a/bfa3a47f-35fc-5ac4-83b5-60d54635129a_image_5.jpg HTTP/1.1" 201 0
2026-03-24 13:11:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:11:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FGU24UBO%252F2026-03-23%252Fimage%252Fe1e28688-561d-467b-aa98-85203015b193_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-24 13:11:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/GU24UBO/2026-03-23/image/e1e28688-561d-467b-aa98-85203015b193_removebg.jpg?w=600 saved to cache
2026-03-24 13:11:29 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item bfa3a47f-35fc-5ac4-83b5-60d54635129a
2026-03-24 13:11:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/GU24UBO/2026-03-23/image/c56a7783-2b2f-49cb-be75-be4f278174da_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120510439?view=catalogue)
2026-03-24 13:11:29 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 13:11:29 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fde516f1d90>
2026-03-24 13:11:29 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 13:11:29 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-24 13:11:29 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 13:11:29 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_bfa3a47f-35fc-5ac4-83b5-60d54635129a/bfa3a47f-35fc-5ac4-83b5-60d54635129a_image_4.jpg HTTP/1.1" 201 0
2026-03-24 13:11:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:11:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FGU24UBO%252F2026-03-23%252Fimage%252Fc56a7783-2b2f-49cb-be75-be4f278174da_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-24 13:11:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/GU24UBO/2026-03-23/image/c56a7783-2b2f-49cb-be75-be4f278174da_removebg.jpg?w=600 saved to cache
2026-03-24 13:11:29 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item bfa3a47f-35fc-5ac4-83b5-60d54635129a
2026-03-24 13:11:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/GU24UBO/2026-03-23/image/6bd0faba-d85a-4cee-9acd-4c79eb087cb3_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120510439?view=catalogue)
2026-03-24 13:11:29 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 13:11:29 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fde50246550>
2026-03-24 13:11:29 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 13:11:29 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-24 13:11:29 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 13:11:29 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_bfa3a47f-35fc-5ac4-83b5-60d54635129a/bfa3a47f-35fc-5ac4-83b5-60d54635129a_image_3.jpg HTTP/1.1" 201 0
2026-03-24 13:11:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:11:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FGU24UBO%252F2026-03-23%252Fimage%252F6bd0faba-d85a-4cee-9acd-4c79eb087cb3_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-24 13:11:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/GU24UBO/2026-03-23/image/6bd0faba-d85a-4cee-9acd-4c79eb087cb3_removebg.jpg?w=600 saved to cache
2026-03-24 13:11:29 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item bfa3a47f-35fc-5ac4-83b5-60d54635129a
2026-03-24 13:11:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/GU24UBO/2026-03-23/image/54a81f7f-b712-4c5c-b80f-912fecc6446b_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120510439?view=catalogue)
2026-03-24 13:11:29 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 13:11:29 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fde516f02d0>
2026-03-24 13:11:29 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 13:11:29 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-24 13:11:29 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 13:11:29 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_bfa3a47f-35fc-5ac4-83b5-60d54635129a/bfa3a47f-35fc-5ac4-83b5-60d54635129a_image_2.jpg HTTP/1.1" 201 0
2026-03-24 13:11:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:11:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FGU24UBO%252F2026-03-23%252Fimage%252F54a81f7f-b712-4c5c-b80f-912fecc6446b_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-24 13:11:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/GU24UBO/2026-03-23/image/54a81f7f-b712-4c5c-b80f-912fecc6446b_removebg.jpg?w=600 saved to cache
2026-03-24 13:11:29 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item bfa3a47f-35fc-5ac4-83b5-60d54635129a
2026-03-24 13:11:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/GU24UBO/2026-03-23/image/ee26baed-b67d-4522-a93f-94f9bba8f2d5_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120510439?view=catalogue)
2026-03-24 13:11:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/GU24UBO/2026-03-23/image/cac49eca-3a1f-4e07-bc89-a069655d6907_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120510439?view=catalogue)
2026-03-24 13:11:30 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 13:11:30 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fde502b0dd0>
2026-03-24 13:11:30 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 13:11:30 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-24 13:11:30 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 13:11:30 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_bfa3a47f-35fc-5ac4-83b5-60d54635129a/bfa3a47f-35fc-5ac4-83b5-60d54635129a_image_1.jpg HTTP/1.1" 201 0
2026-03-24 13:11:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:11:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FGU24UBO%252F2026-03-23%252Fimage%252Fee26baed-b67d-4522-a93f-94f9bba8f2d5_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-24 13:11:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/GU24UBO/2026-03-23/image/ee26baed-b67d-4522-a93f-94f9bba8f2d5_removebg.jpg?w=600 saved to cache
2026-03-24 13:11:30 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item bfa3a47f-35fc-5ac4-83b5-60d54635129a
2026-03-24 13:11:30 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 13:11:30 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fde5022db50>
2026-03-24 13:11:30 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 13:11:30 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-24 13:11:30 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 13:11:30 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_bfa3a47f-35fc-5ac4-83b5-60d54635129a/bfa3a47f-35fc-5ac4-83b5-60d54635129a_image_0.jpg HTTP/1.1" 201 0
2026-03-24 13:11:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:11:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FGU24UBO%252F2026-03-23%252Fimage%252Fcac49eca-3a1f-4e07-bc89-a069655d6907_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-24 13:11:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/GU24UBO/2026-03-23/image/cac49eca-3a1f-4e07-bc89-a069655d6907_removebg.jpg?w=600 saved to cache
2026-03-24 13:11:30 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item bfa3a47f-35fc-5ac4-83b5-60d54635129a
2026-03-24 13:11:30 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: bfa3a47f-35fc-5ac4-83b5-60d54635129a, skipping ID generation
2026-03-24 13:11:30 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item bfa3a47f-35fc-5ac4-83b5-60d54635129a with scrape type 1
2026-03-24 13:11:30 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item bfa3a47f-35fc-5ac4-83b5-60d54635129a sending to next pipeline
2026-03-24 13:11:30 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: bfa3a47f-35fc-5ac4-83b5-60d54635129a, identifier: 120510439
2026-03-24 13:11:30 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: bfa3a47f-35fc-5ac4-83b5-60d54635129a with identifier: 120510439
2026-03-24 13:11:30 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-24 13:11:30 [urllib3.connectionpool] DEBUG: https://translate.google.com:443 "GET /m?tl=en&sl=auto&q=GREEN HTTP/1.1" 200 None
2026-03-24 13:11:30 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-24 13:11:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='auto',RowKey='auto') HTTP/1.1" 204 0
2026-03-24 13:11:30 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: bfa3a47f-35fc-5ac4-83b5-60d54635129a with identifier: 120510439
2026-03-24 13:11:30 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: bfa3a47f-35fc-5ac4-83b5-60d54635129a with identifier: 120510439 to the API
2026-03-24 13:11:30 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 13:11:32 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-24 13:11:32 [scrapy.core.scraper] DEBUG: Scraped from <200 https://abimg003.imgix.net/GU24UBO/2026-03-23/image/cac49eca-3a1f-4e07-bc89-a069655d6907_removebg.jpg?w=600>
{'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': 9,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_bfa3a47f-35fc-5ac4-83b5-60d54635129a/bfa3a47f-35fc-5ac4-83b5-60d54635129a_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 32069,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/GU24UBO/2026-03-23/image/cac49eca-3a1f-4e07-bc89-a069655d6907_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_bfa3a47f-35fc-5ac4-83b5-60d54635129a/bfa3a47f-35fc-5ac4-83b5-60d54635129a_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 33778,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/GU24UBO/2026-03-23/image/ee26baed-b67d-4522-a93f-94f9bba8f2d5_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_bfa3a47f-35fc-5ac4-83b5-60d54635129a/bfa3a47f-35fc-5ac4-83b5-60d54635129a_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 34636,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/GU24UBO/2026-03-23/image/54a81f7f-b712-4c5c-b80f-912fecc6446b_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_bfa3a47f-35fc-5ac4-83b5-60d54635129a/bfa3a47f-35fc-5ac4-83b5-60d54635129a_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 34297,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/GU24UBO/2026-03-23/image/6bd0faba-d85a-4cee-9acd-4c79eb087cb3_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_bfa3a47f-35fc-5ac4-83b5-60d54635129a/bfa3a47f-35fc-5ac4-83b5-60d54635129a_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 50868,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/GU24UBO/2026-03-23/image/c56a7783-2b2f-49cb-be75-be4f278174da_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_bfa3a47f-35fc-5ac4-83b5-60d54635129a/bfa3a47f-35fc-5ac4-83b5-60d54635129a_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 50074,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/GU24UBO/2026-03-23/image/e1e28688-561d-467b-aa98-85203015b193_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_bfa3a47f-35fc-5ac4-83b5-60d54635129a/bfa3a47f-35fc-5ac4-83b5-60d54635129a_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 38264,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/GU24UBO/2026-03-23/image/62a2f8d8-4fcc-49a3-a9a9-3376aca9e042_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_bfa3a47f-35fc-5ac4-83b5-60d54635129a/bfa3a47f-35fc-5ac4-83b5-60d54635129a_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 57313,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/GU24UBO/2026-03-23/image/d4765c87-d083-4225-8ba8-a91c8ed6848f_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_bfa3a47f-35fc-5ac4-83b5-60d54635129a/bfa3a47f-35fc-5ac4-83b5-60d54635129a_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 48908,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/GU24UBO/2026-03-23/image/fdf514e1-5717-4b48-92a6-ba4a68d7b9b8_removebg.jpg?w=600',
'Width': 600}],
'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-24 13:11:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:11:32 [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-24 13:11:32 [astonbarclay.gb] INFO: Saving data for 120510439: {'created_time': 1774357892.252965, 'last_price_update_time': 1774357892.252977, 'auction_closing_time': 1774604700.0}
2026-03-24 13:11:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:11:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120510439') HTTP/1.1" 204 0
2026-03-24 13:11:32 [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-24 13:11:32 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:11:32 [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': 641}, 'saleStart': '2026-03-27T09:45Z', 'lot': None, '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 03/24-8K, 02/25-14K, 02/26-18K,', 'remarks': '**1091**VOSA STATES 18K,', '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-24 13:11:32 [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': 641}, 'saleStart': '2026-03-27T09:45Z', 'lot': None, '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 03/24-8K, 02/25-14K, 02/26-18K,', 'remarks': '**1091**VOSA STATES 18K,', '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-24 13:11:32 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6345683e-9b00-59ab-8030-95315cabad33 with identifier: 120277850
2026-03-24 13:11:32 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6345683e-9b00-59ab-8030-95315cabad33 with scrape type 1
2026-03-24 13:11:32 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 9 photos for item 6345683e-9b00-59ab-8030-95315cabad33
2026-03-24 13:11:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:11:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FMD72ZVX%252F2026-03-23%252Fimage%252F6a2d469e-f2ce-41ea-94ff-a43f05b777c4_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-24 13:11:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/MD72ZVX/2026-03-23/image/6a2d469e-f2ce-41ea-94ff-a43f05b777c4_removebg.jpg?w=600 not downloaded yet
2026-03-24 13:11:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:11:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FMD72ZVX%252F2026-03-23%252Fimage%252F7810c391-fa14-4431-ac4a-f90d67bd6a99_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-24 13:11:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/MD72ZVX/2026-03-23/image/7810c391-fa14-4431-ac4a-f90d67bd6a99_removebg.jpg?w=600 not downloaded yet
2026-03-24 13:11:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:11:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FMD72ZVX%252F2026-03-23%252Fimage%252Fa35112aa-afb4-4ea0-acbd-7d933bc73b2f_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-24 13:11:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/MD72ZVX/2026-03-23/image/a35112aa-afb4-4ea0-acbd-7d933bc73b2f_removebg.jpg?w=600 not downloaded yet
2026-03-24 13:11:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:11:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FMD72ZVX%252F2026-03-23%252Fimage%252Fd4e42145-fc56-4bcf-9e88-9cfd83aa934c_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-24 13:11:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/MD72ZVX/2026-03-23/image/d4e42145-fc56-4bcf-9e88-9cfd83aa934c_removebg.jpg?w=600 not downloaded yet
2026-03-24 13:11:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:11:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FMD72ZVX%252F2026-03-23%252Fimage%252F31ed8dcc-54dd-40a1-bc97-24c907e2a82d_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-24 13:11:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/MD72ZVX/2026-03-23/image/31ed8dcc-54dd-40a1-bc97-24c907e2a82d_removebg.jpg?w=600 not downloaded yet
2026-03-24 13:11:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:11:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FMD72ZVX%252F2026-03-23%252Fimage%252Ff27566d9-fad9-425a-a34b-db3de29a797d_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-24 13:11:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/MD72ZVX/2026-03-23/image/f27566d9-fad9-425a-a34b-db3de29a797d_removebg.jpg?w=600 not downloaded yet
2026-03-24 13:11:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:11:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FMD72ZVX%252F2026-03-23%252Fimage%252F758354ce-4404-474d-8f10-8d662d7598f1_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-24 13:11:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/MD72ZVX/2026-03-23/image/758354ce-4404-474d-8f10-8d662d7598f1_removebg.jpg?w=600 not downloaded yet
2026-03-24 13:11:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:11:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FMD72ZVX%252F2026-03-23%252Fimage%252F370dc0e5-bb8f-480f-b86f-545ddf8f36be_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-24 13:11:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/MD72ZVX/2026-03-23/image/370dc0e5-bb8f-480f-b86f-545ddf8f36be_removebg.jpg?w=600 not downloaded yet
2026-03-24 13:11:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:11:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FMD72ZVX%252F2026-03-23%252Fimage%252Fa5b143a9-1380-4fb8-aa34-8d75d85bf33b_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-24 13:11:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/MD72ZVX/2026-03-23/image/a5b143a9-1380-4fb8-aa34-8d75d85bf33b_removebg.jpg?w=600 not downloaded yet
2026-03-24 13:11:34 [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-24 13:11:34 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:11:34 [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': 641}, 'saleStart': '2026-03-27T09:45Z', 'lot': None, '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-24 13:11:34 [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': 641}, 'saleStart': '2026-03-27T09:45Z', 'lot': None, '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-24 13:11:34 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7db82a1b-e82e-5f42-a07c-e600c418ce8f with identifier: 120261888
2026-03-24 13:11:34 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7db82a1b-e82e-5f42-a07c-e600c418ce8f with scrape type 1
2026-03-24 13:11:34 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 9 photos for item 7db82a1b-e82e-5f42-a07c-e600c418ce8f
2026-03-24 13:11:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:11:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FBK22RYH%252F2026-03-18%252Fimage%252F554115f4-dcae-4ec4-b6ef-11c8613386e7_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-24 13:11:34 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/BK22RYH/2026-03-18/image/554115f4-dcae-4ec4-b6ef-11c8613386e7_removebg.jpg?w=600 not downloaded yet
2026-03-24 13:11:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:11:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FBK22RYH%252F2026-03-18%252Fimage%252F4a505480-5684-4cdb-a13b-91caf2e147c6_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-24 13:11:34 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/BK22RYH/2026-03-18/image/4a505480-5684-4cdb-a13b-91caf2e147c6_removebg.jpg?w=600 not downloaded yet
2026-03-24 13:11:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:11:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FBK22RYH%252F2026-03-18%252Fimage%252Fda7a8eb9-3e44-4dfd-8e81-49171f06ba91_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-24 13:11:34 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/BK22RYH/2026-03-18/image/da7a8eb9-3e44-4dfd-8e81-49171f06ba91_removebg.jpg?w=600 not downloaded yet
2026-03-24 13:11:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:11:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FBK22RYH%252F2026-03-18%252Fimage%252Fe675b0a2-0ba8-42ce-a53d-1ea9c4dffdc0_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-24 13:11:34 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/BK22RYH/2026-03-18/image/e675b0a2-0ba8-42ce-a53d-1ea9c4dffdc0_removebg.jpg?w=600 not downloaded yet
2026-03-24 13:11:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:11:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FBK22RYH%252F2026-03-18%252Fimage%252F9619bead-f7dc-4f10-ab35-e40de414b3dc_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-24 13:11:34 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/BK22RYH/2026-03-18/image/9619bead-f7dc-4f10-ab35-e40de414b3dc_removebg.jpg?w=600 not downloaded yet
2026-03-24 13:11:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:11:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FBK22RYH%252F2026-03-18%252Fimage%252F1bd76ad8-796e-4cc1-b552-c339eb3e8612_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-24 13:11:34 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/BK22RYH/2026-03-18/image/1bd76ad8-796e-4cc1-b552-c339eb3e8612_removebg.jpg?w=600 not downloaded yet
2026-03-24 13:11:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/MD72ZVX/2026-03-23/image/a5b143a9-1380-4fb8-aa34-8d75d85bf33b_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120277850?view=catalogue)
2026-03-24 13:11:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:11:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FBK22RYH%252F2026-03-18%252Fimage%252Fe4c81dc0-24a0-4502-aa6a-0102b2c6e3ec_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-24 13:11:34 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/BK22RYH/2026-03-18/image/e4c81dc0-24a0-4502-aa6a-0102b2c6e3ec_removebg.jpg?w=600 not downloaded yet
2026-03-24 13:11:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:11:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FBK22RYH%252F2026-03-18%252Fimage%252Fff16e8f6-656a-4019-b6fa-2059bb142b61_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-24 13:11:34 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/BK22RYH/2026-03-18/image/ff16e8f6-656a-4019-b6fa-2059bb142b61_removebg.jpg?w=600 not downloaded yet
2026-03-24 13:11:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:11:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FBK22RYH%252F2026-03-18%252Fimage%252Fe2b828be-8d61-4369-8f23-50424a720d68_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-24 13:11:34 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/BK22RYH/2026-03-18/image/e2b828be-8d61-4369-8f23-50424a720d68_removebg.jpg?w=600 not downloaded yet
2026-03-24 13:11:34 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 13:11:34 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fde519165d0>
2026-03-24 13:11:34 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 13:11:34 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-24 13:11:34 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 13:11:34 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_6345683e-9b00-59ab-8030-95315cabad33/6345683e-9b00-59ab-8030-95315cabad33_image_8.jpg HTTP/1.1" 201 0
2026-03-24 13:11:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:11:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FMD72ZVX%252F2026-03-23%252Fimage%252Fa5b143a9-1380-4fb8-aa34-8d75d85bf33b_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-24 13:11:34 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/MD72ZVX/2026-03-23/image/a5b143a9-1380-4fb8-aa34-8d75d85bf33b_removebg.jpg?w=600 saved to cache
2026-03-24 13:11:34 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 6345683e-9b00-59ab-8030-95315cabad33
2026-03-24 13:11:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/BK22RYH/2026-03-18/image/1bd76ad8-796e-4cc1-b552-c339eb3e8612_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120261888?view=catalogue)
2026-03-24 13:11:35 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 13:11:35 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fde516f3650>
2026-03-24 13:11:35 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 13:11:35 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-24 13:11:35 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 13:11:35 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_7db82a1b-e82e-5f42-a07c-e600c418ce8f/7db82a1b-e82e-5f42-a07c-e600c418ce8f_image_5.jpg HTTP/1.1" 201 0
2026-03-24 13:11:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:11:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FBK22RYH%252F2026-03-18%252Fimage%252F1bd76ad8-796e-4cc1-b552-c339eb3e8612_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-24 13:11:35 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/BK22RYH/2026-03-18/image/1bd76ad8-796e-4cc1-b552-c339eb3e8612_removebg.jpg?w=600 saved to cache
2026-03-24 13:11:35 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 7db82a1b-e82e-5f42-a07c-e600c418ce8f
2026-03-24 13:11:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/BK22RYH/2026-03-18/image/e2b828be-8d61-4369-8f23-50424a720d68_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120261888?view=catalogue)
2026-03-24 13:11:35 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 13:11:35 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fde50320c50>
2026-03-24 13:11:35 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 13:11:35 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-24 13:11:35 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 13:11:35 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_7db82a1b-e82e-5f42-a07c-e600c418ce8f/7db82a1b-e82e-5f42-a07c-e600c418ce8f_image_8.jpg HTTP/1.1" 201 0
2026-03-24 13:11:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:11:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FBK22RYH%252F2026-03-18%252Fimage%252Fe2b828be-8d61-4369-8f23-50424a720d68_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-24 13:11:35 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/BK22RYH/2026-03-18/image/e2b828be-8d61-4369-8f23-50424a720d68_removebg.jpg?w=600 saved to cache
2026-03-24 13:11:35 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 7db82a1b-e82e-5f42-a07c-e600c418ce8f
2026-03-24 13:11:35 [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-24 13:11:35 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:11:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/BK22RYH/2026-03-18/image/ff16e8f6-656a-4019-b6fa-2059bb142b61_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120261888?view=catalogue)
2026-03-24 13:11:35 [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': 641}, 'saleStart': '2026-03-27T09:45Z', 'lot': None, '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': 'VOSA STATES 29K, 37K, \t 20in Induction\tSolid Black', '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/0d71ea69-a634-4292-aeba-a1bbfca96ea8.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-24 13:11:35 [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': 641}, 'saleStart': '2026-03-27T09:45Z', 'lot': None, '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': 'VOSA STATES 29K, 37K, \t 20in Induction\tSolid Black', '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/0d71ea69-a634-4292-aeba-a1bbfca96ea8.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-24 13:11:35 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: fc3202bb-4ec1-5d8d-8786-48edccb0bc4d with identifier: 120198623
2026-03-24 13:11:35 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fc3202bb-4ec1-5d8d-8786-48edccb0bc4d with scrape type 1
2026-03-24 13:11:35 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 9 photos for item fc3202bb-4ec1-5d8d-8786-48edccb0bc4d
2026-03-24 13:11:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:11:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FYK22PXC%252F2026-03-24%252Fimage%252F7faf6550-6f57-457d-9739-8892a17987b8_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-24 13:11:35 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/YK22PXC/2026-03-24/image/7faf6550-6f57-457d-9739-8892a17987b8_removebg.jpg?w=600 not downloaded yet
2026-03-24 13:11:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:11:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FYK22PXC%252F2026-03-24%252Fimage%252Fc1cb5d6d-4b5f-49b2-bfdf-46904239d460_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-24 13:11:35 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/YK22PXC/2026-03-24/image/c1cb5d6d-4b5f-49b2-bfdf-46904239d460_removebg.jpg?w=600 not downloaded yet
2026-03-24 13:11:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:11:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FYK22PXC%252F2026-03-24%252Fimage%252F890a1c86-8243-412a-9ee5-3d3d08d653d0_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-24 13:11:35 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/YK22PXC/2026-03-24/image/890a1c86-8243-412a-9ee5-3d3d08d653d0_removebg.jpg?w=600 not downloaded yet
2026-03-24 13:11:35 [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-24 13:11:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:11:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FYK22PXC%252F2026-03-24%252Fimage%252Ffb60c80e-858e-43d4-b449-db9621055583_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-24 13:11:35 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/YK22PXC/2026-03-24/image/fb60c80e-858e-43d4-b449-db9621055583_removebg.jpg?w=600 not downloaded yet
2026-03-24 13:11:35 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:11:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:11:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FYK22PXC%252F2026-03-24%252Fimage%252F94409d05-7d34-40c9-9244-b14a6a931368_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-24 13:11:35 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/YK22PXC/2026-03-24/image/94409d05-7d34-40c9-9244-b14a6a931368_removebg.jpg?w=600 not downloaded yet
2026-03-24 13:11:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:11:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FYK22PXC%252F2026-03-24%252Fimage%252F7afc87f7-ed46-409b-b08e-44400fb212ef_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-24 13:11:35 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/YK22PXC/2026-03-24/image/7afc87f7-ed46-409b-b08e-44400fb212ef_removebg.jpg?w=600 not downloaded yet
2026-03-24 13:11:35 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 13:11:35 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fde43fce5d0>
2026-03-24 13:11:35 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 13:11:35 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-24 13:11:35 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 13:11:35 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_7db82a1b-e82e-5f42-a07c-e600c418ce8f/7db82a1b-e82e-5f42-a07c-e600c418ce8f_image_7.jpg HTTP/1.1" 201 0
2026-03-24 13:11:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:11:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FBK22RYH%252F2026-03-18%252Fimage%252Fff16e8f6-656a-4019-b6fa-2059bb142b61_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-24 13:11:35 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/BK22RYH/2026-03-18/image/ff16e8f6-656a-4019-b6fa-2059bb142b61_removebg.jpg?w=600 saved to cache
2026-03-24 13:11:35 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 7db82a1b-e82e-5f42-a07c-e600c418ce8f
2026-03-24 13:11:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:11:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FYK22PXC%252F2026-03-24%252Fimage%252Ffc20aa84-4013-4c88-9005-70fe89715607_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-24 13:11:35 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/YK22PXC/2026-03-24/image/fc20aa84-4013-4c88-9005-70fe89715607_removebg.jpg?w=600 not downloaded yet
2026-03-24 13:11:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/BK22RYH/2026-03-18/image/e4c81dc0-24a0-4502-aa6a-0102b2c6e3ec_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120261888?view=catalogue)
2026-03-24 13:11:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:11:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FYK22PXC%252F2026-03-24%252Fimage%252F129036f4-dc45-493a-9fb3-f83308535d89_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-24 13:11:35 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/YK22PXC/2026-03-24/image/129036f4-dc45-493a-9fb3-f83308535d89_removebg.jpg?w=600 not downloaded yet
2026-03-24 13:11:35 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120728474, 'registration': 'ND12HPN', 'account': 'WBA001', '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': 641}, 'saleStart': '2026-03-27T09:45Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2012-05-30', 'fuel': 'Diesel', 'motExpiry': '2026-10-22', 'doors': 5, 'engineSize': 1461, 'bodyType': 'Hatchback', 'images': None, 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': None, 'serviceHistory': '', 'remarks': 'VOSA STATES 59K, 63K, 78K, 91K, 97K, 103K, 113K, 117K, 124K, 128K, 134K, 144K,', 'virtual': False, 'seller': 'UKCGR', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '5', 'v5': False, 'v5details': None, 'co2': 137, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': None, 'assuredType': None, 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 13:11:35 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120728474, 'registration': 'ND12HPN', 'account': 'WBA001', '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': 641}, 'saleStart': '2026-03-27T09:45Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2012-05-30', 'fuel': 'Diesel', 'motExpiry': '2026-10-22', 'doors': 5, 'engineSize': 1461, 'bodyType': 'Hatchback', 'images': None, 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': None, 'serviceHistory': '', 'remarks': 'VOSA STATES 59K, 63K, 78K, 91K, 97K, 103K, 113K, 117K, 124K, 128K, 134K, 144K,', 'virtual': False, 'seller': 'UKCGR', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '5', 'v5': False, 'v5details': None, 'co2': 137, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': None, 'assuredType': None, 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 13:11:35 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f6b37975-7401-5c0d-a9de-ea15210661af with identifier: 120728474
2026-03-24 13:11:35 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f6b37975-7401-5c0d-a9de-ea15210661af with scrape type 1
2026-03-24 13:11:35 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 0 photos for item f6b37975-7401-5c0d-a9de-ea15210661af
2026-03-24 13:11:35 [crawlers.middlewares.photo_download_middleware] INFO: No photos to download for item f6b37975-7401-5c0d-a9de-ea15210661af
2026-03-24 13:11:36 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: f6b37975-7401-5c0d-a9de-ea15210661af, identifier: 120728474
2026-03-24 13:11:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/YK22PXC/2026-03-24/image/890a1c86-8243-412a-9ee5-3d3d08d653d0_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120198623?view=catalogue)
2026-03-24 13:11:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:11:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FYK22PXC%252F2026-03-24%252Fimage%252F893883ca-bb16-47ad-afd1-7ac9e0df4b3c_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-24 13:11:36 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/YK22PXC/2026-03-24/image/893883ca-bb16-47ad-afd1-7ac9e0df4b3c_removebg.jpg?w=600 not downloaded yet
2026-03-24 13:11:36 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: f6b37975-7401-5c0d-a9de-ea15210661af with identifier: 120728474
2026-03-24 13:11:36 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: f6b37975-7401-5c0d-a9de-ea15210661af with identifier: 120728474
2026-03-24 13:11:36 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: f6b37975-7401-5c0d-a9de-ea15210661af with identifier: 120728474 to the API
2026-03-24 13:11:36 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 13:11: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-24 13:11:38 [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',
'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-24 13:11:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:11:38 [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-24 13:11:38 [astonbarclay.gb] INFO: Saving data for 120728474: {'created_time': 1774357898.19691, 'last_price_update_time': 1774357898.196923, 'auction_closing_time': 1774604700.0}
2026-03-24 13:11:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:11:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120728474') HTTP/1.1" 204 0
2026-03-24 13:11:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/YK22PXC/2026-03-24/image/fc20aa84-4013-4c88-9005-70fe89715607_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120198623?view=catalogue)
2026-03-24 13:11:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/BK22RYH/2026-03-18/image/9619bead-f7dc-4f10-ab35-e40de414b3dc_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120261888?view=catalogue)
2026-03-24 13:11:38 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 13:11:38 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fde502d9310>
2026-03-24 13:11:38 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 13:11:38 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-24 13:11:38 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 13:11:38 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_7db82a1b-e82e-5f42-a07c-e600c418ce8f/7db82a1b-e82e-5f42-a07c-e600c418ce8f_image_6.jpg HTTP/1.1" 201 0
2026-03-24 13:11:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:11:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FBK22RYH%252F2026-03-18%252Fimage%252Fe4c81dc0-24a0-4502-aa6a-0102b2c6e3ec_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-24 13:11:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/BK22RYH/2026-03-18/image/e4c81dc0-24a0-4502-aa6a-0102b2c6e3ec_removebg.jpg?w=600 saved to cache
2026-03-24 13:11:38 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 7db82a1b-e82e-5f42-a07c-e600c418ce8f
2026-03-24 13:11:38 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 13:11:38 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fde43f540d0>
2026-03-24 13:11:38 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 13:11:38 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-24 13:11:38 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 13:11:38 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_fc3202bb-4ec1-5d8d-8786-48edccb0bc4d/fc3202bb-4ec1-5d8d-8786-48edccb0bc4d_image_2.jpg HTTP/1.1" 201 0
2026-03-24 13:11:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:11:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FYK22PXC%252F2026-03-24%252Fimage%252F890a1c86-8243-412a-9ee5-3d3d08d653d0_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-24 13:11:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/YK22PXC/2026-03-24/image/890a1c86-8243-412a-9ee5-3d3d08d653d0_removebg.jpg?w=600 saved to cache
2026-03-24 13:11:38 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item fc3202bb-4ec1-5d8d-8786-48edccb0bc4d
2026-03-24 13:11:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/YK22PXC/2026-03-24/image/129036f4-dc45-493a-9fb3-f83308535d89_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120198623?view=catalogue)
2026-03-24 13:11:38 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 13:11:38 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fde50120490>
2026-03-24 13:11:38 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 13:11:38 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-24 13:11:38 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 13:11:38 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_fc3202bb-4ec1-5d8d-8786-48edccb0bc4d/fc3202bb-4ec1-5d8d-8786-48edccb0bc4d_image_6.jpg HTTP/1.1" 201 0
2026-03-24 13:11:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:11:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FYK22PXC%252F2026-03-24%252Fimage%252Ffc20aa84-4013-4c88-9005-70fe89715607_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-24 13:11:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/YK22PXC/2026-03-24/image/fc20aa84-4013-4c88-9005-70fe89715607_removebg.jpg?w=600 saved to cache
2026-03-24 13:11:38 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item fc3202bb-4ec1-5d8d-8786-48edccb0bc4d
2026-03-24 13:11:38 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 13:11:38 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fde503ebf10>
2026-03-24 13:11:38 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 13:11:38 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-24 13:11:38 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 13:11:38 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_7db82a1b-e82e-5f42-a07c-e600c418ce8f/7db82a1b-e82e-5f42-a07c-e600c418ce8f_image_4.jpg HTTP/1.1" 201 0
2026-03-24 13:11:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:11:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FBK22RYH%252F2026-03-18%252Fimage%252F9619bead-f7dc-4f10-ab35-e40de414b3dc_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-24 13:11:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/BK22RYH/2026-03-18/image/9619bead-f7dc-4f10-ab35-e40de414b3dc_removebg.jpg?w=600 saved to cache
2026-03-24 13:11:38 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 7db82a1b-e82e-5f42-a07c-e600c418ce8f
2026-03-24 13:11:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/YK22PXC/2026-03-24/image/94409d05-7d34-40c9-9244-b14a6a931368_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120198623?view=catalogue)
2026-03-24 13:11:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/YK22PXC/2026-03-24/image/893883ca-bb16-47ad-afd1-7ac9e0df4b3c_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120198623?view=catalogue)
2026-03-24 13:11:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/YK22PXC/2026-03-24/image/7afc87f7-ed46-409b-b08e-44400fb212ef_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120198623?view=catalogue)
2026-03-24 13:11:38 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 13:11:38 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fde50a784d0>
2026-03-24 13:11:38 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 13:11:38 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-24 13:11:38 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 13:11:38 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_fc3202bb-4ec1-5d8d-8786-48edccb0bc4d/fc3202bb-4ec1-5d8d-8786-48edccb0bc4d_image_7.jpg HTTP/1.1" 201 0
2026-03-24 13:11:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:11:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FYK22PXC%252F2026-03-24%252Fimage%252F129036f4-dc45-493a-9fb3-f83308535d89_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-24 13:11:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/YK22PXC/2026-03-24/image/129036f4-dc45-493a-9fb3-f83308535d89_removebg.jpg?w=600 saved to cache
2026-03-24 13:11:38 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item fc3202bb-4ec1-5d8d-8786-48edccb0bc4d
2026-03-24 13:11:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/YK22PXC/2026-03-24/image/c1cb5d6d-4b5f-49b2-bfdf-46904239d460_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120198623?view=catalogue)
2026-03-24 13:11:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/YK22PXC/2026-03-24/image/fb60c80e-858e-43d4-b449-db9621055583_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120198623?view=catalogue)
2026-03-24 13:11:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/YK22PXC/2026-03-24/image/7faf6550-6f57-457d-9739-8892a17987b8_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120198623?view=catalogue)
2026-03-24 13:11:38 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 13:11:38 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fde516c86d0>
2026-03-24 13:11:38 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 13:11:38 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-24 13:11:38 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 13:11:38 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_fc3202bb-4ec1-5d8d-8786-48edccb0bc4d/fc3202bb-4ec1-5d8d-8786-48edccb0bc4d_image_4.jpg HTTP/1.1" 201 0
2026-03-24 13:11:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:11:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FYK22PXC%252F2026-03-24%252Fimage%252F94409d05-7d34-40c9-9244-b14a6a931368_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-24 13:11:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/YK22PXC/2026-03-24/image/94409d05-7d34-40c9-9244-b14a6a931368_removebg.jpg?w=600 saved to cache
2026-03-24 13:11:38 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item fc3202bb-4ec1-5d8d-8786-48edccb0bc4d
2026-03-24 13:11:38 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 13:11:38 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fde500a5090>
2026-03-24 13:11:38 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 13:11:38 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-24 13:11:38 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 13:11:38 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_fc3202bb-4ec1-5d8d-8786-48edccb0bc4d/fc3202bb-4ec1-5d8d-8786-48edccb0bc4d_image_8.jpg HTTP/1.1" 201 0
2026-03-24 13:11:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:11:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FYK22PXC%252F2026-03-24%252Fimage%252F893883ca-bb16-47ad-afd1-7ac9e0df4b3c_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-24 13:11:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/YK22PXC/2026-03-24/image/893883ca-bb16-47ad-afd1-7ac9e0df4b3c_removebg.jpg?w=600 saved to cache
2026-03-24 13:11:38 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item fc3202bb-4ec1-5d8d-8786-48edccb0bc4d
2026-03-24 13:11:38 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 13:11:38 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fde43ff2550>
2026-03-24 13:11:38 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 13:11:38 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-24 13:11:38 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 13:11:38 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_fc3202bb-4ec1-5d8d-8786-48edccb0bc4d/fc3202bb-4ec1-5d8d-8786-48edccb0bc4d_image_5.jpg HTTP/1.1" 201 0
2026-03-24 13:11:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:11:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FYK22PXC%252F2026-03-24%252Fimage%252F7afc87f7-ed46-409b-b08e-44400fb212ef_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-24 13:11:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/YK22PXC/2026-03-24/image/7afc87f7-ed46-409b-b08e-44400fb212ef_removebg.jpg?w=600 saved to cache
2026-03-24 13:11:38 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item fc3202bb-4ec1-5d8d-8786-48edccb0bc4d
2026-03-24 13:11:38 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 13:11:38 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fde50260110>
2026-03-24 13:11:38 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 13:11:38 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-24 13:11:38 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 13:11:38 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_fc3202bb-4ec1-5d8d-8786-48edccb0bc4d/fc3202bb-4ec1-5d8d-8786-48edccb0bc4d_image_1.jpg HTTP/1.1" 201 0
2026-03-24 13:11:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:11:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FYK22PXC%252F2026-03-24%252Fimage%252Fc1cb5d6d-4b5f-49b2-bfdf-46904239d460_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-24 13:11:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/YK22PXC/2026-03-24/image/c1cb5d6d-4b5f-49b2-bfdf-46904239d460_removebg.jpg?w=600 saved to cache
2026-03-24 13:11:38 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item fc3202bb-4ec1-5d8d-8786-48edccb0bc4d
2026-03-24 13:11:38 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 13:11:38 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fde43f22950>
2026-03-24 13:11:38 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 13:11:38 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-24 13:11:38 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 13:11:38 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_fc3202bb-4ec1-5d8d-8786-48edccb0bc4d/fc3202bb-4ec1-5d8d-8786-48edccb0bc4d_image_3.jpg HTTP/1.1" 201 0
2026-03-24 13:11:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:11:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FYK22PXC%252F2026-03-24%252Fimage%252Ffb60c80e-858e-43d4-b449-db9621055583_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-24 13:11:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/YK22PXC/2026-03-24/image/fb60c80e-858e-43d4-b449-db9621055583_removebg.jpg?w=600 saved to cache
2026-03-24 13:11:38 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item fc3202bb-4ec1-5d8d-8786-48edccb0bc4d
2026-03-24 13:11:38 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 13:11:38 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fde50410e90>
2026-03-24 13:11:38 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 13:11:38 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-24 13:11:38 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 13:11:38 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_fc3202bb-4ec1-5d8d-8786-48edccb0bc4d/fc3202bb-4ec1-5d8d-8786-48edccb0bc4d_image_0.jpg HTTP/1.1" 201 0
2026-03-24 13:11:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:11:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FYK22PXC%252F2026-03-24%252Fimage%252F7faf6550-6f57-457d-9739-8892a17987b8_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-24 13:11:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/YK22PXC/2026-03-24/image/7faf6550-6f57-457d-9739-8892a17987b8_removebg.jpg?w=600 saved to cache
2026-03-24 13:11:38 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item fc3202bb-4ec1-5d8d-8786-48edccb0bc4d
2026-03-24 13:11:38 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: fc3202bb-4ec1-5d8d-8786-48edccb0bc4d, skipping ID generation
2026-03-24 13:11:38 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fc3202bb-4ec1-5d8d-8786-48edccb0bc4d with scrape type 1
2026-03-24 13:11:38 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item fc3202bb-4ec1-5d8d-8786-48edccb0bc4d sending to next pipeline
2026-03-24 13:11:38 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: fc3202bb-4ec1-5d8d-8786-48edccb0bc4d, identifier: 120198623
2026-03-24 13:11:38 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: fc3202bb-4ec1-5d8d-8786-48edccb0bc4d with identifier: 120198623
2026-03-24 13:11:38 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: fc3202bb-4ec1-5d8d-8786-48edccb0bc4d with identifier: 120198623
2026-03-24 13:11: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-24 13:11:38 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 13:11: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-24 13:11:41 [scrapy.core.scraper] DEBUG: Scraped from <200 https://abimg003.imgix.net/YK22PXC/2026-03-24/image/7faf6550-6f57-457d-9739-8892a17987b8_removebg.jpg?w=600>
{'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': 9,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_fc3202bb-4ec1-5d8d-8786-48edccb0bc4d/fc3202bb-4ec1-5d8d-8786-48edccb0bc4d_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 32763,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/YK22PXC/2026-03-24/image/7faf6550-6f57-457d-9739-8892a17987b8_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_fc3202bb-4ec1-5d8d-8786-48edccb0bc4d/fc3202bb-4ec1-5d8d-8786-48edccb0bc4d_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 32138,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/YK22PXC/2026-03-24/image/c1cb5d6d-4b5f-49b2-bfdf-46904239d460_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_fc3202bb-4ec1-5d8d-8786-48edccb0bc4d/fc3202bb-4ec1-5d8d-8786-48edccb0bc4d_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 34907,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/YK22PXC/2026-03-24/image/890a1c86-8243-412a-9ee5-3d3d08d653d0_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_fc3202bb-4ec1-5d8d-8786-48edccb0bc4d/fc3202bb-4ec1-5d8d-8786-48edccb0bc4d_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 35935,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/YK22PXC/2026-03-24/image/fb60c80e-858e-43d4-b449-db9621055583_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_fc3202bb-4ec1-5d8d-8786-48edccb0bc4d/fc3202bb-4ec1-5d8d-8786-48edccb0bc4d_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 37566,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/YK22PXC/2026-03-24/image/94409d05-7d34-40c9-9244-b14a6a931368_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_fc3202bb-4ec1-5d8d-8786-48edccb0bc4d/fc3202bb-4ec1-5d8d-8786-48edccb0bc4d_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 43053,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/YK22PXC/2026-03-24/image/7afc87f7-ed46-409b-b08e-44400fb212ef_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_fc3202bb-4ec1-5d8d-8786-48edccb0bc4d/fc3202bb-4ec1-5d8d-8786-48edccb0bc4d_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 33285,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/YK22PXC/2026-03-24/image/fc20aa84-4013-4c88-9005-70fe89715607_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_fc3202bb-4ec1-5d8d-8786-48edccb0bc4d/fc3202bb-4ec1-5d8d-8786-48edccb0bc4d_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 45287,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/YK22PXC/2026-03-24/image/129036f4-dc45-493a-9fb3-f83308535d89_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_fc3202bb-4ec1-5d8d-8786-48edccb0bc4d/fc3202bb-4ec1-5d8d-8786-48edccb0bc4d_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 44786,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/YK22PXC/2026-03-24/image/893883ca-bb16-47ad-afd1-7ac9e0df4b3c_removebg.jpg?w=600',
'Width': 600}],
'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-24 13:11:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:11:41 [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-24 13:11:41 [astonbarclay.gb] INFO: Saving data for 120198623: {'created_time': 1774357901.358946, 'last_price_update_time': 1774357901.358956, 'auction_closing_time': 1774604700.0}
2026-03-24 13:11:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:11:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120198623') HTTP/1.1" 204 0
2026-03-24 13:11:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/BK22RYH/2026-03-18/image/e675b0a2-0ba8-42ce-a53d-1ea9c4dffdc0_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120261888?view=catalogue)
2026-03-24 13:11:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/BK22RYH/2026-03-18/image/da7a8eb9-3e44-4dfd-8e81-49171f06ba91_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120261888?view=catalogue)
2026-03-24 13:11:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/BK22RYH/2026-03-18/image/4a505480-5684-4cdb-a13b-91caf2e147c6_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120261888?view=catalogue)
2026-03-24 13:11:41 [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-24 13:11:41 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:11:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/BK22RYH/2026-03-18/image/554115f4-dcae-4ec4-b6ef-11c8613386e7_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120261888?view=catalogue)
2026-03-24 13:11:41 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 13:11:41 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fde43fef350>
2026-03-24 13:11:41 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 13:11:41 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-24 13:11:41 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 13:11:41 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_7db82a1b-e82e-5f42-a07c-e600c418ce8f/7db82a1b-e82e-5f42-a07c-e600c418ce8f_image_3.jpg HTTP/1.1" 201 0
2026-03-24 13:11:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:11:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FBK22RYH%252F2026-03-18%252Fimage%252Fe675b0a2-0ba8-42ce-a53d-1ea9c4dffdc0_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-24 13:11:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/BK22RYH/2026-03-18/image/e675b0a2-0ba8-42ce-a53d-1ea9c4dffdc0_removebg.jpg?w=600 saved to cache
2026-03-24 13:11:41 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 7db82a1b-e82e-5f42-a07c-e600c418ce8f
2026-03-24 13:11:41 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 13:11:41 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fde516f3650>
2026-03-24 13:11:41 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 13:11:41 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-24 13:11:41 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 13:11:41 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_7db82a1b-e82e-5f42-a07c-e600c418ce8f/7db82a1b-e82e-5f42-a07c-e600c418ce8f_image_2.jpg HTTP/1.1" 201 0
2026-03-24 13:11:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:11:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FBK22RYH%252F2026-03-18%252Fimage%252Fda7a8eb9-3e44-4dfd-8e81-49171f06ba91_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-24 13:11:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/BK22RYH/2026-03-18/image/da7a8eb9-3e44-4dfd-8e81-49171f06ba91_removebg.jpg?w=600 saved to cache
2026-03-24 13:11:41 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 7db82a1b-e82e-5f42-a07c-e600c418ce8f
2026-03-24 13:11:41 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 13:11:41 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fde500febd0>
2026-03-24 13:11:41 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 13:11:41 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-24 13:11:41 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 13:11:41 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_7db82a1b-e82e-5f42-a07c-e600c418ce8f/7db82a1b-e82e-5f42-a07c-e600c418ce8f_image_1.jpg HTTP/1.1" 201 0
2026-03-24 13:11:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:11:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FBK22RYH%252F2026-03-18%252Fimage%252F4a505480-5684-4cdb-a13b-91caf2e147c6_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-24 13:11:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/BK22RYH/2026-03-18/image/4a505480-5684-4cdb-a13b-91caf2e147c6_removebg.jpg?w=600 saved to cache
2026-03-24 13:11:41 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 7db82a1b-e82e-5f42-a07c-e600c418ce8f
2026-03-24 13:11:41 [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': 641}, 'saleStart': '2026-03-27T09:45Z', 'lot': None, '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, 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-24 13:11:41 [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': 641}, 'saleStart': '2026-03-27T09:45Z', 'lot': None, '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, 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-24 13:11:41 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9f200943-3a32-5e38-a44e-934d9d458c62 with identifier: 120262153
2026-03-24 13:11:41 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9f200943-3a32-5e38-a44e-934d9d458c62 with scrape type 1
2026-03-24 13:11:41 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 9 photos for item 9f200943-3a32-5e38-a44e-934d9d458c62
2026-03-24 13:11:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:11:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FCK22AZV%252F2026-03-18%252Fimage%252F24ca1729-dd42-4da1-bec7-392ac4d1153f_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-24 13:11:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/CK22AZV/2026-03-18/image/24ca1729-dd42-4da1-bec7-392ac4d1153f_removebg.jpg?w=600 not downloaded yet
2026-03-24 13:11:41 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 13:11:41 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fde51ab3190>
2026-03-24 13:11:41 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 13:11:41 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-24 13:11:41 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 13:11:41 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_7db82a1b-e82e-5f42-a07c-e600c418ce8f/7db82a1b-e82e-5f42-a07c-e600c418ce8f_image_0.jpg HTTP/1.1" 201 0
2026-03-24 13:11:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:11:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FBK22RYH%252F2026-03-18%252Fimage%252F554115f4-dcae-4ec4-b6ef-11c8613386e7_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-24 13:11:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/BK22RYH/2026-03-18/image/554115f4-dcae-4ec4-b6ef-11c8613386e7_removebg.jpg?w=600 saved to cache
2026-03-24 13:11:41 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 7db82a1b-e82e-5f42-a07c-e600c418ce8f
2026-03-24 13:11:41 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 7db82a1b-e82e-5f42-a07c-e600c418ce8f, skipping ID generation
2026-03-24 13:11:41 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7db82a1b-e82e-5f42-a07c-e600c418ce8f with scrape type 1
2026-03-24 13:11:41 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 7db82a1b-e82e-5f42-a07c-e600c418ce8f sending to next pipeline
2026-03-24 13:11:41 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 7db82a1b-e82e-5f42-a07c-e600c418ce8f, identifier: 120261888
2026-03-24 13:11:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/MD72ZVX/2026-03-23/image/758354ce-4404-474d-8f10-8d662d7598f1_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120277850?view=catalogue)
2026-03-24 13:11:41 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 7db82a1b-e82e-5f42-a07c-e600c418ce8f with identifier: 120261888
2026-03-24 13:11:41 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 7db82a1b-e82e-5f42-a07c-e600c418ce8f with identifier: 120261888
2026-03-24 13:11:41 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 7db82a1b-e82e-5f42-a07c-e600c418ce8f with identifier: 120261888 to the API
2026-03-24 13:11:41 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 13:11:43 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-24 13:11:43 [scrapy.core.scraper] DEBUG: Scraped from <200 https://abimg003.imgix.net/BK22RYH/2026-03-18/image/554115f4-dcae-4ec4-b6ef-11c8613386e7_removebg.jpg?w=600>
{'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': 9,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_7db82a1b-e82e-5f42-a07c-e600c418ce8f/7db82a1b-e82e-5f42-a07c-e600c418ce8f_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 21968,
'Height': 338,
'OriginUrl': 'https://abimg003.imgix.net/BK22RYH/2026-03-18/image/554115f4-dcae-4ec4-b6ef-11c8613386e7_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_7db82a1b-e82e-5f42-a07c-e600c418ce8f/7db82a1b-e82e-5f42-a07c-e600c418ce8f_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 22138,
'Height': 338,
'OriginUrl': 'https://abimg003.imgix.net/BK22RYH/2026-03-18/image/4a505480-5684-4cdb-a13b-91caf2e147c6_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_7db82a1b-e82e-5f42-a07c-e600c418ce8f/7db82a1b-e82e-5f42-a07c-e600c418ce8f_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 20404,
'Height': 338,
'OriginUrl': 'https://abimg003.imgix.net/BK22RYH/2026-03-18/image/da7a8eb9-3e44-4dfd-8e81-49171f06ba91_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_7db82a1b-e82e-5f42-a07c-e600c418ce8f/7db82a1b-e82e-5f42-a07c-e600c418ce8f_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 20422,
'Height': 338,
'OriginUrl': 'https://abimg003.imgix.net/BK22RYH/2026-03-18/image/e675b0a2-0ba8-42ce-a53d-1ea9c4dffdc0_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_7db82a1b-e82e-5f42-a07c-e600c418ce8f/7db82a1b-e82e-5f42-a07c-e600c418ce8f_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 40357,
'Height': 338,
'OriginUrl': 'https://abimg003.imgix.net/BK22RYH/2026-03-18/image/9619bead-f7dc-4f10-ab35-e40de414b3dc_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_7db82a1b-e82e-5f42-a07c-e600c418ce8f/7db82a1b-e82e-5f42-a07c-e600c418ce8f_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 44483,
'Height': 338,
'OriginUrl': 'https://abimg003.imgix.net/BK22RYH/2026-03-18/image/1bd76ad8-796e-4cc1-b552-c339eb3e8612_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_7db82a1b-e82e-5f42-a07c-e600c418ce8f/7db82a1b-e82e-5f42-a07c-e600c418ce8f_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 36401,
'Height': 338,
'OriginUrl': 'https://abimg003.imgix.net/BK22RYH/2026-03-18/image/e4c81dc0-24a0-4502-aa6a-0102b2c6e3ec_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_7db82a1b-e82e-5f42-a07c-e600c418ce8f/7db82a1b-e82e-5f42-a07c-e600c418ce8f_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 36582,
'Height': 338,
'OriginUrl': 'https://abimg003.imgix.net/BK22RYH/2026-03-18/image/ff16e8f6-656a-4019-b6fa-2059bb142b61_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_7db82a1b-e82e-5f42-a07c-e600c418ce8f/7db82a1b-e82e-5f42-a07c-e600c418ce8f_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 37839,
'Height': 338,
'OriginUrl': 'https://abimg003.imgix.net/BK22RYH/2026-03-18/image/e2b828be-8d61-4369-8f23-50424a720d68_removebg.jpg?w=600',
'Width': 600}],
'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-24 13:11:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:11:43 [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-24 13:11:43 [astonbarclay.gb] INFO: Saving data for 120261888: {'created_time': 1774357903.422024, 'last_price_update_time': 1774357903.422039, 'auction_closing_time': 1774604700.0}
2026-03-24 13:11:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:11:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120261888') HTTP/1.1" 204 0
2026-03-24 13:11:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/MD72ZVX/2026-03-23/image/370dc0e5-bb8f-480f-b86f-545ddf8f36be_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120277850?view=catalogue)
2026-03-24 13:11:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/MD72ZVX/2026-03-23/image/31ed8dcc-54dd-40a1-bc97-24c907e2a82d_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120277850?view=catalogue)
2026-03-24 13:11:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/MD72ZVX/2026-03-23/image/f27566d9-fad9-425a-a34b-db3de29a797d_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120277850?view=catalogue)
2026-03-24 13:11:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:11:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FCK22AZV%252F2026-03-18%252Fimage%252Fd660923b-1f0b-4acd-b057-facd634a5c8f_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-24 13:11:43 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/CK22AZV/2026-03-18/image/d660923b-1f0b-4acd-b057-facd634a5c8f_removebg.jpg?w=600 not downloaded yet
2026-03-24 13:11:43 [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-24 13:11:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:11:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FCK22AZV%252F2026-03-18%252Fimage%252F226ea20a-ad52-4739-91dd-212a6719686c_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-24 13:11:43 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/CK22AZV/2026-03-18/image/226ea20a-ad52-4739-91dd-212a6719686c_removebg.jpg?w=600 not downloaded yet
2026-03-24 13:11:43 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:11:43 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 13:11:43 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fde43f2db50>
2026-03-24 13:11:43 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 13:11:43 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-24 13:11:43 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 13:11:43 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_6345683e-9b00-59ab-8030-95315cabad33/6345683e-9b00-59ab-8030-95315cabad33_image_6.jpg HTTP/1.1" 201 0
2026-03-24 13:11:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:11:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FMD72ZVX%252F2026-03-23%252Fimage%252F758354ce-4404-474d-8f10-8d662d7598f1_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-24 13:11:43 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/MD72ZVX/2026-03-23/image/758354ce-4404-474d-8f10-8d662d7598f1_removebg.jpg?w=600 saved to cache
2026-03-24 13:11:43 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 6345683e-9b00-59ab-8030-95315cabad33
2026-03-24 13:11:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:11:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FCK22AZV%252F2026-03-18%252Fimage%252F1e07c6c9-ce53-4765-b93a-329bb6dc54ec_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-24 13:11:43 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/CK22AZV/2026-03-18/image/1e07c6c9-ce53-4765-b93a-329bb6dc54ec_removebg.jpg?w=600 not downloaded yet
2026-03-24 13:11:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/CK22AZV/2026-03-18/image/24ca1729-dd42-4da1-bec7-392ac4d1153f_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120262153?view=catalogue)
2026-03-24 13:11:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:11:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FCK22AZV%252F2026-03-18%252Fimage%252F3046d07b-58ec-454a-a894-c704f3fea02a_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-24 13:11:43 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/CK22AZV/2026-03-18/image/3046d07b-58ec-454a-a894-c704f3fea02a_removebg.jpg?w=600 not downloaded yet
2026-03-24 13:11:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:11:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FCK22AZV%252F2026-03-18%252Fimage%252F348b9710-9016-4f0d-b583-2da5fdc89fd6_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-24 13:11:43 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/CK22AZV/2026-03-18/image/348b9710-9016-4f0d-b583-2da5fdc89fd6_removebg.jpg?w=600 not downloaded yet
2026-03-24 13:11:43 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 13:11:43 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fde503e0210>
2026-03-24 13:11:43 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 13:11:43 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-24 13:11:43 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 13:11:43 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_6345683e-9b00-59ab-8030-95315cabad33/6345683e-9b00-59ab-8030-95315cabad33_image_7.jpg HTTP/1.1" 201 0
2026-03-24 13:11:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:11:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FMD72ZVX%252F2026-03-23%252Fimage%252F370dc0e5-bb8f-480f-b86f-545ddf8f36be_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-24 13:11:43 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/MD72ZVX/2026-03-23/image/370dc0e5-bb8f-480f-b86f-545ddf8f36be_removebg.jpg?w=600 saved to cache
2026-03-24 13:11:43 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 6345683e-9b00-59ab-8030-95315cabad33
2026-03-24 13:11:43 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 13:11:43 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fde5016fa50>
2026-03-24 13:11:43 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 13:11:43 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-24 13:11:43 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 13:11:43 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_6345683e-9b00-59ab-8030-95315cabad33/6345683e-9b00-59ab-8030-95315cabad33_image_4.jpg HTTP/1.1" 201 0
2026-03-24 13:11:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:11:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FMD72ZVX%252F2026-03-23%252Fimage%252F31ed8dcc-54dd-40a1-bc97-24c907e2a82d_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-24 13:11:43 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/MD72ZVX/2026-03-23/image/31ed8dcc-54dd-40a1-bc97-24c907e2a82d_removebg.jpg?w=600 saved to cache
2026-03-24 13:11:43 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 6345683e-9b00-59ab-8030-95315cabad33
2026-03-24 13:11:43 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 13:11:43 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fde43fd3750>
2026-03-24 13:11:43 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 13:11:43 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-24 13:11:43 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 13:11:43 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_6345683e-9b00-59ab-8030-95315cabad33/6345683e-9b00-59ab-8030-95315cabad33_image_5.jpg HTTP/1.1" 201 0
2026-03-24 13:11:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:11:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FMD72ZVX%252F2026-03-23%252Fimage%252Ff27566d9-fad9-425a-a34b-db3de29a797d_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-24 13:11:43 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/MD72ZVX/2026-03-23/image/f27566d9-fad9-425a-a34b-db3de29a797d_removebg.jpg?w=600 saved to cache
2026-03-24 13:11:43 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 6345683e-9b00-59ab-8030-95315cabad33
2026-03-24 13:11:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:11:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FCK22AZV%252F2026-03-18%252Fimage%252Fd022f540-cd1b-46ad-ba44-4c0ae34b34db_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-24 13:11:43 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/CK22AZV/2026-03-18/image/d022f540-cd1b-46ad-ba44-4c0ae34b34db_removebg.jpg?w=600 not downloaded yet
2026-03-24 13:11:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/CK22AZV/2026-03-18/image/1e07c6c9-ce53-4765-b93a-329bb6dc54ec_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120262153?view=catalogue)
2026-03-24 13:11:43 [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': 641}, 'saleStart': '2026-03-27T09:45Z', 'lot': None, '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', '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-24 13:11:43 [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': 641}, 'saleStart': '2026-03-27T09:45Z', 'lot': None, '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', '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-24 13:11:43 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 49492a69-7875-5895-ac7d-be3463be3ceb with identifier: 120374826
2026-03-24 13:11:43 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 49492a69-7875-5895-ac7d-be3463be3ceb with scrape type 1
2026-03-24 13:11:43 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 49492a69-7875-5895-ac7d-be3463be3ceb
2026-03-24 13:11:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:11:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FYG22XKL%252F2026-03-23%252Fimage%252F627573f9-17e8-4b7a-a327-007c32c78699_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-24 13:11:43 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/YG22XKL/2026-03-23/image/627573f9-17e8-4b7a-a327-007c32c78699_removebg.jpg?w=600 not downloaded yet
2026-03-24 13:11:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/MD72ZVX/2026-03-23/image/d4e42145-fc56-4bcf-9e88-9cfd83aa934c_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120277850?view=catalogue)
2026-03-24 13:11:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/MD72ZVX/2026-03-23/image/7810c391-fa14-4431-ac4a-f90d67bd6a99_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120277850?view=catalogue)
2026-03-24 13:11:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:11:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FCK22AZV%252F2026-03-18%252Fimage%252F28b3bec7-bcc2-40e6-932a-abbb663aab15_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-24 13:11:43 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/CK22AZV/2026-03-18/image/28b3bec7-bcc2-40e6-932a-abbb663aab15_removebg.jpg?w=600 not downloaded yet
2026-03-24 13:11:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:11:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FYG22XKL%252F2026-03-23%252Fimage%252Fa7dd8cfc-efb5-4468-a4a4-ff95c0d2da82_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-24 13:11:43 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/YG22XKL/2026-03-23/image/a7dd8cfc-efb5-4468-a4a4-ff95c0d2da82_removebg.jpg?w=600 not downloaded yet
2026-03-24 13:11:43 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 13:11:43 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fde50296410>
2026-03-24 13:11:43 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 13:11:43 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-24 13:11:43 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 13:11:43 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_9f200943-3a32-5e38-a44e-934d9d458c62/9f200943-3a32-5e38-a44e-934d9d458c62_image_0.jpg HTTP/1.1" 201 0
2026-03-24 13:11:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:11:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FCK22AZV%252F2026-03-18%252Fimage%252F24ca1729-dd42-4da1-bec7-392ac4d1153f_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-24 13:11:43 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/CK22AZV/2026-03-18/image/24ca1729-dd42-4da1-bec7-392ac4d1153f_removebg.jpg?w=600 saved to cache
2026-03-24 13:11:43 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 9f200943-3a32-5e38-a44e-934d9d458c62
2026-03-24 13:11:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:11:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FCK22AZV%252F2026-03-18%252Fimage%252F9a019e25-3964-43a6-8f69-dda618b437ad_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-24 13:11:43 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/CK22AZV/2026-03-18/image/9a019e25-3964-43a6-8f69-dda618b437ad_removebg.jpg?w=600 not downloaded yet
2026-03-24 13:11:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/CK22AZV/2026-03-18/image/348b9710-9016-4f0d-b583-2da5fdc89fd6_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120262153?view=catalogue)
2026-03-24 13:11:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/MD72ZVX/2026-03-23/image/a35112aa-afb4-4ea0-acbd-7d933bc73b2f_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120277850?view=catalogue)
2026-03-24 13:11:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:11:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FYG22XKL%252F2026-03-23%252Fimage%252Fa3a0512f-7c2e-46b9-b3a8-23c7c3b08f2a_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-24 13:11:43 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/YG22XKL/2026-03-23/image/a3a0512f-7c2e-46b9-b3a8-23c7c3b08f2a_removebg.jpg?w=600 not downloaded yet
2026-03-24 13:11:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/CK22AZV/2026-03-18/image/d022f540-cd1b-46ad-ba44-4c0ae34b34db_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120262153?view=catalogue)
2026-03-24 13:11:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/CK22AZV/2026-03-18/image/3046d07b-58ec-454a-a894-c704f3fea02a_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120262153?view=catalogue)
2026-03-24 13:11:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:11:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FYG22XKL%252F2026-03-23%252Fimage%252F4aa8ad0f-62e7-45a8-8077-ae36c48b99a2_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-24 13:11:44 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/YG22XKL/2026-03-23/image/4aa8ad0f-62e7-45a8-8077-ae36c48b99a2_removebg.jpg?w=600 not downloaded yet
2026-03-24 13:11:44 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 13:11:44 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fde51817110>
2026-03-24 13:11:44 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 13:11:44 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-24 13:11:44 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 13:11:44 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_9f200943-3a32-5e38-a44e-934d9d458c62/9f200943-3a32-5e38-a44e-934d9d458c62_image_3.jpg HTTP/1.1" 201 0
2026-03-24 13:11:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:11:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FCK22AZV%252F2026-03-18%252Fimage%252F1e07c6c9-ce53-4765-b93a-329bb6dc54ec_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-24 13:11:44 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/CK22AZV/2026-03-18/image/1e07c6c9-ce53-4765-b93a-329bb6dc54ec_removebg.jpg?w=600 saved to cache
2026-03-24 13:11:44 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 9f200943-3a32-5e38-a44e-934d9d458c62
2026-03-24 13:11:44 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 13:11:44 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fde43f83590>
2026-03-24 13:11:44 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 13:11:44 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-24 13:11:44 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 13:11:44 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_6345683e-9b00-59ab-8030-95315cabad33/6345683e-9b00-59ab-8030-95315cabad33_image_3.jpg HTTP/1.1" 201 0
2026-03-24 13:11:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:11:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FMD72ZVX%252F2026-03-23%252Fimage%252Fd4e42145-fc56-4bcf-9e88-9cfd83aa934c_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-24 13:11:44 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/MD72ZVX/2026-03-23/image/d4e42145-fc56-4bcf-9e88-9cfd83aa934c_removebg.jpg?w=600 saved to cache
2026-03-24 13:11:44 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 6345683e-9b00-59ab-8030-95315cabad33
2026-03-24 13:11:44 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 13:11:44 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fde516e57d0>
2026-03-24 13:11:44 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 13:11:44 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-24 13:11:44 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 13:11:44 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_6345683e-9b00-59ab-8030-95315cabad33/6345683e-9b00-59ab-8030-95315cabad33_image_1.jpg HTTP/1.1" 201 0
2026-03-24 13:11:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:11:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FMD72ZVX%252F2026-03-23%252Fimage%252F7810c391-fa14-4431-ac4a-f90d67bd6a99_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-24 13:11:44 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/MD72ZVX/2026-03-23/image/7810c391-fa14-4431-ac4a-f90d67bd6a99_removebg.jpg?w=600 saved to cache
2026-03-24 13:11:44 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 6345683e-9b00-59ab-8030-95315cabad33
2026-03-24 13:11:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/CK22AZV/2026-03-18/image/d660923b-1f0b-4acd-b057-facd634a5c8f_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120262153?view=catalogue)
2026-03-24 13:11:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/CK22AZV/2026-03-18/image/28b3bec7-bcc2-40e6-932a-abbb663aab15_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120262153?view=catalogue)
2026-03-24 13:11:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/YG22XKL/2026-03-23/image/a7dd8cfc-efb5-4468-a4a4-ff95c0d2da82_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120374826?view=catalogue)
2026-03-24 13:11:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:11:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FYG22XKL%252F2026-03-23%252Fimage%252Fb2e696e7-b49e-4d29-a261-f3ab217513ea_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-24 13:11:44 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/YG22XKL/2026-03-23/image/b2e696e7-b49e-4d29-a261-f3ab217513ea_removebg.jpg?w=600 not downloaded yet
2026-03-24 13:11:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/YG22XKL/2026-03-23/image/627573f9-17e8-4b7a-a327-007c32c78699_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120374826?view=catalogue)
2026-03-24 13:11:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:11:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FYG22XKL%252F2026-03-23%252Fimage%252F49f8617d-3328-4ac3-a9ca-a3305fe7ba52_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-24 13:11:44 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/YG22XKL/2026-03-23/image/49f8617d-3328-4ac3-a9ca-a3305fe7ba52_removebg.jpg?w=600 not downloaded yet
2026-03-24 13:11:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/CK22AZV/2026-03-18/image/9a019e25-3964-43a6-8f69-dda618b437ad_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120262153?view=catalogue)
2026-03-24 13:11:44 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 13:11:44 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fde516e2510>
2026-03-24 13:11:44 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 13:11:44 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-24 13:11:44 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 13:11:44 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_9f200943-3a32-5e38-a44e-934d9d458c62/9f200943-3a32-5e38-a44e-934d9d458c62_image_5.jpg HTTP/1.1" 201 0
2026-03-24 13:11:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:11:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FCK22AZV%252F2026-03-18%252Fimage%252F348b9710-9016-4f0d-b583-2da5fdc89fd6_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-24 13:11:44 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/CK22AZV/2026-03-18/image/348b9710-9016-4f0d-b583-2da5fdc89fd6_removebg.jpg?w=600 saved to cache
2026-03-24 13:11:44 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 9f200943-3a32-5e38-a44e-934d9d458c62
2026-03-24 13:11:44 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 13:11:44 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fde516e5410>
2026-03-24 13:11:44 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 13:11:44 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-24 13:11:44 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 13:11:44 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_6345683e-9b00-59ab-8030-95315cabad33/6345683e-9b00-59ab-8030-95315cabad33_image_2.jpg HTTP/1.1" 201 0
2026-03-24 13:11:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:11:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FMD72ZVX%252F2026-03-23%252Fimage%252Fa35112aa-afb4-4ea0-acbd-7d933bc73b2f_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-24 13:11:44 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/MD72ZVX/2026-03-23/image/a35112aa-afb4-4ea0-acbd-7d933bc73b2f_removebg.jpg?w=600 saved to cache
2026-03-24 13:11:44 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 6345683e-9b00-59ab-8030-95315cabad33
2026-03-24 13:11:44 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 13:11:44 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fde5174b550>
2026-03-24 13:11:44 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 13:11:44 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-24 13:11:44 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 13:11:44 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_9f200943-3a32-5e38-a44e-934d9d458c62/9f200943-3a32-5e38-a44e-934d9d458c62_image_6.jpg HTTP/1.1" 201 0
2026-03-24 13:11:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:11:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FCK22AZV%252F2026-03-18%252Fimage%252Fd022f540-cd1b-46ad-ba44-4c0ae34b34db_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-24 13:11:44 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/CK22AZV/2026-03-18/image/d022f540-cd1b-46ad-ba44-4c0ae34b34db_removebg.jpg?w=600 saved to cache
2026-03-24 13:11:44 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 9f200943-3a32-5e38-a44e-934d9d458c62
2026-03-24 13:11:44 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 13:11:44 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fde516f8dd0>
2026-03-24 13:11:44 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 13:11:44 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-24 13:11:44 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 13:11:44 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_9f200943-3a32-5e38-a44e-934d9d458c62/9f200943-3a32-5e38-a44e-934d9d458c62_image_4.jpg HTTP/1.1" 201 0
2026-03-24 13:11:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:11:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FCK22AZV%252F2026-03-18%252Fimage%252F3046d07b-58ec-454a-a894-c704f3fea02a_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-24 13:11:44 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/CK22AZV/2026-03-18/image/3046d07b-58ec-454a-a894-c704f3fea02a_removebg.jpg?w=600 saved to cache
2026-03-24 13:11:44 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 9f200943-3a32-5e38-a44e-934d9d458c62
2026-03-24 13:11:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:11:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FYG22XKL%252F2026-03-23%252Fimage%252Fbd12ed94-45e5-48a9-bafa-4187d4128134_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-24 13:11:44 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/YG22XKL/2026-03-23/image/bd12ed94-45e5-48a9-bafa-4187d4128134_removebg.jpg?w=600 not downloaded yet
2026-03-24 13:11:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/YG22XKL/2026-03-23/image/4aa8ad0f-62e7-45a8-8077-ae36c48b99a2_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120374826?view=catalogue)
2026-03-24 13:11:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/CK22AZV/2026-03-18/image/226ea20a-ad52-4739-91dd-212a6719686c_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120262153?view=catalogue)
2026-03-24 13:11:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/YG22XKL/2026-03-23/image/a3a0512f-7c2e-46b9-b3a8-23c7c3b08f2a_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120374826?view=catalogue)
2026-03-24 13:11:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:11:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FYG22XKL%252F2026-03-23%252Fimage%252Feeb06c74-97b1-402e-a705-dce4b2d9d17e_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-24 13:11:44 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/YG22XKL/2026-03-23/image/eeb06c74-97b1-402e-a705-dce4b2d9d17e_removebg.jpg?w=600 not downloaded yet
2026-03-24 13:11:44 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 13:11:44 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fde5170d810>
2026-03-24 13:11:44 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 13:11:44 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-24 13:11:44 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 13:11:44 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_9f200943-3a32-5e38-a44e-934d9d458c62/9f200943-3a32-5e38-a44e-934d9d458c62_image_1.jpg HTTP/1.1" 201 0
2026-03-24 13:11:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:11:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FCK22AZV%252F2026-03-18%252Fimage%252Fd660923b-1f0b-4acd-b057-facd634a5c8f_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-24 13:11:44 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/CK22AZV/2026-03-18/image/d660923b-1f0b-4acd-b057-facd634a5c8f_removebg.jpg?w=600 saved to cache
2026-03-24 13:11:44 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 9f200943-3a32-5e38-a44e-934d9d458c62
2026-03-24 13:11:44 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 13:11:44 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fde5023c1d0>
2026-03-24 13:11:44 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 13:11:44 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-24 13:11:44 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 13:11:44 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_9f200943-3a32-5e38-a44e-934d9d458c62/9f200943-3a32-5e38-a44e-934d9d458c62_image_7.jpg HTTP/1.1" 201 0
2026-03-24 13:11:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:11:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FCK22AZV%252F2026-03-18%252Fimage%252F28b3bec7-bcc2-40e6-932a-abbb663aab15_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-24 13:11:44 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/CK22AZV/2026-03-18/image/28b3bec7-bcc2-40e6-932a-abbb663aab15_removebg.jpg?w=600 saved to cache
2026-03-24 13:11:44 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 9f200943-3a32-5e38-a44e-934d9d458c62
2026-03-24 13:11:44 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 13:11:44 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fde516a9f90>
2026-03-24 13:11:44 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 13:11:44 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-24 13:11:44 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 13:11:44 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_49492a69-7875-5895-ac7d-be3463be3ceb/49492a69-7875-5895-ac7d-be3463be3ceb_image_1.jpg HTTP/1.1" 201 0
2026-03-24 13:11:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:11:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FYG22XKL%252F2026-03-23%252Fimage%252Fa7dd8cfc-efb5-4468-a4a4-ff95c0d2da82_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-24 13:11:44 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/YG22XKL/2026-03-23/image/a7dd8cfc-efb5-4468-a4a4-ff95c0d2da82_removebg.jpg?w=600 saved to cache
2026-03-24 13:11:44 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 49492a69-7875-5895-ac7d-be3463be3ceb
2026-03-24 13:11:44 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 13:11:44 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fde501b9890>
2026-03-24 13:11:44 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 13:11:44 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-24 13:11:44 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 13:11:44 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_49492a69-7875-5895-ac7d-be3463be3ceb/49492a69-7875-5895-ac7d-be3463be3ceb_image_0.jpg HTTP/1.1" 201 0
2026-03-24 13:11:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:11:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FYG22XKL%252F2026-03-23%252Fimage%252F627573f9-17e8-4b7a-a327-007c32c78699_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-24 13:11:44 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/YG22XKL/2026-03-23/image/627573f9-17e8-4b7a-a327-007c32c78699_removebg.jpg?w=600 saved to cache
2026-03-24 13:11:44 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 49492a69-7875-5895-ac7d-be3463be3ceb
2026-03-24 13:11:44 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 13:11:44 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fde516ab9d0>
2026-03-24 13:11:44 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 13:11:44 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-24 13:11:44 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 13:11:44 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_9f200943-3a32-5e38-a44e-934d9d458c62/9f200943-3a32-5e38-a44e-934d9d458c62_image_8.jpg HTTP/1.1" 201 0
2026-03-24 13:11:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:11:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FCK22AZV%252F2026-03-18%252Fimage%252F9a019e25-3964-43a6-8f69-dda618b437ad_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-24 13:11:44 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/CK22AZV/2026-03-18/image/9a019e25-3964-43a6-8f69-dda618b437ad_removebg.jpg?w=600 saved to cache
2026-03-24 13:11:44 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 9f200943-3a32-5e38-a44e-934d9d458c62
2026-03-24 13:11:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/MD72ZVX/2026-03-23/image/6a2d469e-f2ce-41ea-94ff-a43f05b777c4_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120277850?view=catalogue)
2026-03-24 13:11:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/YG22XKL/2026-03-23/image/b2e696e7-b49e-4d29-a261-f3ab217513ea_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120374826?view=catalogue)
2026-03-24 13:11:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:11:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FYG22XKL%252F2026-03-23%252Fimage%252F6d5ef784-73eb-4057-a74e-351997df0155_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-24 13:11:44 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/YG22XKL/2026-03-23/image/6d5ef784-73eb-4057-a74e-351997df0155_removebg.jpg?w=600 not downloaded yet
2026-03-24 13:11:44 [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-24 13:11:44 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 13:11:44 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fde502b33d0>
2026-03-24 13:11:44 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 13:11:44 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-24 13:11:44 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 13:11:44 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_49492a69-7875-5895-ac7d-be3463be3ceb/49492a69-7875-5895-ac7d-be3463be3ceb_image_3.jpg HTTP/1.1" 201 0
2026-03-24 13:11:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:11:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FYG22XKL%252F2026-03-23%252Fimage%252F4aa8ad0f-62e7-45a8-8077-ae36c48b99a2_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-24 13:11:44 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/YG22XKL/2026-03-23/image/4aa8ad0f-62e7-45a8-8077-ae36c48b99a2_removebg.jpg?w=600 saved to cache
2026-03-24 13:11:44 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 49492a69-7875-5895-ac7d-be3463be3ceb
2026-03-24 13:11:44 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 13:11:44 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fde50c6b9d0>
2026-03-24 13:11:44 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 13:11:44 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-24 13:11:44 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 13:11:44 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_9f200943-3a32-5e38-a44e-934d9d458c62/9f200943-3a32-5e38-a44e-934d9d458c62_image_2.jpg HTTP/1.1" 201 0
2026-03-24 13:11:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:11:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FCK22AZV%252F2026-03-18%252Fimage%252F226ea20a-ad52-4739-91dd-212a6719686c_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-24 13:11:44 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/CK22AZV/2026-03-18/image/226ea20a-ad52-4739-91dd-212a6719686c_removebg.jpg?w=600 saved to cache
2026-03-24 13:11:44 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 9f200943-3a32-5e38-a44e-934d9d458c62
2026-03-24 13:11:44 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 9f200943-3a32-5e38-a44e-934d9d458c62, skipping ID generation
2026-03-24 13:11:44 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9f200943-3a32-5e38-a44e-934d9d458c62 with scrape type 1
2026-03-24 13:11:44 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 9f200943-3a32-5e38-a44e-934d9d458c62 sending to next pipeline
2026-03-24 13:11:44 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 9f200943-3a32-5e38-a44e-934d9d458c62, identifier: 120262153
2026-03-24 13:11:44 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 13:11:44 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fde516aaa50>
2026-03-24 13:11:44 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 13:11:44 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-24 13:11:44 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 13:11:44 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_49492a69-7875-5895-ac7d-be3463be3ceb/49492a69-7875-5895-ac7d-be3463be3ceb_image_2.jpg HTTP/1.1" 201 0
2026-03-24 13:11:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:11:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FYG22XKL%252F2026-03-23%252Fimage%252Fa3a0512f-7c2e-46b9-b3a8-23c7c3b08f2a_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-24 13:11:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/YG22XKL/2026-03-23/image/a3a0512f-7c2e-46b9-b3a8-23c7c3b08f2a_removebg.jpg?w=600 saved to cache
2026-03-24 13:11:45 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 49492a69-7875-5895-ac7d-be3463be3ceb
2026-03-24 13:11:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/YG22XKL/2026-03-23/image/bd12ed94-45e5-48a9-bafa-4187d4128134_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120374826?view=catalogue)
2026-03-24 13:11:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:11:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FYG22XKL%252F2026-03-23%252Fimage%252F08f013b1-64d0-49c5-ab95-857cdf171c5a_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-24 13:11:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/YG22XKL/2026-03-23/image/08f013b1-64d0-49c5-ab95-857cdf171c5a_removebg.jpg?w=600 not downloaded yet
2026-03-24 13:11:45 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:11:45 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 9f200943-3a32-5e38-a44e-934d9d458c62 with identifier: 120262153
2026-03-24 13:11:45 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 9f200943-3a32-5e38-a44e-934d9d458c62 with identifier: 120262153
2026-03-24 13:11:45 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 9f200943-3a32-5e38-a44e-934d9d458c62 with identifier: 120262153 to the API
2026-03-24 13:11:45 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 13:11:46 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-24 13:11:46 [scrapy.core.scraper] DEBUG: Scraped from <200 https://abimg003.imgix.net/CK22AZV/2026-03-18/image/226ea20a-ad52-4739-91dd-212a6719686c_removebg.jpg?w=600>
{'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': 9,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_9f200943-3a32-5e38-a44e-934d9d458c62/9f200943-3a32-5e38-a44e-934d9d458c62_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 31480,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/CK22AZV/2026-03-18/image/24ca1729-dd42-4da1-bec7-392ac4d1153f_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_9f200943-3a32-5e38-a44e-934d9d458c62/9f200943-3a32-5e38-a44e-934d9d458c62_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 31768,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/CK22AZV/2026-03-18/image/d660923b-1f0b-4acd-b057-facd634a5c8f_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_9f200943-3a32-5e38-a44e-934d9d458c62/9f200943-3a32-5e38-a44e-934d9d458c62_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 35103,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/CK22AZV/2026-03-18/image/226ea20a-ad52-4739-91dd-212a6719686c_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_9f200943-3a32-5e38-a44e-934d9d458c62/9f200943-3a32-5e38-a44e-934d9d458c62_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 36383,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/CK22AZV/2026-03-18/image/1e07c6c9-ce53-4765-b93a-329bb6dc54ec_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_9f200943-3a32-5e38-a44e-934d9d458c62/9f200943-3a32-5e38-a44e-934d9d458c62_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 30679,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/CK22AZV/2026-03-18/image/3046d07b-58ec-454a-a894-c704f3fea02a_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_9f200943-3a32-5e38-a44e-934d9d458c62/9f200943-3a32-5e38-a44e-934d9d458c62_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 56511,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/CK22AZV/2026-03-18/image/348b9710-9016-4f0d-b583-2da5fdc89fd6_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_9f200943-3a32-5e38-a44e-934d9d458c62/9f200943-3a32-5e38-a44e-934d9d458c62_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 49972,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/CK22AZV/2026-03-18/image/d022f540-cd1b-46ad-ba44-4c0ae34b34db_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_9f200943-3a32-5e38-a44e-934d9d458c62/9f200943-3a32-5e38-a44e-934d9d458c62_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 57369,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/CK22AZV/2026-03-18/image/28b3bec7-bcc2-40e6-932a-abbb663aab15_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_9f200943-3a32-5e38-a44e-934d9d458c62/9f200943-3a32-5e38-a44e-934d9d458c62_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 50994,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/CK22AZV/2026-03-18/image/9a019e25-3964-43a6-8f69-dda618b437ad_removebg.jpg?w=600',
'Width': 600}],
'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-24 13:11:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:11:46 [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-24 13:11:46 [astonbarclay.gb] INFO: Saving data for 120262153: {'created_time': 1774357906.854274, 'last_price_update_time': 1774357906.854285, 'auction_closing_time': 1774604700.0}
2026-03-24 13:11:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:11:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120262153') HTTP/1.1" 204 0
2026-03-24 13:11:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/YG22XKL/2026-03-23/image/49f8617d-3328-4ac3-a9ca-a3305fe7ba52_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120374826?view=catalogue)
2026-03-24 13:11:46 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 13:11:46 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fde43f52e50>
2026-03-24 13:11:46 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 13:11:46 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-24 13:11:46 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 13:11:46 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_6345683e-9b00-59ab-8030-95315cabad33/6345683e-9b00-59ab-8030-95315cabad33_image_0.jpg HTTP/1.1" 201 0
2026-03-24 13:11:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:11:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FMD72ZVX%252F2026-03-23%252Fimage%252F6a2d469e-f2ce-41ea-94ff-a43f05b777c4_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-24 13:11:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/MD72ZVX/2026-03-23/image/6a2d469e-f2ce-41ea-94ff-a43f05b777c4_removebg.jpg?w=600 saved to cache
2026-03-24 13:11:46 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 6345683e-9b00-59ab-8030-95315cabad33
2026-03-24 13:11:46 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 6345683e-9b00-59ab-8030-95315cabad33, skipping ID generation
2026-03-24 13:11:46 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6345683e-9b00-59ab-8030-95315cabad33 with scrape type 1
2026-03-24 13:11:46 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 6345683e-9b00-59ab-8030-95315cabad33 sending to next pipeline
2026-03-24 13:11:47 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 6345683e-9b00-59ab-8030-95315cabad33, identifier: 120277850
2026-03-24 13:11:47 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 13:11:47 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fde5017be90>
2026-03-24 13:11:47 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 13:11:47 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-24 13:11:47 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 13:11:47 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_49492a69-7875-5895-ac7d-be3463be3ceb/49492a69-7875-5895-ac7d-be3463be3ceb_image_4.jpg HTTP/1.1" 201 0
2026-03-24 13:11:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:11:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FYG22XKL%252F2026-03-23%252Fimage%252Fb2e696e7-b49e-4d29-a261-f3ab217513ea_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-24 13:11:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/YG22XKL/2026-03-23/image/b2e696e7-b49e-4d29-a261-f3ab217513ea_removebg.jpg?w=600 saved to cache
2026-03-24 13:11:47 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 49492a69-7875-5895-ac7d-be3463be3ceb
2026-03-24 13:11:47 [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': 641}, 'saleStart': '2026-03-27T09:45Z', 'lot': None, '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', '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-24 13:11:47 [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': 641}, 'saleStart': '2026-03-27T09:45Z', 'lot': None, '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', '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-24 13:11:47 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 326a2646-c4b9-5ad4-8b75-e1cf6493b9b3 with identifier: 120422957
2026-03-24 13:11:47 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 326a2646-c4b9-5ad4-8b75-e1cf6493b9b3 with scrape type 1
2026-03-24 13:11:47 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 9 photos for item 326a2646-c4b9-5ad4-8b75-e1cf6493b9b3
2026-03-24 13:11:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:11:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FYG75OGJ%252F2026-03-18%252Fimage%252F4b709739-73c5-4ec9-b778-fea64c557996_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-24 13:11:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/YG75OGJ/2026-03-18/image/4b709739-73c5-4ec9-b778-fea64c557996_removebg.jpg?w=600 not downloaded yet
2026-03-24 13:11:47 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 13:11:47 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fde503e3490>
2026-03-24 13:11:47 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 13:11:47 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-24 13:11:47 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 13:11:47 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_49492a69-7875-5895-ac7d-be3463be3ceb/49492a69-7875-5895-ac7d-be3463be3ceb_image_6.jpg HTTP/1.1" 201 0
2026-03-24 13:11:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:11:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FYG22XKL%252F2026-03-23%252Fimage%252Fbd12ed94-45e5-48a9-bafa-4187d4128134_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-24 13:11:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/YG22XKL/2026-03-23/image/bd12ed94-45e5-48a9-bafa-4187d4128134_removebg.jpg?w=600 saved to cache
2026-03-24 13:11:47 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 49492a69-7875-5895-ac7d-be3463be3ceb
2026-03-24 13:11:47 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 6345683e-9b00-59ab-8030-95315cabad33 with identifier: 120277850
2026-03-24 13:11:47 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 6345683e-9b00-59ab-8030-95315cabad33 with identifier: 120277850
2026-03-24 13:11:47 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 6345683e-9b00-59ab-8030-95315cabad33 with identifier: 120277850 to the API
2026-03-24 13:11:47 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 13:11: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-24 13:11:48 [scrapy.core.scraper] DEBUG: Scraped from <200 https://abimg003.imgix.net/MD72ZVX/2026-03-23/image/6a2d469e-f2ce-41ea-94ff-a43f05b777c4_removebg.jpg?w=600>
{'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': 9,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_6345683e-9b00-59ab-8030-95315cabad33/6345683e-9b00-59ab-8030-95315cabad33_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 39882,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/MD72ZVX/2026-03-23/image/6a2d469e-f2ce-41ea-94ff-a43f05b777c4_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_6345683e-9b00-59ab-8030-95315cabad33/6345683e-9b00-59ab-8030-95315cabad33_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 38984,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/MD72ZVX/2026-03-23/image/7810c391-fa14-4431-ac4a-f90d67bd6a99_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_6345683e-9b00-59ab-8030-95315cabad33/6345683e-9b00-59ab-8030-95315cabad33_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 40246,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/MD72ZVX/2026-03-23/image/a35112aa-afb4-4ea0-acbd-7d933bc73b2f_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_6345683e-9b00-59ab-8030-95315cabad33/6345683e-9b00-59ab-8030-95315cabad33_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 39247,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/MD72ZVX/2026-03-23/image/d4e42145-fc56-4bcf-9e88-9cfd83aa934c_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_6345683e-9b00-59ab-8030-95315cabad33/6345683e-9b00-59ab-8030-95315cabad33_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 39230,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/MD72ZVX/2026-03-23/image/31ed8dcc-54dd-40a1-bc97-24c907e2a82d_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_6345683e-9b00-59ab-8030-95315cabad33/6345683e-9b00-59ab-8030-95315cabad33_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 64815,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/MD72ZVX/2026-03-23/image/f27566d9-fad9-425a-a34b-db3de29a797d_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_6345683e-9b00-59ab-8030-95315cabad33/6345683e-9b00-59ab-8030-95315cabad33_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 50556,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/MD72ZVX/2026-03-23/image/758354ce-4404-474d-8f10-8d662d7598f1_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_6345683e-9b00-59ab-8030-95315cabad33/6345683e-9b00-59ab-8030-95315cabad33_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 50257,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/MD72ZVX/2026-03-23/image/370dc0e5-bb8f-480f-b86f-545ddf8f36be_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_6345683e-9b00-59ab-8030-95315cabad33/6345683e-9b00-59ab-8030-95315cabad33_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 53284,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/MD72ZVX/2026-03-23/image/a5b143a9-1380-4fb8-aa34-8d75d85bf33b_removebg.jpg?w=600',
'Width': 600}],
'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-24 13:11:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:11:48 [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-24 13:11:48 [astonbarclay.gb] INFO: Saving data for 120277850: {'created_time': 1774357908.744899, 'last_price_update_time': 1774357908.744911, 'auction_closing_time': 1774604700.0}
2026-03-24 13:11:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:11:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120277850') HTTP/1.1" 204 0
2026-03-24 13:11:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/YG22XKL/2026-03-23/image/6d5ef784-73eb-4057-a74e-351997df0155_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120374826?view=catalogue)
2026-03-24 13:11:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:11:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FYG75OGJ%252F2026-03-18%252Fimage%252F8405f80c-ec91-4dd4-acb0-588570dc286f_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-24 13:11:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/YG75OGJ/2026-03-18/image/8405f80c-ec91-4dd4-acb0-588570dc286f_removebg.jpg?w=600 not downloaded yet
2026-03-24 13:11:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/YG22XKL/2026-03-23/image/eeb06c74-97b1-402e-a705-dce4b2d9d17e_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120374826?view=catalogue)
2026-03-24 13:11:48 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 13:11:48 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fde43f89d10>
2026-03-24 13:11:48 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 13:11:48 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-24 13:11:48 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 13:11:48 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_49492a69-7875-5895-ac7d-be3463be3ceb/49492a69-7875-5895-ac7d-be3463be3ceb_image_5.jpg HTTP/1.1" 201 0
2026-03-24 13:11:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:11:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FYG22XKL%252F2026-03-23%252Fimage%252F49f8617d-3328-4ac3-a9ca-a3305fe7ba52_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-24 13:11:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/YG22XKL/2026-03-23/image/49f8617d-3328-4ac3-a9ca-a3305fe7ba52_removebg.jpg?w=600 saved to cache
2026-03-24 13:11:48 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 49492a69-7875-5895-ac7d-be3463be3ceb
2026-03-24 13:11:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:11:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FYG75OGJ%252F2026-03-18%252Fimage%252F6d3256b9-3c2e-4f6e-bb56-c5485fee3667_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-24 13:11:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/YG75OGJ/2026-03-18/image/6d3256b9-3c2e-4f6e-bb56-c5485fee3667_removebg.jpg?w=600 not downloaded yet
2026-03-24 13:11:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:11:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FYG75OGJ%252F2026-03-18%252Fimage%252Fd9b16176-0ed3-4618-8e46-d96a6dc9aac7_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-24 13:11:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/YG75OGJ/2026-03-18/image/d9b16176-0ed3-4618-8e46-d96a6dc9aac7_removebg.jpg?w=600 not downloaded yet
2026-03-24 13:11:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:11:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FYG75OGJ%252F2026-03-18%252Fimage%252F08f7387e-c7ab-4fb6-ac94-1e49baf8848e_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-24 13:11:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/YG75OGJ/2026-03-18/image/08f7387e-c7ab-4fb6-ac94-1e49baf8848e_removebg.jpg?w=600 not downloaded yet
2026-03-24 13:11:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/YG75OGJ/2026-03-18/image/4b709739-73c5-4ec9-b778-fea64c557996_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120422957?view=catalogue)
2026-03-24 13:11:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/YG22XKL/2026-03-23/image/08f013b1-64d0-49c5-ab95-857cdf171c5a_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120374826?view=catalogue)
2026-03-24 13:11:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:11:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FYG75OGJ%252F2026-03-18%252Fimage%252F3b19233f-22bc-4693-b94f-e8b921341d30_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-24 13:11:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/YG75OGJ/2026-03-18/image/3b19233f-22bc-4693-b94f-e8b921341d30_removebg.jpg?w=600 not downloaded yet
2026-03-24 13:11:48 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 13:11:48 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fde516edb50>
2026-03-24 13:11:48 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 13:11:48 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-24 13:11:48 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 13:11:48 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_49492a69-7875-5895-ac7d-be3463be3ceb/49492a69-7875-5895-ac7d-be3463be3ceb_image_8.jpg HTTP/1.1" 201 0
2026-03-24 13:11:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:11:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FYG22XKL%252F2026-03-23%252Fimage%252F6d5ef784-73eb-4057-a74e-351997df0155_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-24 13:11:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/YG22XKL/2026-03-23/image/6d5ef784-73eb-4057-a74e-351997df0155_removebg.jpg?w=600 saved to cache
2026-03-24 13:11:48 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 49492a69-7875-5895-ac7d-be3463be3ceb
2026-03-24 13:11:48 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 13:11:48 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fde51657910>
2026-03-24 13:11:48 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 13:11:48 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-24 13:11:48 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 13:11:48 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_49492a69-7875-5895-ac7d-be3463be3ceb/49492a69-7875-5895-ac7d-be3463be3ceb_image_7.jpg HTTP/1.1" 201 0
2026-03-24 13:11:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:11:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FYG22XKL%252F2026-03-23%252Fimage%252Feeb06c74-97b1-402e-a705-dce4b2d9d17e_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-24 13:11:49 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/YG22XKL/2026-03-23/image/eeb06c74-97b1-402e-a705-dce4b2d9d17e_removebg.jpg?w=600 saved to cache
2026-03-24 13:11:49 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 49492a69-7875-5895-ac7d-be3463be3ceb
2026-03-24 13:11:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:11:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FYG75OGJ%252F2026-03-18%252Fimage%252Ff167bc9c-04d6-49b6-93e7-a051f0c9dd0a_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-24 13:11:49 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/YG75OGJ/2026-03-18/image/f167bc9c-04d6-49b6-93e7-a051f0c9dd0a_removebg.jpg?w=600 not downloaded yet
2026-03-24 13:11:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:11:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FYG75OGJ%252F2026-03-18%252Fimage%252F9dcc0d9d-0697-4021-9c22-435ac1dddf0d_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-24 13:11:49 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/YG75OGJ/2026-03-18/image/9dcc0d9d-0697-4021-9c22-435ac1dddf0d_removebg.jpg?w=600 not downloaded yet
2026-03-24 13:11:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:11:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FYG75OGJ%252F2026-03-18%252Fimage%252F42d749fd-c539-4bf4-9e7a-e30363d98211_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-24 13:11:49 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/YG75OGJ/2026-03-18/image/42d749fd-c539-4bf4-9e7a-e30363d98211_removebg.jpg?w=600 not downloaded yet
2026-03-24 13:11:49 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 13:11:49 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fde50296390>
2026-03-24 13:11:49 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 13:11:49 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-24 13:11:49 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 13:11:49 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_326a2646-c4b9-5ad4-8b75-e1cf6493b9b3/326a2646-c4b9-5ad4-8b75-e1cf6493b9b3_image_0.jpg HTTP/1.1" 201 0
2026-03-24 13:11:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:11:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FYG75OGJ%252F2026-03-18%252Fimage%252F4b709739-73c5-4ec9-b778-fea64c557996_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-24 13:11:49 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/YG75OGJ/2026-03-18/image/4b709739-73c5-4ec9-b778-fea64c557996_removebg.jpg?w=600 saved to cache
2026-03-24 13:11:49 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 326a2646-c4b9-5ad4-8b75-e1cf6493b9b3
2026-03-24 13:11:49 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 13:11:49 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fde516a94d0>
2026-03-24 13:11:49 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 13:11:49 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-24 13:11:49 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 13:11:49 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_49492a69-7875-5895-ac7d-be3463be3ceb/49492a69-7875-5895-ac7d-be3463be3ceb_image_9.jpg HTTP/1.1" 201 0
2026-03-24 13:11:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:11:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FYG22XKL%252F2026-03-23%252Fimage%252F08f013b1-64d0-49c5-ab95-857cdf171c5a_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-24 13:11:49 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/YG22XKL/2026-03-23/image/08f013b1-64d0-49c5-ab95-857cdf171c5a_removebg.jpg?w=600 saved to cache
2026-03-24 13:11:49 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item 49492a69-7875-5895-ac7d-be3463be3ceb
2026-03-24 13:11:49 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 49492a69-7875-5895-ac7d-be3463be3ceb, skipping ID generation
2026-03-24 13:11:49 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 49492a69-7875-5895-ac7d-be3463be3ceb with scrape type 1
2026-03-24 13:11:49 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 49492a69-7875-5895-ac7d-be3463be3ceb sending to next pipeline
2026-03-24 13:11:49 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 49492a69-7875-5895-ac7d-be3463be3ceb, identifier: 120374826
2026-03-24 13:11:49 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 49492a69-7875-5895-ac7d-be3463be3ceb with identifier: 120374826
2026-03-24 13:11:49 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 49492a69-7875-5895-ac7d-be3463be3ceb with identifier: 120374826
2026-03-24 13:11:49 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 49492a69-7875-5895-ac7d-be3463be3ceb with identifier: 120374826 to the API
2026-03-24 13:11:49 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 13:11: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-24 13:11:50 [scrapy.core.scraper] DEBUG: Scraped from <200 https://abimg003.imgix.net/YG22XKL/2026-03-23/image/08f013b1-64d0-49c5-ab95-857cdf171c5a_removebg.jpg?w=600>
{'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': 11,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_49492a69-7875-5895-ac7d-be3463be3ceb/49492a69-7875-5895-ac7d-be3463be3ceb_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 32360,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/YG22XKL/2026-03-23/image/627573f9-17e8-4b7a-a327-007c32c78699_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_49492a69-7875-5895-ac7d-be3463be3ceb/49492a69-7875-5895-ac7d-be3463be3ceb_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 36128,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/YG22XKL/2026-03-23/image/a7dd8cfc-efb5-4468-a4a4-ff95c0d2da82_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_49492a69-7875-5895-ac7d-be3463be3ceb/49492a69-7875-5895-ac7d-be3463be3ceb_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 35626,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/YG22XKL/2026-03-23/image/a3a0512f-7c2e-46b9-b3a8-23c7c3b08f2a_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_49492a69-7875-5895-ac7d-be3463be3ceb/49492a69-7875-5895-ac7d-be3463be3ceb_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 32140,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/YG22XKL/2026-03-23/image/4aa8ad0f-62e7-45a8-8077-ae36c48b99a2_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_49492a69-7875-5895-ac7d-be3463be3ceb/49492a69-7875-5895-ac7d-be3463be3ceb_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 58408,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/YG22XKL/2026-03-23/image/b2e696e7-b49e-4d29-a261-f3ab217513ea_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_49492a69-7875-5895-ac7d-be3463be3ceb/49492a69-7875-5895-ac7d-be3463be3ceb_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 58657,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/YG22XKL/2026-03-23/image/49f8617d-3328-4ac3-a9ca-a3305fe7ba52_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_49492a69-7875-5895-ac7d-be3463be3ceb/49492a69-7875-5895-ac7d-be3463be3ceb_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 47737,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/YG22XKL/2026-03-23/image/bd12ed94-45e5-48a9-bafa-4187d4128134_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_49492a69-7875-5895-ac7d-be3463be3ceb/49492a69-7875-5895-ac7d-be3463be3ceb_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 66479,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/YG22XKL/2026-03-23/image/eeb06c74-97b1-402e-a705-dce4b2d9d17e_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_49492a69-7875-5895-ac7d-be3463be3ceb/49492a69-7875-5895-ac7d-be3463be3ceb_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 58037,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/YG22XKL/2026-03-23/image/6d5ef784-73eb-4057-a74e-351997df0155_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_49492a69-7875-5895-ac7d-be3463be3ceb/49492a69-7875-5895-ac7d-be3463be3ceb_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 55515,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/YG22XKL/2026-03-23/image/08f013b1-64d0-49c5-ab95-857cdf171c5a_removebg.jpg?w=600',
'Width': 600}],
'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-24 13:11:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:11:50 [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-24 13:11:50 [astonbarclay.gb] INFO: Saving data for 120374826: {'created_time': 1774357910.417098, 'last_price_update_time': 1774357910.417111, 'auction_closing_time': 1774604700.0}
2026-03-24 13:11:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:11:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120374826') HTTP/1.1" 204 0
2026-03-24 13:11:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/YG75OGJ/2026-03-18/image/d9b16176-0ed3-4618-8e46-d96a6dc9aac7_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120422957?view=catalogue)
2026-03-24 13:11:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/YG75OGJ/2026-03-18/image/08f7387e-c7ab-4fb6-ac94-1e49baf8848e_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120422957?view=catalogue)
2026-03-24 13:11:50 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 13:11:50 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fde5172d9d0>
2026-03-24 13:11:50 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 13:11:50 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-24 13:11:50 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 13:11:50 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_326a2646-c4b9-5ad4-8b75-e1cf6493b9b3/326a2646-c4b9-5ad4-8b75-e1cf6493b9b3_image_3.jpg HTTP/1.1" 201 0
2026-03-24 13:11:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:11:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FYG75OGJ%252F2026-03-18%252Fimage%252Fd9b16176-0ed3-4618-8e46-d96a6dc9aac7_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-24 13:11:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/YG75OGJ/2026-03-18/image/d9b16176-0ed3-4618-8e46-d96a6dc9aac7_removebg.jpg?w=600 saved to cache
2026-03-24 13:11:50 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 326a2646-c4b9-5ad4-8b75-e1cf6493b9b3
2026-03-24 13:11:50 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 13:11:50 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fde5172cd10>
2026-03-24 13:11:50 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 13:11:50 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-24 13:11:50 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 13:11:50 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_326a2646-c4b9-5ad4-8b75-e1cf6493b9b3/326a2646-c4b9-5ad4-8b75-e1cf6493b9b3_image_4.jpg HTTP/1.1" 201 0
2026-03-24 13:11:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:11:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FYG75OGJ%252F2026-03-18%252Fimage%252F08f7387e-c7ab-4fb6-ac94-1e49baf8848e_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-24 13:11:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/YG75OGJ/2026-03-18/image/08f7387e-c7ab-4fb6-ac94-1e49baf8848e_removebg.jpg?w=600 saved to cache
2026-03-24 13:11:50 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 326a2646-c4b9-5ad4-8b75-e1cf6493b9b3
2026-03-24 13:11:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/YG75OGJ/2026-03-18/image/42d749fd-c539-4bf4-9e7a-e30363d98211_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120422957?view=catalogue)
2026-03-24 13:11:50 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 13:11:50 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fde50306550>
2026-03-24 13:11:50 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 13:11:50 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-24 13:11:50 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 13:11:50 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_326a2646-c4b9-5ad4-8b75-e1cf6493b9b3/326a2646-c4b9-5ad4-8b75-e1cf6493b9b3_image_8.jpg HTTP/1.1" 201 0
2026-03-24 13:11:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:11:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FYG75OGJ%252F2026-03-18%252Fimage%252F42d749fd-c539-4bf4-9e7a-e30363d98211_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-24 13:11:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/YG75OGJ/2026-03-18/image/42d749fd-c539-4bf4-9e7a-e30363d98211_removebg.jpg?w=600 saved to cache
2026-03-24 13:11:50 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 326a2646-c4b9-5ad4-8b75-e1cf6493b9b3
2026-03-24 13:11:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/YG75OGJ/2026-03-18/image/9dcc0d9d-0697-4021-9c22-435ac1dddf0d_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120422957?view=catalogue)
2026-03-24 13:11:50 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 13:11:50 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fde51736b90>
2026-03-24 13:11:50 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 13:11:50 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-24 13:11:50 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 13:11:50 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_326a2646-c4b9-5ad4-8b75-e1cf6493b9b3/326a2646-c4b9-5ad4-8b75-e1cf6493b9b3_image_7.jpg HTTP/1.1" 201 0
2026-03-24 13:11:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:11:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FYG75OGJ%252F2026-03-18%252Fimage%252F9dcc0d9d-0697-4021-9c22-435ac1dddf0d_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-24 13:11:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/YG75OGJ/2026-03-18/image/9dcc0d9d-0697-4021-9c22-435ac1dddf0d_removebg.jpg?w=600 saved to cache
2026-03-24 13:11:50 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 326a2646-c4b9-5ad4-8b75-e1cf6493b9b3
2026-03-24 13:11:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/YG75OGJ/2026-03-18/image/3b19233f-22bc-4693-b94f-e8b921341d30_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120422957?view=catalogue)
2026-03-24 13:11:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/YG75OGJ/2026-03-18/image/f167bc9c-04d6-49b6-93e7-a051f0c9dd0a_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120422957?view=catalogue)
2026-03-24 13:11:51 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 13:11:51 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fde50088a10>
2026-03-24 13:11:51 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 13:11:51 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-24 13:11:51 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 13:11:51 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_326a2646-c4b9-5ad4-8b75-e1cf6493b9b3/326a2646-c4b9-5ad4-8b75-e1cf6493b9b3_image_5.jpg HTTP/1.1" 201 0
2026-03-24 13:11:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:11:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FYG75OGJ%252F2026-03-18%252Fimage%252F3b19233f-22bc-4693-b94f-e8b921341d30_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-24 13:11:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/YG75OGJ/2026-03-18/image/3b19233f-22bc-4693-b94f-e8b921341d30_removebg.jpg?w=600 saved to cache
2026-03-24 13:11:51 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 326a2646-c4b9-5ad4-8b75-e1cf6493b9b3
2026-03-24 13:11:51 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 13:11:51 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fde501f3210>
2026-03-24 13:11:51 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 13:11:51 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-24 13:11:51 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 13:11:51 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_326a2646-c4b9-5ad4-8b75-e1cf6493b9b3/326a2646-c4b9-5ad4-8b75-e1cf6493b9b3_image_6.jpg HTTP/1.1" 201 0
2026-03-24 13:11:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:11:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FYG75OGJ%252F2026-03-18%252Fimage%252Ff167bc9c-04d6-49b6-93e7-a051f0c9dd0a_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-24 13:11:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/YG75OGJ/2026-03-18/image/f167bc9c-04d6-49b6-93e7-a051f0c9dd0a_removebg.jpg?w=600 saved to cache
2026-03-24 13:11:51 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 326a2646-c4b9-5ad4-8b75-e1cf6493b9b3
2026-03-24 13:11:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/YG75OGJ/2026-03-18/image/8405f80c-ec91-4dd4-acb0-588570dc286f_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120422957?view=catalogue)
2026-03-24 13:11:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/YG75OGJ/2026-03-18/image/6d3256b9-3c2e-4f6e-bb56-c5485fee3667_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120422957?view=catalogue)
2026-03-24 13:11:51 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 13:11:51 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fde516b6010>
2026-03-24 13:11:51 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 13:11:51 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-24 13:11:51 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 13:11:51 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_326a2646-c4b9-5ad4-8b75-e1cf6493b9b3/326a2646-c4b9-5ad4-8b75-e1cf6493b9b3_image_1.jpg HTTP/1.1" 201 0
2026-03-24 13:11:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:11:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FYG75OGJ%252F2026-03-18%252Fimage%252F8405f80c-ec91-4dd4-acb0-588570dc286f_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-24 13:11:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/YG75OGJ/2026-03-18/image/8405f80c-ec91-4dd4-acb0-588570dc286f_removebg.jpg?w=600 saved to cache
2026-03-24 13:11:51 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 326a2646-c4b9-5ad4-8b75-e1cf6493b9b3
2026-03-24 13:11:51 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 13:11:51 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fde502eb750>
2026-03-24 13:11:51 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 13:11:51 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-24 13:11:51 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 13:11:51 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_326a2646-c4b9-5ad4-8b75-e1cf6493b9b3/326a2646-c4b9-5ad4-8b75-e1cf6493b9b3_image_2.jpg HTTP/1.1" 201 0
2026-03-24 13:11:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:11:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FYG75OGJ%252F2026-03-18%252Fimage%252F6d3256b9-3c2e-4f6e-bb56-c5485fee3667_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-24 13:11:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/YG75OGJ/2026-03-18/image/6d3256b9-3c2e-4f6e-bb56-c5485fee3667_removebg.jpg?w=600 saved to cache
2026-03-24 13:11:51 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 326a2646-c4b9-5ad4-8b75-e1cf6493b9b3
2026-03-24 13:11:51 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 326a2646-c4b9-5ad4-8b75-e1cf6493b9b3, skipping ID generation
2026-03-24 13:11:51 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 326a2646-c4b9-5ad4-8b75-e1cf6493b9b3 with scrape type 1
2026-03-24 13:11:51 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 326a2646-c4b9-5ad4-8b75-e1cf6493b9b3 sending to next pipeline
2026-03-24 13:11:51 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 326a2646-c4b9-5ad4-8b75-e1cf6493b9b3, identifier: 120422957
2026-03-24 13:11:51 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 326a2646-c4b9-5ad4-8b75-e1cf6493b9b3 with identifier: 120422957
2026-03-24 13:11:51 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 326a2646-c4b9-5ad4-8b75-e1cf6493b9b3 with identifier: 120422957
2026-03-24 13:11:51 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 326a2646-c4b9-5ad4-8b75-e1cf6493b9b3 with identifier: 120422957 to the API
2026-03-24 13:11:51 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 13:11: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-24 13:11:52 [scrapy.core.scraper] DEBUG: Scraped from <200 https://abimg003.imgix.net/YG75OGJ/2026-03-18/image/6d3256b9-3c2e-4f6e-bb56-c5485fee3667_removebg.jpg?w=600>
{'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': 9,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_326a2646-c4b9-5ad4-8b75-e1cf6493b9b3/326a2646-c4b9-5ad4-8b75-e1cf6493b9b3_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 37329,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/YG75OGJ/2026-03-18/image/4b709739-73c5-4ec9-b778-fea64c557996_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_326a2646-c4b9-5ad4-8b75-e1cf6493b9b3/326a2646-c4b9-5ad4-8b75-e1cf6493b9b3_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 37688,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/YG75OGJ/2026-03-18/image/8405f80c-ec91-4dd4-acb0-588570dc286f_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_326a2646-c4b9-5ad4-8b75-e1cf6493b9b3/326a2646-c4b9-5ad4-8b75-e1cf6493b9b3_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 37749,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/YG75OGJ/2026-03-18/image/6d3256b9-3c2e-4f6e-bb56-c5485fee3667_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_326a2646-c4b9-5ad4-8b75-e1cf6493b9b3/326a2646-c4b9-5ad4-8b75-e1cf6493b9b3_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 38694,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/YG75OGJ/2026-03-18/image/d9b16176-0ed3-4618-8e46-d96a6dc9aac7_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_326a2646-c4b9-5ad4-8b75-e1cf6493b9b3/326a2646-c4b9-5ad4-8b75-e1cf6493b9b3_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 50722,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/YG75OGJ/2026-03-18/image/08f7387e-c7ab-4fb6-ac94-1e49baf8848e_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_326a2646-c4b9-5ad4-8b75-e1cf6493b9b3/326a2646-c4b9-5ad4-8b75-e1cf6493b9b3_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 41619,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/YG75OGJ/2026-03-18/image/3b19233f-22bc-4693-b94f-e8b921341d30_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_326a2646-c4b9-5ad4-8b75-e1cf6493b9b3/326a2646-c4b9-5ad4-8b75-e1cf6493b9b3_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 52194,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/YG75OGJ/2026-03-18/image/f167bc9c-04d6-49b6-93e7-a051f0c9dd0a_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_326a2646-c4b9-5ad4-8b75-e1cf6493b9b3/326a2646-c4b9-5ad4-8b75-e1cf6493b9b3_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 48459,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/YG75OGJ/2026-03-18/image/9dcc0d9d-0697-4021-9c22-435ac1dddf0d_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_326a2646-c4b9-5ad4-8b75-e1cf6493b9b3/326a2646-c4b9-5ad4-8b75-e1cf6493b9b3_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 51895,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/YG75OGJ/2026-03-18/image/42d749fd-c539-4bf4-9e7a-e30363d98211_removebg.jpg?w=600',
'Width': 600}],
'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-24 13:11:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:11:52 [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-24 13:11:52 [astonbarclay.gb] INFO: Saving data for 120422957: {'created_time': 1774357912.513425, 'last_price_update_time': 1774357912.513437, 'auction_closing_time': 1774604700.0}
2026-03-24 13:11:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:11:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120422957') HTTP/1.1" 204 0
2026-03-24 13:11:55 [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-24 13:11:55 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:11:55 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120733542, 'registration': 'MH68VRT', 'account': 'WBA001', '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': 640}, 'saleStart': '2026-03-27T09:45Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2019-02-14', 'fuel': 'Petrol/Electric Hybrid', 'motExpiry': '2026-04-21', 'doors': 4, 'engineSize': 1999, 'bodyType': 'Saloon', 'images': None, 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': None, 'serviceHistory': '', 'remarks': 'VOSA STATES 81K, 107K, 142K, 155K, Ex-Private Hire', 'virtual': False, 'seller': 'UKCGR', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '1', 'v5': False, 'v5details': None, 'co2': 108, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': None, 'assuredType': None, 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 13:11:55 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120733542, 'registration': 'MH68VRT', 'account': 'WBA001', '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': 640}, 'saleStart': '2026-03-27T09:45Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2019-02-14', 'fuel': 'Petrol/Electric Hybrid', 'motExpiry': '2026-04-21', 'doors': 4, 'engineSize': 1999, 'bodyType': 'Saloon', 'images': None, 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': None, 'serviceHistory': '', 'remarks': 'VOSA STATES 81K, 107K, 142K, 155K, Ex-Private Hire', 'virtual': False, 'seller': 'UKCGR', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '1', 'v5': False, 'v5details': None, 'co2': 108, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': None, 'assuredType': None, 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 13:11:55 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a047753d-6d02-5311-8997-ee32a8428693 with identifier: 120733542
2026-03-24 13:11:55 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a047753d-6d02-5311-8997-ee32a8428693 with scrape type 1
2026-03-24 13:11:55 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 0 photos for item a047753d-6d02-5311-8997-ee32a8428693
2026-03-24 13:11:55 [crawlers.middlewares.photo_download_middleware] INFO: No photos to download for item a047753d-6d02-5311-8997-ee32a8428693
2026-03-24 13:11:55 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: a047753d-6d02-5311-8997-ee32a8428693, identifier: 120733542
2026-03-24 13:11:55 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: a047753d-6d02-5311-8997-ee32a8428693 with identifier: 120733542
2026-03-24 13:11:55 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: a047753d-6d02-5311-8997-ee32a8428693 with identifier: 120733542
2026-03-24 13:11:55 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: a047753d-6d02-5311-8997-ee32a8428693 with identifier: 120733542 to the API
2026-03-24 13:11:55 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 13:11:56 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-24 13:11:56 [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',
'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-24 13:11:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:11:56 [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-24 13:11:56 [astonbarclay.gb] INFO: Saving data for 120733542: {'created_time': 1774357916.226223, 'last_price_update_time': 1774357916.226236, 'auction_closing_time': 1774604700.0}
2026-03-24 13:11:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:11:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120733542') HTTP/1.1" 204 0
2026-03-24 13:11:58 [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-24 13:11:58 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:11:58 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120724030, 'registration': 'CK59ZRY', 'account': 'WBA001', 'make': 'FORD', 'model': 'FOCUS HATCHBACK', 'derivative': '1.6 Zetec 5dr', 'mileage': 1, 'mileageWarranty': True, 'type': 'car', 'saleId': 18908, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 639}, 'saleStart': '2026-03-27T09:45Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2009-12-29', 'fuel': 'Petrol', 'motExpiry': '2026-08-23', 'doors': 5, 'engineSize': 1596, 'bodyType': 'Hatchback', 'images': None, 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': None, 'serviceHistory': '', 'remarks': 'VOSA STATES 28K, 36K, 43K, 51K, 58K, 62K, 65K, 68K, 71K, 77K, 82K, 88K, 95K, 102K,', 'virtual': False, 'seller': 'UKCGR', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '5', 'v5': False, 'v5details': None, 'co2': 159, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': None, 'assuredType': None, 'imported': False, 'eurostatus': 4, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 13:11:58 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120724030, 'registration': 'CK59ZRY', 'account': 'WBA001', 'make': 'FORD', 'model': 'FOCUS HATCHBACK', 'derivative': '1.6 Zetec 5dr', 'mileage': 1, 'mileageWarranty': True, 'type': 'car', 'saleId': 18908, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 639}, 'saleStart': '2026-03-27T09:45Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2009-12-29', 'fuel': 'Petrol', 'motExpiry': '2026-08-23', 'doors': 5, 'engineSize': 1596, 'bodyType': 'Hatchback', 'images': None, 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': None, 'serviceHistory': '', 'remarks': 'VOSA STATES 28K, 36K, 43K, 51K, 58K, 62K, 65K, 68K, 71K, 77K, 82K, 88K, 95K, 102K,', 'virtual': False, 'seller': 'UKCGR', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '5', 'v5': False, 'v5details': None, 'co2': 159, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': None, 'assuredType': None, 'imported': False, 'eurostatus': 4, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 13:11:58 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 297dbc60-dd41-50af-b786-fa9cbd877a0e with identifier: 120724030
2026-03-24 13:11:58 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 297dbc60-dd41-50af-b786-fa9cbd877a0e with scrape type 1
2026-03-24 13:11:58 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 0 photos for item 297dbc60-dd41-50af-b786-fa9cbd877a0e
2026-03-24 13:11:58 [crawlers.middlewares.photo_download_middleware] INFO: No photos to download for item 297dbc60-dd41-50af-b786-fa9cbd877a0e
2026-03-24 13:11:58 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 297dbc60-dd41-50af-b786-fa9cbd877a0e, identifier: 120724030
2026-03-24 13:11:58 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 297dbc60-dd41-50af-b786-fa9cbd877a0e with identifier: 120724030
2026-03-24 13:11:58 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 297dbc60-dd41-50af-b786-fa9cbd877a0e with identifier: 120724030
2026-03-24 13:11:59 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 297dbc60-dd41-50af-b786-fa9cbd877a0e with identifier: 120724030 to the API
2026-03-24 13:11:59 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 13:11: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-24 13:11:59 [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': '297dbc60-dd41-50af-b786-fa9cbd877a0e',
'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': 1,
'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',
'title': 'FORD FOCUS HATCHBACK 1.6 Zetec 5dr',
'transmission': 'manual',
'trim': '1.6 Zetec 5dr',
'vin': None,
'year': 2009}
2026-03-24 13:11:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:11:59 [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-24 13:11:59 [astonbarclay.gb] INFO: Saving data for 120724030: {'created_time': 1774357919.841055, 'last_price_update_time': 1774357919.841066, 'auction_closing_time': 1774604700.0}
2026-03-24 13:11:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:11:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120724030') HTTP/1.1" 204 0
2026-03-24 13:12:01 [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-24 13:12:01 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:12:01 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120725997, 'registration': 'ML06MWX', 'account': 'WBA001', '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': 639}, 'saleStart': '2026-03-27T09:45Z', 'lot': None, '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': '', 'remarks': 'VOSA STATES 26K, 35K, 44K, 53K, 59K, 62K, 60K, 68K, 71K, 72K DISCREPANCY ON VOSA', 'virtual': False, 'seller': 'UKCGR', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '5', 'v5': False, 'v5details': None, 'co2': 109, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': None, 'assuredType': None, 'imported': False, 'eurostatus': 4, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 13:12:01 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120725997, 'registration': 'ML06MWX', 'account': 'WBA001', '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': 639}, 'saleStart': '2026-03-27T09:45Z', 'lot': None, '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': '', 'remarks': 'VOSA STATES 26K, 35K, 44K, 53K, 59K, 62K, 60K, 68K, 71K, 72K DISCREPANCY ON VOSA', 'virtual': False, 'seller': 'UKCGR', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '5', 'v5': False, 'v5details': None, 'co2': 109, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': None, 'assuredType': None, 'imported': False, 'eurostatus': 4, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 13:12:01 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8e282d72-abeb-5992-a23b-09f6e8725c70 with identifier: 120725997
2026-03-24 13:12:01 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8e282d72-abeb-5992-a23b-09f6e8725c70 with scrape type 1
2026-03-24 13:12:01 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 9 photos for item 8e282d72-abeb-5992-a23b-09f6e8725c70
2026-03-24 13:12:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:12:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FML06MWX%252F2026-03-24%252Fimage%252F33168da2-71f0-4095-b13c-ddcf10ddd0af_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-24 13:12:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/ML06MWX/2026-03-24/image/33168da2-71f0-4095-b13c-ddcf10ddd0af_removebg.jpg?w=600 not downloaded yet
2026-03-24 13:12:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:12:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FML06MWX%252F2026-03-24%252Fimage%252F35cea097-a21c-4bfc-b314-51611b31f519_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-24 13:12:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/ML06MWX/2026-03-24/image/35cea097-a21c-4bfc-b314-51611b31f519_removebg.jpg?w=600 not downloaded yet
2026-03-24 13:12:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:12:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FML06MWX%252F2026-03-24%252Fimage%252Fef9b6246-5b6f-4586-9178-ad0d453129de_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-24 13:12:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/ML06MWX/2026-03-24/image/ef9b6246-5b6f-4586-9178-ad0d453129de_removebg.jpg?w=600 not downloaded yet
2026-03-24 13:12:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:12:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FML06MWX%252F2026-03-24%252Fimage%252Fac12865e-dc90-4856-8c7a-7f78e248b34b_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-24 13:12:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/ML06MWX/2026-03-24/image/ac12865e-dc90-4856-8c7a-7f78e248b34b_removebg.jpg?w=600 not downloaded yet
2026-03-24 13:12:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:12:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FML06MWX%252F2026-03-24%252Fimage%252Fb9b24df3-1998-495f-b414-82b85558e6f9_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-24 13:12:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/ML06MWX/2026-03-24/image/b9b24df3-1998-495f-b414-82b85558e6f9_removebg.jpg?w=600 not downloaded yet
2026-03-24 13:12:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:12:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FML06MWX%252F2026-03-24%252Fimage%252F9dee695d-3fac-4e83-9c31-c0f7cfe08bbf_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-24 13:12:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/ML06MWX/2026-03-24/image/9dee695d-3fac-4e83-9c31-c0f7cfe08bbf_removebg.jpg?w=600 not downloaded yet
2026-03-24 13:12:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:12:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FML06MWX%252F2026-03-24%252Fimage%252F6d528dd1-9598-4731-a49b-ddd4fee98124_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-24 13:12:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/ML06MWX/2026-03-24/image/6d528dd1-9598-4731-a49b-ddd4fee98124_removebg.jpg?w=600 not downloaded yet
2026-03-24 13:12:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:12:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FML06MWX%252F2026-03-24%252Fimage%252Fcd9ac4f7-8fea-41d8-b736-04eafbd3b3cb_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-24 13:12:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/ML06MWX/2026-03-24/image/cd9ac4f7-8fea-41d8-b736-04eafbd3b3cb_removebg.jpg?w=600 not downloaded yet
2026-03-24 13:12:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:12:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FML06MWX%252F2026-03-24%252Fimage%252Fcd007502-9b5b-4824-a10d-153334f9a3e7_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-24 13:12:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/ML06MWX/2026-03-24/image/cd007502-9b5b-4824-a10d-153334f9a3e7_removebg.jpg?w=600 not downloaded yet
2026-03-24 13:12:01 [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-24 13:12:01 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:12:02 [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': 639}, 'saleStart': '2026-03-27T09:45Z', 'lot': None, '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 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-24 13:12:02 [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': 639}, 'saleStart': '2026-03-27T09:45Z', 'lot': None, '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 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-24 13:12:02 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d102042b-0222-52f8-bed3-69b6d03451c5 with identifier: 119783408
2026-03-24 13:12:02 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d102042b-0222-52f8-bed3-69b6d03451c5 with scrape type 1
2026-03-24 13:12:02 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item d102042b-0222-52f8-bed3-69b6d03451c5
2026-03-24 13:12:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:12:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FMK24DJJ%252F2026-03-18%252Fimage%252Feaf9a1c3-20da-460d-be10-e98b501bf1d5_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-24 13:12:02 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/MK24DJJ/2026-03-18/image/eaf9a1c3-20da-460d-be10-e98b501bf1d5_removebg.jpg?w=600 not downloaded yet
2026-03-24 13:12:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:12:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FMK24DJJ%252F2026-03-18%252Fimage%252F4450cd84-9048-424d-8bcf-a74a1bfdfd62_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-24 13:12:02 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/MK24DJJ/2026-03-18/image/4450cd84-9048-424d-8bcf-a74a1bfdfd62_removebg.jpg?w=600 not downloaded yet
2026-03-24 13:12:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:12:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FMK24DJJ%252F2026-03-18%252Fimage%252F37f2e365-b996-442e-9c17-4895c45d77d1_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-24 13:12:02 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/MK24DJJ/2026-03-18/image/37f2e365-b996-442e-9c17-4895c45d77d1_removebg.jpg?w=600 not downloaded yet
2026-03-24 13:12:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:12:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FMK24DJJ%252F2026-03-18%252Fimage%252Fe2fd6f32-72ad-4b5e-9c4e-c498fc4a65fe_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-24 13:12:02 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/MK24DJJ/2026-03-18/image/e2fd6f32-72ad-4b5e-9c4e-c498fc4a65fe_removebg.jpg?w=600 not downloaded yet
2026-03-24 13:12:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:12:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FMK24DJJ%252F2026-03-18%252Fimage%252F46aa8ab9-03b2-4deb-9e7b-547c4e529a78_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-24 13:12:02 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/MK24DJJ/2026-03-18/image/46aa8ab9-03b2-4deb-9e7b-547c4e529a78_removebg.jpg?w=600 not downloaded yet
2026-03-24 13:12:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:12:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FMK24DJJ%252F2026-03-18%252Fimage%252F755adb7b-47c1-48c6-ad9b-5730f13d5cb4_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-24 13:12:02 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/MK24DJJ/2026-03-18/image/755adb7b-47c1-48c6-ad9b-5730f13d5cb4_removebg.jpg?w=600 not downloaded yet
2026-03-24 13:12:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:12:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FMK24DJJ%252F2026-03-18%252Fimage%252Fa872f133-f20c-421d-b77c-d830ca8d0898_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-24 13:12:02 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/MK24DJJ/2026-03-18/image/a872f133-f20c-421d-b77c-d830ca8d0898_removebg.jpg?w=600 not downloaded yet
2026-03-24 13:12:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:12:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FMK24DJJ%252F2026-03-18%252Fimage%252F9ca61546-6659-466a-9802-cc57c9239d27_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-24 13:12:02 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/MK24DJJ/2026-03-18/image/9ca61546-6659-466a-9802-cc57c9239d27_removebg.jpg?w=600 not downloaded yet
2026-03-24 13:12:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/ML06MWX/2026-03-24/image/cd007502-9b5b-4824-a10d-153334f9a3e7_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120725997?view=catalogue)
2026-03-24 13:12:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:12:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FMK24DJJ%252F2026-03-18%252Fimage%252F758fbdad-df86-466c-80e9-5787b26a5bd0_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-24 13:12:02 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/MK24DJJ/2026-03-18/image/758fbdad-df86-466c-80e9-5787b26a5bd0_removebg.jpg?w=600 not downloaded yet
2026-03-24 13:12:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:12:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FMK24DJJ%252F2026-03-18%252Fimage%252F9868fa61-3547-4ff3-8173-7062f7e8f39c_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-24 13:12:02 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/MK24DJJ/2026-03-18/image/9868fa61-3547-4ff3-8173-7062f7e8f39c_removebg.jpg?w=600 not downloaded yet
2026-03-24 13:12:02 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 13:12:02 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fde50169cd0>
2026-03-24 13:12:02 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 13:12:02 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-24 13:12:02 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 13:12:02 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_8e282d72-abeb-5992-a23b-09f6e8725c70/8e282d72-abeb-5992-a23b-09f6e8725c70_image_8.jpg HTTP/1.1" 201 0
2026-03-24 13:12:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:12:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FML06MWX%252F2026-03-24%252Fimage%252Fcd007502-9b5b-4824-a10d-153334f9a3e7_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-24 13:12:02 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/ML06MWX/2026-03-24/image/cd007502-9b5b-4824-a10d-153334f9a3e7_removebg.jpg?w=600 saved to cache
2026-03-24 13:12:02 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 8e282d72-abeb-5992-a23b-09f6e8725c70
2026-03-24 13:12:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/MK24DJJ/2026-03-18/image/9ca61546-6659-466a-9802-cc57c9239d27_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/119783408?view=catalogue)
2026-03-24 13:12:02 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 13:12:02 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fde51737b10>
2026-03-24 13:12:02 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 13:12:02 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-24 13:12:02 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 13:12:02 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_d102042b-0222-52f8-bed3-69b6d03451c5/d102042b-0222-52f8-bed3-69b6d03451c5_image_7.jpg HTTP/1.1" 201 0
2026-03-24 13:12:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:12:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FMK24DJJ%252F2026-03-18%252Fimage%252F9ca61546-6659-466a-9802-cc57c9239d27_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-24 13:12:02 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/MK24DJJ/2026-03-18/image/9ca61546-6659-466a-9802-cc57c9239d27_removebg.jpg?w=600 saved to cache
2026-03-24 13:12:02 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item d102042b-0222-52f8-bed3-69b6d03451c5
2026-03-24 13:12:02 [zyte_api._retry] DEBUG: Finished call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request' after 129.257(s), this was the 1st time calling it.
2026-03-24 13:12:02 [zyte_api._retry] DEBUG: Retrying zyte_api._async.AsyncZyteAPI.get.<locals>.request in 7.053509668569319 seconds as it raised ClientConnectorError: Cannot connect to host api.zyte.com:443 ssl:default [Connect call failed ('69.41.180.81', 443)].
2026-03-24 13:12:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/MK24DJJ/2026-03-18/image/9868fa61-3547-4ff3-8173-7062f7e8f39c_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/119783408?view=catalogue)
2026-03-24 13:12:02 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 13:12:02 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fde504236d0>
2026-03-24 13:12:02 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 13:12:02 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-24 13:12:02 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 13:12:02 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_d102042b-0222-52f8-bed3-69b6d03451c5/d102042b-0222-52f8-bed3-69b6d03451c5_image_9.jpg HTTP/1.1" 201 0
2026-03-24 13:12:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:12:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FMK24DJJ%252F2026-03-18%252Fimage%252F9868fa61-3547-4ff3-8173-7062f7e8f39c_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-24 13:12:03 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/MK24DJJ/2026-03-18/image/9868fa61-3547-4ff3-8173-7062f7e8f39c_removebg.jpg?w=600 saved to cache
2026-03-24 13:12:03 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item d102042b-0222-52f8-bed3-69b6d03451c5
2026-03-24 13:12:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/MK24DJJ/2026-03-18/image/758fbdad-df86-466c-80e9-5787b26a5bd0_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/119783408?view=catalogue)
2026-03-24 13:12:03 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 13:12:03 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fde500f4c10>
2026-03-24 13:12:03 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 13:12:03 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-24 13:12:03 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 13:12:03 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_d102042b-0222-52f8-bed3-69b6d03451c5/d102042b-0222-52f8-bed3-69b6d03451c5_image_8.jpg HTTP/1.1" 201 0
2026-03-24 13:12:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:12:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FMK24DJJ%252F2026-03-18%252Fimage%252F758fbdad-df86-466c-80e9-5787b26a5bd0_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-24 13:12:03 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/MK24DJJ/2026-03-18/image/758fbdad-df86-466c-80e9-5787b26a5bd0_removebg.jpg?w=600 saved to cache
2026-03-24 13:12:03 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item d102042b-0222-52f8-bed3-69b6d03451c5
2026-03-24 13:12:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/MK24DJJ/2026-03-18/image/a872f133-f20c-421d-b77c-d830ca8d0898_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/119783408?view=catalogue)
2026-03-24 13:12:03 [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-24 13:12:03 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:12:03 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 13:12:03 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fde50238f50>
2026-03-24 13:12:03 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 13:12:03 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-24 13:12:03 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 13:12:03 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_d102042b-0222-52f8-bed3-69b6d03451c5/d102042b-0222-52f8-bed3-69b6d03451c5_image_6.jpg HTTP/1.1" 201 0
2026-03-24 13:12:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:12:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FMK24DJJ%252F2026-03-18%252Fimage%252Fa872f133-f20c-421d-b77c-d830ca8d0898_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-24 13:12:03 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/MK24DJJ/2026-03-18/image/a872f133-f20c-421d-b77c-d830ca8d0898_removebg.jpg?w=600 saved to cache
2026-03-24 13:12:03 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item d102042b-0222-52f8-bed3-69b6d03451c5
2026-03-24 13:12:04 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120722968, 'registration': 'YR15WBT', 'account': 'WBA001', 'make': 'SKODA', 'model': 'ROOMSTER ESTATE', 'derivative': '1.2 TSI SE 5dr', 'mileage': 12975, 'mileageWarranty': True, 'type': 'car', 'saleId': 18908, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 640}, 'saleStart': '2026-03-27T09:45Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2015-03-31', 'fuel': 'Petrol', 'motExpiry': '2026-03-30', 'doors': 5, 'engineSize': 1197, 'bodyType': 'Estate', 'images': None, 'colour': 'SILVER', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': None, 'serviceHistory': '', 'remarks': 'VOSA STATES 7K, 7K, 8K, 9K, 10K, 11K, 12K, 12K,', 'virtual': False, 'seller': 'UKCGR', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '2', 'v5': False, 'v5details': None, 'co2': 134, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': None, 'assuredType': None, 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 13:12:04 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120722968, 'registration': 'YR15WBT', 'account': 'WBA001', 'make': 'SKODA', 'model': 'ROOMSTER ESTATE', 'derivative': '1.2 TSI SE 5dr', 'mileage': 12975, 'mileageWarranty': True, 'type': 'car', 'saleId': 18908, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 640}, 'saleStart': '2026-03-27T09:45Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2015-03-31', 'fuel': 'Petrol', 'motExpiry': '2026-03-30', 'doors': 5, 'engineSize': 1197, 'bodyType': 'Estate', 'images': None, 'colour': 'SILVER', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': None, 'serviceHistory': '', 'remarks': 'VOSA STATES 7K, 7K, 8K, 9K, 10K, 11K, 12K, 12K,', 'virtual': False, 'seller': 'UKCGR', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '2', 'v5': False, 'v5details': None, 'co2': 134, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': None, 'assuredType': None, 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 13:12:04 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 94973b8d-4b60-5939-a6f9-62d1a1f6807b with identifier: 120722968
2026-03-24 13:12:04 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 94973b8d-4b60-5939-a6f9-62d1a1f6807b with scrape type 1
2026-03-24 13:12:04 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 0 photos for item 94973b8d-4b60-5939-a6f9-62d1a1f6807b
2026-03-24 13:12:04 [crawlers.middlewares.photo_download_middleware] INFO: No photos to download for item 94973b8d-4b60-5939-a6f9-62d1a1f6807b
2026-03-24 13:12:04 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 94973b8d-4b60-5939-a6f9-62d1a1f6807b, identifier: 120722968
2026-03-24 13:12:04 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 94973b8d-4b60-5939-a6f9-62d1a1f6807b with identifier: 120722968
2026-03-24 13:12:04 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 94973b8d-4b60-5939-a6f9-62d1a1f6807b with identifier: 120722968
2026-03-24 13:12:04 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 94973b8d-4b60-5939-a6f9-62d1a1f6807b with identifier: 120722968 to the API
2026-03-24 13:12:04 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 13:12: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-24 13:12:05 [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',
'title': 'SKODA ROOMSTER ESTATE 1.2 TSI SE 5dr',
'transmission': 'manual',
'trim': '1.2 TSI SE 5dr',
'vin': None,
'year': 2015}
2026-03-24 13:12:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:12:05 [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-24 13:12:05 [astonbarclay.gb] INFO: Saving data for 120722968: {'created_time': 1774357925.023194, 'last_price_update_time': 1774357925.023207, 'auction_closing_time': 1774604700.0}
2026-03-24 13:12:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:12:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120722968') HTTP/1.1" 204 0
2026-03-24 13:12:05 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/MK24DJJ/2026-03-18/image/46aa8ab9-03b2-4deb-9e7b-547c4e529a78_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/119783408?view=catalogue)
2026-03-24 13:12:05 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/MK24DJJ/2026-03-18/image/755adb7b-47c1-48c6-ad9b-5730f13d5cb4_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/119783408?view=catalogue)
2026-03-24 13:12:05 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 13:12:05 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fde516b5d50>
2026-03-24 13:12:05 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 13:12:05 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-24 13:12:05 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 13:12:05 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_d102042b-0222-52f8-bed3-69b6d03451c5/d102042b-0222-52f8-bed3-69b6d03451c5_image_4.jpg HTTP/1.1" 201 0
2026-03-24 13:12:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:12:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FMK24DJJ%252F2026-03-18%252Fimage%252F46aa8ab9-03b2-4deb-9e7b-547c4e529a78_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-24 13:12:05 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/MK24DJJ/2026-03-18/image/46aa8ab9-03b2-4deb-9e7b-547c4e529a78_removebg.jpg?w=600 saved to cache
2026-03-24 13:12:05 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item d102042b-0222-52f8-bed3-69b6d03451c5
2026-03-24 13:12:05 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 13:12:05 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fde500ecc50>
2026-03-24 13:12:05 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 13:12:05 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-24 13:12:05 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 13:12:05 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_d102042b-0222-52f8-bed3-69b6d03451c5/d102042b-0222-52f8-bed3-69b6d03451c5_image_5.jpg HTTP/1.1" 201 0
2026-03-24 13:12:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:12:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FMK24DJJ%252F2026-03-18%252Fimage%252F755adb7b-47c1-48c6-ad9b-5730f13d5cb4_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-24 13:12:05 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/MK24DJJ/2026-03-18/image/755adb7b-47c1-48c6-ad9b-5730f13d5cb4_removebg.jpg?w=600 saved to cache
2026-03-24 13:12:05 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item d102042b-0222-52f8-bed3-69b6d03451c5
2026-03-24 13:12:05 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/MK24DJJ/2026-03-18/image/e2fd6f32-72ad-4b5e-9c4e-c498fc4a65fe_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/119783408?view=catalogue)
2026-03-24 13:12:05 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/MK24DJJ/2026-03-18/image/37f2e365-b996-442e-9c17-4895c45d77d1_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/119783408?view=catalogue)
2026-03-24 13:12:05 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/MK24DJJ/2026-03-18/image/eaf9a1c3-20da-460d-be10-e98b501bf1d5_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/119783408?view=catalogue)
2026-03-24 13:12:05 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 13:12:05 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fde51656290>
2026-03-24 13:12:05 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 13:12:05 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-24 13:12:05 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 13:12:05 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_d102042b-0222-52f8-bed3-69b6d03451c5/d102042b-0222-52f8-bed3-69b6d03451c5_image_3.jpg HTTP/1.1" 201 0
2026-03-24 13:12:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:12:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FMK24DJJ%252F2026-03-18%252Fimage%252Fe2fd6f32-72ad-4b5e-9c4e-c498fc4a65fe_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-24 13:12:05 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/MK24DJJ/2026-03-18/image/e2fd6f32-72ad-4b5e-9c4e-c498fc4a65fe_removebg.jpg?w=600 saved to cache
2026-03-24 13:12:05 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item d102042b-0222-52f8-bed3-69b6d03451c5
2026-03-24 13:12:05 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 13:12:05 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fde517d3210>
2026-03-24 13:12:05 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 13:12:05 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-24 13:12:05 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 13:12:05 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_d102042b-0222-52f8-bed3-69b6d03451c5/d102042b-0222-52f8-bed3-69b6d03451c5_image_2.jpg HTTP/1.1" 201 0
2026-03-24 13:12:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:12:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FMK24DJJ%252F2026-03-18%252Fimage%252F37f2e365-b996-442e-9c17-4895c45d77d1_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-24 13:12:05 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/MK24DJJ/2026-03-18/image/37f2e365-b996-442e-9c17-4895c45d77d1_removebg.jpg?w=600 saved to cache
2026-03-24 13:12:05 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item d102042b-0222-52f8-bed3-69b6d03451c5
2026-03-24 13:12:05 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 13:12:05 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fde5321fc10>
2026-03-24 13:12:05 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 13:12:05 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-24 13:12:05 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 13:12:05 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_d102042b-0222-52f8-bed3-69b6d03451c5/d102042b-0222-52f8-bed3-69b6d03451c5_image_0.jpg HTTP/1.1" 201 0
2026-03-24 13:12:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:12:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FMK24DJJ%252F2026-03-18%252Fimage%252Feaf9a1c3-20da-460d-be10-e98b501bf1d5_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-24 13:12:05 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/MK24DJJ/2026-03-18/image/eaf9a1c3-20da-460d-be10-e98b501bf1d5_removebg.jpg?w=600 saved to cache
2026-03-24 13:12:05 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item d102042b-0222-52f8-bed3-69b6d03451c5
2026-03-24 13:12:05 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/ML06MWX/2026-03-24/image/cd9ac4f7-8fea-41d8-b736-04eafbd3b3cb_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120725997?view=catalogue)
2026-03-24 13:12:05 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/MK24DJJ/2026-03-18/image/4450cd84-9048-424d-8bcf-a74a1bfdfd62_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/119783408?view=catalogue)
2026-03-24 13:12:05 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 13:12:05 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fde51ba1250>
2026-03-24 13:12:05 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 13:12:05 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-24 13:12:05 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 13:12:05 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_8e282d72-abeb-5992-a23b-09f6e8725c70/8e282d72-abeb-5992-a23b-09f6e8725c70_image_7.jpg HTTP/1.1" 201 0
2026-03-24 13:12:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:12:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FML06MWX%252F2026-03-24%252Fimage%252Fcd9ac4f7-8fea-41d8-b736-04eafbd3b3cb_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-24 13:12:05 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/ML06MWX/2026-03-24/image/cd9ac4f7-8fea-41d8-b736-04eafbd3b3cb_removebg.jpg?w=600 saved to cache
2026-03-24 13:12:05 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 8e282d72-abeb-5992-a23b-09f6e8725c70
2026-03-24 13:12:05 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 13:12:05 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fde51690c90>
2026-03-24 13:12:05 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 13:12:05 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-24 13:12:05 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 13:12:05 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_d102042b-0222-52f8-bed3-69b6d03451c5/d102042b-0222-52f8-bed3-69b6d03451c5_image_1.jpg HTTP/1.1" 201 0
2026-03-24 13:12:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:12:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FMK24DJJ%252F2026-03-18%252Fimage%252F4450cd84-9048-424d-8bcf-a74a1bfdfd62_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-24 13:12:05 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/MK24DJJ/2026-03-18/image/4450cd84-9048-424d-8bcf-a74a1bfdfd62_removebg.jpg?w=600 saved to cache
2026-03-24 13:12:05 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item d102042b-0222-52f8-bed3-69b6d03451c5
2026-03-24 13:12:05 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: d102042b-0222-52f8-bed3-69b6d03451c5, skipping ID generation
2026-03-24 13:12:05 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d102042b-0222-52f8-bed3-69b6d03451c5 with scrape type 1
2026-03-24 13:12:05 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item d102042b-0222-52f8-bed3-69b6d03451c5 sending to next pipeline
2026-03-24 13:12:05 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: d102042b-0222-52f8-bed3-69b6d03451c5, identifier: 119783408
2026-03-24 13:12:05 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: d102042b-0222-52f8-bed3-69b6d03451c5 with identifier: 119783408
2026-03-24 13:12:05 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: d102042b-0222-52f8-bed3-69b6d03451c5 with identifier: 119783408
2026-03-24 13:12:06 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: d102042b-0222-52f8-bed3-69b6d03451c5 with identifier: 119783408 to the API
2026-03-24 13:12:06 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 13:12: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-24 13:12:07 [scrapy.core.scraper] DEBUG: Scraped from <200 https://abimg003.imgix.net/MK24DJJ/2026-03-18/image/4450cd84-9048-424d-8bcf-a74a1bfdfd62_removebg.jpg?w=600>
{'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': 10,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_d102042b-0222-52f8-bed3-69b6d03451c5/d102042b-0222-52f8-bed3-69b6d03451c5_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 28400,
'Height': 338,
'OriginUrl': 'https://abimg003.imgix.net/MK24DJJ/2026-03-18/image/eaf9a1c3-20da-460d-be10-e98b501bf1d5_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_d102042b-0222-52f8-bed3-69b6d03451c5/d102042b-0222-52f8-bed3-69b6d03451c5_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 26733,
'Height': 338,
'OriginUrl': 'https://abimg003.imgix.net/MK24DJJ/2026-03-18/image/4450cd84-9048-424d-8bcf-a74a1bfdfd62_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_d102042b-0222-52f8-bed3-69b6d03451c5/d102042b-0222-52f8-bed3-69b6d03451c5_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 23036,
'Height': 338,
'OriginUrl': 'https://abimg003.imgix.net/MK24DJJ/2026-03-18/image/37f2e365-b996-442e-9c17-4895c45d77d1_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_d102042b-0222-52f8-bed3-69b6d03451c5/d102042b-0222-52f8-bed3-69b6d03451c5_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 25810,
'Height': 338,
'OriginUrl': 'https://abimg003.imgix.net/MK24DJJ/2026-03-18/image/e2fd6f32-72ad-4b5e-9c4e-c498fc4a65fe_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_d102042b-0222-52f8-bed3-69b6d03451c5/d102042b-0222-52f8-bed3-69b6d03451c5_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 38483,
'Height': 338,
'OriginUrl': 'https://abimg003.imgix.net/MK24DJJ/2026-03-18/image/46aa8ab9-03b2-4deb-9e7b-547c4e529a78_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_d102042b-0222-52f8-bed3-69b6d03451c5/d102042b-0222-52f8-bed3-69b6d03451c5_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 41956,
'Height': 338,
'OriginUrl': 'https://abimg003.imgix.net/MK24DJJ/2026-03-18/image/755adb7b-47c1-48c6-ad9b-5730f13d5cb4_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_d102042b-0222-52f8-bed3-69b6d03451c5/d102042b-0222-52f8-bed3-69b6d03451c5_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 40236,
'Height': 338,
'OriginUrl': 'https://abimg003.imgix.net/MK24DJJ/2026-03-18/image/a872f133-f20c-421d-b77c-d830ca8d0898_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_d102042b-0222-52f8-bed3-69b6d03451c5/d102042b-0222-52f8-bed3-69b6d03451c5_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 41817,
'Height': 338,
'OriginUrl': 'https://abimg003.imgix.net/MK24DJJ/2026-03-18/image/9ca61546-6659-466a-9802-cc57c9239d27_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_d102042b-0222-52f8-bed3-69b6d03451c5/d102042b-0222-52f8-bed3-69b6d03451c5_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 43822,
'Height': 338,
'OriginUrl': 'https://abimg003.imgix.net/MK24DJJ/2026-03-18/image/758fbdad-df86-466c-80e9-5787b26a5bd0_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_d102042b-0222-52f8-bed3-69b6d03451c5/d102042b-0222-52f8-bed3-69b6d03451c5_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 50838,
'Height': 338,
'OriginUrl': 'https://abimg003.imgix.net/MK24DJJ/2026-03-18/image/9868fa61-3547-4ff3-8173-7062f7e8f39c_removebg.jpg?w=600',
'Width': 600}],
'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-24 13:12:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:12:07 [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-24 13:12:07 [astonbarclay.gb] INFO: Saving data for 119783408: {'created_time': 1774357927.168177, 'last_price_update_time': 1774357927.168189, 'auction_closing_time': 1774604700.0}
2026-03-24 13:12:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:12:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='119783408') HTTP/1.1" 204 0
2026-03-24 13:12:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/ML06MWX/2026-03-24/image/6d528dd1-9598-4731-a49b-ddd4fee98124_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120725997?view=catalogue)
2026-03-24 13:12:07 [scrapy.extensions.logstats] INFO: Crawled 192 pages (at 18 pages/min), scraped 165 items (at 17 items/min)
2026-03-24 13:12:07 [scrapy.extensions.memusage] INFO: Peak memory usage is 181MiB
2026-03-24 13:12:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/ML06MWX/2026-03-24/image/9dee695d-3fac-4e83-9c31-c0f7cfe08bbf_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120725997?view=catalogue)
2026-03-24 13:12:07 [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-24 13:12:07 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:12:07 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 13:12:07 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fde516ecfd0>
2026-03-24 13:12:07 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 13:12:07 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-24 13:12:07 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 13:12:07 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_8e282d72-abeb-5992-a23b-09f6e8725c70/8e282d72-abeb-5992-a23b-09f6e8725c70_image_6.jpg HTTP/1.1" 201 0
2026-03-24 13:12:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:12:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FML06MWX%252F2026-03-24%252Fimage%252F6d528dd1-9598-4731-a49b-ddd4fee98124_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-24 13:12:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/ML06MWX/2026-03-24/image/6d528dd1-9598-4731-a49b-ddd4fee98124_removebg.jpg?w=600 saved to cache
2026-03-24 13:12:07 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 8e282d72-abeb-5992-a23b-09f6e8725c70
2026-03-24 13:12:07 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 13:12:07 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fde503f74d0>
2026-03-24 13:12:07 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 13:12:07 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-24 13:12:07 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 13:12:07 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_8e282d72-abeb-5992-a23b-09f6e8725c70/8e282d72-abeb-5992-a23b-09f6e8725c70_image_5.jpg HTTP/1.1" 201 0
2026-03-24 13:12:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:12:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FML06MWX%252F2026-03-24%252Fimage%252F9dee695d-3fac-4e83-9c31-c0f7cfe08bbf_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-24 13:12:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/ML06MWX/2026-03-24/image/9dee695d-3fac-4e83-9c31-c0f7cfe08bbf_removebg.jpg?w=600 saved to cache
2026-03-24 13:12:07 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 8e282d72-abeb-5992-a23b-09f6e8725c70
2026-03-24 13:12:07 [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': 639}, 'saleStart': '2026-03-27T09:45Z', 'lot': None, '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-24 13:12:07 [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': 639}, 'saleStart': '2026-03-27T09:45Z', 'lot': None, '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-24 13:12:07 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5bae9b9e-b0c6-5be4-a8a7-b35bba6c2f76 with identifier: 120467270
2026-03-24 13:12:07 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5bae9b9e-b0c6-5be4-a8a7-b35bba6c2f76 with scrape type 1
2026-03-24 13:12:07 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 9 photos for item 5bae9b9e-b0c6-5be4-a8a7-b35bba6c2f76
2026-03-24 13:12:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:12:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FYB71TCU%252F2026-03-23%252Fimage%252Fb320a2eb-c892-47e5-bfe2-eec6223739c8_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-24 13:12:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/YB71TCU/2026-03-23/image/b320a2eb-c892-47e5-bfe2-eec6223739c8_removebg.jpg?w=600 not downloaded yet
2026-03-24 13:12:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:12:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FYB71TCU%252F2026-03-23%252Fimage%252Ff67d81a5-ef6d-4761-b049-a822b28d1718_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-24 13:12:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/YB71TCU/2026-03-23/image/f67d81a5-ef6d-4761-b049-a822b28d1718_removebg.jpg?w=600 not downloaded yet
2026-03-24 13:12:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/ML06MWX/2026-03-24/image/b9b24df3-1998-495f-b414-82b85558e6f9_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120725997?view=catalogue)
2026-03-24 13:12:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:12:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FYB71TCU%252F2026-03-23%252Fimage%252Fa9ee8993-afc7-4fd7-bf75-b7c579c1c8da_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-24 13:12:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/YB71TCU/2026-03-23/image/a9ee8993-afc7-4fd7-bf75-b7c579c1c8da_removebg.jpg?w=600 not downloaded yet
2026-03-24 13:12:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:12:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FYB71TCU%252F2026-03-23%252Fimage%252F6b35088a-eafe-4981-83fc-d470789e7509_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-24 13:12:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/YB71TCU/2026-03-23/image/6b35088a-eafe-4981-83fc-d470789e7509_removebg.jpg?w=600 not downloaded yet
2026-03-24 13:12:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/ML06MWX/2026-03-24/image/ef9b6246-5b6f-4586-9178-ad0d453129de_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120725997?view=catalogue)
2026-03-24 13:12:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:12:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FYB71TCU%252F2026-03-23%252Fimage%252F2ae46fc8-4f39-4b06-a565-f0c1825b3a76_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-24 13:12:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/YB71TCU/2026-03-23/image/2ae46fc8-4f39-4b06-a565-f0c1825b3a76_removebg.jpg?w=600 not downloaded yet
2026-03-24 13:12:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:12:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FYB71TCU%252F2026-03-23%252Fimage%252F38d49637-0428-464e-8196-91ff5d0d4602_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-24 13:12:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/YB71TCU/2026-03-23/image/38d49637-0428-464e-8196-91ff5d0d4602_removebg.jpg?w=600 not downloaded yet
2026-03-24 13:12:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:12:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FYB71TCU%252F2026-03-23%252Fimage%252Fc558da5e-2da7-4b00-8e6f-d77c1ce11393_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-24 13:12:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/YB71TCU/2026-03-23/image/c558da5e-2da7-4b00-8e6f-d77c1ce11393_removebg.jpg?w=600 not downloaded yet
2026-03-24 13:12:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:12:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FYB71TCU%252F2026-03-23%252Fimage%252F52e40058-ee47-4776-b9d6-f4c88d72ecaa_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-24 13:12:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/YB71TCU/2026-03-23/image/52e40058-ee47-4776-b9d6-f4c88d72ecaa_removebg.jpg?w=600 not downloaded yet
2026-03-24 13:12:07 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 13:12:07 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fde501aa190>
2026-03-24 13:12:07 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 13:12:07 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-24 13:12:07 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 13:12:07 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_8e282d72-abeb-5992-a23b-09f6e8725c70/8e282d72-abeb-5992-a23b-09f6e8725c70_image_4.jpg HTTP/1.1" 201 0
2026-03-24 13:12:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:12:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FML06MWX%252F2026-03-24%252Fimage%252Fb9b24df3-1998-495f-b414-82b85558e6f9_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-24 13:12:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/ML06MWX/2026-03-24/image/b9b24df3-1998-495f-b414-82b85558e6f9_removebg.jpg?w=600 saved to cache
2026-03-24 13:12:07 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 8e282d72-abeb-5992-a23b-09f6e8725c70
2026-03-24 13:12:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:12:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FYB71TCU%252F2026-03-23%252Fimage%252F9fb046ac-85ed-4327-959e-dc4be658340c_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-24 13:12:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/YB71TCU/2026-03-23/image/9fb046ac-85ed-4327-959e-dc4be658340c_removebg.jpg?w=600 not downloaded yet
2026-03-24 13:12:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/ML06MWX/2026-03-24/image/ac12865e-dc90-4856-8c7a-7f78e248b34b_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120725997?view=catalogue)
2026-03-24 13:12:07 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 13:12:07 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fde52e7bdd0>
2026-03-24 13:12:07 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 13:12:07 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-24 13:12:07 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 13:12:07 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_8e282d72-abeb-5992-a23b-09f6e8725c70/8e282d72-abeb-5992-a23b-09f6e8725c70_image_2.jpg HTTP/1.1" 201 0
2026-03-24 13:12:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:12:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FML06MWX%252F2026-03-24%252Fimage%252Fef9b6246-5b6f-4586-9178-ad0d453129de_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-24 13:12:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/ML06MWX/2026-03-24/image/ef9b6246-5b6f-4586-9178-ad0d453129de_removebg.jpg?w=600 saved to cache
2026-03-24 13:12:07 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 8e282d72-abeb-5992-a23b-09f6e8725c70
2026-03-24 13:12:07 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 13:12:07 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fde517f6750>
2026-03-24 13:12:07 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 13:12:07 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-24 13:12:07 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 13:12:07 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_8e282d72-abeb-5992-a23b-09f6e8725c70/8e282d72-abeb-5992-a23b-09f6e8725c70_image_3.jpg HTTP/1.1" 201 0
2026-03-24 13:12:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:12:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FML06MWX%252F2026-03-24%252Fimage%252Fac12865e-dc90-4856-8c7a-7f78e248b34b_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-24 13:12:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/ML06MWX/2026-03-24/image/ac12865e-dc90-4856-8c7a-7f78e248b34b_removebg.jpg?w=600 saved to cache
2026-03-24 13:12:07 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 8e282d72-abeb-5992-a23b-09f6e8725c70
2026-03-24 13:12:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/YB71TCU/2026-03-23/image/f67d81a5-ef6d-4761-b049-a822b28d1718_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120467270?view=catalogue)
2026-03-24 13:12:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/YB71TCU/2026-03-23/image/6b35088a-eafe-4981-83fc-d470789e7509_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120467270?view=catalogue)
2026-03-24 13:12:07 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 13:12:07 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fde5192c450>
2026-03-24 13:12:07 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 13:12:07 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-24 13:12:07 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 13:12:07 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_5bae9b9e-b0c6-5be4-a8a7-b35bba6c2f76/5bae9b9e-b0c6-5be4-a8a7-b35bba6c2f76_image_1.jpg HTTP/1.1" 201 0
2026-03-24 13:12:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:12:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FYB71TCU%252F2026-03-23%252Fimage%252Ff67d81a5-ef6d-4761-b049-a822b28d1718_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-24 13:12:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/YB71TCU/2026-03-23/image/f67d81a5-ef6d-4761-b049-a822b28d1718_removebg.jpg?w=600 saved to cache
2026-03-24 13:12:07 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 5bae9b9e-b0c6-5be4-a8a7-b35bba6c2f76
2026-03-24 13:12:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/YB71TCU/2026-03-23/image/52e40058-ee47-4776-b9d6-f4c88d72ecaa_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120467270?view=catalogue)
2026-03-24 13:12:07 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 13:12:07 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fde502b2b50>
2026-03-24 13:12:07 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 13:12:07 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-24 13:12:07 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 13:12:07 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_5bae9b9e-b0c6-5be4-a8a7-b35bba6c2f76/5bae9b9e-b0c6-5be4-a8a7-b35bba6c2f76_image_3.jpg HTTP/1.1" 201 0
2026-03-24 13:12:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:12:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FYB71TCU%252F2026-03-23%252Fimage%252F6b35088a-eafe-4981-83fc-d470789e7509_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-24 13:12:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/YB71TCU/2026-03-23/image/6b35088a-eafe-4981-83fc-d470789e7509_removebg.jpg?w=600 saved to cache
2026-03-24 13:12:07 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 5bae9b9e-b0c6-5be4-a8a7-b35bba6c2f76
2026-03-24 13:12:08 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 13:12:08 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fde50c3c4d0>
2026-03-24 13:12:08 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 13:12:08 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-24 13:12:08 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 13:12:08 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_5bae9b9e-b0c6-5be4-a8a7-b35bba6c2f76/5bae9b9e-b0c6-5be4-a8a7-b35bba6c2f76_image_7.jpg HTTP/1.1" 201 0
2026-03-24 13:12:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:12:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FYB71TCU%252F2026-03-23%252Fimage%252F52e40058-ee47-4776-b9d6-f4c88d72ecaa_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-24 13:12:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/YB71TCU/2026-03-23/image/52e40058-ee47-4776-b9d6-f4c88d72ecaa_removebg.jpg?w=600 saved to cache
2026-03-24 13:12:08 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 5bae9b9e-b0c6-5be4-a8a7-b35bba6c2f76
2026-03-24 13:12:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/YB71TCU/2026-03-23/image/c558da5e-2da7-4b00-8e6f-d77c1ce11393_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120467270?view=catalogue)
2026-03-24 13:12:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/YB71TCU/2026-03-23/image/9fb046ac-85ed-4327-959e-dc4be658340c_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120467270?view=catalogue)
2026-03-24 13:12:08 [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-24 13:12:08 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:12:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/YB71TCU/2026-03-23/image/38d49637-0428-464e-8196-91ff5d0d4602_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120467270?view=catalogue)
2026-03-24 13:12:08 [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-24 13:12:08 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:12:08 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 13:12:08 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fde50c41110>
2026-03-24 13:12:08 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 13:12:08 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-24 13:12:08 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 13:12:08 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_5bae9b9e-b0c6-5be4-a8a7-b35bba6c2f76/5bae9b9e-b0c6-5be4-a8a7-b35bba6c2f76_image_6.jpg HTTP/1.1" 201 0
2026-03-24 13:12:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:12:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FYB71TCU%252F2026-03-23%252Fimage%252Fc558da5e-2da7-4b00-8e6f-d77c1ce11393_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-24 13:12:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/YB71TCU/2026-03-23/image/c558da5e-2da7-4b00-8e6f-d77c1ce11393_removebg.jpg?w=600 saved to cache
2026-03-24 13:12:08 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 5bae9b9e-b0c6-5be4-a8a7-b35bba6c2f76
2026-03-24 13:12:08 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 13:12:08 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fde50408710>
2026-03-24 13:12:08 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 13:12:08 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-24 13:12:08 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 13:12:08 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_5bae9b9e-b0c6-5be4-a8a7-b35bba6c2f76/5bae9b9e-b0c6-5be4-a8a7-b35bba6c2f76_image_8.jpg HTTP/1.1" 201 0
2026-03-24 13:12:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:12:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FYB71TCU%252F2026-03-23%252Fimage%252F9fb046ac-85ed-4327-959e-dc4be658340c_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-24 13:12:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/YB71TCU/2026-03-23/image/9fb046ac-85ed-4327-959e-dc4be658340c_removebg.jpg?w=600 saved to cache
2026-03-24 13:12:08 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 5bae9b9e-b0c6-5be4-a8a7-b35bba6c2f76
2026-03-24 13:12:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/YB71TCU/2026-03-23/image/b320a2eb-c892-47e5-bfe2-eec6223739c8_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120467270?view=catalogue)
2026-03-24 13:12:08 [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': 639}, 'saleStart': '2026-03-27T09:45Z', 'lot': None, '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-23/image/a55209ed-e83e-41b7-adb9-17317ac417c2_removebg.jpg?w=600', 'https://abimg003.imgix.net/ML71BKO/2026-03-23/image/afc82a86-cbba-40d0-9c87-c85afacca70a_removebg.jpg?w=600', 'https://abimg003.imgix.net/ML71BKO/2026-03-23/image/f847edb0-84de-4c0b-96f3-af5250e3569f_removebg.jpg?w=600', 'https://abimg003.imgix.net/ML71BKO/2026-03-23/image/42c3395c-e919-4211-9b24-8bd0c62dd456_removebg.jpg?w=600', 'https://abimg003.imgix.net/ML71BKO/2026-03-23/image/f9c7df85-7706-4c7d-8490-10ef1bb36fab_removebg.jpg?w=600', 'https://abimg003.imgix.net/ML71BKO/2026-03-23/image/8e5c71e9-a001-44de-b06a-90fd4b23947c_removebg.jpg?w=600', 'https://abimg003.imgix.net/ML71BKO/2026-03-23/image/e6dce9e4-5928-4c62-868b-4a1cafdf8434_removebg.jpg?w=600', 'https://abimg003.imgix.net/ML71BKO/2026-03-23/image/d003da0e-6eac-468a-8c11-d45b9e349053_removebg.jpg?w=600', 'https://abimg003.imgix.net/ML71BKO/2026-03-23/image/bcb237d4-3113-4330-adf1-d2b31d866ae1_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, 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/854e7ecf-d64f-4faa-a738-dcb6033727ec.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-24 13:12:08 [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': 639}, 'saleStart': '2026-03-27T09:45Z', 'lot': None, '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-23/image/a55209ed-e83e-41b7-adb9-17317ac417c2_removebg.jpg?w=600', 'https://abimg003.imgix.net/ML71BKO/2026-03-23/image/afc82a86-cbba-40d0-9c87-c85afacca70a_removebg.jpg?w=600', 'https://abimg003.imgix.net/ML71BKO/2026-03-23/image/f847edb0-84de-4c0b-96f3-af5250e3569f_removebg.jpg?w=600', 'https://abimg003.imgix.net/ML71BKO/2026-03-23/image/42c3395c-e919-4211-9b24-8bd0c62dd456_removebg.jpg?w=600', 'https://abimg003.imgix.net/ML71BKO/2026-03-23/image/f9c7df85-7706-4c7d-8490-10ef1bb36fab_removebg.jpg?w=600', 'https://abimg003.imgix.net/ML71BKO/2026-03-23/image/8e5c71e9-a001-44de-b06a-90fd4b23947c_removebg.jpg?w=600', 'https://abimg003.imgix.net/ML71BKO/2026-03-23/image/e6dce9e4-5928-4c62-868b-4a1cafdf8434_removebg.jpg?w=600', 'https://abimg003.imgix.net/ML71BKO/2026-03-23/image/d003da0e-6eac-468a-8c11-d45b9e349053_removebg.jpg?w=600', 'https://abimg003.imgix.net/ML71BKO/2026-03-23/image/bcb237d4-3113-4330-adf1-d2b31d866ae1_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, 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/854e7ecf-d64f-4faa-a738-dcb6033727ec.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-24 13:12:08 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0f88371f-af18-5ec4-8ef8-0b79b901bc5b with identifier: 120632473
2026-03-24 13:12:08 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0f88371f-af18-5ec4-8ef8-0b79b901bc5b with scrape type 1
2026-03-24 13:12:08 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 9 photos for item 0f88371f-af18-5ec4-8ef8-0b79b901bc5b
2026-03-24 13:12:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:12:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FML71BKO%252F2026-03-23%252Fimage%252Fa55209ed-e83e-41b7-adb9-17317ac417c2_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-24 13:12:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/ML71BKO/2026-03-23/image/a55209ed-e83e-41b7-adb9-17317ac417c2_removebg.jpg?w=600 not downloaded yet
2026-03-24 13:12:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/YB71TCU/2026-03-23/image/2ae46fc8-4f39-4b06-a565-f0c1825b3a76_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120467270?view=catalogue)
2026-03-24 13:12:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/ML06MWX/2026-03-24/image/33168da2-71f0-4095-b13c-ddcf10ddd0af_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120725997?view=catalogue)
2026-03-24 13:12:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:12:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FML71BKO%252F2026-03-23%252Fimage%252Fafc82a86-cbba-40d0-9c87-c85afacca70a_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-24 13:12:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/ML71BKO/2026-03-23/image/afc82a86-cbba-40d0-9c87-c85afacca70a_removebg.jpg?w=600 not downloaded yet
2026-03-24 13:12:08 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 13:12:08 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fde43f06290>
2026-03-24 13:12:08 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 13:12:08 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-24 13:12:08 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 13:12:08 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_5bae9b9e-b0c6-5be4-a8a7-b35bba6c2f76/5bae9b9e-b0c6-5be4-a8a7-b35bba6c2f76_image_5.jpg HTTP/1.1" 201 0
2026-03-24 13:12:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:12:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FYB71TCU%252F2026-03-23%252Fimage%252F38d49637-0428-464e-8196-91ff5d0d4602_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-24 13:12:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/YB71TCU/2026-03-23/image/38d49637-0428-464e-8196-91ff5d0d4602_removebg.jpg?w=600 saved to cache
2026-03-24 13:12:08 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 5bae9b9e-b0c6-5be4-a8a7-b35bba6c2f76
2026-03-24 13:12:08 [astonbarclay.gb] INFO: Detail data: {'cardType': 'e-xchange', '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': 639}, 'saleStart': '2026-03-25T09:45Z', 'lot': None, '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-24 13:12:08 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'e-xchange', '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': 639}, 'saleStart': '2026-03-25T09:45Z', 'lot': None, '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-24 13:12:08 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 92ed1ef2-38a8-5120-bbd2-c7ccac4315ce with identifier: 120017370
2026-03-24 13:12:08 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 92ed1ef2-38a8-5120-bbd2-c7ccac4315ce with scrape type 2
2026-03-24 13:12:08 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 92ed1ef2-38a8-5120-bbd2-c7ccac4315ce with scrape type 2
2026-03-24 13:12:08 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 92ed1ef2-38a8-5120-bbd2-c7ccac4315ce, identifier: 120017370
2026-03-24 13:12:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:12:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FML71BKO%252F2026-03-23%252Fimage%252Ff847edb0-84de-4c0b-96f3-af5250e3569f_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-24 13:12:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/ML71BKO/2026-03-23/image/f847edb0-84de-4c0b-96f3-af5250e3569f_removebg.jpg?w=600 not downloaded yet
2026-03-24 13:12:08 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 92ed1ef2-38a8-5120-bbd2-c7ccac4315ce with identifier: 120017370
2026-03-24 13:12:08 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 92ed1ef2-38a8-5120-bbd2-c7ccac4315ce with identifier: 120017370
2026-03-24 13:12:08 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 92ed1ef2-38a8-5120-bbd2-c7ccac4315ce with identifier: 120017370 to the API
2026-03-24 13:12:08 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 13:12:08 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-24 13:12:08 [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-25T09: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-24 13:12:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:12:08 [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-24 13:12:08 [astonbarclay.gb] INFO: Saving data for 120017370: {'auction_closing_time': 1774431900.0, 'created_time': 1773752941.171116, 'last_price_update_time': 1774357928.878585}
2026-03-24 13:12:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:12:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120017370') HTTP/1.1" 204 0
2026-03-24 13:12:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/YB71TCU/2026-03-23/image/a9ee8993-afc7-4fd7-bf75-b7c579c1c8da_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120467270?view=catalogue)
2026-03-24 13:12:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/ML06MWX/2026-03-24/image/35cea097-a21c-4bfc-b314-51611b31f519_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120725997?view=catalogue)
2026-03-24 13:12:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:12:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FML71BKO%252F2026-03-23%252Fimage%252F42c3395c-e919-4211-9b24-8bd0c62dd456_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-24 13:12:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/ML71BKO/2026-03-23/image/42c3395c-e919-4211-9b24-8bd0c62dd456_removebg.jpg?w=600 not downloaded yet
2026-03-24 13:12:08 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 13:12:08 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fde503bf710>
2026-03-24 13:12:08 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 13:12:08 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-24 13:12:08 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 13:12:08 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_5bae9b9e-b0c6-5be4-a8a7-b35bba6c2f76/5bae9b9e-b0c6-5be4-a8a7-b35bba6c2f76_image_0.jpg HTTP/1.1" 201 0
2026-03-24 13:12:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:12:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FYB71TCU%252F2026-03-23%252Fimage%252Fb320a2eb-c892-47e5-bfe2-eec6223739c8_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-24 13:12:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/YB71TCU/2026-03-23/image/b320a2eb-c892-47e5-bfe2-eec6223739c8_removebg.jpg?w=600 saved to cache
2026-03-24 13:12:08 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 5bae9b9e-b0c6-5be4-a8a7-b35bba6c2f76
2026-03-24 13:12:08 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 13:12:08 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fde516f1e50>
2026-03-24 13:12:08 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 13:12:08 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-24 13:12:08 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 13:12:08 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_5bae9b9e-b0c6-5be4-a8a7-b35bba6c2f76/5bae9b9e-b0c6-5be4-a8a7-b35bba6c2f76_image_4.jpg HTTP/1.1" 201 0
2026-03-24 13:12:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:12:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FYB71TCU%252F2026-03-23%252Fimage%252F2ae46fc8-4f39-4b06-a565-f0c1825b3a76_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-24 13:12:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/YB71TCU/2026-03-23/image/2ae46fc8-4f39-4b06-a565-f0c1825b3a76_removebg.jpg?w=600 saved to cache
2026-03-24 13:12:09 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 5bae9b9e-b0c6-5be4-a8a7-b35bba6c2f76
2026-03-24 13:12:09 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 13:12:09 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fde43f93550>
2026-03-24 13:12:09 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 13:12:09 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-24 13:12:09 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 13:12:09 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_8e282d72-abeb-5992-a23b-09f6e8725c70/8e282d72-abeb-5992-a23b-09f6e8725c70_image_0.jpg HTTP/1.1" 201 0
2026-03-24 13:12:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:12:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FML06MWX%252F2026-03-24%252Fimage%252F33168da2-71f0-4095-b13c-ddcf10ddd0af_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-24 13:12:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/ML06MWX/2026-03-24/image/33168da2-71f0-4095-b13c-ddcf10ddd0af_removebg.jpg?w=600 saved to cache
2026-03-24 13:12:09 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 8e282d72-abeb-5992-a23b-09f6e8725c70
2026-03-24 13:12:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/ML71BKO/2026-03-23/image/a55209ed-e83e-41b7-adb9-17317ac417c2_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120632473?view=catalogue)
2026-03-24 13:12:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:12:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FML71BKO%252F2026-03-23%252Fimage%252Ff9c7df85-7706-4c7d-8490-10ef1bb36fab_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-24 13:12:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/ML71BKO/2026-03-23/image/f9c7df85-7706-4c7d-8490-10ef1bb36fab_removebg.jpg?w=600 not downloaded yet
2026-03-24 13:12:09 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 13:12:09 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fde51815e50>
2026-03-24 13:12:09 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 13:12:09 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-24 13:12:09 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 13:12:09 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_5bae9b9e-b0c6-5be4-a8a7-b35bba6c2f76/5bae9b9e-b0c6-5be4-a8a7-b35bba6c2f76_image_2.jpg HTTP/1.1" 201 0
2026-03-24 13:12:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:12:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FYB71TCU%252F2026-03-23%252Fimage%252Fa9ee8993-afc7-4fd7-bf75-b7c579c1c8da_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-24 13:12:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/YB71TCU/2026-03-23/image/a9ee8993-afc7-4fd7-bf75-b7c579c1c8da_removebg.jpg?w=600 saved to cache
2026-03-24 13:12:09 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 5bae9b9e-b0c6-5be4-a8a7-b35bba6c2f76
2026-03-24 13:12:09 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 5bae9b9e-b0c6-5be4-a8a7-b35bba6c2f76, skipping ID generation
2026-03-24 13:12:09 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5bae9b9e-b0c6-5be4-a8a7-b35bba6c2f76 with scrape type 1
2026-03-24 13:12:09 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 5bae9b9e-b0c6-5be4-a8a7-b35bba6c2f76 sending to next pipeline
2026-03-24 13:12:09 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 5bae9b9e-b0c6-5be4-a8a7-b35bba6c2f76, identifier: 120467270
2026-03-24 13:12:09 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 13:12:09 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fde43f90c10>
2026-03-24 13:12:09 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 13:12:09 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-24 13:12:09 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 13:12:09 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_8e282d72-abeb-5992-a23b-09f6e8725c70/8e282d72-abeb-5992-a23b-09f6e8725c70_image_1.jpg HTTP/1.1" 201 0
2026-03-24 13:12:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:12:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FML06MWX%252F2026-03-24%252Fimage%252F35cea097-a21c-4bfc-b314-51611b31f519_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-24 13:12:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/ML06MWX/2026-03-24/image/35cea097-a21c-4bfc-b314-51611b31f519_removebg.jpg?w=600 saved to cache
2026-03-24 13:12:09 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 8e282d72-abeb-5992-a23b-09f6e8725c70
2026-03-24 13:12:09 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 8e282d72-abeb-5992-a23b-09f6e8725c70, skipping ID generation
2026-03-24 13:12:09 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8e282d72-abeb-5992-a23b-09f6e8725c70 with scrape type 1
2026-03-24 13:12:09 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 8e282d72-abeb-5992-a23b-09f6e8725c70 sending to next pipeline
2026-03-24 13:12:09 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 8e282d72-abeb-5992-a23b-09f6e8725c70, identifier: 120725997
2026-03-24 13:12:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:12:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FML71BKO%252F2026-03-23%252Fimage%252F8e5c71e9-a001-44de-b06a-90fd4b23947c_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-24 13:12:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/ML71BKO/2026-03-23/image/8e5c71e9-a001-44de-b06a-90fd4b23947c_removebg.jpg?w=600 not downloaded yet
2026-03-24 13:12:09 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 5bae9b9e-b0c6-5be4-a8a7-b35bba6c2f76 with identifier: 120467270
2026-03-24 13:12:09 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 5bae9b9e-b0c6-5be4-a8a7-b35bba6c2f76 with identifier: 120467270
2026-03-24 13:12:09 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 5bae9b9e-b0c6-5be4-a8a7-b35bba6c2f76 with identifier: 120467270 to the API
2026-03-24 13:12:09 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 13:12: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-24 13:12:11 [scrapy.core.scraper] DEBUG: Scraped from <200 https://abimg003.imgix.net/YB71TCU/2026-03-23/image/a9ee8993-afc7-4fd7-bf75-b7c579c1c8da_removebg.jpg?w=600>
{'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': 9,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_5bae9b9e-b0c6-5be4-a8a7-b35bba6c2f76/5bae9b9e-b0c6-5be4-a8a7-b35bba6c2f76_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 33977,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/YB71TCU/2026-03-23/image/b320a2eb-c892-47e5-bfe2-eec6223739c8_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_5bae9b9e-b0c6-5be4-a8a7-b35bba6c2f76/5bae9b9e-b0c6-5be4-a8a7-b35bba6c2f76_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 37213,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/YB71TCU/2026-03-23/image/f67d81a5-ef6d-4761-b049-a822b28d1718_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_5bae9b9e-b0c6-5be4-a8a7-b35bba6c2f76/5bae9b9e-b0c6-5be4-a8a7-b35bba6c2f76_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 34365,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/YB71TCU/2026-03-23/image/a9ee8993-afc7-4fd7-bf75-b7c579c1c8da_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_5bae9b9e-b0c6-5be4-a8a7-b35bba6c2f76/5bae9b9e-b0c6-5be4-a8a7-b35bba6c2f76_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 34099,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/YB71TCU/2026-03-23/image/6b35088a-eafe-4981-83fc-d470789e7509_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_5bae9b9e-b0c6-5be4-a8a7-b35bba6c2f76/5bae9b9e-b0c6-5be4-a8a7-b35bba6c2f76_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 47227,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/YB71TCU/2026-03-23/image/2ae46fc8-4f39-4b06-a565-f0c1825b3a76_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_5bae9b9e-b0c6-5be4-a8a7-b35bba6c2f76/5bae9b9e-b0c6-5be4-a8a7-b35bba6c2f76_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 50208,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/YB71TCU/2026-03-23/image/38d49637-0428-464e-8196-91ff5d0d4602_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_5bae9b9e-b0c6-5be4-a8a7-b35bba6c2f76/5bae9b9e-b0c6-5be4-a8a7-b35bba6c2f76_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 38557,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/YB71TCU/2026-03-23/image/c558da5e-2da7-4b00-8e6f-d77c1ce11393_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_5bae9b9e-b0c6-5be4-a8a7-b35bba6c2f76/5bae9b9e-b0c6-5be4-a8a7-b35bba6c2f76_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 48495,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/YB71TCU/2026-03-23/image/52e40058-ee47-4776-b9d6-f4c88d72ecaa_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_5bae9b9e-b0c6-5be4-a8a7-b35bba6c2f76/5bae9b9e-b0c6-5be4-a8a7-b35bba6c2f76_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 49521,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/YB71TCU/2026-03-23/image/9fb046ac-85ed-4327-959e-dc4be658340c_removebg.jpg?w=600',
'Width': 600}],
'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-24 13:12:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:12:11 [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-24 13:12:11 [astonbarclay.gb] INFO: Saving data for 120467270: {'created_time': 1774357931.228078, 'last_price_update_time': 1774357931.22809, 'auction_closing_time': 1774604700.0}
2026-03-24 13:12:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:12:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120467270') HTTP/1.1" 204 0
2026-03-24 13:12:11 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 8e282d72-abeb-5992-a23b-09f6e8725c70 with identifier: 120725997
2026-03-24 13:12:11 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 8e282d72-abeb-5992-a23b-09f6e8725c70 with identifier: 120725997
2026-03-24 13:12:11 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 8e282d72-abeb-5992-a23b-09f6e8725c70 with identifier: 120725997 to the API
2026-03-24 13:12:11 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 13:12: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-24 13:12:13 [scrapy.core.scraper] DEBUG: Scraped from <200 https://abimg003.imgix.net/ML06MWX/2026-03-24/image/35cea097-a21c-4bfc-b314-51611b31f519_removebg.jpg?w=600>
{'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': 9,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_8e282d72-abeb-5992-a23b-09f6e8725c70/8e282d72-abeb-5992-a23b-09f6e8725c70_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 31136,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/ML06MWX/2026-03-24/image/33168da2-71f0-4095-b13c-ddcf10ddd0af_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_8e282d72-abeb-5992-a23b-09f6e8725c70/8e282d72-abeb-5992-a23b-09f6e8725c70_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 31820,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/ML06MWX/2026-03-24/image/35cea097-a21c-4bfc-b314-51611b31f519_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_8e282d72-abeb-5992-a23b-09f6e8725c70/8e282d72-abeb-5992-a23b-09f6e8725c70_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 32383,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/ML06MWX/2026-03-24/image/ef9b6246-5b6f-4586-9178-ad0d453129de_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_8e282d72-abeb-5992-a23b-09f6e8725c70/8e282d72-abeb-5992-a23b-09f6e8725c70_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 33843,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/ML06MWX/2026-03-24/image/ac12865e-dc90-4856-8c7a-7f78e248b34b_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_8e282d72-abeb-5992-a23b-09f6e8725c70/8e282d72-abeb-5992-a23b-09f6e8725c70_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 43621,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/ML06MWX/2026-03-24/image/b9b24df3-1998-495f-b414-82b85558e6f9_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_8e282d72-abeb-5992-a23b-09f6e8725c70/8e282d72-abeb-5992-a23b-09f6e8725c70_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 64851,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/ML06MWX/2026-03-24/image/9dee695d-3fac-4e83-9c31-c0f7cfe08bbf_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_8e282d72-abeb-5992-a23b-09f6e8725c70/8e282d72-abeb-5992-a23b-09f6e8725c70_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 47971,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/ML06MWX/2026-03-24/image/6d528dd1-9598-4731-a49b-ddd4fee98124_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_8e282d72-abeb-5992-a23b-09f6e8725c70/8e282d72-abeb-5992-a23b-09f6e8725c70_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 57449,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/ML06MWX/2026-03-24/image/cd9ac4f7-8fea-41d8-b736-04eafbd3b3cb_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_8e282d72-abeb-5992-a23b-09f6e8725c70/8e282d72-abeb-5992-a23b-09f6e8725c70_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 56387,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/ML06MWX/2026-03-24/image/cd007502-9b5b-4824-a10d-153334f9a3e7_removebg.jpg?w=600',
'Width': 600}],
'price': 0,
'price_includes_vat': False,
'registration_date': '2006-04-27',
'seller_name': 'UKCGR',
'title': 'PEUGEOT 107 HATCHBACK 1.0 Urban 5dr',
'transmission': 'manual',
'trim': '1.0 Urban 5dr',
'vin': None,
'year': 2006}
2026-03-24 13:12:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:12:13 [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-24 13:12:13 [astonbarclay.gb] INFO: Saving data for 120725997: {'created_time': 1774357933.060225, 'last_price_update_time': 1774357933.060237, 'auction_closing_time': 1774604700.0}
2026-03-24 13:12:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:12:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120725997') HTTP/1.1" 204 0
2026-03-24 13:12:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/ML71BKO/2026-03-23/image/f847edb0-84de-4c0b-96f3-af5250e3569f_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120632473?view=catalogue)
2026-03-24 13:12:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/ML71BKO/2026-03-23/image/afc82a86-cbba-40d0-9c87-c85afacca70a_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120632473?view=catalogue)
2026-03-24 13:12:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/ML71BKO/2026-03-23/image/42c3395c-e919-4211-9b24-8bd0c62dd456_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120632473?view=catalogue)
2026-03-24 13:12:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:12:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FML71BKO%252F2026-03-23%252Fimage%252Fe6dce9e4-5928-4c62-868b-4a1cafdf8434_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-24 13:12:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/ML71BKO/2026-03-23/image/e6dce9e4-5928-4c62-868b-4a1cafdf8434_removebg.jpg?w=600 not downloaded yet
2026-03-24 13:12:13 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 2nd time calling it.
2026-03-24 13:12:13 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 13:12:13 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fde501a68d0>
2026-03-24 13:12:13 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 13:12:13 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-24 13:12:13 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 13:12:13 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_0f88371f-af18-5ec4-8ef8-0b79b901bc5b/0f88371f-af18-5ec4-8ef8-0b79b901bc5b_image_0.jpg HTTP/1.1" 201 0
2026-03-24 13:12:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:12:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FML71BKO%252F2026-03-23%252Fimage%252Fa55209ed-e83e-41b7-adb9-17317ac417c2_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-24 13:12:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/ML71BKO/2026-03-23/image/a55209ed-e83e-41b7-adb9-17317ac417c2_removebg.jpg?w=600 saved to cache
2026-03-24 13:12:13 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 0f88371f-af18-5ec4-8ef8-0b79b901bc5b
2026-03-24 13:12:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:12:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FML71BKO%252F2026-03-23%252Fimage%252Fd003da0e-6eac-468a-8c11-d45b9e349053_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-24 13:12:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/ML71BKO/2026-03-23/image/d003da0e-6eac-468a-8c11-d45b9e349053_removebg.jpg?w=600 not downloaded yet
2026-03-24 13:12:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:12:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FML71BKO%252F2026-03-23%252Fimage%252Fbcb237d4-3113-4330-adf1-d2b31d866ae1_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-24 13:12:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/ML71BKO/2026-03-23/image/bcb237d4-3113-4330-adf1-d2b31d866ae1_removebg.jpg?w=600 not downloaded yet
2026-03-24 13:12:13 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 13:12:13 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fde5017bd50>
2026-03-24 13:12:13 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 13:12:13 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-24 13:12:13 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 13:12:13 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_0f88371f-af18-5ec4-8ef8-0b79b901bc5b/0f88371f-af18-5ec4-8ef8-0b79b901bc5b_image_2.jpg HTTP/1.1" 201 0
2026-03-24 13:12:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:12:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FML71BKO%252F2026-03-23%252Fimage%252Ff847edb0-84de-4c0b-96f3-af5250e3569f_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-24 13:12:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/ML71BKO/2026-03-23/image/f847edb0-84de-4c0b-96f3-af5250e3569f_removebg.jpg?w=600 saved to cache
2026-03-24 13:12:13 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 0f88371f-af18-5ec4-8ef8-0b79b901bc5b
2026-03-24 13:12:13 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 13:12:13 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fde516b3790>
2026-03-24 13:12:13 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 13:12:13 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-24 13:12:13 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 13:12:13 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_0f88371f-af18-5ec4-8ef8-0b79b901bc5b/0f88371f-af18-5ec4-8ef8-0b79b901bc5b_image_1.jpg HTTP/1.1" 201 0
2026-03-24 13:12:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:12:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FML71BKO%252F2026-03-23%252Fimage%252Fafc82a86-cbba-40d0-9c87-c85afacca70a_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-24 13:12:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/ML71BKO/2026-03-23/image/afc82a86-cbba-40d0-9c87-c85afacca70a_removebg.jpg?w=600 saved to cache
2026-03-24 13:12:13 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 0f88371f-af18-5ec4-8ef8-0b79b901bc5b
2026-03-24 13:12:13 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 13:12:13 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fde50089bd0>
2026-03-24 13:12:13 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 13:12:13 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-24 13:12:13 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 13:12:13 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_0f88371f-af18-5ec4-8ef8-0b79b901bc5b/0f88371f-af18-5ec4-8ef8-0b79b901bc5b_image_3.jpg HTTP/1.1" 201 0
2026-03-24 13:12:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:12:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FML71BKO%252F2026-03-23%252Fimage%252F42c3395c-e919-4211-9b24-8bd0c62dd456_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-24 13:12:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/ML71BKO/2026-03-23/image/42c3395c-e919-4211-9b24-8bd0c62dd456_removebg.jpg?w=600 saved to cache
2026-03-24 13:12:13 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 0f88371f-af18-5ec4-8ef8-0b79b901bc5b
2026-03-24 13:12:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/ML71BKO/2026-03-23/image/f9c7df85-7706-4c7d-8490-10ef1bb36fab_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120632473?view=catalogue)
2026-03-24 13:12:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/ML71BKO/2026-03-23/image/8e5c71e9-a001-44de-b06a-90fd4b23947c_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120632473?view=catalogue)
2026-03-24 13:12:13 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 13:12:13 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fde50c54390>
2026-03-24 13:12:13 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 13:12:13 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-24 13:12:13 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 13:12:13 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_0f88371f-af18-5ec4-8ef8-0b79b901bc5b/0f88371f-af18-5ec4-8ef8-0b79b901bc5b_image_4.jpg HTTP/1.1" 201 0
2026-03-24 13:12:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:12:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FML71BKO%252F2026-03-23%252Fimage%252Ff9c7df85-7706-4c7d-8490-10ef1bb36fab_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-24 13:12:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/ML71BKO/2026-03-23/image/f9c7df85-7706-4c7d-8490-10ef1bb36fab_removebg.jpg?w=600 saved to cache
2026-03-24 13:12:13 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 0f88371f-af18-5ec4-8ef8-0b79b901bc5b
2026-03-24 13:12:13 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 13:12:13 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fde516eebd0>
2026-03-24 13:12:13 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 13:12:13 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-24 13:12:13 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 13:12:13 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_0f88371f-af18-5ec4-8ef8-0b79b901bc5b/0f88371f-af18-5ec4-8ef8-0b79b901bc5b_image_5.jpg HTTP/1.1" 201 0
2026-03-24 13:12:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:12:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FML71BKO%252F2026-03-23%252Fimage%252F8e5c71e9-a001-44de-b06a-90fd4b23947c_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-24 13:12:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/ML71BKO/2026-03-23/image/8e5c71e9-a001-44de-b06a-90fd4b23947c_removebg.jpg?w=600 saved to cache
2026-03-24 13:12:13 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 0f88371f-af18-5ec4-8ef8-0b79b901bc5b
2026-03-24 13:12:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/ML71BKO/2026-03-23/image/bcb237d4-3113-4330-adf1-d2b31d866ae1_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120632473?view=catalogue)
2026-03-24 13:12:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/ML71BKO/2026-03-23/image/d003da0e-6eac-468a-8c11-d45b9e349053_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120632473?view=catalogue)
2026-03-24 13:12:13 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 13:12:13 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fde50c57f90>
2026-03-24 13:12:13 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 13:12:13 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-24 13:12:13 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 13:12:13 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_0f88371f-af18-5ec4-8ef8-0b79b901bc5b/0f88371f-af18-5ec4-8ef8-0b79b901bc5b_image_8.jpg HTTP/1.1" 201 0
2026-03-24 13:12:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:12:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FML71BKO%252F2026-03-23%252Fimage%252Fbcb237d4-3113-4330-adf1-d2b31d866ae1_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-24 13:12:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/ML71BKO/2026-03-23/image/bcb237d4-3113-4330-adf1-d2b31d866ae1_removebg.jpg?w=600 saved to cache
2026-03-24 13:12:13 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 0f88371f-af18-5ec4-8ef8-0b79b901bc5b
2026-03-24 13:12:13 [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-24 13:12:13 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:12:13 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 13:12:13 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fde50c48890>
2026-03-24 13:12:13 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 13:12:13 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-24 13:12:13 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 13:12:13 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_0f88371f-af18-5ec4-8ef8-0b79b901bc5b/0f88371f-af18-5ec4-8ef8-0b79b901bc5b_image_7.jpg HTTP/1.1" 201 0
2026-03-24 13:12:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:12:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FML71BKO%252F2026-03-23%252Fimage%252Fd003da0e-6eac-468a-8c11-d45b9e349053_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-24 13:12:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/ML71BKO/2026-03-23/image/d003da0e-6eac-468a-8c11-d45b9e349053_removebg.jpg?w=600 saved to cache
2026-03-24 13:12:13 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 0f88371f-af18-5ec4-8ef8-0b79b901bc5b
2026-03-24 13:12:13 [astonbarclay.gb] INFO: Detail data: {'cardType': 'e-xchange', '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': 640}, 'saleStart': '2026-03-25T09:45Z', 'lot': None, '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-24 13:12:13 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'e-xchange', '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': 640}, 'saleStart': '2026-03-25T09:45Z', 'lot': None, '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-24 13:12:13 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: bb212264-b678-51c9-ab98-5d6d746c3a32 with identifier: 120061633
2026-03-24 13:12:13 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item bb212264-b678-51c9-ab98-5d6d746c3a32 with scrape type 2
2026-03-24 13:12:13 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item bb212264-b678-51c9-ab98-5d6d746c3a32 with scrape type 2
2026-03-24 13:12:14 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: bb212264-b678-51c9-ab98-5d6d746c3a32, identifier: 120061633
2026-03-24 13:12:14 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: bb212264-b678-51c9-ab98-5d6d746c3a32 with identifier: 120061633
2026-03-24 13:12:14 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: bb212264-b678-51c9-ab98-5d6d746c3a32 with identifier: 120061633
2026-03-24 13:12:14 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: bb212264-b678-51c9-ab98-5d6d746c3a32 with identifier: 120061633 to the API
2026-03-24 13:12:14 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 13:12: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-24 13:12:14 [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-25T09: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-24 13:12:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:12:14 [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-24 13:12:14 [astonbarclay.gb] INFO: Saving data for 120061633: {'auction_closing_time': 1774431900.0, 'created_time': 1773402646.269966, 'last_price_update_time': 1774357934.58553}
2026-03-24 13:12:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:12:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120061633') HTTP/1.1" 204 0
2026-03-24 13:12:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/ML71BKO/2026-03-23/image/e6dce9e4-5928-4c62-868b-4a1cafdf8434_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120632473?view=catalogue)
2026-03-24 13:12:14 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 13:12:14 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fde516ab210>
2026-03-24 13:12:14 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 13:12:14 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-24 13:12:14 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 13:12:14 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_0f88371f-af18-5ec4-8ef8-0b79b901bc5b/0f88371f-af18-5ec4-8ef8-0b79b901bc5b_image_6.jpg HTTP/1.1" 201 0
2026-03-24 13:12:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:12:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FML71BKO%252F2026-03-23%252Fimage%252Fe6dce9e4-5928-4c62-868b-4a1cafdf8434_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-24 13:12:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/ML71BKO/2026-03-23/image/e6dce9e4-5928-4c62-868b-4a1cafdf8434_removebg.jpg?w=600 saved to cache
2026-03-24 13:12:14 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 0f88371f-af18-5ec4-8ef8-0b79b901bc5b
2026-03-24 13:12:14 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 0f88371f-af18-5ec4-8ef8-0b79b901bc5b, skipping ID generation
2026-03-24 13:12:14 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0f88371f-af18-5ec4-8ef8-0b79b901bc5b with scrape type 1
2026-03-24 13:12:14 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 0f88371f-af18-5ec4-8ef8-0b79b901bc5b sending to next pipeline
2026-03-24 13:12:14 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 0f88371f-af18-5ec4-8ef8-0b79b901bc5b, identifier: 120632473
2026-03-24 13:12:14 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 0f88371f-af18-5ec4-8ef8-0b79b901bc5b with identifier: 120632473
2026-03-24 13:12:14 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 0f88371f-af18-5ec4-8ef8-0b79b901bc5b with identifier: 120632473
2026-03-24 13:12:14 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 0f88371f-af18-5ec4-8ef8-0b79b901bc5b with identifier: 120632473 to the API
2026-03-24 13:12:14 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 13:12:16 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-24 13:12:16 [scrapy.core.scraper] DEBUG: Scraped from <200 https://abimg003.imgix.net/ML71BKO/2026-03-23/image/e6dce9e4-5928-4c62-868b-4a1cafdf8434_removebg.jpg?w=600>
{'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': 9,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_0f88371f-af18-5ec4-8ef8-0b79b901bc5b/0f88371f-af18-5ec4-8ef8-0b79b901bc5b_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 35940,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/ML71BKO/2026-03-23/image/a55209ed-e83e-41b7-adb9-17317ac417c2_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_0f88371f-af18-5ec4-8ef8-0b79b901bc5b/0f88371f-af18-5ec4-8ef8-0b79b901bc5b_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 36898,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/ML71BKO/2026-03-23/image/afc82a86-cbba-40d0-9c87-c85afacca70a_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_0f88371f-af18-5ec4-8ef8-0b79b901bc5b/0f88371f-af18-5ec4-8ef8-0b79b901bc5b_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 32850,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/ML71BKO/2026-03-23/image/f847edb0-84de-4c0b-96f3-af5250e3569f_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_0f88371f-af18-5ec4-8ef8-0b79b901bc5b/0f88371f-af18-5ec4-8ef8-0b79b901bc5b_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 30433,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/ML71BKO/2026-03-23/image/42c3395c-e919-4211-9b24-8bd0c62dd456_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_0f88371f-af18-5ec4-8ef8-0b79b901bc5b/0f88371f-af18-5ec4-8ef8-0b79b901bc5b_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 50778,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/ML71BKO/2026-03-23/image/f9c7df85-7706-4c7d-8490-10ef1bb36fab_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_0f88371f-af18-5ec4-8ef8-0b79b901bc5b/0f88371f-af18-5ec4-8ef8-0b79b901bc5b_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 58707,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/ML71BKO/2026-03-23/image/8e5c71e9-a001-44de-b06a-90fd4b23947c_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_0f88371f-af18-5ec4-8ef8-0b79b901bc5b/0f88371f-af18-5ec4-8ef8-0b79b901bc5b_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 52350,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/ML71BKO/2026-03-23/image/e6dce9e4-5928-4c62-868b-4a1cafdf8434_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_0f88371f-af18-5ec4-8ef8-0b79b901bc5b/0f88371f-af18-5ec4-8ef8-0b79b901bc5b_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 57528,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/ML71BKO/2026-03-23/image/d003da0e-6eac-468a-8c11-d45b9e349053_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_0f88371f-af18-5ec4-8ef8-0b79b901bc5b/0f88371f-af18-5ec4-8ef8-0b79b901bc5b_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 54999,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/ML71BKO/2026-03-23/image/bcb237d4-3113-4330-adf1-d2b31d866ae1_removebg.jpg?w=600',
'Width': 600}],
'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-24 13:12:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:12:16 [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-24 13:12:16 [astonbarclay.gb] INFO: Saving data for 120632473: {'created_time': 1774357936.777338, 'last_price_update_time': 1774357936.77735, 'auction_closing_time': 1774604700.0}
2026-03-24 13:12:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:12:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120632473') HTTP/1.1" 204 0
2026-03-24 13:12:17 [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-24 13:12:17 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:12:17 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/114751989?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-24 13:12:17 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:12:17 [astonbarclay.gb] INFO: Detail data: {'cardType': 'e-xchange', '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': 640}, 'saleStart': '2026-03-25T09:45Z', 'lot': None, '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-24 13:12:17 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'e-xchange', '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': 640}, 'saleStart': '2026-03-25T09:45Z', 'lot': None, '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-24 13:12:17 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 630fabaf-625e-5304-8f6d-28641c7ee192 with identifier: 119244033
2026-03-24 13:12:17 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 630fabaf-625e-5304-8f6d-28641c7ee192 with scrape type 2
2026-03-24 13:12:17 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 630fabaf-625e-5304-8f6d-28641c7ee192 with scrape type 2
2026-03-24 13:12:17 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 630fabaf-625e-5304-8f6d-28641c7ee192, identifier: 119244033
2026-03-24 13:12:17 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 630fabaf-625e-5304-8f6d-28641c7ee192 with identifier: 119244033
2026-03-24 13:12:17 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 630fabaf-625e-5304-8f6d-28641c7ee192 with identifier: 119244033
2026-03-24 13:12:17 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 630fabaf-625e-5304-8f6d-28641c7ee192 with identifier: 119244033 to the API
2026-03-24 13:12:17 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 13:12: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-24 13:12:18 [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-25T09: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-24 13:12:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:12:18 [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-24 13:12:18 [astonbarclay.gb] INFO: Saving data for 119244033: {'auction_closing_time': 1774431900.0, 'created_time': 1773752862.245497, 'last_price_update_time': 1774357938.610726}
2026-03-24 13:12:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:12:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='119244033') HTTP/1.1" 204 0
2026-03-24 13:12:18 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 114751989, 'registration': 'MC21KTF', 'account': 'ZEN002', 'make': 'AUDI', 'model': 'E-TRON GT SALOON', 'derivative': '390kW Quattro 93kWh 4dr Auto', 'mileage': 24724, 'mileageWarranty': True, 'type': 'car', 'saleId': 18971, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 238}, 'saleStart': '2026-03-26T10:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2021-08-11', 'fuel': 'Electric', 'motExpiry': '2026-07-09', 'doors': 4, 'engineSize': None, 'bodyType': 'Saloon', 'images': ['https://abimg002.imgix.net/f6253eb9-b70f-4d11-b734-fb049de28f08.jpg?w=600', 'https://abimg002.imgix.net/c0ccae66-aa86-4835-abb7-4b4de4906981.jpg?w=600', 'https://abimg002.imgix.net/f4fd054a-fe96-4a0c-bcb7-b40404a43cf9.jpg?w=600', 'https://abimg002.imgix.net/f2bdd869-d439-4b64-8b16-0b10aa1eaf3b.jpg?w=600', 'https://abimg002.imgix.net/42f21cb7-d016-4757-895d-bb1ad5caa430.jpg?w=600', 'https://abimg002.imgix.net/680af093-8e9c-4e5b-a871-bdb55fd4358b.jpg?w=600', 'https://abimg002.imgix.net/82c67944-1ca3-4923-b6ac-52b05b826f99.jpg?w=600', 'https://abimg002.imgix.net/c99649d6-fd12-4614-ab7b-bcb0ad0ee611.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service digital 07/23-10K, 07/25-24K,', 'remarks': 'SPARE KEY, vosa states 16k, 24k,\t 20in 5twin Spoke Aluminium\tBody Coloures Radiator Grille\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/11b93003-cec6-402c-8bf8-7267bbf09bdf.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-24 13:12:18 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 114751989, 'registration': 'MC21KTF', 'account': 'ZEN002', 'make': 'AUDI', 'model': 'E-TRON GT SALOON', 'derivative': '390kW Quattro 93kWh 4dr Auto', 'mileage': 24724, 'mileageWarranty': True, 'type': 'car', 'saleId': 18971, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 238}, 'saleStart': '2026-03-26T10:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2021-08-11', 'fuel': 'Electric', 'motExpiry': '2026-07-09', 'doors': 4, 'engineSize': None, 'bodyType': 'Saloon', 'images': ['https://abimg002.imgix.net/f6253eb9-b70f-4d11-b734-fb049de28f08.jpg?w=600', 'https://abimg002.imgix.net/c0ccae66-aa86-4835-abb7-4b4de4906981.jpg?w=600', 'https://abimg002.imgix.net/f4fd054a-fe96-4a0c-bcb7-b40404a43cf9.jpg?w=600', 'https://abimg002.imgix.net/f2bdd869-d439-4b64-8b16-0b10aa1eaf3b.jpg?w=600', 'https://abimg002.imgix.net/42f21cb7-d016-4757-895d-bb1ad5caa430.jpg?w=600', 'https://abimg002.imgix.net/680af093-8e9c-4e5b-a871-bdb55fd4358b.jpg?w=600', 'https://abimg002.imgix.net/82c67944-1ca3-4923-b6ac-52b05b826f99.jpg?w=600', 'https://abimg002.imgix.net/c99649d6-fd12-4614-ab7b-bcb0ad0ee611.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service digital 07/23-10K, 07/25-24K,', 'remarks': 'SPARE KEY, vosa states 16k, 24k,\t 20in 5twin Spoke Aluminium\tBody Coloures Radiator Grille\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/11b93003-cec6-402c-8bf8-7267bbf09bdf.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-24 13:12:18 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6b0538e1-6470-520c-bc9f-4e1faf0cd35e with identifier: 114751989
2026-03-24 13:12:18 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6b0538e1-6470-520c-bc9f-4e1faf0cd35e with scrape type 2
2026-03-24 13:12:18 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6b0538e1-6470-520c-bc9f-4e1faf0cd35e with scrape type 2
2026-03-24 13:12:18 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 6b0538e1-6470-520c-bc9f-4e1faf0cd35e, identifier: 114751989
2026-03-24 13:12:18 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 6b0538e1-6470-520c-bc9f-4e1faf0cd35e with identifier: 114751989
2026-03-24 13:12:18 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 6b0538e1-6470-520c-bc9f-4e1faf0cd35e with identifier: 114751989
2026-03-24 13:12:18 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 6b0538e1-6470-520c-bc9f-4e1faf0cd35e with identifier: 114751989 to the API
2026-03-24 13:12:18 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 13:12: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-24 13:12:19 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/114751989?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-26T10:00:00Z',
'fuel_type': 'Electric',
'id': '6b0538e1-6470-520c-bc9f-4e1faf0cd35e',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'MC21KTF',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/114751989',
'listing': 'auction',
'location': 'Aston Barclay Donington Park',
'make': 'AUDI',
'model': 'E-TRON GT SALOON',
'odometer': 24724,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-08-11',
'seller_name': 'Zenith',
'title': 'AUDI E-TRON GT SALOON 390kW Quattro 93kWh 4dr Auto',
'transmission': 'automatic',
'trim': '390kW Quattro 93kWh 4dr Auto',
'vin': None,
'year': 2021}
2026-03-24 13:12:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:12:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27114751989%27 HTTP/1.1" 200 None
2026-03-24 13:12:19 [astonbarclay.gb] INFO: Saving data for 114751989: {'auction_closing_time': 1774519200.0, 'created_time': 1774260412.478763, 'last_price_update_time': 1774357939.959516}
2026-03-24 13:12:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:12:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='114751989') HTTP/1.1" 204 0
2026-03-24 13:12:20 [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-24 13:12:20 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:12:20 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120723262, 'registration': 'FY10BOV', 'account': 'WBA001', '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': 640}, 'saleStart': '2026-03-27T09:45Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2010-03-02', 'fuel': 'Diesel', 'motExpiry': '2027-03-02', 'doors': 5, 'engineSize': 1991, 'bodyType': 'Estate', 'images': None, 'colour': 'BLUE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': None, 'serviceHistory': '', 'remarks': 'VOSA STATES 7K, 8K, 9K, 10K, 12K, 14K, 17K, 19K, 20K, 22K, 24K, 28K, 32K, 36K,', 'virtual': False, 'seller': 'UKCGR', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '1', 'v5': False, 'v5details': None, 'co2': 180, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': None, 'assuredType': None, 'imported': False, 'eurostatus': 4, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 13:12:20 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120723262, 'registration': 'FY10BOV', 'account': 'WBA001', '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': 640}, 'saleStart': '2026-03-27T09:45Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2010-03-02', 'fuel': 'Diesel', 'motExpiry': '2027-03-02', 'doors': 5, 'engineSize': 1991, 'bodyType': 'Estate', 'images': None, 'colour': 'BLUE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': None, 'serviceHistory': '', 'remarks': 'VOSA STATES 7K, 8K, 9K, 10K, 12K, 14K, 17K, 19K, 20K, 22K, 24K, 28K, 32K, 36K,', 'virtual': False, 'seller': 'UKCGR', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '1', 'v5': False, 'v5details': None, 'co2': 180, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': None, 'assuredType': None, 'imported': False, 'eurostatus': 4, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 13:12:20 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c4f1619c-c599-59f6-b57d-47c8208144e7 with identifier: 120723262
2026-03-24 13:12:20 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c4f1619c-c599-59f6-b57d-47c8208144e7 with scrape type 1
2026-03-24 13:12:20 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 0 photos for item c4f1619c-c599-59f6-b57d-47c8208144e7
2026-03-24 13:12:20 [crawlers.middlewares.photo_download_middleware] INFO: No photos to download for item c4f1619c-c599-59f6-b57d-47c8208144e7
2026-03-24 13:12:20 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: c4f1619c-c599-59f6-b57d-47c8208144e7, identifier: 120723262
2026-03-24 13:12:20 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: c4f1619c-c599-59f6-b57d-47c8208144e7 with identifier: 120723262
2026-03-24 13:12:20 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: c4f1619c-c599-59f6-b57d-47c8208144e7 with identifier: 120723262
2026-03-24 13:12:21 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: c4f1619c-c599-59f6-b57d-47c8208144e7 with identifier: 120723262 to the API
2026-03-24 13:12:21 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 13:12:22 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-24 13:12:22 [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',
'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-24 13:12:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:12:22 [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-24 13:12:22 [astonbarclay.gb] INFO: Saving data for 120723262: {'created_time': 1774357942.360645, 'last_price_update_time': 1774357942.360658, 'auction_closing_time': 1774604700.0}
2026-03-24 13:12:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:12:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120723262') HTTP/1.1" 204 0
2026-03-24 13:12:22 [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-24 13:12:22 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:12:22 [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': 639}, 'saleStart': '2026-03-27T09:45Z', 'lot': None, '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', '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-24 13:12:22 [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': 639}, 'saleStart': '2026-03-27T09:45Z', 'lot': None, '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', '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-24 13:12:22 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9f50dc80-c833-55f3-8595-3ca6f3cc874f with identifier: 119942033
2026-03-24 13:12:22 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9f50dc80-c833-55f3-8595-3ca6f3cc874f with scrape type 1
2026-03-24 13:12:22 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 9 photos for item 9f50dc80-c833-55f3-8595-3ca6f3cc874f
2026-03-24 13:12:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:12:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FYR75XZC%252F2026-03-18%252Fimage%252F502b54a3-a9f8-4aa2-842b-2199fdc077a3_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-24 13:12:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/YR75XZC/2026-03-18/image/502b54a3-a9f8-4aa2-842b-2199fdc077a3_removebg.jpg?w=600 not downloaded yet
2026-03-24 13:12:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:12:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FYR75XZC%252F2026-03-18%252Fimage%252Fa6275396-3e50-40aa-8e5a-707de3ea9022_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-24 13:12:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/YR75XZC/2026-03-18/image/a6275396-3e50-40aa-8e5a-707de3ea9022_removebg.jpg?w=600 not downloaded yet
2026-03-24 13:12:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:12:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FYR75XZC%252F2026-03-18%252Fimage%252Fca2deab2-9e9c-4b02-beb6-407378254334_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-24 13:12:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/YR75XZC/2026-03-18/image/ca2deab2-9e9c-4b02-beb6-407378254334_removebg.jpg?w=600 not downloaded yet
2026-03-24 13:12:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:12:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FYR75XZC%252F2026-03-18%252Fimage%252F9f100e73-473b-445c-b2f9-0fa8be918dff_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-24 13:12:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/YR75XZC/2026-03-18/image/9f100e73-473b-445c-b2f9-0fa8be918dff_removebg.jpg?w=600 not downloaded yet
2026-03-24 13:12:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:12:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FYR75XZC%252F2026-03-18%252Fimage%252Faceff116-b865-46d4-b8c2-d8383a03d134_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-24 13:12:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/YR75XZC/2026-03-18/image/aceff116-b865-46d4-b8c2-d8383a03d134_removebg.jpg?w=600 not downloaded yet
2026-03-24 13:12:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:12:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FYR75XZC%252F2026-03-18%252Fimage%252Fb61c8e35-7dca-471f-9801-948e9b5cc6ba_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-24 13:12:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/YR75XZC/2026-03-18/image/b61c8e35-7dca-471f-9801-948e9b5cc6ba_removebg.jpg?w=600 not downloaded yet
2026-03-24 13:12:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:12:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FYR75XZC%252F2026-03-18%252Fimage%252Fd53b81ff-df82-46f7-81cb-2c4ff0c2a3f0_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-24 13:12:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/YR75XZC/2026-03-18/image/d53b81ff-df82-46f7-81cb-2c4ff0c2a3f0_removebg.jpg?w=600 not downloaded yet
2026-03-24 13:12:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:12:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FYR75XZC%252F2026-03-18%252Fimage%252F0c0976ef-e4d3-4381-b002-e1a5c730ad49_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-24 13:12:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/YR75XZC/2026-03-18/image/0c0976ef-e4d3-4381-b002-e1a5c730ad49_removebg.jpg?w=600 not downloaded yet
2026-03-24 13:12:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:12:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FYR75XZC%252F2026-03-18%252Fimage%252F73670aae-5013-4ead-9ab7-e50190372bc7_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-24 13:12:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/YR75XZC/2026-03-18/image/73670aae-5013-4ead-9ab7-e50190372bc7_removebg.jpg?w=600 not downloaded yet
2026-03-24 13:12:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120715816?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-24 13:12:23 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:12:23 [zyte_api._retry] DEBUG: Finished call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request' after 129.959(s), this was the 1st time calling it.
2026-03-24 13:12:23 [zyte_api._retry] DEBUG: Retrying zyte_api._async.AsyncZyteAPI.get.<locals>.request in 6.766601736900112 seconds as it raised ClientConnectorError: Cannot connect to host api.zyte.com:443 ssl:default [Connect call failed ('69.41.180.81', 443)].
2026-03-24 13:12:23 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120715816, 'registration': 'VO05CGZ', 'account': 'WBA004', 'make': 'PORSCHE', 'model': 'BOXSTER ROADSTER', 'derivative': '3.2 S 2dr', 'mileage': 51000, 'mileageWarranty': True, 'type': 'car', 'saleId': 18852, 'siteId': 659779, 'site': {'id': 659779, 'name': 'Aston Barclay Prees Heath', 'vehicles': 94}, 'saleStart': '2026-03-26T10:00Z', 'lot': None, 'hall': 'Main Hall', 'transmission': 'manual', 'firstRegistration': '2005-07-20', 'fuel': 'Petrol', 'motExpiry': '2027-02-03', 'doors': 2, 'engineSize': 3179, 'bodyType': 'Roadster', 'images': None, 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': None, 'serviceHistory': '', 'remarks': 'vosa @ 9k 4k 14k 16k 19k 21k 24k 29k 32k 39k 42k 47k 48k 49k 50k vosa discrepancy', 'virtual': False, 'seller': 'UKCGR - Trade', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '1', 'v5': False, 'v5details': None, 'co2': 248, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': None, 'assuredType': None, 'imported': False, 'eurostatus': 4, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 13:12:23 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120715816, 'registration': 'VO05CGZ', 'account': 'WBA004', 'make': 'PORSCHE', 'model': 'BOXSTER ROADSTER', 'derivative': '3.2 S 2dr', 'mileage': 51000, 'mileageWarranty': True, 'type': 'car', 'saleId': 18852, 'siteId': 659779, 'site': {'id': 659779, 'name': 'Aston Barclay Prees Heath', 'vehicles': 94}, 'saleStart': '2026-03-26T10:00Z', 'lot': None, 'hall': 'Main Hall', 'transmission': 'manual', 'firstRegistration': '2005-07-20', 'fuel': 'Petrol', 'motExpiry': '2027-02-03', 'doors': 2, 'engineSize': 3179, 'bodyType': 'Roadster', 'images': None, 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': None, 'serviceHistory': '', 'remarks': 'vosa @ 9k 4k 14k 16k 19k 21k 24k 29k 32k 39k 42k 47k 48k 49k 50k vosa discrepancy', 'virtual': False, 'seller': 'UKCGR - Trade', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '1', 'v5': False, 'v5details': None, 'co2': 248, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': None, 'assuredType': None, 'imported': False, 'eurostatus': 4, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 13:12:23 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c265a446-55c3-54ca-9341-e800cc04d246 with identifier: 120715816
2026-03-24 13:12:23 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c265a446-55c3-54ca-9341-e800cc04d246 with scrape type 1
2026-03-24 13:12:23 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 0 photos for item c265a446-55c3-54ca-9341-e800cc04d246
2026-03-24 13:12:23 [crawlers.middlewares.photo_download_middleware] INFO: No photos to download for item c265a446-55c3-54ca-9341-e800cc04d246
2026-03-24 13:12:23 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: c265a446-55c3-54ca-9341-e800cc04d246, identifier: 120715816
2026-03-24 13:12:23 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: c265a446-55c3-54ca-9341-e800cc04d246 with identifier: 120715816
2026-03-24 13:12:23 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: c265a446-55c3-54ca-9341-e800cc04d246 with identifier: 120715816
2026-03-24 13:12:23 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: c265a446-55c3-54ca-9341-e800cc04d246 with identifier: 120715816 to the API
2026-03-24 13:12:23 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 13:12: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-24 13:12:24 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120715816?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 248,
'color': 'BLACK',
'currency': 'GBP',
'doors_number': 2,
'emission_standard': 'EURO 4',
'engine': '3.2L',
'expiration_date': '2026-03-26T10:00:00Z',
'fuel_type': 'Petrol',
'id': 'c265a446-55c3-54ca-9341-e800cc04d246',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'VO05CGZ',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120715816',
'listing': 'auction',
'location': 'Aston Barclay Prees Heath',
'make': 'PORSCHE',
'model': 'BOXSTER ROADSTER',
'odometer': 51000,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2005-07-20',
'seller_name': 'UKCGR - Trade',
'title': 'PORSCHE BOXSTER ROADSTER 3.2 S 2dr',
'transmission': 'manual',
'trim': '3.2 S 2dr',
'vin': None,
'year': 2005}
2026-03-24 13:12:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:12:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120715816%27 HTTP/1.1" 200 None
2026-03-24 13:12:24 [astonbarclay.gb] INFO: Saving data for 120715816: {'created_time': 1774357944.783575, 'last_price_update_time': 1774357944.783588, 'auction_closing_time': 1774519200.0}
2026-03-24 13:12:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:12:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120715816') HTTP/1.1" 204 0
2026-03-24 13:12:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/YR75XZC/2026-03-18/image/73670aae-5013-4ead-9ab7-e50190372bc7_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/119942033?view=catalogue)
2026-03-24 13:12:24 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 13:12:24 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fde50c56510>
2026-03-24 13:12:24 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 13:12:24 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-24 13:12:24 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 13:12:24 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_9f50dc80-c833-55f3-8595-3ca6f3cc874f/9f50dc80-c833-55f3-8595-3ca6f3cc874f_image_8.jpg HTTP/1.1" 201 0
2026-03-24 13:12:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:12:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FYR75XZC%252F2026-03-18%252Fimage%252F73670aae-5013-4ead-9ab7-e50190372bc7_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-24 13:12:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/YR75XZC/2026-03-18/image/73670aae-5013-4ead-9ab7-e50190372bc7_removebg.jpg?w=600 saved to cache
2026-03-24 13:12:24 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 9f50dc80-c833-55f3-8595-3ca6f3cc874f
2026-03-24 13:12:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/YR75XZC/2026-03-18/image/0c0976ef-e4d3-4381-b002-e1a5c730ad49_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/119942033?view=catalogue)
2026-03-24 13:12:25 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 13:12:25 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fde50c64c10>
2026-03-24 13:12:25 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 13:12:25 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-24 13:12:25 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 13:12:25 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_9f50dc80-c833-55f3-8595-3ca6f3cc874f/9f50dc80-c833-55f3-8595-3ca6f3cc874f_image_7.jpg HTTP/1.1" 201 0
2026-03-24 13:12:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:12:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FYR75XZC%252F2026-03-18%252Fimage%252F0c0976ef-e4d3-4381-b002-e1a5c730ad49_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-24 13:12:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/YR75XZC/2026-03-18/image/0c0976ef-e4d3-4381-b002-e1a5c730ad49_removebg.jpg?w=600 saved to cache
2026-03-24 13:12:25 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 9f50dc80-c833-55f3-8595-3ca6f3cc874f
2026-03-24 13:12:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/YR75XZC/2026-03-18/image/d53b81ff-df82-46f7-81cb-2c4ff0c2a3f0_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/119942033?view=catalogue)
2026-03-24 13:12:25 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 13:12:25 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fde516a9090>
2026-03-24 13:12:25 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 13:12:25 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-24 13:12:25 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 13:12:25 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_9f50dc80-c833-55f3-8595-3ca6f3cc874f/9f50dc80-c833-55f3-8595-3ca6f3cc874f_image_6.jpg HTTP/1.1" 201 0
2026-03-24 13:12:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:12:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FYR75XZC%252F2026-03-18%252Fimage%252Fd53b81ff-df82-46f7-81cb-2c4ff0c2a3f0_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-24 13:12:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/YR75XZC/2026-03-18/image/d53b81ff-df82-46f7-81cb-2c4ff0c2a3f0_removebg.jpg?w=600 saved to cache
2026-03-24 13:12:25 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 9f50dc80-c833-55f3-8595-3ca6f3cc874f
2026-03-24 13:12:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/YR75XZC/2026-03-18/image/b61c8e35-7dca-471f-9801-948e9b5cc6ba_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/119942033?view=catalogue)
2026-03-24 13:12:25 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 13:12:25 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fde43f50110>
2026-03-24 13:12:25 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 13:12:25 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-24 13:12:25 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 13:12:25 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_9f50dc80-c833-55f3-8595-3ca6f3cc874f/9f50dc80-c833-55f3-8595-3ca6f3cc874f_image_5.jpg HTTP/1.1" 201 0
2026-03-24 13:12:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:12:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FYR75XZC%252F2026-03-18%252Fimage%252Fb61c8e35-7dca-471f-9801-948e9b5cc6ba_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-24 13:12:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/YR75XZC/2026-03-18/image/b61c8e35-7dca-471f-9801-948e9b5cc6ba_removebg.jpg?w=600 saved to cache
2026-03-24 13:12:25 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 9f50dc80-c833-55f3-8595-3ca6f3cc874f
2026-03-24 13:12:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/YR75XZC/2026-03-18/image/aceff116-b865-46d4-b8c2-d8383a03d134_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/119942033?view=catalogue)
2026-03-24 13:12:26 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 13:12:26 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fde516ed350>
2026-03-24 13:12:26 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 13:12:26 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-24 13:12:26 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 13:12:26 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_9f50dc80-c833-55f3-8595-3ca6f3cc874f/9f50dc80-c833-55f3-8595-3ca6f3cc874f_image_4.jpg HTTP/1.1" 201 0
2026-03-24 13:12:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:12:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FYR75XZC%252F2026-03-18%252Fimage%252Faceff116-b865-46d4-b8c2-d8383a03d134_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-24 13:12:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/YR75XZC/2026-03-18/image/aceff116-b865-46d4-b8c2-d8383a03d134_removebg.jpg?w=600 saved to cache
2026-03-24 13:12:26 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 9f50dc80-c833-55f3-8595-3ca6f3cc874f
2026-03-24 13:12:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/YR75XZC/2026-03-18/image/9f100e73-473b-445c-b2f9-0fa8be918dff_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/119942033?view=catalogue)
2026-03-24 13:12:26 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 13:12:26 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fde50c55b50>
2026-03-24 13:12:26 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 13:12:26 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-24 13:12:26 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 13:12:26 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_9f50dc80-c833-55f3-8595-3ca6f3cc874f/9f50dc80-c833-55f3-8595-3ca6f3cc874f_image_3.jpg HTTP/1.1" 201 0
2026-03-24 13:12:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:12:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FYR75XZC%252F2026-03-18%252Fimage%252F9f100e73-473b-445c-b2f9-0fa8be918dff_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-24 13:12:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/YR75XZC/2026-03-18/image/9f100e73-473b-445c-b2f9-0fa8be918dff_removebg.jpg?w=600 saved to cache
2026-03-24 13:12:26 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 9f50dc80-c833-55f3-8595-3ca6f3cc874f
2026-03-24 13:12:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/YR75XZC/2026-03-18/image/ca2deab2-9e9c-4b02-beb6-407378254334_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/119942033?view=catalogue)
2026-03-24 13:12:26 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 13:12:26 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fde50266c90>
2026-03-24 13:12:26 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 13:12:26 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-24 13:12:26 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 13:12:26 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_9f50dc80-c833-55f3-8595-3ca6f3cc874f/9f50dc80-c833-55f3-8595-3ca6f3cc874f_image_2.jpg HTTP/1.1" 201 0
2026-03-24 13:12:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:12:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FYR75XZC%252F2026-03-18%252Fimage%252Fca2deab2-9e9c-4b02-beb6-407378254334_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-24 13:12:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/YR75XZC/2026-03-18/image/ca2deab2-9e9c-4b02-beb6-407378254334_removebg.jpg?w=600 saved to cache
2026-03-24 13:12:26 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 9f50dc80-c833-55f3-8595-3ca6f3cc874f
2026-03-24 13:12:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/YR75XZC/2026-03-18/image/a6275396-3e50-40aa-8e5a-707de3ea9022_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/119942033?view=catalogue)
2026-03-24 13:12:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/YR75XZC/2026-03-18/image/502b54a3-a9f8-4aa2-842b-2199fdc077a3_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/119942033?view=catalogue)
2026-03-24 13:12:26 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 13:12:26 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fde516b4510>
2026-03-24 13:12:26 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 13:12:26 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-24 13:12:26 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 13:12:26 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_9f50dc80-c833-55f3-8595-3ca6f3cc874f/9f50dc80-c833-55f3-8595-3ca6f3cc874f_image_1.jpg HTTP/1.1" 201 0
2026-03-24 13:12:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:12:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FYR75XZC%252F2026-03-18%252Fimage%252Fa6275396-3e50-40aa-8e5a-707de3ea9022_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-24 13:12:27 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/YR75XZC/2026-03-18/image/a6275396-3e50-40aa-8e5a-707de3ea9022_removebg.jpg?w=600 saved to cache
2026-03-24 13:12:27 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 9f50dc80-c833-55f3-8595-3ca6f3cc874f
2026-03-24 13:12:27 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 13:12:27 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fde43fcdb50>
2026-03-24 13:12:27 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 13:12:27 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-24 13:12:27 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 13:12:27 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_9f50dc80-c833-55f3-8595-3ca6f3cc874f/9f50dc80-c833-55f3-8595-3ca6f3cc874f_image_0.jpg HTTP/1.1" 201 0
2026-03-24 13:12:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:12:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FYR75XZC%252F2026-03-18%252Fimage%252F502b54a3-a9f8-4aa2-842b-2199fdc077a3_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-24 13:12:27 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/YR75XZC/2026-03-18/image/502b54a3-a9f8-4aa2-842b-2199fdc077a3_removebg.jpg?w=600 saved to cache
2026-03-24 13:12:27 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 9f50dc80-c833-55f3-8595-3ca6f3cc874f
2026-03-24 13:12:27 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 9f50dc80-c833-55f3-8595-3ca6f3cc874f, skipping ID generation
2026-03-24 13:12:27 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9f50dc80-c833-55f3-8595-3ca6f3cc874f with scrape type 1
2026-03-24 13:12:27 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 9f50dc80-c833-55f3-8595-3ca6f3cc874f sending to next pipeline
2026-03-24 13:12:27 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 9f50dc80-c833-55f3-8595-3ca6f3cc874f, identifier: 119942033
2026-03-24 13:12:27 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 9f50dc80-c833-55f3-8595-3ca6f3cc874f with identifier: 119942033
2026-03-24 13:12:27 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 9f50dc80-c833-55f3-8595-3ca6f3cc874f with identifier: 119942033
2026-03-24 13:12:27 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 9f50dc80-c833-55f3-8595-3ca6f3cc874f with identifier: 119942033 to the API
2026-03-24 13:12:27 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 13:12:31 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-24 13:12:31 [scrapy.core.scraper] DEBUG: Scraped from <200 https://abimg003.imgix.net/YR75XZC/2026-03-18/image/502b54a3-a9f8-4aa2-842b-2199fdc077a3_removebg.jpg?w=600>
{'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': 9,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_9f50dc80-c833-55f3-8595-3ca6f3cc874f/9f50dc80-c833-55f3-8595-3ca6f3cc874f_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 33719,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/YR75XZC/2026-03-18/image/502b54a3-a9f8-4aa2-842b-2199fdc077a3_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_9f50dc80-c833-55f3-8595-3ca6f3cc874f/9f50dc80-c833-55f3-8595-3ca6f3cc874f_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 34816,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/YR75XZC/2026-03-18/image/a6275396-3e50-40aa-8e5a-707de3ea9022_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_9f50dc80-c833-55f3-8595-3ca6f3cc874f/9f50dc80-c833-55f3-8595-3ca6f3cc874f_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 32421,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/YR75XZC/2026-03-18/image/ca2deab2-9e9c-4b02-beb6-407378254334_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_9f50dc80-c833-55f3-8595-3ca6f3cc874f/9f50dc80-c833-55f3-8595-3ca6f3cc874f_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 32574,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/YR75XZC/2026-03-18/image/9f100e73-473b-445c-b2f9-0fa8be918dff_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_9f50dc80-c833-55f3-8595-3ca6f3cc874f/9f50dc80-c833-55f3-8595-3ca6f3cc874f_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 42579,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/YR75XZC/2026-03-18/image/aceff116-b865-46d4-b8c2-d8383a03d134_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_9f50dc80-c833-55f3-8595-3ca6f3cc874f/9f50dc80-c833-55f3-8595-3ca6f3cc874f_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 64954,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/YR75XZC/2026-03-18/image/b61c8e35-7dca-471f-9801-948e9b5cc6ba_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_9f50dc80-c833-55f3-8595-3ca6f3cc874f/9f50dc80-c833-55f3-8595-3ca6f3cc874f_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 57934,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/YR75XZC/2026-03-18/image/d53b81ff-df82-46f7-81cb-2c4ff0c2a3f0_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_9f50dc80-c833-55f3-8595-3ca6f3cc874f/9f50dc80-c833-55f3-8595-3ca6f3cc874f_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 54945,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/YR75XZC/2026-03-18/image/0c0976ef-e4d3-4381-b002-e1a5c730ad49_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_9f50dc80-c833-55f3-8595-3ca6f3cc874f/9f50dc80-c833-55f3-8595-3ca6f3cc874f_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 60441,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/YR75XZC/2026-03-18/image/73670aae-5013-4ead-9ab7-e50190372bc7_removebg.jpg?w=600',
'Width': 600}],
'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-24 13:12:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:12:31 [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-24 13:12:31 [astonbarclay.gb] INFO: Saving data for 119942033: {'created_time': 1774357951.88261, 'last_price_update_time': 1774357951.882621, 'auction_closing_time': 1774604700.0}
2026-03-24 13:12:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:12:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='119942033') HTTP/1.1" 204 0
2026-03-24 13:12:31 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 2nd time calling it.
2026-03-24 13:12:31 [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-24 13:12:31 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:12:32 [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': 639}, 'saleStart': '2026-03-27T09:45Z', 'lot': None, '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-24 13:12:32 [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': 639}, 'saleStart': '2026-03-27T09:45Z', 'lot': None, '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-24 13:12:32 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 02f776fe-5ac4-599b-b3cc-372de466274a with identifier: 120594710
2026-03-24 13:12:32 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 02f776fe-5ac4-599b-b3cc-372de466274a with scrape type 2
2026-03-24 13:12:32 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 02f776fe-5ac4-599b-b3cc-372de466274a with scrape type 2
2026-03-24 13:12:32 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 02f776fe-5ac4-599b-b3cc-372de466274a, identifier: 120594710
2026-03-24 13:12:32 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 02f776fe-5ac4-599b-b3cc-372de466274a with identifier: 120594710
2026-03-24 13:12:32 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 02f776fe-5ac4-599b-b3cc-372de466274a with identifier: 120594710
2026-03-24 13:12:32 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 02f776fe-5ac4-599b-b3cc-372de466274a with identifier: 120594710 to the API
2026-03-24 13:12:32 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 13:12:33 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-24 13:12:33 [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-24 13:12:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:12:33 [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-24 13:12:33 [astonbarclay.gb] INFO: Saving data for 120594710: {'auction_closing_time': 1774604700.0, 'created_time': 1774033800.399358, 'last_price_update_time': 1774357953.69933}
2026-03-24 13:12:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:12:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120594710') HTTP/1.1" 204 0
2026-03-24 13:12:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120719480?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-24 13:12:33 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:12:33 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120719480, 'registration': 'BN20NYR', 'account': 'KEN008', 'make': 'KIA', 'model': 'CEED DIESEL HATCHBACK', 'derivative': '1.6 CRDi ISG GT-Line 5dr', 'mileage': 105247, 'mileageWarranty': True, 'type': 'car', 'saleId': 18852, 'siteId': 659779, 'site': {'id': 659779, 'name': 'Aston Barclay Prees Heath', 'vehicles': 94}, 'saleStart': '2026-03-26T10:00Z', 'lot': None, 'hall': 'Main Hall', 'transmission': 'manual', 'firstRegistration': '2020-03-17', 'fuel': 'Diesel', 'motExpiry': '2027-03-16', 'doors': 5, 'engineSize': 1598, 'bodyType': 'Hatchback', 'images': None, 'colour': 'RED', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': None, 'serviceHistory': '', 'remarks': 'vosa @ 62k 77k 90k 105k', 'virtual': False, 'seller': 'Ken Jervis Kia', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '1', 'v5': False, 'v5details': None, 'co2': 111, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': None, 'assuredType': None, 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 13:12:33 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120719480, 'registration': 'BN20NYR', 'account': 'KEN008', 'make': 'KIA', 'model': 'CEED DIESEL HATCHBACK', 'derivative': '1.6 CRDi ISG GT-Line 5dr', 'mileage': 105247, 'mileageWarranty': True, 'type': 'car', 'saleId': 18852, 'siteId': 659779, 'site': {'id': 659779, 'name': 'Aston Barclay Prees Heath', 'vehicles': 94}, 'saleStart': '2026-03-26T10:00Z', 'lot': None, 'hall': 'Main Hall', 'transmission': 'manual', 'firstRegistration': '2020-03-17', 'fuel': 'Diesel', 'motExpiry': '2027-03-16', 'doors': 5, 'engineSize': 1598, 'bodyType': 'Hatchback', 'images': None, 'colour': 'RED', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': None, 'serviceHistory': '', 'remarks': 'vosa @ 62k 77k 90k 105k', 'virtual': False, 'seller': 'Ken Jervis Kia', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '1', 'v5': False, 'v5details': None, 'co2': 111, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': None, 'assuredType': None, 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 13:12:33 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 72c2e3a6-6030-5643-b346-c3f5c806f257 with identifier: 120719480
2026-03-24 13:12:33 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 72c2e3a6-6030-5643-b346-c3f5c806f257 with scrape type 1
2026-03-24 13:12:33 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 0 photos for item 72c2e3a6-6030-5643-b346-c3f5c806f257
2026-03-24 13:12:33 [crawlers.middlewares.photo_download_middleware] INFO: No photos to download for item 72c2e3a6-6030-5643-b346-c3f5c806f257
2026-03-24 13:12:33 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 72c2e3a6-6030-5643-b346-c3f5c806f257, identifier: 120719480
2026-03-24 13:12:33 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 72c2e3a6-6030-5643-b346-c3f5c806f257 with identifier: 120719480
2026-03-24 13:12:33 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 72c2e3a6-6030-5643-b346-c3f5c806f257 with identifier: 120719480
2026-03-24 13:12:34 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 72c2e3a6-6030-5643-b346-c3f5c806f257 with identifier: 120719480 to the API
2026-03-24 13:12:34 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 13:12: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-24 13:12:36 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120719480?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 111,
'color': 'RED',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.6L',
'expiration_date': '2026-03-26T10:00:00Z',
'fuel_type': 'Diesel',
'id': '72c2e3a6-6030-5643-b346-c3f5c806f257',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'BN20NYR',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120719480',
'listing': 'auction',
'location': 'Aston Barclay Prees Heath',
'make': 'KIA',
'model': 'CEED DIESEL HATCHBACK',
'odometer': 105247,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-03-17',
'seller_name': 'Ken Jervis Kia',
'title': 'KIA CEED DIESEL HATCHBACK 1.6 CRDi ISG GT-Line 5dr',
'transmission': 'manual',
'trim': '1.6 CRDi ISG GT-Line 5dr',
'vin': None,
'year': 2020}
2026-03-24 13:12:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:12:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120719480%27 HTTP/1.1" 200 None
2026-03-24 13:12:36 [astonbarclay.gb] INFO: Saving data for 120719480: {'created_time': 1774357956.0312, 'last_price_update_time': 1774357956.031216, 'auction_closing_time': 1774519200.0}
2026-03-24 13:12:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:12:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120719480') HTTP/1.1" 204 0
2026-03-24 13:12:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/115946044?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-24 13:12:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120720942?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-24 13:12:36 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:12:36 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:12:36 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 115946044, 'registration': 'BJ72WGY', 'account': 'ZEN002', 'make': 'HYUNDAI', 'model': 'IONIQ 5 ELECTRIC HATCHBACK', 'derivative': '160kW Premium 73 kWh 5dr Auto', 'mileage': 10294, 'mileageWarranty': True, 'type': 'car', 'saleId': 18971, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 238}, 'saleStart': '2026-03-26T10:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2022-10-05', 'fuel': 'Electric', 'motExpiry': '2026-10-04', 'doors': 5, 'engineSize': None, 'bodyType': 'Hatchback', 'images': ['https://abimg002.imgix.net/8b86056c-f088-4dc2-b883-9e830fe3993f.jpg?w=600', 'https://abimg002.imgix.net/0b4c73c1-e99f-44a6-8ab0-686454e57135.jpg?w=600', 'https://abimg002.imgix.net/6a5c2c5c-8f58-4b55-802d-3345929b7156.jpg?w=600', 'https://abimg002.imgix.net/ba02fbfe-c53b-41cf-bf15-bb2b09ae98a4.jpg?w=600', 'https://abimg002.imgix.net/1faae4ea-da32-4173-9b9a-ecf33e4afc58.jpg?w=600', 'https://abimg002.imgix.net/0873859f-d0e2-40fd-a63e-4564b77584c8.jpg?w=600', 'https://abimg002.imgix.net/979f166b-69aa-4fa6-a0f5-6ef36fad2990.jpg?w=600', 'https://abimg002.imgix.net/55d3af01-05aa-4dc6-8af4-596482159462.jpg?w=600'], 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service digital 10/23-3k, 12/24-9k,', 'remarks': 'SPARE KEY, vosa states 10k,', 'virtual': False, 'seller': 'Zenith', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': None, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/f2dd56a5-ce5d-44f2-af50-c9b6d5a9ed87.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-24 13:12:36 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 115946044, 'registration': 'BJ72WGY', 'account': 'ZEN002', 'make': 'HYUNDAI', 'model': 'IONIQ 5 ELECTRIC HATCHBACK', 'derivative': '160kW Premium 73 kWh 5dr Auto', 'mileage': 10294, 'mileageWarranty': True, 'type': 'car', 'saleId': 18971, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 238}, 'saleStart': '2026-03-26T10:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2022-10-05', 'fuel': 'Electric', 'motExpiry': '2026-10-04', 'doors': 5, 'engineSize': None, 'bodyType': 'Hatchback', 'images': ['https://abimg002.imgix.net/8b86056c-f088-4dc2-b883-9e830fe3993f.jpg?w=600', 'https://abimg002.imgix.net/0b4c73c1-e99f-44a6-8ab0-686454e57135.jpg?w=600', 'https://abimg002.imgix.net/6a5c2c5c-8f58-4b55-802d-3345929b7156.jpg?w=600', 'https://abimg002.imgix.net/ba02fbfe-c53b-41cf-bf15-bb2b09ae98a4.jpg?w=600', 'https://abimg002.imgix.net/1faae4ea-da32-4173-9b9a-ecf33e4afc58.jpg?w=600', 'https://abimg002.imgix.net/0873859f-d0e2-40fd-a63e-4564b77584c8.jpg?w=600', 'https://abimg002.imgix.net/979f166b-69aa-4fa6-a0f5-6ef36fad2990.jpg?w=600', 'https://abimg002.imgix.net/55d3af01-05aa-4dc6-8af4-596482159462.jpg?w=600'], 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service digital 10/23-3k, 12/24-9k,', 'remarks': 'SPARE KEY, vosa states 10k,', 'virtual': False, 'seller': 'Zenith', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': None, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/f2dd56a5-ce5d-44f2-af50-c9b6d5a9ed87.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-24 13:12:36 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 07c22034-8b14-56d3-9201-72979d092801 with identifier: 115946044
2026-03-24 13:12:36 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 07c22034-8b14-56d3-9201-72979d092801 with scrape type 2
2026-03-24 13:12:36 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 07c22034-8b14-56d3-9201-72979d092801 with scrape type 2
2026-03-24 13:12:36 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 07c22034-8b14-56d3-9201-72979d092801, identifier: 115946044
2026-03-24 13:12:36 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120720942, 'registration': 'DL18SYX', 'account': 'PIN011', 'make': 'TOYOTA', 'model': 'YARIS HATCHBACK', 'derivative': '1.5 Hybrid Icon Tech 5dr CVT', 'mileage': 90807, 'mileageWarranty': True, 'type': 'car', 'saleId': 18852, 'siteId': 659779, 'site': {'id': 659779, 'name': 'Aston Barclay Prees Heath', 'vehicles': 94}, 'saleStart': '2026-03-26T10:00Z', 'lot': None, 'hall': 'Main Hall', 'transmission': 'automatic', 'firstRegistration': '2018-06-18', 'fuel': 'Petrol/Electric Hybrid', 'motExpiry': '2026-06-21', 'doors': 5, 'engineSize': 1497, 'bodyType': 'Hatchback', 'images': None, 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': None, 'serviceHistory': '', 'remarks': 'vosa@ 19k, 27k, 43k, 61k, 77k', 'virtual': False, 'seller': 'Pinkstones', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '1', 'v5': False, 'v5details': None, 'co2': 84, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': None, 'assuredType': None, 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 13:12:36 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120720942, 'registration': 'DL18SYX', 'account': 'PIN011', 'make': 'TOYOTA', 'model': 'YARIS HATCHBACK', 'derivative': '1.5 Hybrid Icon Tech 5dr CVT', 'mileage': 90807, 'mileageWarranty': True, 'type': 'car', 'saleId': 18852, 'siteId': 659779, 'site': {'id': 659779, 'name': 'Aston Barclay Prees Heath', 'vehicles': 94}, 'saleStart': '2026-03-26T10:00Z', 'lot': None, 'hall': 'Main Hall', 'transmission': 'automatic', 'firstRegistration': '2018-06-18', 'fuel': 'Petrol/Electric Hybrid', 'motExpiry': '2026-06-21', 'doors': 5, 'engineSize': 1497, 'bodyType': 'Hatchback', 'images': None, 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': None, 'serviceHistory': '', 'remarks': 'vosa@ 19k, 27k, 43k, 61k, 77k', 'virtual': False, 'seller': 'Pinkstones', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '1', 'v5': False, 'v5details': None, 'co2': 84, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': None, 'assuredType': None, 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 13:12:36 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7fb9698c-9e13-570f-964c-ed5170912b8b with identifier: 120720942
2026-03-24 13:12:36 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7fb9698c-9e13-570f-964c-ed5170912b8b with scrape type 1
2026-03-24 13:12:36 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 0 photos for item 7fb9698c-9e13-570f-964c-ed5170912b8b
2026-03-24 13:12:36 [crawlers.middlewares.photo_download_middleware] INFO: No photos to download for item 7fb9698c-9e13-570f-964c-ed5170912b8b
2026-03-24 13:12:36 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 7fb9698c-9e13-570f-964c-ed5170912b8b, identifier: 120720942
2026-03-24 13:12:36 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 07c22034-8b14-56d3-9201-72979d092801 with identifier: 115946044
2026-03-24 13:12:36 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 07c22034-8b14-56d3-9201-72979d092801 with identifier: 115946044
2026-03-24 13:12:36 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 07c22034-8b14-56d3-9201-72979d092801 with identifier: 115946044 to the API
2026-03-24 13:12:36 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 13:12: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-24 13:12:37 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/115946044?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': None,
'color': 'WHITE',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': '2026-03-26T10:00:00Z',
'fuel_type': 'Electric',
'id': '07c22034-8b14-56d3-9201-72979d092801',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'BJ72WGY',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/115946044',
'listing': 'auction',
'location': 'Aston Barclay Donington Park',
'make': 'HYUNDAI',
'model': 'IONIQ 5 ELECTRIC HATCHBACK',
'odometer': 10294,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-10-05',
'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-24 13:12:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:12:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27115946044%27 HTTP/1.1" 200 None
2026-03-24 13:12:37 [astonbarclay.gb] INFO: Saving data for 115946044: {'auction_closing_time': 1774519200.0, 'created_time': 1774260439.609168, 'last_price_update_time': 1774357957.604935}
2026-03-24 13:12:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:12:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='115946044') HTTP/1.1" 204 0
2026-03-24 13:12:37 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 7fb9698c-9e13-570f-964c-ed5170912b8b with identifier: 120720942
2026-03-24 13:12:37 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 7fb9698c-9e13-570f-964c-ed5170912b8b with identifier: 120720942
2026-03-24 13:12:37 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 7fb9698c-9e13-570f-964c-ed5170912b8b with identifier: 120720942 to the API
2026-03-24 13:12:37 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 13:12: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-24 13:12:39 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120720942?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 84,
'color': 'GREY',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'expiration_date': '2026-03-26T10:00:00Z',
'fuel_type': 'Petrol/Electric Hybrid',
'id': '7fb9698c-9e13-570f-964c-ed5170912b8b',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'DL18SYX',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120720942',
'listing': 'auction',
'location': 'Aston Barclay Prees Heath',
'make': 'TOYOTA',
'model': 'YARIS HATCHBACK',
'odometer': 90807,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2018-06-18',
'seller_name': 'Pinkstones',
'title': 'TOYOTA YARIS HATCHBACK 1.5 Hybrid Icon Tech 5dr CVT',
'transmission': 'automatic',
'trim': '1.5 Hybrid Icon Tech 5dr CVT',
'vin': None,
'year': 2018}
2026-03-24 13:12:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:12:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120720942%27 HTTP/1.1" 200 None
2026-03-24 13:12:39 [astonbarclay.gb] INFO: Saving data for 120720942: {'created_time': 1774357959.600877, 'last_price_update_time': 1774357959.600891, 'auction_closing_time': 1774519200.0}
2026-03-24 13:12:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:12:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120720942') HTTP/1.1" 204 0
2026-03-24 13:12:40 [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-24 13:12:40 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:12:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/119493164?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-24 13:12:40 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:12:40 [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': 639}, 'saleStart': '2026-03-27T09:45Z', 'lot': None, '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, SPARE KEY \t Two Coat Metallic Paint', 'virtual': False, 'seller': 'Zenith', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': False, 'v5details': None, 'co2': None, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/d98d1cbe-8dc8-420f-a383-7da7f4f2e54f.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-24 13:12:40 [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': 639}, 'saleStart': '2026-03-27T09:45Z', 'lot': None, '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, SPARE KEY \t Two Coat Metallic Paint', 'virtual': False, 'seller': 'Zenith', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': False, 'v5details': None, 'co2': None, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/d98d1cbe-8dc8-420f-a383-7da7f4f2e54f.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-24 13:12:40 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3482d142-833c-5edb-8919-d4d6a46c39a0 with identifier: 120652905
2026-03-24 13:12:40 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3482d142-833c-5edb-8919-d4d6a46c39a0 with scrape type 1
2026-03-24 13:12:40 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 9 photos for item 3482d142-833c-5edb-8919-d4d6a46c39a0
2026-03-24 13:12:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:12:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FFE22PKC%252F2026-03-24%252Fimage%252F71146f6f-93ed-474e-9326-1ebb5726a5c4_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-24 13:12:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/FE22PKC/2026-03-24/image/71146f6f-93ed-474e-9326-1ebb5726a5c4_removebg.jpg?w=600 not downloaded yet
2026-03-24 13:12:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:12:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FFE22PKC%252F2026-03-24%252Fimage%252Fe6b76b90-49a7-4ccc-8aec-13ff7549686e_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-24 13:12:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/FE22PKC/2026-03-24/image/e6b76b90-49a7-4ccc-8aec-13ff7549686e_removebg.jpg?w=600 not downloaded yet
2026-03-24 13:12:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:12:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FFE22PKC%252F2026-03-24%252Fimage%252F501e9cc7-60e2-4c97-a13e-b80ab772ffb4_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-24 13:12:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/FE22PKC/2026-03-24/image/501e9cc7-60e2-4c97-a13e-b80ab772ffb4_removebg.jpg?w=600 not downloaded yet
2026-03-24 13:12:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:12:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FFE22PKC%252F2026-03-24%252Fimage%252F2c639ab1-64e1-4d49-8580-5e039f7c568b_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-24 13:12:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/FE22PKC/2026-03-24/image/2c639ab1-64e1-4d49-8580-5e039f7c568b_removebg.jpg?w=600 not downloaded yet
2026-03-24 13:12:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:12:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FFE22PKC%252F2026-03-24%252Fimage%252F6cec89b0-2223-41d6-85ac-f24f89a3d4fb_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-24 13:12:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/FE22PKC/2026-03-24/image/6cec89b0-2223-41d6-85ac-f24f89a3d4fb_removebg.jpg?w=600 not downloaded yet
2026-03-24 13:12:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:12:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FFE22PKC%252F2026-03-24%252Fimage%252Ffa874bb0-fead-4d69-911c-e90253df5cb5_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-24 13:12:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/FE22PKC/2026-03-24/image/fa874bb0-fead-4d69-911c-e90253df5cb5_removebg.jpg?w=600 not downloaded yet
2026-03-24 13:12:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:12:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FFE22PKC%252F2026-03-24%252Fimage%252F8ef2d5c2-25be-4acf-8a0e-0895a46d130e_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-24 13:12:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/FE22PKC/2026-03-24/image/8ef2d5c2-25be-4acf-8a0e-0895a46d130e_removebg.jpg?w=600 not downloaded yet
2026-03-24 13:12:40 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 119493164, 'registration': 'DN22PKU', 'account': 'ZEN002', 'make': 'HYUNDAI', 'model': 'IONIQ 5 ELECTRIC HATCHBACK', 'derivative': '160kW Ultimate 73 kWh 5dr Auto [Tech]', 'mileage': 22668, 'mileageWarranty': True, 'type': 'car', 'saleId': 18971, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 238}, 'saleStart': '2026-03-26T10:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2022-05-26', 'fuel': 'Electric', 'motExpiry': '2026-05-25', 'doors': 5, 'engineSize': None, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/DN22PKU/2026-02-17/image/8c3898ae-163f-4250-ae53-c475f6d6eeb9_removebg.jpg?w=600', 'https://abimg003.imgix.net/DN22PKU/2026-02-17/image/0d533331-46ee-41e9-b166-a2df473a0e5c_removebg.jpg?w=600', 'https://abimg003.imgix.net/DN22PKU/2026-02-17/image/1c9f4f9a-320b-4f87-a12e-53ec1718d9bc_removebg.jpg?w=600', 'https://abimg003.imgix.net/DN22PKU/2026-02-17/image/8f3296c9-6132-4857-9754-2308b9502b34_removebg.jpg?w=600', 'https://abimg003.imgix.net/DN22PKU/2026-02-17/image/e2154e31-8d9b-4fc1-addd-8e4760b33ac5_removebg.jpg?w=600', 'https://abimg003.imgix.net/DN22PKU/2026-02-17/image/224dcf06-9050-4ecf-9dc4-7b4499f106d5_removebg.jpg?w=600', 'https://abimg003.imgix.net/DN22PKU/2026-02-17/image/2195af4a-bb4e-4677-bcf5-2f3679034c30_removebg.jpg?w=600', 'https://abimg003.imgix.net/DN22PKU/2026-02-17/image/43e7644f-a2a7-4836-8428-3509cafe5ff4_removebg.jpg?w=600'], 'colour': 'GOLD', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 04/25 22K', 'remarks': 'VOSA STATES 22K Special 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/8242e5b2-aaa7-4c66-8000-072553f5019d.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-24 13:12:40 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 119493164, 'registration': 'DN22PKU', 'account': 'ZEN002', 'make': 'HYUNDAI', 'model': 'IONIQ 5 ELECTRIC HATCHBACK', 'derivative': '160kW Ultimate 73 kWh 5dr Auto [Tech]', 'mileage': 22668, 'mileageWarranty': True, 'type': 'car', 'saleId': 18971, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 238}, 'saleStart': '2026-03-26T10:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2022-05-26', 'fuel': 'Electric', 'motExpiry': '2026-05-25', 'doors': 5, 'engineSize': None, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/DN22PKU/2026-02-17/image/8c3898ae-163f-4250-ae53-c475f6d6eeb9_removebg.jpg?w=600', 'https://abimg003.imgix.net/DN22PKU/2026-02-17/image/0d533331-46ee-41e9-b166-a2df473a0e5c_removebg.jpg?w=600', 'https://abimg003.imgix.net/DN22PKU/2026-02-17/image/1c9f4f9a-320b-4f87-a12e-53ec1718d9bc_removebg.jpg?w=600', 'https://abimg003.imgix.net/DN22PKU/2026-02-17/image/8f3296c9-6132-4857-9754-2308b9502b34_removebg.jpg?w=600', 'https://abimg003.imgix.net/DN22PKU/2026-02-17/image/e2154e31-8d9b-4fc1-addd-8e4760b33ac5_removebg.jpg?w=600', 'https://abimg003.imgix.net/DN22PKU/2026-02-17/image/224dcf06-9050-4ecf-9dc4-7b4499f106d5_removebg.jpg?w=600', 'https://abimg003.imgix.net/DN22PKU/2026-02-17/image/2195af4a-bb4e-4677-bcf5-2f3679034c30_removebg.jpg?w=600', 'https://abimg003.imgix.net/DN22PKU/2026-02-17/image/43e7644f-a2a7-4836-8428-3509cafe5ff4_removebg.jpg?w=600'], 'colour': 'GOLD', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 04/25 22K', 'remarks': 'VOSA STATES 22K Special 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/8242e5b2-aaa7-4c66-8000-072553f5019d.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-24 13:12:40 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 84469241-4981-5527-9a40-494cd0156343 with identifier: 119493164
2026-03-24 13:12:40 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 84469241-4981-5527-9a40-494cd0156343 with scrape type 2
2026-03-24 13:12:40 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 84469241-4981-5527-9a40-494cd0156343 with scrape type 2
2026-03-24 13:12:40 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 84469241-4981-5527-9a40-494cd0156343, identifier: 119493164
2026-03-24 13:12:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:12:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FFE22PKC%252F2026-03-24%252Fimage%252F6c7881cb-82ac-4e2b-bd96-076c350de975_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-24 13:12:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/FE22PKC/2026-03-24/image/6c7881cb-82ac-4e2b-bd96-076c350de975_removebg.jpg?w=600 not downloaded yet
2026-03-24 13:12:40 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 84469241-4981-5527-9a40-494cd0156343 with identifier: 119493164
2026-03-24 13:12:40 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 84469241-4981-5527-9a40-494cd0156343 with identifier: 119493164
2026-03-24 13:12:40 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 84469241-4981-5527-9a40-494cd0156343 with identifier: 119493164 to the API
2026-03-24 13:12:40 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 13:12: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-24 13:12:41 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/119493164?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-26T10:00:00Z',
'fuel_type': 'Electric',
'id': '84469241-4981-5527-9a40-494cd0156343',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'DN22PKU',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/119493164',
'listing': 'auction',
'location': 'Aston Barclay Donington Park',
'make': 'HYUNDAI',
'model': 'IONIQ 5 ELECTRIC HATCHBACK',
'odometer': 22668,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-05-26',
'seller_name': 'Zenith',
'title': 'HYUNDAI IONIQ 5 ELECTRIC HATCHBACK 160kW Ultimate 73 kWh 5dr Auto '
'[Tech]',
'transmission': 'automatic',
'trim': '160kW Ultimate 73 kWh 5dr Auto [Tech]',
'vin': None,
'year': 2022}
2026-03-24 13:12:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:12:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27119493164%27 HTTP/1.1" 200 None
2026-03-24 13:12:41 [astonbarclay.gb] INFO: Saving data for 119493164: {'auction_closing_time': 1774519200.0, 'created_time': 1774260411.530255, 'last_price_update_time': 1774357961.286893}
2026-03-24 13:12:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:12:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='119493164') HTTP/1.1" 204 0
2026-03-24 13:12:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:12:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FFE22PKC%252F2026-03-24%252Fimage%252F12d18b95-1b73-4119-bf61-4763e53ca150_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-24 13:12:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/FE22PKC/2026-03-24/image/12d18b95-1b73-4119-bf61-4763e53ca150_removebg.jpg?w=600 not downloaded yet
2026-03-24 13:12:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120344753?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-24 13:12:45 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:12:45 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120344753, 'registration': 'YR71XFK', 'account': 'AST011', 'make': 'RENAULT', 'model': 'ZOE HATCHBACK', 'derivative': '80kW Iconic R110 50kWh Rapid Charge 5dr Auto', 'mileage': 24201, 'mileageWarranty': True, 'type': 'car', 'saleId': 18971, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 238}, 'saleStart': '2026-03-26T10:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2021-12-06', 'fuel': 'Electric', 'motExpiry': '2026-12-05', 'doors': 5, 'engineSize': None, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/YR71XFK/2026-03-17/image/4567d2f1-0319-4ff5-b7e5-7cdf4db605d7_removebg.jpg?w=600', 'https://abimg003.imgix.net/YR71XFK/2026-03-17/image/84d2a079-2268-4d5f-a680-6fa884420731_removebg.jpg?w=600', 'https://abimg003.imgix.net/YR71XFK/2026-03-17/image/9db1eadd-b35c-4e38-a180-b568626e7cc3_removebg.jpg?w=600', 'https://abimg003.imgix.net/YR71XFK/2026-03-17/image/9cfb2351-cb91-4a42-b9a3-22eb6ca13ce6_removebg.jpg?w=600', 'https://abimg003.imgix.net/YR71XFK/2026-03-17/image/1d6b83d8-f864-43bf-854f-8aad2af8f55f_removebg.jpg?w=600', 'https://abimg003.imgix.net/YR71XFK/2026-03-17/image/0591eca1-4691-447a-a731-94dd913b6ea5_removebg.jpg?w=600', 'https://abimg003.imgix.net/YR71XFK/2026-03-17/image/6fac756a-fb74-44b6-833d-7127ca7c86e1_removebg.jpg?w=600', 'https://abimg003.imgix.net/YR71XFK/2026-03-17/image/420cc9f5-6331-42d4-a269-6fb1e658eb2b_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 12/22 6K 11/23 11K 11/24 18K 11/25 23K', 'remarks': 'VOSA STATES 18K 23K SPARE KEY', 'virtual': False, 'seller': 'TCB Group - Prime', '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/b1fd378e-5f80-4285-8636-cbabc08b3aae.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-24 13:12:45 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120344753, 'registration': 'YR71XFK', 'account': 'AST011', 'make': 'RENAULT', 'model': 'ZOE HATCHBACK', 'derivative': '80kW Iconic R110 50kWh Rapid Charge 5dr Auto', 'mileage': 24201, 'mileageWarranty': True, 'type': 'car', 'saleId': 18971, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 238}, 'saleStart': '2026-03-26T10:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2021-12-06', 'fuel': 'Electric', 'motExpiry': '2026-12-05', 'doors': 5, 'engineSize': None, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/YR71XFK/2026-03-17/image/4567d2f1-0319-4ff5-b7e5-7cdf4db605d7_removebg.jpg?w=600', 'https://abimg003.imgix.net/YR71XFK/2026-03-17/image/84d2a079-2268-4d5f-a680-6fa884420731_removebg.jpg?w=600', 'https://abimg003.imgix.net/YR71XFK/2026-03-17/image/9db1eadd-b35c-4e38-a180-b568626e7cc3_removebg.jpg?w=600', 'https://abimg003.imgix.net/YR71XFK/2026-03-17/image/9cfb2351-cb91-4a42-b9a3-22eb6ca13ce6_removebg.jpg?w=600', 'https://abimg003.imgix.net/YR71XFK/2026-03-17/image/1d6b83d8-f864-43bf-854f-8aad2af8f55f_removebg.jpg?w=600', 'https://abimg003.imgix.net/YR71XFK/2026-03-17/image/0591eca1-4691-447a-a731-94dd913b6ea5_removebg.jpg?w=600', 'https://abimg003.imgix.net/YR71XFK/2026-03-17/image/6fac756a-fb74-44b6-833d-7127ca7c86e1_removebg.jpg?w=600', 'https://abimg003.imgix.net/YR71XFK/2026-03-17/image/420cc9f5-6331-42d4-a269-6fb1e658eb2b_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 12/22 6K 11/23 11K 11/24 18K 11/25 23K', 'remarks': 'VOSA STATES 18K 23K SPARE KEY', 'virtual': False, 'seller': 'TCB Group - Prime', '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/b1fd378e-5f80-4285-8636-cbabc08b3aae.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-24 13:12:45 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 55b1450c-4891-5218-8390-37634e599df4 with identifier: 120344753
2026-03-24 13:12:45 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 55b1450c-4891-5218-8390-37634e599df4 with scrape type 2
2026-03-24 13:12:45 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 55b1450c-4891-5218-8390-37634e599df4 with scrape type 2
2026-03-24 13:12:45 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 55b1450c-4891-5218-8390-37634e599df4, identifier: 120344753
2026-03-24 13:12:45 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 55b1450c-4891-5218-8390-37634e599df4 with identifier: 120344753
2026-03-24 13:12:45 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 55b1450c-4891-5218-8390-37634e599df4 with identifier: 120344753
2026-03-24 13:12:45 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 55b1450c-4891-5218-8390-37634e599df4 with identifier: 120344753 to the API
2026-03-24 13:12:45 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 13:12:46 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-24 13:12:46 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120344753?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': None,
'color': 'BLACK',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': '2026-03-26T10:00:00Z',
'fuel_type': 'Electric',
'id': '55b1450c-4891-5218-8390-37634e599df4',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'YR71XFK',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120344753',
'listing': 'auction',
'location': 'Aston Barclay Donington Park',
'make': 'RENAULT',
'model': 'ZOE HATCHBACK',
'odometer': 24201,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-12-06',
'seller_name': 'TCB Group - Prime',
'title': 'RENAULT ZOE HATCHBACK 80kW Iconic R110 50kWh Rapid Charge 5dr Auto',
'transmission': 'automatic',
'trim': '80kW Iconic R110 50kWh Rapid Charge 5dr Auto',
'vin': None,
'year': 2021}
2026-03-24 13:12:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:12:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120344753%27 HTTP/1.1" 200 None
2026-03-24 13:12:46 [astonbarclay.gb] INFO: Saving data for 120344753: {'auction_closing_time': 1774519200.0, 'created_time': 1773774167.815392, 'last_price_update_time': 1774357966.792592}
2026-03-24 13:12:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:12:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120344753') HTTP/1.1" 204 0
2026-03-24 13:12:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/FE22PKC/2026-03-24/image/12d18b95-1b73-4119-bf61-4763e53ca150_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120652905?view=catalogue)
2026-03-24 13:12:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120411992?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-24 13:12:46 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:12:46 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 13:12:46 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fde5018add0>
2026-03-24 13:12:46 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 13:12:47 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-24 13:12:47 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 13:12:47 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_3482d142-833c-5edb-8919-d4d6a46c39a0/3482d142-833c-5edb-8919-d4d6a46c39a0_image_8.jpg HTTP/1.1" 201 0
2026-03-24 13:12:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:12:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FFE22PKC%252F2026-03-24%252Fimage%252F12d18b95-1b73-4119-bf61-4763e53ca150_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-24 13:12:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/FE22PKC/2026-03-24/image/12d18b95-1b73-4119-bf61-4763e53ca150_removebg.jpg?w=600 saved to cache
2026-03-24 13:12:47 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 3482d142-833c-5edb-8919-d4d6a46c39a0
2026-03-24 13:12:47 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120411992, 'registration': 'AJ22KGY', 'account': 'ZEN002', 'make': 'TESLA', 'model': 'MODEL Y HATCHBACK', 'derivative': 'Long Range AWD 5dr Auto', 'mileage': 27696, 'mileageWarranty': True, 'type': 'car', 'saleId': 18971, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 238}, 'saleStart': '2026-03-26T10:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2022-06-29', 'fuel': 'Electric', 'motExpiry': '2026-06-28', 'doors': 5, 'engineSize': None, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/AJ22KGY/2026-03-20/image/24f75425-ebd5-44ae-b1cd-07ee9a91b115_removebg.jpg?w=600', 'https://abimg003.imgix.net/AJ22KGY/2026-03-20/image/726499df-2bc8-4973-9100-97a7b04ee0b9_removebg.jpg?w=600', 'https://abimg003.imgix.net/AJ22KGY/2026-03-20/image/758c51f4-343d-49c1-b80a-9a2eaf7cdb11_removebg.jpg?w=600', 'https://abimg003.imgix.net/AJ22KGY/2026-03-20/image/3ec64fbb-e292-42c6-84dd-694b72af7071_removebg.jpg?w=600', 'https://abimg003.imgix.net/AJ22KGY/2026-03-20/image/2bb3602d-8c65-4373-b1e1-2220da3e032a_removebg.jpg?w=600', 'https://abimg003.imgix.net/AJ22KGY/2026-03-20/image/c3486481-5a0e-41c9-bba8-3fd18142fee0_removebg.jpg?w=600', 'https://abimg003.imgix.net/AJ22KGY/2026-03-20/image/e9d3d1c8-1c7b-4464-b906-d0df903c586e_removebg.jpg?w=600', 'https://abimg003.imgix.net/AJ22KGY/2026-03-20/image/8018eeed-22a6-4f05-b031-69485c3e9e07_removebg.jpg?w=600'], 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': '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': None, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/41b0098e-af0a-4d8a-9105-374bfbf1a65d.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-24 13:12:47 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120411992, 'registration': 'AJ22KGY', 'account': 'ZEN002', 'make': 'TESLA', 'model': 'MODEL Y HATCHBACK', 'derivative': 'Long Range AWD 5dr Auto', 'mileage': 27696, 'mileageWarranty': True, 'type': 'car', 'saleId': 18971, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 238}, 'saleStart': '2026-03-26T10:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2022-06-29', 'fuel': 'Electric', 'motExpiry': '2026-06-28', 'doors': 5, 'engineSize': None, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/AJ22KGY/2026-03-20/image/24f75425-ebd5-44ae-b1cd-07ee9a91b115_removebg.jpg?w=600', 'https://abimg003.imgix.net/AJ22KGY/2026-03-20/image/726499df-2bc8-4973-9100-97a7b04ee0b9_removebg.jpg?w=600', 'https://abimg003.imgix.net/AJ22KGY/2026-03-20/image/758c51f4-343d-49c1-b80a-9a2eaf7cdb11_removebg.jpg?w=600', 'https://abimg003.imgix.net/AJ22KGY/2026-03-20/image/3ec64fbb-e292-42c6-84dd-694b72af7071_removebg.jpg?w=600', 'https://abimg003.imgix.net/AJ22KGY/2026-03-20/image/2bb3602d-8c65-4373-b1e1-2220da3e032a_removebg.jpg?w=600', 'https://abimg003.imgix.net/AJ22KGY/2026-03-20/image/c3486481-5a0e-41c9-bba8-3fd18142fee0_removebg.jpg?w=600', 'https://abimg003.imgix.net/AJ22KGY/2026-03-20/image/e9d3d1c8-1c7b-4464-b906-d0df903c586e_removebg.jpg?w=600', 'https://abimg003.imgix.net/AJ22KGY/2026-03-20/image/8018eeed-22a6-4f05-b031-69485c3e9e07_removebg.jpg?w=600'], 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': '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': None, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/41b0098e-af0a-4d8a-9105-374bfbf1a65d.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-24 13:12:47 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0195b268-241c-5b7d-9fea-268c483cbe2a with identifier: 120411992
2026-03-24 13:12:47 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0195b268-241c-5b7d-9fea-268c483cbe2a with scrape type 2
2026-03-24 13:12:47 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0195b268-241c-5b7d-9fea-268c483cbe2a with scrape type 2
2026-03-24 13:12:47 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 0195b268-241c-5b7d-9fea-268c483cbe2a, identifier: 120411992
2026-03-24 13:12:47 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 0195b268-241c-5b7d-9fea-268c483cbe2a with identifier: 120411992
2026-03-24 13:12:47 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 0195b268-241c-5b7d-9fea-268c483cbe2a with identifier: 120411992
2026-03-24 13:12:47 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 0195b268-241c-5b7d-9fea-268c483cbe2a with identifier: 120411992 to the API
2026-03-24 13:12:47 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 13:12: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-24 13:12:48 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120411992?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': None,
'color': 'WHITE',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': '2026-03-26T10:00:00Z',
'fuel_type': 'Electric',
'id': '0195b268-241c-5b7d-9fea-268c483cbe2a',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'AJ22KGY',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120411992',
'listing': 'auction',
'location': 'Aston Barclay Donington Park',
'make': 'TESLA',
'model': 'MODEL Y HATCHBACK',
'odometer': 27696,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-06-29',
'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-24 13:12:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:12:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120411992%27 HTTP/1.1" 200 None
2026-03-24 13:12:48 [astonbarclay.gb] INFO: Saving data for 120411992: {'auction_closing_time': 1774519200.0, 'created_time': 1774260412.916301, 'last_price_update_time': 1774357968.537448}
2026-03-24 13:12:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:12:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120411992') HTTP/1.1" 204 0
2026-03-24 13:12:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/FE22PKC/2026-03-24/image/6c7881cb-82ac-4e2b-bd96-076c350de975_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120652905?view=catalogue)
2026-03-24 13:12:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/FE22PKC/2026-03-24/image/8ef2d5c2-25be-4acf-8a0e-0895a46d130e_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120652905?view=catalogue)
2026-03-24 13:12:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/117831410?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-24 13:12:48 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:12:48 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 13:12:48 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fde53150110>
2026-03-24 13:12:48 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 13:12:48 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-24 13:12:48 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 13:12:48 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_3482d142-833c-5edb-8919-d4d6a46c39a0/3482d142-833c-5edb-8919-d4d6a46c39a0_image_7.jpg HTTP/1.1" 201 0
2026-03-24 13:12:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:12:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FFE22PKC%252F2026-03-24%252Fimage%252F6c7881cb-82ac-4e2b-bd96-076c350de975_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-24 13:12:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/FE22PKC/2026-03-24/image/6c7881cb-82ac-4e2b-bd96-076c350de975_removebg.jpg?w=600 saved to cache
2026-03-24 13:12:48 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 3482d142-833c-5edb-8919-d4d6a46c39a0
2026-03-24 13:12:48 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 13:12:48 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fde5030a990>
2026-03-24 13:12:48 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 13:12:48 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-24 13:12:48 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 13:12:48 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_3482d142-833c-5edb-8919-d4d6a46c39a0/3482d142-833c-5edb-8919-d4d6a46c39a0_image_6.jpg HTTP/1.1" 201 0
2026-03-24 13:12:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:12:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FFE22PKC%252F2026-03-24%252Fimage%252F8ef2d5c2-25be-4acf-8a0e-0895a46d130e_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-24 13:12:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/FE22PKC/2026-03-24/image/8ef2d5c2-25be-4acf-8a0e-0895a46d130e_removebg.jpg?w=600 saved to cache
2026-03-24 13:12:48 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 3482d142-833c-5edb-8919-d4d6a46c39a0
2026-03-24 13:12:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/FE22PKC/2026-03-24/image/2c639ab1-64e1-4d49-8580-5e039f7c568b_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120652905?view=catalogue)
2026-03-24 13:12:48 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 117831410, 'registration': 'RJ72YYZ', 'account': 'ADD002', 'make': 'VOLKSWAGEN', 'model': 'ID.4 ESTATE', 'derivative': '128kW Life Pro 77kWh 5dr Auto [135kW Ch]', 'mileage': 111852, 'mileageWarranty': True, 'type': 'car', 'saleId': 18971, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 238}, 'saleStart': '2026-03-26T10:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2022-11-30', 'fuel': 'Electric', 'motExpiry': '2026-07-07', 'doors': 5, 'engineSize': None, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/RJ72YYZ/2025-12-16/image/4732d275-2772-4a18-85d5-f001765b59d3_removebg.jpg?w=600', 'https://abimg003.imgix.net/RJ72YYZ/2025-12-16/image/1d70736f-97e9-4343-ba49-17b87f5e703f_removebg.jpg?w=600', 'https://abimg003.imgix.net/RJ72YYZ/2025-12-16/image/5d0c190a-ffb6-4151-b22b-8a0bfdc92ef1_removebg.jpg?w=600', 'https://abimg003.imgix.net/RJ72YYZ/2025-12-16/image/c3979093-102b-43cd-a125-cb2cef314f97_removebg.jpg?w=600', 'https://abimg003.imgix.net/RJ72YYZ/2025-12-16/image/de005b68-28f1-4025-b524-a24e67bfe102_removebg.jpg?w=600', 'https://abimg003.imgix.net/RJ72YYZ/2025-12-16/image/42041048-0301-48b1-89d7-7e7506f2230b_removebg.jpg?w=600', 'https://abimg003.imgix.net/RJ72YYZ/2025-12-16/image/a6ae809c-e5ec-424e-a169-43dde6f435bd_removebg.jpg?w=600', 'https://abimg003.imgix.net/RJ72YYZ/2025-12-16/image/dc32c840-37f9-43a5-8dd4-964d52ca24cb_removebg.jpg?w=600', 'https://abimg003.imgix.net/RJ72YYZ/2025-12-16/image/f917b0e1-35be-44f0-b6c3-00cb327a36ab_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print 04/24 40k 04/25 80k', 'remarks': 'SPARE KEY Ex-Private Hire, VOSA STATES 14K 30K 47K 75K 92K', 'virtual': False, 'seller': 'Addison Lee', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': None, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/9f302c12-d5f9-4c25-a691-1fb85c16b0eb.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-24 13:12:48 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 117831410, 'registration': 'RJ72YYZ', 'account': 'ADD002', 'make': 'VOLKSWAGEN', 'model': 'ID.4 ESTATE', 'derivative': '128kW Life Pro 77kWh 5dr Auto [135kW Ch]', 'mileage': 111852, 'mileageWarranty': True, 'type': 'car', 'saleId': 18971, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 238}, 'saleStart': '2026-03-26T10:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2022-11-30', 'fuel': 'Electric', 'motExpiry': '2026-07-07', 'doors': 5, 'engineSize': None, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/RJ72YYZ/2025-12-16/image/4732d275-2772-4a18-85d5-f001765b59d3_removebg.jpg?w=600', 'https://abimg003.imgix.net/RJ72YYZ/2025-12-16/image/1d70736f-97e9-4343-ba49-17b87f5e703f_removebg.jpg?w=600', 'https://abimg003.imgix.net/RJ72YYZ/2025-12-16/image/5d0c190a-ffb6-4151-b22b-8a0bfdc92ef1_removebg.jpg?w=600', 'https://abimg003.imgix.net/RJ72YYZ/2025-12-16/image/c3979093-102b-43cd-a125-cb2cef314f97_removebg.jpg?w=600', 'https://abimg003.imgix.net/RJ72YYZ/2025-12-16/image/de005b68-28f1-4025-b524-a24e67bfe102_removebg.jpg?w=600', 'https://abimg003.imgix.net/RJ72YYZ/2025-12-16/image/42041048-0301-48b1-89d7-7e7506f2230b_removebg.jpg?w=600', 'https://abimg003.imgix.net/RJ72YYZ/2025-12-16/image/a6ae809c-e5ec-424e-a169-43dde6f435bd_removebg.jpg?w=600', 'https://abimg003.imgix.net/RJ72YYZ/2025-12-16/image/dc32c840-37f9-43a5-8dd4-964d52ca24cb_removebg.jpg?w=600', 'https://abimg003.imgix.net/RJ72YYZ/2025-12-16/image/f917b0e1-35be-44f0-b6c3-00cb327a36ab_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print 04/24 40k 04/25 80k', 'remarks': 'SPARE KEY Ex-Private Hire, VOSA STATES 14K 30K 47K 75K 92K', 'virtual': False, 'seller': 'Addison Lee', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': None, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/9f302c12-d5f9-4c25-a691-1fb85c16b0eb.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-24 13:12:48 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e3a7ae72-86ee-528f-9be0-773af8184c8c with identifier: 117831410
2026-03-24 13:12:48 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e3a7ae72-86ee-528f-9be0-773af8184c8c with scrape type 2
2026-03-24 13:12:48 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e3a7ae72-86ee-528f-9be0-773af8184c8c with scrape type 2
2026-03-24 13:12:48 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: e3a7ae72-86ee-528f-9be0-773af8184c8c, identifier: 117831410
2026-03-24 13:12:48 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: e3a7ae72-86ee-528f-9be0-773af8184c8c with identifier: 117831410
2026-03-24 13:12:48 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: e3a7ae72-86ee-528f-9be0-773af8184c8c with identifier: 117831410
2026-03-24 13:12:48 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: e3a7ae72-86ee-528f-9be0-773af8184c8c with identifier: 117831410 to the API
2026-03-24 13:12:48 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 13:12: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-24 13:12:50 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/117831410?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': None,
'color': 'BLACK',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': '2026-03-26T10:00:00Z',
'fuel_type': 'Electric',
'id': 'e3a7ae72-86ee-528f-9be0-773af8184c8c',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'RJ72YYZ',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/117831410',
'listing': 'auction',
'location': 'Aston Barclay Donington Park',
'make': 'VOLKSWAGEN',
'model': 'ID.4 ESTATE',
'odometer': 111852,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-11-30',
'seller_name': 'Addison Lee',
'title': 'VOLKSWAGEN ID.4 ESTATE 128kW Life Pro 77kWh 5dr Auto [135kW Ch]',
'transmission': 'automatic',
'trim': '128kW Life Pro 77kWh 5dr Auto [135kW Ch]',
'vin': None,
'year': 2022}
2026-03-24 13:12:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:12:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27117831410%27 HTTP/1.1" 200 None
2026-03-24 13:12:50 [astonbarclay.gb] INFO: Saving data for 117831410: {'auction_closing_time': 1774519200.0, 'created_time': 1773403699.771498, 'last_price_update_time': 1774357970.417907}
2026-03-24 13:12:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:12:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='117831410') HTTP/1.1" 204 0
2026-03-24 13:12:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/FE22PKC/2026-03-24/image/fa874bb0-fead-4d69-911c-e90253df5cb5_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120652905?view=catalogue)
2026-03-24 13:12:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/FE22PKC/2026-03-24/image/6cec89b0-2223-41d6-85ac-f24f89a3d4fb_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120652905?view=catalogue)
2026-03-24 13:12:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/FE22PKC/2026-03-24/image/501e9cc7-60e2-4c97-a13e-b80ab772ffb4_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120652905?view=catalogue)
2026-03-24 13:12:50 [zyte_api._retry] DEBUG: Finished call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request' after 265.499(s), this was the 2nd time calling it.
2026-03-24 13:12:50 [zyte_api._retry] DEBUG: Retrying zyte_api._async.AsyncZyteAPI.get.<locals>.request in 6.28840145921796 seconds as it raised ClientConnectorError: Cannot connect to host api.zyte.com:443 ssl:default [Connect call failed ('69.41.180.81', 443)].
2026-03-24 13:12:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/119761940?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-24 13:12:50 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:12:50 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 13:12:50 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fde51906e50>
2026-03-24 13:12:50 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 13:12:50 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-24 13:12:50 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 13:12:50 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_3482d142-833c-5edb-8919-d4d6a46c39a0/3482d142-833c-5edb-8919-d4d6a46c39a0_image_3.jpg HTTP/1.1" 201 0
2026-03-24 13:12:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:12:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FFE22PKC%252F2026-03-24%252Fimage%252F2c639ab1-64e1-4d49-8580-5e039f7c568b_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-24 13:12:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/FE22PKC/2026-03-24/image/2c639ab1-64e1-4d49-8580-5e039f7c568b_removebg.jpg?w=600 saved to cache
2026-03-24 13:12:50 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 3482d142-833c-5edb-8919-d4d6a46c39a0
2026-03-24 13:12:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/FE22PKC/2026-03-24/image/71146f6f-93ed-474e-9326-1ebb5726a5c4_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120652905?view=catalogue)
2026-03-24 13:12:50 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 13:12:50 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fde503b6e50>
2026-03-24 13:12:50 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 13:12:50 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-24 13:12:50 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 13:12:50 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_3482d142-833c-5edb-8919-d4d6a46c39a0/3482d142-833c-5edb-8919-d4d6a46c39a0_image_5.jpg HTTP/1.1" 201 0
2026-03-24 13:12:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:12:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FFE22PKC%252F2026-03-24%252Fimage%252Ffa874bb0-fead-4d69-911c-e90253df5cb5_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-24 13:12:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/FE22PKC/2026-03-24/image/fa874bb0-fead-4d69-911c-e90253df5cb5_removebg.jpg?w=600 saved to cache
2026-03-24 13:12:50 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 3482d142-833c-5edb-8919-d4d6a46c39a0
2026-03-24 13:12:50 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 13:12:50 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fde501c6290>
2026-03-24 13:12:50 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 13:12:50 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-24 13:12:50 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 13:12:50 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_3482d142-833c-5edb-8919-d4d6a46c39a0/3482d142-833c-5edb-8919-d4d6a46c39a0_image_4.jpg HTTP/1.1" 201 0
2026-03-24 13:12:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:12:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FFE22PKC%252F2026-03-24%252Fimage%252F6cec89b0-2223-41d6-85ac-f24f89a3d4fb_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-24 13:12:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/FE22PKC/2026-03-24/image/6cec89b0-2223-41d6-85ac-f24f89a3d4fb_removebg.jpg?w=600 saved to cache
2026-03-24 13:12:50 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 3482d142-833c-5edb-8919-d4d6a46c39a0
2026-03-24 13:12:50 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 13:12:50 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fde503071d0>
2026-03-24 13:12:50 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 13:12:50 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-24 13:12:50 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 13:12:50 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_3482d142-833c-5edb-8919-d4d6a46c39a0/3482d142-833c-5edb-8919-d4d6a46c39a0_image_2.jpg HTTP/1.1" 201 0
2026-03-24 13:12:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:12:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FFE22PKC%252F2026-03-24%252Fimage%252F501e9cc7-60e2-4c97-a13e-b80ab772ffb4_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-24 13:12:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/FE22PKC/2026-03-24/image/501e9cc7-60e2-4c97-a13e-b80ab772ffb4_removebg.jpg?w=600 saved to cache
2026-03-24 13:12:50 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 3482d142-833c-5edb-8919-d4d6a46c39a0
2026-03-24 13:12:50 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 119761940, 'registration': 'DV70VBY', 'account': 'HEN022', 'make': 'FIAT', 'model': '500 HATCHBACK', 'derivative': '1.0 Mild Hybrid Star 3dr', 'mileage': 34872, 'mileageWarranty': True, 'type': 'car', 'saleId': 18971, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 238}, 'saleStart': '2026-03-26T10:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2020-09-30', 'fuel': 'Petrol', 'motExpiry': '2026-12-15', 'doors': 3, 'engineSize': 999, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/DV70VBY/2026-02-24/image/ee358184-d416-40d3-a3d3-c3d12b06f948_removebg.jpg?w=600', 'https://abimg003.imgix.net/DV70VBY/2026-02-24/image/56b07137-8714-4c17-bf0b-d5c9ada8f598_removebg.jpg?w=600', 'https://abimg003.imgix.net/DV70VBY/2026-02-24/image/68484f93-a9c6-4184-96b3-c498ba0033f9_removebg.jpg?w=600', 'https://abimg003.imgix.net/DV70VBY/2026-02-24/image/2ac4e1c6-7c74-480d-832d-f5d446d993d9_removebg.jpg?w=600', 'https://abimg003.imgix.net/DV70VBY/2026-02-24/image/dc40bae9-2b53-46d7-ae1b-3cad143130a8_removebg.jpg?w=600', 'https://abimg003.imgix.net/DV70VBY/2026-02-24/image/9a98bf91-f720-4a60-8f9c-710a57495528_removebg.jpg?w=600', 'https://abimg003.imgix.net/DV70VBY/2026-02-24/image/f01cfb00-e068-4772-8b8d-88a5e4d658f0_removebg.jpg?w=600', 'https://abimg003.imgix.net/DV70VBY/2026-02-24/image/b9e02fc4-cbdb-425b-96fa-2a28a65ea323_removebg.jpg?w=600'], 'colour': 'BLUE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 10/21 6K 12/22 11K', 'remarks': 'VOSA STATES 20K 28K 34K', 'virtual': False, 'seller': 'Car360', '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/6f5fa04a-2f78-4270-919a-5026ff546e08.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 13:12:50 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 119761940, 'registration': 'DV70VBY', 'account': 'HEN022', 'make': 'FIAT', 'model': '500 HATCHBACK', 'derivative': '1.0 Mild Hybrid Star 3dr', 'mileage': 34872, 'mileageWarranty': True, 'type': 'car', 'saleId': 18971, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 238}, 'saleStart': '2026-03-26T10:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2020-09-30', 'fuel': 'Petrol', 'motExpiry': '2026-12-15', 'doors': 3, 'engineSize': 999, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/DV70VBY/2026-02-24/image/ee358184-d416-40d3-a3d3-c3d12b06f948_removebg.jpg?w=600', 'https://abimg003.imgix.net/DV70VBY/2026-02-24/image/56b07137-8714-4c17-bf0b-d5c9ada8f598_removebg.jpg?w=600', 'https://abimg003.imgix.net/DV70VBY/2026-02-24/image/68484f93-a9c6-4184-96b3-c498ba0033f9_removebg.jpg?w=600', 'https://abimg003.imgix.net/DV70VBY/2026-02-24/image/2ac4e1c6-7c74-480d-832d-f5d446d993d9_removebg.jpg?w=600', 'https://abimg003.imgix.net/DV70VBY/2026-02-24/image/dc40bae9-2b53-46d7-ae1b-3cad143130a8_removebg.jpg?w=600', 'https://abimg003.imgix.net/DV70VBY/2026-02-24/image/9a98bf91-f720-4a60-8f9c-710a57495528_removebg.jpg?w=600', 'https://abimg003.imgix.net/DV70VBY/2026-02-24/image/f01cfb00-e068-4772-8b8d-88a5e4d658f0_removebg.jpg?w=600', 'https://abimg003.imgix.net/DV70VBY/2026-02-24/image/b9e02fc4-cbdb-425b-96fa-2a28a65ea323_removebg.jpg?w=600'], 'colour': 'BLUE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 10/21 6K 12/22 11K', 'remarks': 'VOSA STATES 20K 28K 34K', 'virtual': False, 'seller': 'Car360', '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/6f5fa04a-2f78-4270-919a-5026ff546e08.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 13:12:50 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a21dcec5-2d3b-5d79-af4f-feeb91d8303b with identifier: 119761940
2026-03-24 13:12:50 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a21dcec5-2d3b-5d79-af4f-feeb91d8303b with scrape type 2
2026-03-24 13:12:50 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a21dcec5-2d3b-5d79-af4f-feeb91d8303b with scrape type 2
2026-03-24 13:12:50 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: a21dcec5-2d3b-5d79-af4f-feeb91d8303b, identifier: 119761940
2026-03-24 13:12:50 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 13:12:50 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fde50228250>
2026-03-24 13:12:50 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 13:12:50 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-24 13:12:50 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 13:12:50 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_3482d142-833c-5edb-8919-d4d6a46c39a0/3482d142-833c-5edb-8919-d4d6a46c39a0_image_0.jpg HTTP/1.1" 201 0
2026-03-24 13:12:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:12:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FFE22PKC%252F2026-03-24%252Fimage%252F71146f6f-93ed-474e-9326-1ebb5726a5c4_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-24 13:12:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/FE22PKC/2026-03-24/image/71146f6f-93ed-474e-9326-1ebb5726a5c4_removebg.jpg?w=600 saved to cache
2026-03-24 13:12:50 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 3482d142-833c-5edb-8919-d4d6a46c39a0
2026-03-24 13:12:50 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: a21dcec5-2d3b-5d79-af4f-feeb91d8303b with identifier: 119761940
2026-03-24 13:12:50 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: a21dcec5-2d3b-5d79-af4f-feeb91d8303b with identifier: 119761940
2026-03-24 13:12:50 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: a21dcec5-2d3b-5d79-af4f-feeb91d8303b with identifier: 119761940 to the API
2026-03-24 13:12:50 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 13:12: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-24 13:12:52 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/119761940?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 119,
'color': 'BLUE',
'currency': 'GBP',
'doors_number': 3,
'emission_standard': 'EURO 6',
'engine': '1.0L',
'expiration_date': '2026-03-26T10:00:00Z',
'fuel_type': 'Petrol',
'id': 'a21dcec5-2d3b-5d79-af4f-feeb91d8303b',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'DV70VBY',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/119761940',
'listing': 'auction',
'location': 'Aston Barclay Donington Park',
'make': 'FIAT',
'model': '500 HATCHBACK',
'odometer': 34872,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-09-30',
'seller_name': 'Car360',
'title': 'FIAT 500 HATCHBACK 1.0 Mild Hybrid Star 3dr',
'transmission': 'manual',
'trim': '1.0 Mild Hybrid Star 3dr',
'vin': None,
'year': 2020}
2026-03-24 13:12:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:12:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27119761940%27 HTTP/1.1" 200 None
2026-03-24 13:12:52 [astonbarclay.gb] INFO: Saving data for 119761940: {'auction_closing_time': 1774519200.0, 'created_time': 1773403659.010395, 'last_price_update_time': 1774357972.21285}
2026-03-24 13:12:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:12:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='119761940') HTTP/1.1" 204 0
2026-03-24 13:12:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/FE22PKC/2026-03-24/image/e6b76b90-49a7-4ccc-8aec-13ff7549686e_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120652905?view=catalogue)
2026-03-24 13:12:52 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 13:12:52 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fde5168a990>
2026-03-24 13:12:52 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 13:12:52 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-24 13:12:52 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 13:12:52 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_3482d142-833c-5edb-8919-d4d6a46c39a0/3482d142-833c-5edb-8919-d4d6a46c39a0_image_1.jpg HTTP/1.1" 201 0
2026-03-24 13:12:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:12:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FFE22PKC%252F2026-03-24%252Fimage%252Fe6b76b90-49a7-4ccc-8aec-13ff7549686e_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-24 13:12:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/FE22PKC/2026-03-24/image/e6b76b90-49a7-4ccc-8aec-13ff7549686e_removebg.jpg?w=600 saved to cache
2026-03-24 13:12:52 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 3482d142-833c-5edb-8919-d4d6a46c39a0
2026-03-24 13:12:52 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 3482d142-833c-5edb-8919-d4d6a46c39a0, skipping ID generation
2026-03-24 13:12:52 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3482d142-833c-5edb-8919-d4d6a46c39a0 with scrape type 1
2026-03-24 13:12:52 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 3482d142-833c-5edb-8919-d4d6a46c39a0 sending to next pipeline
2026-03-24 13:12:52 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 3482d142-833c-5edb-8919-d4d6a46c39a0, identifier: 120652905
2026-03-24 13:12:52 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 3482d142-833c-5edb-8919-d4d6a46c39a0 with identifier: 120652905
2026-03-24 13:12:52 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 3482d142-833c-5edb-8919-d4d6a46c39a0 with identifier: 120652905
2026-03-24 13:12:52 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 3482d142-833c-5edb-8919-d4d6a46c39a0 with identifier: 120652905 to the API
2026-03-24 13:12:52 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 13:12: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-24 13:12:54 [scrapy.core.scraper] DEBUG: Scraped from <200 https://abimg003.imgix.net/FE22PKC/2026-03-24/image/e6b76b90-49a7-4ccc-8aec-13ff7549686e_removebg.jpg?w=600>
{'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': 9,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_3482d142-833c-5edb-8919-d4d6a46c39a0/3482d142-833c-5edb-8919-d4d6a46c39a0_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 35149,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/FE22PKC/2026-03-24/image/71146f6f-93ed-474e-9326-1ebb5726a5c4_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_3482d142-833c-5edb-8919-d4d6a46c39a0/3482d142-833c-5edb-8919-d4d6a46c39a0_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 35672,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/FE22PKC/2026-03-24/image/e6b76b90-49a7-4ccc-8aec-13ff7549686e_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_3482d142-833c-5edb-8919-d4d6a46c39a0/3482d142-833c-5edb-8919-d4d6a46c39a0_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 31018,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/FE22PKC/2026-03-24/image/501e9cc7-60e2-4c97-a13e-b80ab772ffb4_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_3482d142-833c-5edb-8919-d4d6a46c39a0/3482d142-833c-5edb-8919-d4d6a46c39a0_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 35444,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/FE22PKC/2026-03-24/image/2c639ab1-64e1-4d49-8580-5e039f7c568b_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_3482d142-833c-5edb-8919-d4d6a46c39a0/3482d142-833c-5edb-8919-d4d6a46c39a0_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 48976,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/FE22PKC/2026-03-24/image/6cec89b0-2223-41d6-85ac-f24f89a3d4fb_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_3482d142-833c-5edb-8919-d4d6a46c39a0/3482d142-833c-5edb-8919-d4d6a46c39a0_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 55958,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/FE22PKC/2026-03-24/image/fa874bb0-fead-4d69-911c-e90253df5cb5_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_3482d142-833c-5edb-8919-d4d6a46c39a0/3482d142-833c-5edb-8919-d4d6a46c39a0_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 46780,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/FE22PKC/2026-03-24/image/8ef2d5c2-25be-4acf-8a0e-0895a46d130e_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_3482d142-833c-5edb-8919-d4d6a46c39a0/3482d142-833c-5edb-8919-d4d6a46c39a0_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 51635,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/FE22PKC/2026-03-24/image/6c7881cb-82ac-4e2b-bd96-076c350de975_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_3482d142-833c-5edb-8919-d4d6a46c39a0/3482d142-833c-5edb-8919-d4d6a46c39a0_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 58460,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/FE22PKC/2026-03-24/image/12d18b95-1b73-4119-bf61-4763e53ca150_removebg.jpg?w=600',
'Width': 600}],
'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-24 13:12:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:12:54 [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-24 13:12:54 [astonbarclay.gb] INFO: Saving data for 120652905: {'created_time': 1774357974.342037, 'last_price_update_time': 1774357974.342049, 'auction_closing_time': 1774604700.0}
2026-03-24 13:12:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:12:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120652905') HTTP/1.1" 204 0
2026-03-24 13:12:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/118319892?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-24 13:12:54 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:12:54 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 118319892, 'registration': 'MJ72HUU', 'account': 'ZEN009', 'make': 'CITROEN', 'model': 'C4 HATCHBACK', 'derivative': '1.2 PureTech [130] C-Series Edition 5dr', 'mileage': 14921, 'mileageWarranty': True, 'type': 'car', 'saleId': 18971, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 238}, 'saleStart': '2026-03-26T10:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2022-09-30', 'fuel': 'Petrol', 'motExpiry': '2026-09-29', 'doors': 5, 'engineSize': 1199, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/MJ72HUU/2026-01-28/image/467b9ab5-bc17-482c-9b1f-d7d90893ca2b_removebg.jpg?w=600', 'https://abimg003.imgix.net/MJ72HUU/2026-01-28/image/a0725c11-9349-44ad-8f6f-c62b1a11a439_removebg.jpg?w=600', 'https://abimg003.imgix.net/MJ72HUU/2026-01-28/image/5d38d13b-ecc4-4133-81a5-e37ca468cc62_removebg.jpg?w=600', 'https://abimg003.imgix.net/MJ72HUU/2026-01-28/image/fe3c2e2c-f00a-4ac9-81f6-96e9965a1654_removebg.jpg?w=600', 'https://abimg003.imgix.net/MJ72HUU/2026-01-28/image/75fa4f45-3e4f-4ff5-8f93-0ea6acf8e33a_removebg.jpg?w=600', 'https://abimg003.imgix.net/MJ72HUU/2026-01-28/image/f08fa97c-f625-403b-a8e9-e05ba78945c4_removebg.jpg?w=600', 'https://abimg003.imgix.net/MJ72HUU/2026-01-28/image/28b74ab7-498d-4202-b508-52f70b317c45_removebg.jpg?w=600', 'https://abimg003.imgix.net/MJ72HUU/2026-01-28/image/5b9e95b9-cc08-418f-b416-d86c7c003657_removebg.jpg?w=600', 'https://abimg003.imgix.net/MJ72HUU/2026-01-28/image/cd6e939c-042f-41f0-9a62-9a61edb95117_removebg.jpg?w=600'], 'colour': 'BLUE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 01/24 4K 02/25 9K', 'remarks': 'VOSA STATES 12K SPARE KEY', 'virtual': False, 'seller': 'Zenith', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': 120, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/635966f4-543d-49f1-8290-b2c6559d87d1.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-24 13:12:54 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 118319892, 'registration': 'MJ72HUU', 'account': 'ZEN009', 'make': 'CITROEN', 'model': 'C4 HATCHBACK', 'derivative': '1.2 PureTech [130] C-Series Edition 5dr', 'mileage': 14921, 'mileageWarranty': True, 'type': 'car', 'saleId': 18971, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 238}, 'saleStart': '2026-03-26T10:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2022-09-30', 'fuel': 'Petrol', 'motExpiry': '2026-09-29', 'doors': 5, 'engineSize': 1199, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/MJ72HUU/2026-01-28/image/467b9ab5-bc17-482c-9b1f-d7d90893ca2b_removebg.jpg?w=600', 'https://abimg003.imgix.net/MJ72HUU/2026-01-28/image/a0725c11-9349-44ad-8f6f-c62b1a11a439_removebg.jpg?w=600', 'https://abimg003.imgix.net/MJ72HUU/2026-01-28/image/5d38d13b-ecc4-4133-81a5-e37ca468cc62_removebg.jpg?w=600', 'https://abimg003.imgix.net/MJ72HUU/2026-01-28/image/fe3c2e2c-f00a-4ac9-81f6-96e9965a1654_removebg.jpg?w=600', 'https://abimg003.imgix.net/MJ72HUU/2026-01-28/image/75fa4f45-3e4f-4ff5-8f93-0ea6acf8e33a_removebg.jpg?w=600', 'https://abimg003.imgix.net/MJ72HUU/2026-01-28/image/f08fa97c-f625-403b-a8e9-e05ba78945c4_removebg.jpg?w=600', 'https://abimg003.imgix.net/MJ72HUU/2026-01-28/image/28b74ab7-498d-4202-b508-52f70b317c45_removebg.jpg?w=600', 'https://abimg003.imgix.net/MJ72HUU/2026-01-28/image/5b9e95b9-cc08-418f-b416-d86c7c003657_removebg.jpg?w=600', 'https://abimg003.imgix.net/MJ72HUU/2026-01-28/image/cd6e939c-042f-41f0-9a62-9a61edb95117_removebg.jpg?w=600'], 'colour': 'BLUE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 01/24 4K 02/25 9K', 'remarks': 'VOSA STATES 12K SPARE KEY', 'virtual': False, 'seller': 'Zenith', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': 120, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/635966f4-543d-49f1-8290-b2c6559d87d1.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-24 13:12:54 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2774ba6f-0e54-5ac8-b2ae-7ecc1c2eda6b with identifier: 118319892
2026-03-24 13:12:54 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2774ba6f-0e54-5ac8-b2ae-7ecc1c2eda6b with scrape type 2
2026-03-24 13:12:54 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2774ba6f-0e54-5ac8-b2ae-7ecc1c2eda6b with scrape type 2
2026-03-24 13:12:54 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 2774ba6f-0e54-5ac8-b2ae-7ecc1c2eda6b, identifier: 118319892
2026-03-24 13:12:54 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 2774ba6f-0e54-5ac8-b2ae-7ecc1c2eda6b with identifier: 118319892
2026-03-24 13:12:54 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 2774ba6f-0e54-5ac8-b2ae-7ecc1c2eda6b with identifier: 118319892
2026-03-24 13:12:54 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 2774ba6f-0e54-5ac8-b2ae-7ecc1c2eda6b with identifier: 118319892 to the API
2026-03-24 13:12:54 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 13:12: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-24 13:12:55 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/118319892?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 120,
'color': 'BLUE',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.2L',
'expiration_date': '2026-03-26T10:00:00Z',
'fuel_type': 'Petrol',
'id': '2774ba6f-0e54-5ac8-b2ae-7ecc1c2eda6b',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'MJ72HUU',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/118319892',
'listing': 'auction',
'location': 'Aston Barclay Donington Park',
'make': 'CITROEN',
'model': 'C4 HATCHBACK',
'odometer': 14921,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-09-30',
'seller_name': 'Zenith',
'title': 'CITROEN C4 HATCHBACK 1.2 PureTech [130] C-Series Edition 5dr',
'transmission': 'manual',
'trim': '1.2 PureTech [130] C-Series Edition 5dr',
'vin': None,
'year': 2022}
2026-03-24 13:12:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:12:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27118319892%27 HTTP/1.1" 200 None
2026-03-24 13:12:55 [astonbarclay.gb] INFO: Saving data for 118319892: {'auction_closing_time': 1774519200.0, 'created_time': 1773215312.173237, 'last_price_update_time': 1774357975.810232}
2026-03-24 13:12:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:12:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='118319892') HTTP/1.1" 204 0
2026-03-24 13:12:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120411982?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-24 13:12:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/116643554?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-24 13:12:55 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:12:55 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:12:55 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120411982, 'registration': 'MW23KCX', 'account': 'ZEN002', 'make': 'AUDI', 'model': 'Q8 E-TRON SPORTBACK', 'derivative': '250kW 50 Quattro 95kWh Black Edition 5dr Auto', 'mileage': 19658, 'mileageWarranty': True, 'type': 'car', 'saleId': 18971, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 238}, 'saleStart': '2026-03-26T10:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2023-07-24', 'fuel': 'Electric', 'motExpiry': None, 'doors': 5, 'engineSize': None, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/MW23KCX/2026-03-18/image/ee76bc4f-a4b4-48b4-b90d-3c3581911aa8_removebg.jpg?w=600', 'https://abimg003.imgix.net/MW23KCX/2026-03-18/image/30d2b8f6-ddcf-4e8a-9233-e21be125e429_removebg.jpg?w=600', 'https://abimg003.imgix.net/MW23KCX/2026-03-18/image/76b78302-2efd-408d-8f61-28248657d581_removebg.jpg?w=600', 'https://abimg003.imgix.net/MW23KCX/2026-03-18/image/5ddab5e5-08f4-478c-a374-6ecfb980fa88_removebg.jpg?w=600', 'https://abimg003.imgix.net/MW23KCX/2026-03-18/image/64a84d93-d8dc-4780-89d5-8c58b221e517_removebg.jpg?w=600', 'https://abimg003.imgix.net/MW23KCX/2026-03-18/image/bf9d3056-76e5-4522-ac9b-edaea9995cd0_removebg.jpg?w=600', 'https://abimg003.imgix.net/MW23KCX/2026-03-18/image/edefeb87-f566-4a01-a2c5-44bacfc1916a_removebg.jpg?w=600', 'https://abimg003.imgix.net/MW23KCX/2026-03-18/image/d86ace15-195f-4c2c-875e-fa8f4a81771a_removebg.jpg?w=600', 'https://abimg003.imgix.net/MW23KCX/2026-03-18/image/38abfacb-ec68-4112-b022-a00bc149f3c1_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print 06/25-18K,', 'remarks': 'SPARE KEY', 'virtual': False, 'seller': 'Zenith', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': None, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/6e3251d8-53ba-47ee-bc2b-6f857b252c23.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-24 13:12:55 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120411982, 'registration': 'MW23KCX', 'account': 'ZEN002', 'make': 'AUDI', 'model': 'Q8 E-TRON SPORTBACK', 'derivative': '250kW 50 Quattro 95kWh Black Edition 5dr Auto', 'mileage': 19658, 'mileageWarranty': True, 'type': 'car', 'saleId': 18971, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 238}, 'saleStart': '2026-03-26T10:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2023-07-24', 'fuel': 'Electric', 'motExpiry': None, 'doors': 5, 'engineSize': None, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/MW23KCX/2026-03-18/image/ee76bc4f-a4b4-48b4-b90d-3c3581911aa8_removebg.jpg?w=600', 'https://abimg003.imgix.net/MW23KCX/2026-03-18/image/30d2b8f6-ddcf-4e8a-9233-e21be125e429_removebg.jpg?w=600', 'https://abimg003.imgix.net/MW23KCX/2026-03-18/image/76b78302-2efd-408d-8f61-28248657d581_removebg.jpg?w=600', 'https://abimg003.imgix.net/MW23KCX/2026-03-18/image/5ddab5e5-08f4-478c-a374-6ecfb980fa88_removebg.jpg?w=600', 'https://abimg003.imgix.net/MW23KCX/2026-03-18/image/64a84d93-d8dc-4780-89d5-8c58b221e517_removebg.jpg?w=600', 'https://abimg003.imgix.net/MW23KCX/2026-03-18/image/bf9d3056-76e5-4522-ac9b-edaea9995cd0_removebg.jpg?w=600', 'https://abimg003.imgix.net/MW23KCX/2026-03-18/image/edefeb87-f566-4a01-a2c5-44bacfc1916a_removebg.jpg?w=600', 'https://abimg003.imgix.net/MW23KCX/2026-03-18/image/d86ace15-195f-4c2c-875e-fa8f4a81771a_removebg.jpg?w=600', 'https://abimg003.imgix.net/MW23KCX/2026-03-18/image/38abfacb-ec68-4112-b022-a00bc149f3c1_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print 06/25-18K,', 'remarks': 'SPARE KEY', 'virtual': False, 'seller': 'Zenith', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': None, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/6e3251d8-53ba-47ee-bc2b-6f857b252c23.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-24 13:12:55 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: cd505065-19de-5ada-bad4-4ccf9e8d21d5 with identifier: 120411982
2026-03-24 13:12:55 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item cd505065-19de-5ada-bad4-4ccf9e8d21d5 with scrape type 2
2026-03-24 13:12:55 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item cd505065-19de-5ada-bad4-4ccf9e8d21d5 with scrape type 2
2026-03-24 13:12:56 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: cd505065-19de-5ada-bad4-4ccf9e8d21d5, identifier: 120411982
2026-03-24 13:12:56 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: cd505065-19de-5ada-bad4-4ccf9e8d21d5 with identifier: 120411982
2026-03-24 13:12:56 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: cd505065-19de-5ada-bad4-4ccf9e8d21d5 with identifier: 120411982
2026-03-24 13:12:56 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: cd505065-19de-5ada-bad4-4ccf9e8d21d5 with identifier: 120411982 to the API
2026-03-24 13:12:56 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 13:12: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-24 13:12:57 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120411982?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': None,
'color': 'GREY',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': '2026-03-26T10:00:00Z',
'fuel_type': 'Electric',
'id': 'cd505065-19de-5ada-bad4-4ccf9e8d21d5',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'MW23KCX',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120411982',
'listing': 'auction',
'location': 'Aston Barclay Donington Park',
'make': 'AUDI',
'model': 'Q8 E-TRON SPORTBACK',
'odometer': 19658,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-07-24',
'seller_name': 'Zenith',
'title': 'AUDI Q8 E-TRON SPORTBACK 250kW 50 Quattro 95kWh Black Edition 5dr '
'Auto',
'transmission': 'automatic',
'trim': '250kW 50 Quattro 95kWh Black Edition 5dr Auto',
'vin': None,
'year': 2023}
2026-03-24 13:12:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:12:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120411982%27 HTTP/1.1" 200 None
2026-03-24 13:12:57 [astonbarclay.gb] INFO: Saving data for 120411982: {'auction_closing_time': 1774519200.0, 'created_time': 1774260402.433436, 'last_price_update_time': 1774357977.343328}
2026-03-24 13:12:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:12:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120411982') HTTP/1.1" 204 0
2026-03-24 13:12:57 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 116643554, 'registration': 'YX72ZFJ', 'account': 'KIN032', 'make': 'PORSCHE', 'model': 'TAYCAN CROSS TURISMO', 'derivative': '420kW 4S 93kWh 5dr Auto', 'mileage': 44489, 'mileageWarranty': True, 'type': 'car', 'saleId': 18971, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 238}, 'saleStart': '2026-03-26T10:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2022-10-24', 'fuel': 'Electric', 'motExpiry': '2026-10-23', 'doors': 5, 'engineSize': None, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/YX72ZFJ/2026-03-16/image/8e1eedd4-5ce7-4ea1-bb09-fa19dca23642_removebg.jpg?w=600', 'https://abimg003.imgix.net/YX72ZFJ/2026-03-16/image/d13ddd4f-1124-49ec-9256-d85beb80a5ec_removebg.jpg?w=600', 'https://abimg003.imgix.net/YX72ZFJ/2026-03-16/image/aeb5cead-7ec6-42e2-b0c0-eb17d8be27e2_removebg.jpg?w=600', 'https://abimg003.imgix.net/YX72ZFJ/2026-03-16/image/b599110b-7b25-4a20-92aa-e51aefdfecc0_removebg.jpg?w=600', 'https://abimg003.imgix.net/YX72ZFJ/2026-03-16/image/d17ee986-5296-44d9-905f-89cf8f93739c_removebg.jpg?w=600', 'https://abimg003.imgix.net/YX72ZFJ/2026-03-16/image/7b8f9ab6-1203-482c-be80-99e0fe6de2e2_removebg.jpg?w=600', 'https://abimg003.imgix.net/YX72ZFJ/2026-03-16/image/0129c91e-8bbb-4b84-ae84-2b69ec5382a7_removebg.jpg?w=600', 'https://abimg003.imgix.net/YX72ZFJ/2026-03-16/image/42c236c2-ec59-415c-9823-e536df8aa9be_removebg.jpg?w=600'], 'colour': 'Porsche metallic - Jet Black', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': 'VOSA STATES 43K SPARE KEY Porsche metallic - Jet Black 14 way electric comfort front seats with memory pack 19"" Taycan S aero alloy wheels Smooth finish two-tone leather - Black/Bordeaux red', '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/7b462f31-a250-4a3f-9a88-5afd9a80ff5f.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-24 13:12:57 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 116643554, 'registration': 'YX72ZFJ', 'account': 'KIN032', 'make': 'PORSCHE', 'model': 'TAYCAN CROSS TURISMO', 'derivative': '420kW 4S 93kWh 5dr Auto', 'mileage': 44489, 'mileageWarranty': True, 'type': 'car', 'saleId': 18971, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 238}, 'saleStart': '2026-03-26T10:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2022-10-24', 'fuel': 'Electric', 'motExpiry': '2026-10-23', 'doors': 5, 'engineSize': None, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/YX72ZFJ/2026-03-16/image/8e1eedd4-5ce7-4ea1-bb09-fa19dca23642_removebg.jpg?w=600', 'https://abimg003.imgix.net/YX72ZFJ/2026-03-16/image/d13ddd4f-1124-49ec-9256-d85beb80a5ec_removebg.jpg?w=600', 'https://abimg003.imgix.net/YX72ZFJ/2026-03-16/image/aeb5cead-7ec6-42e2-b0c0-eb17d8be27e2_removebg.jpg?w=600', 'https://abimg003.imgix.net/YX72ZFJ/2026-03-16/image/b599110b-7b25-4a20-92aa-e51aefdfecc0_removebg.jpg?w=600', 'https://abimg003.imgix.net/YX72ZFJ/2026-03-16/image/d17ee986-5296-44d9-905f-89cf8f93739c_removebg.jpg?w=600', 'https://abimg003.imgix.net/YX72ZFJ/2026-03-16/image/7b8f9ab6-1203-482c-be80-99e0fe6de2e2_removebg.jpg?w=600', 'https://abimg003.imgix.net/YX72ZFJ/2026-03-16/image/0129c91e-8bbb-4b84-ae84-2b69ec5382a7_removebg.jpg?w=600', 'https://abimg003.imgix.net/YX72ZFJ/2026-03-16/image/42c236c2-ec59-415c-9823-e536df8aa9be_removebg.jpg?w=600'], 'colour': 'Porsche metallic - Jet Black', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': 'VOSA STATES 43K SPARE KEY Porsche metallic - Jet Black 14 way electric comfort front seats with memory pack 19"" Taycan S aero alloy wheels Smooth finish two-tone leather - Black/Bordeaux red', '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/7b462f31-a250-4a3f-9a88-5afd9a80ff5f.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-24 13:12:57 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9ce75e13-ab2c-5a63-8eb1-d06ebf54575d with identifier: 116643554
2026-03-24 13:12:57 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9ce75e13-ab2c-5a63-8eb1-d06ebf54575d with scrape type 2
2026-03-24 13:12:57 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9ce75e13-ab2c-5a63-8eb1-d06ebf54575d with scrape type 2
2026-03-24 13:12:57 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 9ce75e13-ab2c-5a63-8eb1-d06ebf54575d, identifier: 116643554
2026-03-24 13:12:57 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 3rd time calling it.
2026-03-24 13:12:57 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 9ce75e13-ab2c-5a63-8eb1-d06ebf54575d with identifier: 116643554
2026-03-24 13:12:57 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-24 13:12:57 [urllib3.connectionpool] DEBUG: https://translate.google.com:443 "GET /m?tl=en&sl=auto&q=Porsche+metallic+-+Jet+Black HTTP/1.1" 200 None
2026-03-24 13:12:57 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-24 13:12:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='auto',RowKey='auto') HTTP/1.1" 204 0
2026-03-24 13:12:57 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 9ce75e13-ab2c-5a63-8eb1-d06ebf54575d with identifier: 116643554
2026-03-24 13:12:57 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 9ce75e13-ab2c-5a63-8eb1-d06ebf54575d with identifier: 116643554 to the API
2026-03-24 13:12:57 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 13:12:58 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-24 13:12:59 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/116643554?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': None,
'color': 'Porsche metallic',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': '2026-03-26T10:00:00Z',
'fuel_type': 'Electric',
'id': '9ce75e13-ab2c-5a63-8eb1-d06ebf54575d',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'YX72ZFJ',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/116643554',
'listing': 'auction',
'location': 'Aston Barclay Donington Park',
'make': 'PORSCHE',
'model': 'TAYCAN CROSS TURISMO',
'odometer': 44489,
'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': 'Kinto',
'title': 'PORSCHE TAYCAN CROSS TURISMO 420kW 4S 93kWh 5dr Auto',
'transmission': 'automatic',
'trim': '420kW 4S 93kWh 5dr Auto',
'vin': None,
'year': 2022}
2026-03-24 13:12:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:12:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27116643554%27 HTTP/1.1" 200 None
2026-03-24 13:12:59 [astonbarclay.gb] INFO: Saving data for 116643554: {'auction_closing_time': 1774519200.0, 'created_time': 1773655372.35511, 'last_price_update_time': 1774357979.047762}
2026-03-24 13:12:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:12:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='116643554') HTTP/1.1" 204 0
2026-03-24 13:12:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/118786287?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-24 13:12:59 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:12:59 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 118786287, 'registration': 'MJ72HYR', 'account': 'ZEN009', 'make': 'CITROEN', 'model': 'C4 HATCHBACK', 'derivative': '1.2 PureTech [130] C-Series Edition 5dr', 'mileage': 27425, 'mileageWarranty': True, 'type': 'car', 'saleId': 18971, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 238}, 'saleStart': '2026-03-26T10:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2022-09-30', 'fuel': 'Petrol', 'motExpiry': '2026-09-29', 'doors': 5, 'engineSize': 1199, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/MJ72HYR/2026-02-10/image/1e4229ba-7e2a-4b4d-b97a-4c5b8c45374a_removebg.jpg?w=600', 'https://abimg003.imgix.net/MJ72HYR/2026-02-10/image/a757ccd6-50cb-4054-9ff0-b687e79f1841_removebg.jpg?w=600', 'https://abimg003.imgix.net/MJ72HYR/2026-02-10/image/617e0b52-4e60-418c-bcf4-756d6120b699_removebg.jpg?w=600', 'https://abimg003.imgix.net/MJ72HYR/2026-02-10/image/3eab1efe-b20b-491b-bfe1-792bb9b06758_removebg.jpg?w=600', 'https://abimg003.imgix.net/MJ72HYR/2026-02-10/image/d40e0b6a-6866-4014-959c-8db760c9b3e0_removebg.jpg?w=600', 'https://abimg003.imgix.net/MJ72HYR/2026-02-10/image/a039f132-4213-4f50-8e70-9ad1ae67a7ed_removebg.jpg?w=600', 'https://abimg003.imgix.net/MJ72HYR/2026-02-10/image/78f14921-55f5-4923-bc95-6c05906a3d13_removebg.jpg?w=600', 'https://abimg003.imgix.net/MJ72HYR/2026-02-10/image/942eef26-2263-4e44-8b5d-2e50c1d127cd_removebg.jpg?w=600', 'https://abimg003.imgix.net/MJ72HYR/2026-02-10/image/eb3b6b31-35eb-4a84-81b0-f711fa0b1f68_removebg.jpg?w=600', 'https://abimg003.imgix.net/MJ72HYR/2026-02-10/image/d6e7537e-f5f9-402f-aecd-39e2bdbc36d3_removebg.jpg?w=600', 'https://abimg003.imgix.net/MJ72HYR/2026-02-10/image/0ebe009a-2269-4462-824b-8f14240d9593_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 03/24 9K 05/25 21K', 'remarks': 'VOSA STATES 23K SPARE KEY', 'virtual': False, 'seller': 'Zenith', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': 120, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/0e731163-56a2-413d-85f5-ad2884996ecf.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-24 13:12:59 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 118786287, 'registration': 'MJ72HYR', 'account': 'ZEN009', 'make': 'CITROEN', 'model': 'C4 HATCHBACK', 'derivative': '1.2 PureTech [130] C-Series Edition 5dr', 'mileage': 27425, 'mileageWarranty': True, 'type': 'car', 'saleId': 18971, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 238}, 'saleStart': '2026-03-26T10:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2022-09-30', 'fuel': 'Petrol', 'motExpiry': '2026-09-29', 'doors': 5, 'engineSize': 1199, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/MJ72HYR/2026-02-10/image/1e4229ba-7e2a-4b4d-b97a-4c5b8c45374a_removebg.jpg?w=600', 'https://abimg003.imgix.net/MJ72HYR/2026-02-10/image/a757ccd6-50cb-4054-9ff0-b687e79f1841_removebg.jpg?w=600', 'https://abimg003.imgix.net/MJ72HYR/2026-02-10/image/617e0b52-4e60-418c-bcf4-756d6120b699_removebg.jpg?w=600', 'https://abimg003.imgix.net/MJ72HYR/2026-02-10/image/3eab1efe-b20b-491b-bfe1-792bb9b06758_removebg.jpg?w=600', 'https://abimg003.imgix.net/MJ72HYR/2026-02-10/image/d40e0b6a-6866-4014-959c-8db760c9b3e0_removebg.jpg?w=600', 'https://abimg003.imgix.net/MJ72HYR/2026-02-10/image/a039f132-4213-4f50-8e70-9ad1ae67a7ed_removebg.jpg?w=600', 'https://abimg003.imgix.net/MJ72HYR/2026-02-10/image/78f14921-55f5-4923-bc95-6c05906a3d13_removebg.jpg?w=600', 'https://abimg003.imgix.net/MJ72HYR/2026-02-10/image/942eef26-2263-4e44-8b5d-2e50c1d127cd_removebg.jpg?w=600', 'https://abimg003.imgix.net/MJ72HYR/2026-02-10/image/eb3b6b31-35eb-4a84-81b0-f711fa0b1f68_removebg.jpg?w=600', 'https://abimg003.imgix.net/MJ72HYR/2026-02-10/image/d6e7537e-f5f9-402f-aecd-39e2bdbc36d3_removebg.jpg?w=600', 'https://abimg003.imgix.net/MJ72HYR/2026-02-10/image/0ebe009a-2269-4462-824b-8f14240d9593_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 03/24 9K 05/25 21K', 'remarks': 'VOSA STATES 23K SPARE KEY', 'virtual': False, 'seller': 'Zenith', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': 120, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/0e731163-56a2-413d-85f5-ad2884996ecf.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-24 13:12:59 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 76f9ea2b-8c06-5b3c-b24e-848ce79c7041 with identifier: 118786287
2026-03-24 13:12:59 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 76f9ea2b-8c06-5b3c-b24e-848ce79c7041 with scrape type 2
2026-03-24 13:12:59 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 76f9ea2b-8c06-5b3c-b24e-848ce79c7041 with scrape type 2
2026-03-24 13:12:59 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 76f9ea2b-8c06-5b3c-b24e-848ce79c7041, identifier: 118786287
2026-03-24 13:12:59 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 76f9ea2b-8c06-5b3c-b24e-848ce79c7041 with identifier: 118786287
2026-03-24 13:12:59 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 76f9ea2b-8c06-5b3c-b24e-848ce79c7041 with identifier: 118786287
2026-03-24 13:12:59 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 76f9ea2b-8c06-5b3c-b24e-848ce79c7041 with identifier: 118786287 to the API
2026-03-24 13:12:59 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 13:13: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-24 13:13:01 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/118786287?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 120,
'color': 'BLACK',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.2L',
'expiration_date': '2026-03-26T10:00:00Z',
'fuel_type': 'Petrol',
'id': '76f9ea2b-8c06-5b3c-b24e-848ce79c7041',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'MJ72HYR',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/118786287',
'listing': 'auction',
'location': 'Aston Barclay Donington Park',
'make': 'CITROEN',
'model': 'C4 HATCHBACK',
'odometer': 27425,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-09-30',
'seller_name': 'Zenith',
'title': 'CITROEN C4 HATCHBACK 1.2 PureTech [130] C-Series Edition 5dr',
'transmission': 'manual',
'trim': '1.2 PureTech [130] C-Series Edition 5dr',
'vin': None,
'year': 2022}
2026-03-24 13:13:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:13:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27118786287%27 HTTP/1.1" 200 None
2026-03-24 13:13:01 [astonbarclay.gb] INFO: Saving data for 118786287: {'auction_closing_time': 1774519200.0, 'created_time': 1773667181.974939, 'last_price_update_time': 1774357981.079944}
2026-03-24 13:13:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:13:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='118786287') HTTP/1.1" 204 0
2026-03-24 13:13:02 [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-24 13:13:02 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:13:02 [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': True, 'type': 'car', 'saleId': 19204, 'siteId': 99, 'site': {'id': 99, 'name': 'Aston Barclay Digital', 'vehicles': 47}, 'saleStart': '2026-03-27T11:00Z', 'lot': None, '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/2025-08-14/image/8d8ce21f-1af2-469a-a490-7fa8818e7098_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': True, 'inspectionType': 'Express', '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-24 13:13:02 [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': True, 'type': 'car', 'saleId': 19204, 'siteId': 99, 'site': {'id': 99, 'name': 'Aston Barclay Digital', 'vehicles': 47}, 'saleStart': '2026-03-27T11:00Z', 'lot': None, '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/2025-08-14/image/8d8ce21f-1af2-469a-a490-7fa8818e7098_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': True, 'inspectionType': 'Express', '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-24 13:13:02 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 60d6f182-e480-5a7c-ac6d-0acf69669c81 with identifier: 114700028
2026-03-24 13:13:02 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 60d6f182-e480-5a7c-ac6d-0acf69669c81 with scrape type 1
2026-03-24 13:13:02 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 1 photos for item 60d6f182-e480-5a7c-ac6d-0acf69669c81
2026-03-24 13:13:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:13:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FYB19AYE%252F2025-08-14%252Fimage%252F8d8ce21f-1af2-469a-a490-7fa8818e7098_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-24 13:13:02 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/YB19AYE/2025-08-14/image/8d8ce21f-1af2-469a-a490-7fa8818e7098_removebg.jpg?w=600 not downloaded yet
2026-03-24 13:13:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/119613838?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-24 13:13:03 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:13:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/YB19AYE/2025-08-14/image/8d8ce21f-1af2-469a-a490-7fa8818e7098_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/114700028?view=catalogue)
2026-03-24 13:13:04 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 119613838, 'registration': 'NG25MZD', 'account': 'ZEN002', 'make': 'HYUNDAI', 'model': 'KONA ELECTRIC HATCHBACK', 'derivative': '160kW Advance 65kWh 5dr Auto [Comfort Pack]', 'mileage': 8816, 'mileageWarranty': True, 'type': 'car', 'saleId': 18971, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 238}, 'saleStart': '2026-03-26T10:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2025-07-09', 'fuel': 'Electric', 'motExpiry': None, 'doors': 5, 'engineSize': None, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/NG25MZD/2026-03-09/image/3b58141f-9f06-4eb8-950b-06dfc7f16995_removebg.jpg?w=600', 'https://abimg003.imgix.net/NG25MZD/2026-03-09/image/287ac6d4-d064-46b6-adb2-7a9b625234a8_removebg.jpg?w=600', 'https://abimg003.imgix.net/NG25MZD/2026-03-09/image/bf47e7c6-61e7-444a-9c3b-8b6790c17486_removebg.jpg?w=600', 'https://abimg003.imgix.net/NG25MZD/2026-03-09/image/6653e82d-90d1-406a-ac62-67d1e3d08aac_removebg.jpg?w=600', 'https://abimg003.imgix.net/NG25MZD/2026-03-09/image/a142aa5c-2fa8-407e-83b3-50df6f2ebe99_removebg.jpg?w=600', 'https://abimg003.imgix.net/NG25MZD/2026-03-09/image/4052f728-490b-4d5c-a3a6-416aea97d2eb_removebg.jpg?w=600', 'https://abimg003.imgix.net/NG25MZD/2026-03-09/image/b05feac9-0a58-4e77-b648-a96d720e2a9d_removebg.jpg?w=600', 'https://abimg003.imgix.net/NG25MZD/2026-03-09/image/121ab6ff-2deb-401f-b012-0e70f580561d_removebg.jpg?w=600', 'https://abimg003.imgix.net/NG25MZD/2026-03-09/image/dcf01cbb-169e-4267-abd0-a6bd5adc383c_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': 'SPARE KEY, BLANK BOOK', '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/0b705055-bc35-4b6f-b14f-64038227e88c.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-24 13:13:04 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 119613838, 'registration': 'NG25MZD', 'account': 'ZEN002', 'make': 'HYUNDAI', 'model': 'KONA ELECTRIC HATCHBACK', 'derivative': '160kW Advance 65kWh 5dr Auto [Comfort Pack]', 'mileage': 8816, 'mileageWarranty': True, 'type': 'car', 'saleId': 18971, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 238}, 'saleStart': '2026-03-26T10:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2025-07-09', 'fuel': 'Electric', 'motExpiry': None, 'doors': 5, 'engineSize': None, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/NG25MZD/2026-03-09/image/3b58141f-9f06-4eb8-950b-06dfc7f16995_removebg.jpg?w=600', 'https://abimg003.imgix.net/NG25MZD/2026-03-09/image/287ac6d4-d064-46b6-adb2-7a9b625234a8_removebg.jpg?w=600', 'https://abimg003.imgix.net/NG25MZD/2026-03-09/image/bf47e7c6-61e7-444a-9c3b-8b6790c17486_removebg.jpg?w=600', 'https://abimg003.imgix.net/NG25MZD/2026-03-09/image/6653e82d-90d1-406a-ac62-67d1e3d08aac_removebg.jpg?w=600', 'https://abimg003.imgix.net/NG25MZD/2026-03-09/image/a142aa5c-2fa8-407e-83b3-50df6f2ebe99_removebg.jpg?w=600', 'https://abimg003.imgix.net/NG25MZD/2026-03-09/image/4052f728-490b-4d5c-a3a6-416aea97d2eb_removebg.jpg?w=600', 'https://abimg003.imgix.net/NG25MZD/2026-03-09/image/b05feac9-0a58-4e77-b648-a96d720e2a9d_removebg.jpg?w=600', 'https://abimg003.imgix.net/NG25MZD/2026-03-09/image/121ab6ff-2deb-401f-b012-0e70f580561d_removebg.jpg?w=600', 'https://abimg003.imgix.net/NG25MZD/2026-03-09/image/dcf01cbb-169e-4267-abd0-a6bd5adc383c_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': 'SPARE KEY, BLANK BOOK', '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/0b705055-bc35-4b6f-b14f-64038227e88c.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-24 13:13:04 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: db7d0180-124a-51f5-bb5c-ef47d3d26a93 with identifier: 119613838
2026-03-24 13:13:04 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item db7d0180-124a-51f5-bb5c-ef47d3d26a93 with scrape type 2
2026-03-24 13:13:04 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item db7d0180-124a-51f5-bb5c-ef47d3d26a93 with scrape type 2
2026-03-24 13:13:04 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: db7d0180-124a-51f5-bb5c-ef47d3d26a93, identifier: 119613838
2026-03-24 13:13:04 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: db7d0180-124a-51f5-bb5c-ef47d3d26a93 with identifier: 119613838
2026-03-24 13:13:04 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: db7d0180-124a-51f5-bb5c-ef47d3d26a93 with identifier: 119613838
2026-03-24 13:13:04 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: db7d0180-124a-51f5-bb5c-ef47d3d26a93 with identifier: 119613838 to the API
2026-03-24 13:13:04 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 13:13: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-24 13:13:04 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/119613838?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': None,
'color': 'GREY',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': '2026-03-26T10:00:00Z',
'fuel_type': 'Electric',
'id': 'db7d0180-124a-51f5-bb5c-ef47d3d26a93',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'NG25MZD',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/119613838',
'listing': 'auction',
'location': 'Aston Barclay Donington Park',
'make': 'HYUNDAI',
'model': 'KONA ELECTRIC HATCHBACK',
'odometer': 8816,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2025-07-09',
'seller_name': 'Zenith',
'title': 'HYUNDAI KONA ELECTRIC HATCHBACK 160kW Advance 65kWh 5dr Auto '
'[Comfort Pack]',
'transmission': 'automatic',
'trim': '160kW Advance 65kWh 5dr Auto [Comfort Pack]',
'vin': None,
'year': 2025}
2026-03-24 13:13:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:13:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27119613838%27 HTTP/1.1" 200 None
2026-03-24 13:13:05 [astonbarclay.gb] INFO: Saving data for 119613838: {'auction_closing_time': 1774519200.0, 'created_time': 1773214952.153172, 'last_price_update_time': 1774357985.000286}
2026-03-24 13:13:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:13:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='119613838') HTTP/1.1" 204 0
2026-03-24 13:13:05 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/119877843?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-24 13:13:05 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:13:05 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 13:13:05 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fde43f55e10>
2026-03-24 13:13:05 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 13:13:05 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-24 13:13:05 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 13:13:05 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_60d6f182-e480-5a7c-ac6d-0acf69669c81/60d6f182-e480-5a7c-ac6d-0acf69669c81_image_0.jpg HTTP/1.1" 201 0
2026-03-24 13:13:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:13:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FYB19AYE%252F2025-08-14%252Fimage%252F8d8ce21f-1af2-469a-a490-7fa8818e7098_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-24 13:13:05 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/YB19AYE/2025-08-14/image/8d8ce21f-1af2-469a-a490-7fa8818e7098_removebg.jpg?w=600 saved to cache
2026-03-24 13:13:05 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 60d6f182-e480-5a7c-ac6d-0acf69669c81
2026-03-24 13:13:05 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 60d6f182-e480-5a7c-ac6d-0acf69669c81, skipping ID generation
2026-03-24 13:13:05 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 60d6f182-e480-5a7c-ac6d-0acf69669c81 with scrape type 1
2026-03-24 13:13:05 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 60d6f182-e480-5a7c-ac6d-0acf69669c81 sending to next pipeline
2026-03-24 13:13:05 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 60d6f182-e480-5a7c-ac6d-0acf69669c81, identifier: 114700028
2026-03-24 13:13:05 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 60d6f182-e480-5a7c-ac6d-0acf69669c81 with identifier: 114700028
2026-03-24 13:13:05 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 60d6f182-e480-5a7c-ac6d-0acf69669c81 with identifier: 114700028
2026-03-24 13:13:05 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 60d6f182-e480-5a7c-ac6d-0acf69669c81 with identifier: 114700028 to the API
2026-03-24 13:13:05 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 13:13: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-24 13:13:09 [scrapy.core.scraper] DEBUG: Scraped from <200 https://abimg003.imgix.net/YB19AYE/2025-08-14/image/8d8ce21f-1af2-469a-a490-7fa8818e7098_removebg.jpg?w=600>
{'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': 1,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_60d6f182-e480-5a7c-ac6d-0acf69669c81/60d6f182-e480-5a7c-ac6d-0acf69669c81_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 43105,
'Height': 800,
'OriginUrl': 'https://abimg003.imgix.net/YB19AYE/2025-08-14/image/8d8ce21f-1af2-469a-a490-7fa8818e7098_removebg.jpg?w=600',
'Width': 600}],
'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-24 13:13:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:13:09 [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-24 13:13:09 [astonbarclay.gb] INFO: Saving data for 114700028: {'created_time': 1774357989.865228, 'last_price_update_time': 1774357989.865238, 'auction_closing_time': 1774609200.0}
2026-03-24 13:13:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:13:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='114700028') HTTP/1.1" 204 0
2026-03-24 13:13:09 [scrapy.extensions.logstats] INFO: Crawled 217 pages (at 25 pages/min), scraped 191 items (at 26 items/min)
2026-03-24 13:13:09 [scrapy.extensions.memusage] INFO: Peak memory usage is 181MiB
2026-03-24 13:13:09 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 119877843, 'registration': 'NG25RMU', 'account': 'ZEN002', 'make': 'HYUNDAI', 'model': 'KONA ELECTRIC HATCHBACK', 'derivative': '160kW Advance 65kWh 5dr Auto [Comfort Pack]', 'mileage': 4416, 'mileageWarranty': True, 'type': 'car', 'saleId': 18971, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 238}, 'saleStart': '2026-03-26T10:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2025-08-22', 'fuel': 'Electric', 'motExpiry': None, 'doors': 5, 'engineSize': None, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/NG25RMU/2026-03-09/image/01e06445-4ece-4d61-a804-ae476fc59d25_removebg.jpg?w=600', 'https://abimg003.imgix.net/NG25RMU/2026-03-09/image/b91e90af-e950-49ec-898f-5d33f8fd4fb4_removebg.jpg?w=600', 'https://abimg003.imgix.net/NG25RMU/2026-03-09/image/ec27d21a-1a85-4891-a9cf-cb6836ebd55b_removebg.jpg?w=600', 'https://abimg003.imgix.net/NG25RMU/2026-03-09/image/de046f44-41a0-4184-9d49-075fedc38244_removebg.jpg?w=600', 'https://abimg003.imgix.net/NG25RMU/2026-03-09/image/21f67527-4abf-47fe-a455-fbd27e42845c_removebg.jpg?w=600', 'https://abimg003.imgix.net/NG25RMU/2026-03-09/image/713743b9-0d11-4596-9e1c-3c86df1e519e_removebg.jpg?w=600', 'https://abimg003.imgix.net/NG25RMU/2026-03-09/image/79473b31-128b-4632-becb-3f1550164419_removebg.jpg?w=600', 'https://abimg003.imgix.net/NG25RMU/2026-03-09/image/258937d6-96eb-446d-a700-d30a00ab78c0_removebg.jpg?w=600', 'https://abimg003.imgix.net/NG25RMU/2026-03-09/image/6705d1de-8a90-4b4c-935c-4b5025aa1c6f_removebg.jpg?w=600'], 'colour': 'GREEN', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': 'SPARE KEY, BLANK BOOK', '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/5bed6a15-7b6e-4d51-b9b1-eaae00d04f90.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-24 13:13:09 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 119877843, 'registration': 'NG25RMU', 'account': 'ZEN002', 'make': 'HYUNDAI', 'model': 'KONA ELECTRIC HATCHBACK', 'derivative': '160kW Advance 65kWh 5dr Auto [Comfort Pack]', 'mileage': 4416, 'mileageWarranty': True, 'type': 'car', 'saleId': 18971, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 238}, 'saleStart': '2026-03-26T10:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2025-08-22', 'fuel': 'Electric', 'motExpiry': None, 'doors': 5, 'engineSize': None, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/NG25RMU/2026-03-09/image/01e06445-4ece-4d61-a804-ae476fc59d25_removebg.jpg?w=600', 'https://abimg003.imgix.net/NG25RMU/2026-03-09/image/b91e90af-e950-49ec-898f-5d33f8fd4fb4_removebg.jpg?w=600', 'https://abimg003.imgix.net/NG25RMU/2026-03-09/image/ec27d21a-1a85-4891-a9cf-cb6836ebd55b_removebg.jpg?w=600', 'https://abimg003.imgix.net/NG25RMU/2026-03-09/image/de046f44-41a0-4184-9d49-075fedc38244_removebg.jpg?w=600', 'https://abimg003.imgix.net/NG25RMU/2026-03-09/image/21f67527-4abf-47fe-a455-fbd27e42845c_removebg.jpg?w=600', 'https://abimg003.imgix.net/NG25RMU/2026-03-09/image/713743b9-0d11-4596-9e1c-3c86df1e519e_removebg.jpg?w=600', 'https://abimg003.imgix.net/NG25RMU/2026-03-09/image/79473b31-128b-4632-becb-3f1550164419_removebg.jpg?w=600', 'https://abimg003.imgix.net/NG25RMU/2026-03-09/image/258937d6-96eb-446d-a700-d30a00ab78c0_removebg.jpg?w=600', 'https://abimg003.imgix.net/NG25RMU/2026-03-09/image/6705d1de-8a90-4b4c-935c-4b5025aa1c6f_removebg.jpg?w=600'], 'colour': 'GREEN', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': 'SPARE KEY, BLANK BOOK', '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/5bed6a15-7b6e-4d51-b9b1-eaae00d04f90.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-24 13:13:09 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 70925021-d6a9-522f-b79f-160815f97234 with identifier: 119877843
2026-03-24 13:13:09 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 70925021-d6a9-522f-b79f-160815f97234 with scrape type 2
2026-03-24 13:13:09 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 70925021-d6a9-522f-b79f-160815f97234 with scrape type 2
2026-03-24 13:13:09 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 70925021-d6a9-522f-b79f-160815f97234, identifier: 119877843
2026-03-24 13:13:09 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 70925021-d6a9-522f-b79f-160815f97234 with identifier: 119877843
2026-03-24 13:13:09 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 70925021-d6a9-522f-b79f-160815f97234 with identifier: 119877843
2026-03-24 13:13:10 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 70925021-d6a9-522f-b79f-160815f97234 with identifier: 119877843 to the API
2026-03-24 13:13:10 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 13:13: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-24 13:13:11 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/119877843?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': None,
'color': 'GREEN',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': '2026-03-26T10:00:00Z',
'fuel_type': 'Electric',
'id': '70925021-d6a9-522f-b79f-160815f97234',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'NG25RMU',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/119877843',
'listing': 'auction',
'location': 'Aston Barclay Donington Park',
'make': 'HYUNDAI',
'model': 'KONA ELECTRIC HATCHBACK',
'odometer': 4416,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2025-08-22',
'seller_name': 'Zenith',
'title': 'HYUNDAI KONA ELECTRIC HATCHBACK 160kW Advance 65kWh 5dr Auto '
'[Comfort Pack]',
'transmission': 'automatic',
'trim': '160kW Advance 65kWh 5dr Auto [Comfort Pack]',
'vin': None,
'year': 2025}
2026-03-24 13:13:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:13:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27119877843%27 HTTP/1.1" 200 None
2026-03-24 13:13:11 [astonbarclay.gb] INFO: Saving data for 119877843: {'auction_closing_time': 1774519200.0, 'created_time': 1773214939.368932, 'last_price_update_time': 1774357991.569859}
2026-03-24 13:13:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:13:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='119877843') HTTP/1.1" 204 0
2026-03-24 13:13:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/119972264?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-24 13:13:12 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:13:12 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 119972264, 'registration': 'VN71XUP', 'account': 'ZEN002', 'make': 'VOLKSWAGEN', 'model': 'UP ELECTRIC HATCHBACK', 'derivative': '60kW E-Up 32kWh 5dr Auto', 'mileage': 17137, 'mileageWarranty': True, 'type': 'car', 'saleId': 18971, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 238}, 'saleStart': '2026-03-26T10:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2021-12-22', 'fuel': 'Electric', 'motExpiry': '2025-12-22', 'doors': 5, 'engineSize': None, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/VN71XUP/2026-02-26/image/b319ff81-7773-40d2-8a8d-40376548b670_removebg.jpg?w=600', 'https://abimg003.imgix.net/VN71XUP/2026-02-26/image/cb69920f-65cf-4755-acdb-e5d9de1585f3_removebg.jpg?w=600', 'https://abimg003.imgix.net/VN71XUP/2026-02-26/image/51c99eb0-a5db-409d-a16a-f29fc11101ef_removebg.jpg?w=600', 'https://abimg003.imgix.net/VN71XUP/2026-02-26/image/f6913c84-1426-4ed0-a829-2723f6ca1cdc_removebg.jpg?w=600', 'https://abimg003.imgix.net/VN71XUP/2026-02-26/image/48e6c1d6-fa39-4c5e-9ab3-3af69065ea2e_removebg.jpg?w=600', 'https://abimg003.imgix.net/VN71XUP/2026-02-26/image/f2b53e2d-f7c1-415c-a4c5-1c4d8beae381_removebg.jpg?w=600', 'https://abimg003.imgix.net/VN71XUP/2026-02-26/image/e30ab2b4-e80a-4d70-8068-9b001f44966b_removebg.jpg?w=600', 'https://abimg003.imgix.net/VN71XUP/2026-02-26/image/78c014e2-49f7-4a19-a887-737f38fe9cbf_removebg.jpg?w=600'], 'colour': 'SILVER', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service digital 03/24-6K,', 'remarks': 'VOSA STATES 11K 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/37ff34f1-4390-4a14-b428-729b0ce601bf.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-24 13:13:12 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 119972264, 'registration': 'VN71XUP', 'account': 'ZEN002', 'make': 'VOLKSWAGEN', 'model': 'UP ELECTRIC HATCHBACK', 'derivative': '60kW E-Up 32kWh 5dr Auto', 'mileage': 17137, 'mileageWarranty': True, 'type': 'car', 'saleId': 18971, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 238}, 'saleStart': '2026-03-26T10:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2021-12-22', 'fuel': 'Electric', 'motExpiry': '2025-12-22', 'doors': 5, 'engineSize': None, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/VN71XUP/2026-02-26/image/b319ff81-7773-40d2-8a8d-40376548b670_removebg.jpg?w=600', 'https://abimg003.imgix.net/VN71XUP/2026-02-26/image/cb69920f-65cf-4755-acdb-e5d9de1585f3_removebg.jpg?w=600', 'https://abimg003.imgix.net/VN71XUP/2026-02-26/image/51c99eb0-a5db-409d-a16a-f29fc11101ef_removebg.jpg?w=600', 'https://abimg003.imgix.net/VN71XUP/2026-02-26/image/f6913c84-1426-4ed0-a829-2723f6ca1cdc_removebg.jpg?w=600', 'https://abimg003.imgix.net/VN71XUP/2026-02-26/image/48e6c1d6-fa39-4c5e-9ab3-3af69065ea2e_removebg.jpg?w=600', 'https://abimg003.imgix.net/VN71XUP/2026-02-26/image/f2b53e2d-f7c1-415c-a4c5-1c4d8beae381_removebg.jpg?w=600', 'https://abimg003.imgix.net/VN71XUP/2026-02-26/image/e30ab2b4-e80a-4d70-8068-9b001f44966b_removebg.jpg?w=600', 'https://abimg003.imgix.net/VN71XUP/2026-02-26/image/78c014e2-49f7-4a19-a887-737f38fe9cbf_removebg.jpg?w=600'], 'colour': 'SILVER', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service digital 03/24-6K,', 'remarks': 'VOSA STATES 11K 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/37ff34f1-4390-4a14-b428-729b0ce601bf.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-24 13:13:12 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2933b519-14e9-507b-8ab5-630d12ea2510 with identifier: 119972264
2026-03-24 13:13:12 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2933b519-14e9-507b-8ab5-630d12ea2510 with scrape type 2
2026-03-24 13:13:12 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2933b519-14e9-507b-8ab5-630d12ea2510 with scrape type 2
2026-03-24 13:13:12 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 2933b519-14e9-507b-8ab5-630d12ea2510, identifier: 119972264
2026-03-24 13:13:12 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 2933b519-14e9-507b-8ab5-630d12ea2510 with identifier: 119972264
2026-03-24 13:13:12 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 2933b519-14e9-507b-8ab5-630d12ea2510 with identifier: 119972264
2026-03-24 13:13:12 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 2933b519-14e9-507b-8ab5-630d12ea2510 with identifier: 119972264 to the API
2026-03-24 13:13:12 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 13:13:13 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-24 13:13:13 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/119972264?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': None,
'color': 'SILVER',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': '2026-03-26T10:00:00Z',
'fuel_type': 'Electric',
'id': '2933b519-14e9-507b-8ab5-630d12ea2510',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'VN71XUP',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/119972264',
'listing': 'auction',
'location': 'Aston Barclay Donington Park',
'make': 'VOLKSWAGEN',
'model': 'UP ELECTRIC HATCHBACK',
'odometer': 17137,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-12-22',
'seller_name': 'Zenith',
'title': 'VOLKSWAGEN UP ELECTRIC HATCHBACK 60kW E-Up 32kWh 5dr Auto',
'transmission': 'automatic',
'trim': '60kW E-Up 32kWh 5dr Auto',
'vin': None,
'year': 2021}
2026-03-24 13:13:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:13:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27119972264%27 HTTP/1.1" 200 None
2026-03-24 13:13:13 [astonbarclay.gb] INFO: Saving data for 119972264: {'auction_closing_time': 1774519200.0, 'created_time': 1773214993.881576, 'last_price_update_time': 1774357993.637792}
2026-03-24 13:13:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:13:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='119972264') HTTP/1.1" 204 0
2026-03-24 13:13:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/119676270?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-24 13:13:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120107580?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-24 13:13:13 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:13:13 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:13:13 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 119676270, 'registration': 'DN72JWA', 'account': 'ZEN002', 'make': 'VAUXHALL', 'model': 'CORSA ELECTRIC HATCHBACK SPECIAL EDITIONS', 'derivative': '100kW Anniversary Edition 50kWh 5dr Auto [11kWCh]', 'mileage': 33662, 'mileageWarranty': True, 'type': 'car', 'saleId': 18971, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 238}, 'saleStart': '2026-03-26T10:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2022-10-31', 'fuel': 'Electric', 'motExpiry': '2026-10-30', 'doors': 5, 'engineSize': None, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/DN72JWA/2026-02-24/image/32744889-892c-4918-a790-5ead161a4da0_removebg.jpg?w=600', 'https://abimg003.imgix.net/DN72JWA/2026-02-24/image/089d93d2-2c03-47ce-80da-2a6d499455bf_removebg.jpg?w=600', 'https://abimg003.imgix.net/DN72JWA/2026-02-24/image/c2e46b86-4f78-4aad-b779-42aa1b5ac012_removebg.jpg?w=600', 'https://abimg003.imgix.net/DN72JWA/2026-02-24/image/4e2a1a4e-39ee-4af9-ba95-551115207edd_removebg.jpg?w=600', 'https://abimg003.imgix.net/DN72JWA/2026-02-24/image/d6fead44-9f4c-45df-90a9-fec8475717e5_removebg.jpg?w=600', 'https://abimg003.imgix.net/DN72JWA/2026-02-24/image/89e4252a-5311-4fb0-b3d6-127afd732081_removebg.jpg?w=600', 'https://abimg003.imgix.net/DN72JWA/2026-02-24/image/f56a3a45-b7d7-461f-9ca4-ce10840bd1e5_removebg.jpg?w=600', 'https://abimg003.imgix.net/DN72JWA/2026-02-24/image/02916a44-b9c1-4c3e-8741-cbaddd4171ae_removebg.jpg?w=600'], 'colour': 'RED', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service digital 09/23-8k, 07/24-14k, 08/25-28k,', 'remarks': 'vosa states 29k, 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/dba23e62-83f3-46da-b021-9e621b5b1142.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-24 13:13:13 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 119676270, 'registration': 'DN72JWA', 'account': 'ZEN002', 'make': 'VAUXHALL', 'model': 'CORSA ELECTRIC HATCHBACK SPECIAL EDITIONS', 'derivative': '100kW Anniversary Edition 50kWh 5dr Auto [11kWCh]', 'mileage': 33662, 'mileageWarranty': True, 'type': 'car', 'saleId': 18971, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 238}, 'saleStart': '2026-03-26T10:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2022-10-31', 'fuel': 'Electric', 'motExpiry': '2026-10-30', 'doors': 5, 'engineSize': None, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/DN72JWA/2026-02-24/image/32744889-892c-4918-a790-5ead161a4da0_removebg.jpg?w=600', 'https://abimg003.imgix.net/DN72JWA/2026-02-24/image/089d93d2-2c03-47ce-80da-2a6d499455bf_removebg.jpg?w=600', 'https://abimg003.imgix.net/DN72JWA/2026-02-24/image/c2e46b86-4f78-4aad-b779-42aa1b5ac012_removebg.jpg?w=600', 'https://abimg003.imgix.net/DN72JWA/2026-02-24/image/4e2a1a4e-39ee-4af9-ba95-551115207edd_removebg.jpg?w=600', 'https://abimg003.imgix.net/DN72JWA/2026-02-24/image/d6fead44-9f4c-45df-90a9-fec8475717e5_removebg.jpg?w=600', 'https://abimg003.imgix.net/DN72JWA/2026-02-24/image/89e4252a-5311-4fb0-b3d6-127afd732081_removebg.jpg?w=600', 'https://abimg003.imgix.net/DN72JWA/2026-02-24/image/f56a3a45-b7d7-461f-9ca4-ce10840bd1e5_removebg.jpg?w=600', 'https://abimg003.imgix.net/DN72JWA/2026-02-24/image/02916a44-b9c1-4c3e-8741-cbaddd4171ae_removebg.jpg?w=600'], 'colour': 'RED', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service digital 09/23-8k, 07/24-14k, 08/25-28k,', 'remarks': 'vosa states 29k, 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/dba23e62-83f3-46da-b021-9e621b5b1142.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-24 13:13:13 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f4466bb2-bb0b-5417-9b2d-02210bdc68a5 with identifier: 119676270
2026-03-24 13:13:13 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f4466bb2-bb0b-5417-9b2d-02210bdc68a5 with scrape type 2
2026-03-24 13:13:13 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f4466bb2-bb0b-5417-9b2d-02210bdc68a5 with scrape type 2
2026-03-24 13:13:13 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: f4466bb2-bb0b-5417-9b2d-02210bdc68a5, identifier: 119676270
2026-03-24 13:13:13 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120107580, 'registration': 'FD22HSF', 'account': 'ZEN002', 'make': 'CITROEN', 'model': 'E-C4 ELECTRIC HATCHBACK', 'derivative': '100kW Shine Plus 50kWh 5dr Auto', 'mileage': 23031, 'mileageWarranty': True, 'type': 'car', 'saleId': 18971, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 238}, 'saleStart': '2026-03-26T10:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2022-06-30', 'fuel': 'Electric', 'motExpiry': '2026-06-29', 'doors': 5, 'engineSize': None, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/FD22HSF/2026-03-23/image/b172b965-2323-4e37-b6de-694c18717388_removebg.jpg?w=600', 'https://abimg003.imgix.net/FD22HSF/2026-03-23/image/3634ff13-05a7-4e7e-a2be-526e22afef3f_removebg.jpg?w=600', 'https://abimg003.imgix.net/FD22HSF/2026-03-23/image/7474cdf3-ad5e-485d-ad24-1df8cf630b35_removebg.jpg?w=600', 'https://abimg003.imgix.net/FD22HSF/2026-03-23/image/34ddaf37-fa9b-44ef-a96a-42a502a880af_removebg.jpg?w=600', 'https://abimg003.imgix.net/FD22HSF/2026-03-23/image/fba48b7e-5d9d-49d4-a8f6-6c0a6bb77d46_removebg.jpg?w=600', 'https://abimg003.imgix.net/FD22HSF/2026-03-23/image/dbbfce6e-c548-4429-b883-f01a1218921c_removebg.jpg?w=600', 'https://abimg003.imgix.net/FD22HSF/2026-03-23/image/8cd4f924-8713-425c-9f15-9ce8e92f1da3_removebg.jpg?w=600', 'https://abimg003.imgix.net/FD22HSF/2026-03-23/image/e7d2ac13-870f-4643-b31b-919b0817f72f_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 04/24-6K, 06/25-17K,', 'remarks': 'Metallic Paint, VOSA STATES 17K', '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/7fb5daf5-d6a1-4d73-a4e1-6d1faf7fc283.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-24 13:13:13 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120107580, 'registration': 'FD22HSF', 'account': 'ZEN002', 'make': 'CITROEN', 'model': 'E-C4 ELECTRIC HATCHBACK', 'derivative': '100kW Shine Plus 50kWh 5dr Auto', 'mileage': 23031, 'mileageWarranty': True, 'type': 'car', 'saleId': 18971, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 238}, 'saleStart': '2026-03-26T10:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2022-06-30', 'fuel': 'Electric', 'motExpiry': '2026-06-29', 'doors': 5, 'engineSize': None, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/FD22HSF/2026-03-23/image/b172b965-2323-4e37-b6de-694c18717388_removebg.jpg?w=600', 'https://abimg003.imgix.net/FD22HSF/2026-03-23/image/3634ff13-05a7-4e7e-a2be-526e22afef3f_removebg.jpg?w=600', 'https://abimg003.imgix.net/FD22HSF/2026-03-23/image/7474cdf3-ad5e-485d-ad24-1df8cf630b35_removebg.jpg?w=600', 'https://abimg003.imgix.net/FD22HSF/2026-03-23/image/34ddaf37-fa9b-44ef-a96a-42a502a880af_removebg.jpg?w=600', 'https://abimg003.imgix.net/FD22HSF/2026-03-23/image/fba48b7e-5d9d-49d4-a8f6-6c0a6bb77d46_removebg.jpg?w=600', 'https://abimg003.imgix.net/FD22HSF/2026-03-23/image/dbbfce6e-c548-4429-b883-f01a1218921c_removebg.jpg?w=600', 'https://abimg003.imgix.net/FD22HSF/2026-03-23/image/8cd4f924-8713-425c-9f15-9ce8e92f1da3_removebg.jpg?w=600', 'https://abimg003.imgix.net/FD22HSF/2026-03-23/image/e7d2ac13-870f-4643-b31b-919b0817f72f_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 04/24-6K, 06/25-17K,', 'remarks': 'Metallic Paint, VOSA STATES 17K', '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/7fb5daf5-d6a1-4d73-a4e1-6d1faf7fc283.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-24 13:13:13 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 373b9cb7-56a6-5bef-8f37-42d5f953c689 with identifier: 120107580
2026-03-24 13:13:13 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 373b9cb7-56a6-5bef-8f37-42d5f953c689 with scrape type 2
2026-03-24 13:13:13 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 373b9cb7-56a6-5bef-8f37-42d5f953c689 with scrape type 2
2026-03-24 13:13:13 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 373b9cb7-56a6-5bef-8f37-42d5f953c689, identifier: 120107580
2026-03-24 13:13:13 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: f4466bb2-bb0b-5417-9b2d-02210bdc68a5 with identifier: 119676270
2026-03-24 13:13:13 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: f4466bb2-bb0b-5417-9b2d-02210bdc68a5 with identifier: 119676270
2026-03-24 13:13:14 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: f4466bb2-bb0b-5417-9b2d-02210bdc68a5 with identifier: 119676270 to the API
2026-03-24 13:13:14 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 13:13: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-24 13:13:15 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/119676270?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': None,
'color': 'RED',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': '2026-03-26T10:00:00Z',
'fuel_type': 'Electric',
'id': 'f4466bb2-bb0b-5417-9b2d-02210bdc68a5',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'DN72JWA',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/119676270',
'listing': 'auction',
'location': 'Aston Barclay Donington Park',
'make': 'VAUXHALL',
'model': 'CORSA ELECTRIC HATCHBACK SPECIAL EDITIONS',
'odometer': 33662,
'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 CORSA ELECTRIC HATCHBACK SPECIAL EDITIONS 100kW '
'Anniversary Edition 50kWh 5dr Auto [11kWCh]',
'transmission': 'automatic',
'trim': '100kW Anniversary Edition 50kWh 5dr Auto [11kWCh]',
'vin': None,
'year': 2022}
2026-03-24 13:13:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:13:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27119676270%27 HTTP/1.1" 200 None
2026-03-24 13:13:15 [astonbarclay.gb] INFO: Saving data for 119676270: {'auction_closing_time': 1774519200.0, 'created_time': 1773667355.675975, 'last_price_update_time': 1774357995.416413}
2026-03-24 13:13:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:13:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='119676270') HTTP/1.1" 204 0
2026-03-24 13:13:15 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 373b9cb7-56a6-5bef-8f37-42d5f953c689 with identifier: 120107580
2026-03-24 13:13:15 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 373b9cb7-56a6-5bef-8f37-42d5f953c689 with identifier: 120107580
2026-03-24 13:13:15 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 373b9cb7-56a6-5bef-8f37-42d5f953c689 with identifier: 120107580 to the API
2026-03-24 13:13:15 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 13:13:17 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-24 13:13:17 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120107580?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': None,
'color': 'BLACK',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': '2026-03-26T10:00:00Z',
'fuel_type': 'Electric',
'id': '373b9cb7-56a6-5bef-8f37-42d5f953c689',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'FD22HSF',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120107580',
'listing': 'auction',
'location': 'Aston Barclay Donington Park',
'make': 'CITROEN',
'model': 'E-C4 ELECTRIC HATCHBACK',
'odometer': 23031,
'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': 'CITROEN E-C4 ELECTRIC HATCHBACK 100kW Shine Plus 50kWh 5dr Auto',
'transmission': 'automatic',
'trim': '100kW Shine Plus 50kWh 5dr Auto',
'vin': None,
'year': 2022}
2026-03-24 13:13:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:13:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120107580%27 HTTP/1.1" 200 None
2026-03-24 13:13:17 [astonbarclay.gb] INFO: Saving data for 120107580: {'auction_closing_time': 1774519200.0, 'created_time': 1773215316.860361, 'last_price_update_time': 1774357997.222509}
2026-03-24 13:13:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:13:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120107580') HTTP/1.1" 204 0
2026-03-24 13:13:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/114098261?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-24 13:13:18 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:13:18 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 114098261, 'registration': 'DS72FWF', 'account': 'ZEN002', 'make': 'VOLVO', 'model': 'C40 ESTATE', 'derivative': '170kW Recharge Ultimate 69kWh 5dr Auto', 'mileage': 24574, 'mileageWarranty': True, 'type': 'car', 'saleId': 18971, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 238}, 'saleStart': '2026-03-26T10:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2022-12-22', 'fuel': 'Electric', 'motExpiry': None, 'doors': 5, 'engineSize': None, 'bodyType': 'Estate', 'images': ['https://abimg002.imgix.net/1b8014cf-5e9d-477f-bf63-901f91162aa4.jpg?w=600', 'https://abimg002.imgix.net/6de2a845-d3a2-49cd-bf73-fd99871639da.jpg?w=600', 'https://abimg002.imgix.net/065d7719-b586-4b18-ac67-1e14654c2da9.jpg?w=600', 'https://abimg002.imgix.net/87252cac-5a27-45dd-8a8f-cdc75a7b07b6.jpg?w=600', 'https://abimg002.imgix.net/3c9dd6fe-cfb5-49cb-b417-fd3bb861f35b.jpg?w=600', 'https://abimg002.imgix.net/05fd3efe-bbfe-42a5-b37a-a45ca82dcd18.jpg?w=600', 'https://abimg002.imgix.net/64d06ed7-4b54-4c56-89f8-150efbb645dc.jpg?w=600', 'https://abimg002.imgix.net/4ca0b259-f221-4e65-aa5f-9bacd5430bc8.jpg?w=600'], 'colour': 'BLUE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': 'Metallic Paint SPARE KEY, VOSA STATES 24K', '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/49baba53-1984-4f36-81f5-2f93605f5f59.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 13:13:18 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 114098261, 'registration': 'DS72FWF', 'account': 'ZEN002', 'make': 'VOLVO', 'model': 'C40 ESTATE', 'derivative': '170kW Recharge Ultimate 69kWh 5dr Auto', 'mileage': 24574, 'mileageWarranty': True, 'type': 'car', 'saleId': 18971, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 238}, 'saleStart': '2026-03-26T10:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2022-12-22', 'fuel': 'Electric', 'motExpiry': None, 'doors': 5, 'engineSize': None, 'bodyType': 'Estate', 'images': ['https://abimg002.imgix.net/1b8014cf-5e9d-477f-bf63-901f91162aa4.jpg?w=600', 'https://abimg002.imgix.net/6de2a845-d3a2-49cd-bf73-fd99871639da.jpg?w=600', 'https://abimg002.imgix.net/065d7719-b586-4b18-ac67-1e14654c2da9.jpg?w=600', 'https://abimg002.imgix.net/87252cac-5a27-45dd-8a8f-cdc75a7b07b6.jpg?w=600', 'https://abimg002.imgix.net/3c9dd6fe-cfb5-49cb-b417-fd3bb861f35b.jpg?w=600', 'https://abimg002.imgix.net/05fd3efe-bbfe-42a5-b37a-a45ca82dcd18.jpg?w=600', 'https://abimg002.imgix.net/64d06ed7-4b54-4c56-89f8-150efbb645dc.jpg?w=600', 'https://abimg002.imgix.net/4ca0b259-f221-4e65-aa5f-9bacd5430bc8.jpg?w=600'], 'colour': 'BLUE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': 'Metallic Paint SPARE KEY, VOSA STATES 24K', '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/49baba53-1984-4f36-81f5-2f93605f5f59.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 13:13:18 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 33a1b92e-3b3e-5b7d-a7e1-5ba0d7f3bb76 with identifier: 114098261
2026-03-24 13:13:18 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 33a1b92e-3b3e-5b7d-a7e1-5ba0d7f3bb76 with scrape type 2
2026-03-24 13:13:18 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 33a1b92e-3b3e-5b7d-a7e1-5ba0d7f3bb76 with scrape type 2
2026-03-24 13:13:18 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 33a1b92e-3b3e-5b7d-a7e1-5ba0d7f3bb76, identifier: 114098261
2026-03-24 13:13:18 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 33a1b92e-3b3e-5b7d-a7e1-5ba0d7f3bb76 with identifier: 114098261
2026-03-24 13:13:18 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 33a1b92e-3b3e-5b7d-a7e1-5ba0d7f3bb76 with identifier: 114098261
2026-03-24 13:13:18 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 33a1b92e-3b3e-5b7d-a7e1-5ba0d7f3bb76 with identifier: 114098261 to the API
2026-03-24 13:13:18 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 13:13: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-24 13:13:19 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/114098261?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': None,
'color': 'BLUE',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': '2026-03-26T10:00:00Z',
'fuel_type': 'Electric',
'id': '33a1b92e-3b3e-5b7d-a7e1-5ba0d7f3bb76',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'DS72FWF',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/114098261',
'listing': 'auction',
'location': 'Aston Barclay Donington Park',
'make': 'VOLVO',
'model': 'C40 ESTATE',
'odometer': 24574,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-12-22',
'seller_name': 'Zenith',
'title': 'VOLVO C40 ESTATE 170kW Recharge Ultimate 69kWh 5dr Auto',
'transmission': 'automatic',
'trim': '170kW Recharge Ultimate 69kWh 5dr Auto',
'vin': None,
'year': 2022}
2026-03-24 13:13:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:13:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27114098261%27 HTTP/1.1" 200 None
2026-03-24 13:13:19 [astonbarclay.gb] INFO: Saving data for 114098261: {'auction_closing_time': 1774519200.0, 'created_time': 1774260445.805232, 'last_price_update_time': 1774357999.299714}
2026-03-24 13:13:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:13:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='114098261') HTTP/1.1" 204 0
2026-03-24 13:13:19 [zyte_api._retry] DEBUG: Finished call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request' after 131.360(s), this was the 1st time calling it.
2026-03-24 13:13:19 [zyte_api._retry] DEBUG: Retrying zyte_api._async.AsyncZyteAPI.get.<locals>.request in 3.7515956828729067 seconds as it raised ClientConnectorError: Cannot connect to host api.zyte.com:443 ssl:default [Connect call failed ('69.41.180.81', 443)].
2026-03-24 13:13:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/119971952?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-24 13:13:20 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:13:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120161065?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-24 13:13:20 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:13:20 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 119971952, 'registration': 'LA23VKG', 'account': 'OCT003', 'make': 'TESLA', 'model': 'MODEL Y HATCHBACK', 'derivative': 'Long Range AWD 5dr Auto', 'mileage': 25300, 'mileageWarranty': True, 'type': 'car', 'saleId': 18971, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 238}, 'saleStart': '2026-03-26T10:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2023-06-02', 'fuel': 'Electric', 'motExpiry': None, 'doors': 5, 'engineSize': None, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/LA23VKG/2026-03-23/image/ddc67c6a-c7c9-46e5-9905-d4912b7fdf58_removebg.jpg?w=600', 'https://abimg003.imgix.net/LA23VKG/2026-03-23/image/13b0be75-b08d-4b59-a5d7-25ef101f6196_removebg.jpg?w=600', 'https://abimg003.imgix.net/LA23VKG/2026-03-23/image/b371606b-ae7b-4991-a8e0-b6abc9504549_removebg.jpg?w=600', 'https://abimg003.imgix.net/LA23VKG/2026-03-23/image/027d6be2-b977-4f0d-a558-97501b7a0079_removebg.jpg?w=600', 'https://abimg003.imgix.net/LA23VKG/2026-03-23/image/6b241f94-af9b-4d86-9092-d9d19c5b0cd0_removebg.jpg?w=600', 'https://abimg003.imgix.net/LA23VKG/2026-03-23/image/a97e6eb1-c54b-4bae-8001-c6f7d77a8a3f_removebg.jpg?w=600', 'https://abimg003.imgix.net/LA23VKG/2026-03-23/image/46e31c5b-81bd-4f2a-bd20-cbf985ec3eac_removebg.jpg?w=600', 'https://abimg003.imgix.net/LA23VKG/2026-03-23/image/fbc5c396-3a73-4fe8-8ecf-a72b3fb6f6e8_removebg.jpg?w=600', 'https://abimg003.imgix.net/LA23VKG/2026-03-23/image/02d78fb5-1793-4444-9cd3-ac405d3adebe_removebg.jpg?w=600'], 'colour': 'RED', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': 'V5 AVAILABLE UPON REQUEST, 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/37dc8a75-5d6f-4055-a84d-bfb73f88e608.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-24 13:13:20 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 119971952, 'registration': 'LA23VKG', 'account': 'OCT003', 'make': 'TESLA', 'model': 'MODEL Y HATCHBACK', 'derivative': 'Long Range AWD 5dr Auto', 'mileage': 25300, 'mileageWarranty': True, 'type': 'car', 'saleId': 18971, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 238}, 'saleStart': '2026-03-26T10:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2023-06-02', 'fuel': 'Electric', 'motExpiry': None, 'doors': 5, 'engineSize': None, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/LA23VKG/2026-03-23/image/ddc67c6a-c7c9-46e5-9905-d4912b7fdf58_removebg.jpg?w=600', 'https://abimg003.imgix.net/LA23VKG/2026-03-23/image/13b0be75-b08d-4b59-a5d7-25ef101f6196_removebg.jpg?w=600', 'https://abimg003.imgix.net/LA23VKG/2026-03-23/image/b371606b-ae7b-4991-a8e0-b6abc9504549_removebg.jpg?w=600', 'https://abimg003.imgix.net/LA23VKG/2026-03-23/image/027d6be2-b977-4f0d-a558-97501b7a0079_removebg.jpg?w=600', 'https://abimg003.imgix.net/LA23VKG/2026-03-23/image/6b241f94-af9b-4d86-9092-d9d19c5b0cd0_removebg.jpg?w=600', 'https://abimg003.imgix.net/LA23VKG/2026-03-23/image/a97e6eb1-c54b-4bae-8001-c6f7d77a8a3f_removebg.jpg?w=600', 'https://abimg003.imgix.net/LA23VKG/2026-03-23/image/46e31c5b-81bd-4f2a-bd20-cbf985ec3eac_removebg.jpg?w=600', 'https://abimg003.imgix.net/LA23VKG/2026-03-23/image/fbc5c396-3a73-4fe8-8ecf-a72b3fb6f6e8_removebg.jpg?w=600', 'https://abimg003.imgix.net/LA23VKG/2026-03-23/image/02d78fb5-1793-4444-9cd3-ac405d3adebe_removebg.jpg?w=600'], 'colour': 'RED', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': 'V5 AVAILABLE UPON REQUEST, 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/37dc8a75-5d6f-4055-a84d-bfb73f88e608.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-24 13:13:20 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 920c20b4-0e1d-50b8-b29d-0a62ee8308c4 with identifier: 119971952
2026-03-24 13:13:20 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 920c20b4-0e1d-50b8-b29d-0a62ee8308c4 with scrape type 2
2026-03-24 13:13:20 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 920c20b4-0e1d-50b8-b29d-0a62ee8308c4 with scrape type 2
2026-03-24 13:13:20 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 920c20b4-0e1d-50b8-b29d-0a62ee8308c4, identifier: 119971952
2026-03-24 13:13:20 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 920c20b4-0e1d-50b8-b29d-0a62ee8308c4 with identifier: 119971952
2026-03-24 13:13:20 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 920c20b4-0e1d-50b8-b29d-0a62ee8308c4 with identifier: 119971952
2026-03-24 13:13:20 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 920c20b4-0e1d-50b8-b29d-0a62ee8308c4 with identifier: 119971952 to the API
2026-03-24 13:13:20 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 13:13: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-24 13:13:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/119971952?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': None,
'color': 'RED',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': '2026-03-26T10:00:00Z',
'fuel_type': 'Electric',
'id': '920c20b4-0e1d-50b8-b29d-0a62ee8308c4',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'LA23VKG',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/119971952',
'listing': 'auction',
'location': 'Aston Barclay Donington Park',
'make': 'TESLA',
'model': 'MODEL Y HATCHBACK',
'odometer': 25300,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-06-02',
'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': 2023}
2026-03-24 13:13:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:13:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27119971952%27 HTTP/1.1" 200 None
2026-03-24 13:13:20 [astonbarclay.gb] INFO: Saving data for 119971952: {'auction_closing_time': 1774519200.0, 'created_time': 1773928368.516067, 'last_price_update_time': 1774358000.921532}
2026-03-24 13:13:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:13:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='119971952') HTTP/1.1" 204 0
2026-03-24 13:13:20 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120161065, 'registration': 'YD23DXH', 'account': 'ZEN002', 'make': 'AUDI', 'model': 'Q4 E-TRON ESTATE', 'derivative': '150kW 40 82kWh S Line 5dr Auto [C+S/Tech Pack]', 'mileage': 38588, 'mileageWarranty': True, 'type': 'car', 'saleId': 18971, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 238}, 'saleStart': '2026-03-26T10:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2023-03-03', 'fuel': 'Electric', 'motExpiry': '2027-03-02', 'doors': 5, 'engineSize': None, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/YD23DXH/2026-03-11/image/95706180-7ccc-4746-9144-041fe62e4469_removebg.jpg?w=600', 'https://abimg003.imgix.net/YD23DXH/2026-03-11/image/cdb1d519-6a6a-4318-909b-f93cdac3d320_removebg.jpg?w=600', 'https://abimg003.imgix.net/YD23DXH/2026-03-11/image/58a48278-98f2-41c1-a612-dbb5ccafdeaf_removebg.jpg?w=600', 'https://abimg003.imgix.net/YD23DXH/2026-03-11/image/eb359f1c-34ed-4668-9c6d-d883c3366a00_removebg.jpg?w=600', 'https://abimg003.imgix.net/YD23DXH/2026-03-11/image/a7cffb9f-c38d-4d15-9f9e-e55b9c0d64b9_removebg.jpg?w=600', 'https://abimg003.imgix.net/YD23DXH/2026-03-11/image/98feb98f-a6b0-4138-aef7-85fea4f69910_removebg.jpg?w=600', 'https://abimg003.imgix.net/YD23DXH/2026-03-11/image/bafc5ca0-b348-4f8e-b31f-cd6b2f4776f4_removebg.jpg?w=600', 'https://abimg003.imgix.net/YD23DXH/2026-03-11/image/2c242b41-c182-404f-98aa-20cedb22f21e_removebg.jpg?w=600', 'https://abimg003.imgix.net/YD23DXH/2026-03-11/image/3f1aeb16-43da-42ec-9685-33ce92c6ed99_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service digital 05/25 27K', 'remarks': 'VOSA STATES 38K Metallic Paint SPARE KEY', 'virtual': False, 'seller': 'Zenith', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': None, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/bf30c1c6-9af3-440d-bef8-c3d2fbd4f99a.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-24 13:13:20 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120161065, 'registration': 'YD23DXH', 'account': 'ZEN002', 'make': 'AUDI', 'model': 'Q4 E-TRON ESTATE', 'derivative': '150kW 40 82kWh S Line 5dr Auto [C+S/Tech Pack]', 'mileage': 38588, 'mileageWarranty': True, 'type': 'car', 'saleId': 18971, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 238}, 'saleStart': '2026-03-26T10:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2023-03-03', 'fuel': 'Electric', 'motExpiry': '2027-03-02', 'doors': 5, 'engineSize': None, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/YD23DXH/2026-03-11/image/95706180-7ccc-4746-9144-041fe62e4469_removebg.jpg?w=600', 'https://abimg003.imgix.net/YD23DXH/2026-03-11/image/cdb1d519-6a6a-4318-909b-f93cdac3d320_removebg.jpg?w=600', 'https://abimg003.imgix.net/YD23DXH/2026-03-11/image/58a48278-98f2-41c1-a612-dbb5ccafdeaf_removebg.jpg?w=600', 'https://abimg003.imgix.net/YD23DXH/2026-03-11/image/eb359f1c-34ed-4668-9c6d-d883c3366a00_removebg.jpg?w=600', 'https://abimg003.imgix.net/YD23DXH/2026-03-11/image/a7cffb9f-c38d-4d15-9f9e-e55b9c0d64b9_removebg.jpg?w=600', 'https://abimg003.imgix.net/YD23DXH/2026-03-11/image/98feb98f-a6b0-4138-aef7-85fea4f69910_removebg.jpg?w=600', 'https://abimg003.imgix.net/YD23DXH/2026-03-11/image/bafc5ca0-b348-4f8e-b31f-cd6b2f4776f4_removebg.jpg?w=600', 'https://abimg003.imgix.net/YD23DXH/2026-03-11/image/2c242b41-c182-404f-98aa-20cedb22f21e_removebg.jpg?w=600', 'https://abimg003.imgix.net/YD23DXH/2026-03-11/image/3f1aeb16-43da-42ec-9685-33ce92c6ed99_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service digital 05/25 27K', 'remarks': 'VOSA STATES 38K Metallic Paint SPARE KEY', 'virtual': False, 'seller': 'Zenith', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': None, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/bf30c1c6-9af3-440d-bef8-c3d2fbd4f99a.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-24 13:13:20 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 949800bf-f80b-5fca-badd-042d26fa6c00 with identifier: 120161065
2026-03-24 13:13:20 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 949800bf-f80b-5fca-badd-042d26fa6c00 with scrape type 2
2026-03-24 13:13:20 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 949800bf-f80b-5fca-badd-042d26fa6c00 with scrape type 2
2026-03-24 13:13:21 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 949800bf-f80b-5fca-badd-042d26fa6c00, identifier: 120161065
2026-03-24 13:13:21 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 949800bf-f80b-5fca-badd-042d26fa6c00 with identifier: 120161065
2026-03-24 13:13:21 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 949800bf-f80b-5fca-badd-042d26fa6c00 with identifier: 120161065
2026-03-24 13:13:21 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 949800bf-f80b-5fca-badd-042d26fa6c00 with identifier: 120161065 to the API
2026-03-24 13:13:21 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 13:13:22 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-24 13:13:22 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120161065?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': None,
'color': 'BLACK',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': '2026-03-26T10:00:00Z',
'fuel_type': 'Electric',
'id': '949800bf-f80b-5fca-badd-042d26fa6c00',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'YD23DXH',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120161065',
'listing': 'auction',
'location': 'Aston Barclay Donington Park',
'make': 'AUDI',
'model': 'Q4 E-TRON ESTATE',
'odometer': 38588,
'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': 'Zenith',
'title': 'AUDI Q4 E-TRON ESTATE 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-24 13:13:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:13:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120161065%27 HTTP/1.1" 200 None
2026-03-24 13:13:22 [astonbarclay.gb] INFO: Saving data for 120161065: {'auction_closing_time': 1774519200.0, 'created_time': 1773215040.573331, 'last_price_update_time': 1774358002.994148}
2026-03-24 13:13:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:13:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120161065') HTTP/1.1" 204 0
2026-03-24 13:13:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/118950379?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-24 13:13:23 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:13:23 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 2nd time calling it.
2026-03-24 13:13:23 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 118950379, 'registration': 'FV24TLY', 'account': 'KIN032', 'make': 'NISSAN', 'model': 'ARIYA ELECTRIC HATCHBACK', 'derivative': '160kW Engage 63kWh 5dr Auto', 'mileage': 13568, 'mileageWarranty': True, 'type': 'car', 'saleId': 18971, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 238}, 'saleStart': '2026-03-26T10:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2024-05-24', 'fuel': 'Electric', 'motExpiry': None, 'doors': 5, 'engineSize': None, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/FV24TLY/2026-02-16/image/3554d54c-eef3-4af5-ba8f-d9a9bc7fc54f_removebg.jpg?w=600', 'https://abimg003.imgix.net/FV24TLY/2026-02-16/image/a03e0eea-3345-4511-90c0-3f366bf0b868_removebg.jpg?w=600', 'https://abimg003.imgix.net/FV24TLY/2026-02-16/image/889f3b29-0af1-4320-b650-d14292d069d7_removebg.jpg?w=600', 'https://abimg003.imgix.net/FV24TLY/2026-02-16/image/80646af7-6124-444c-9267-fb4fa00d48eb_removebg.jpg?w=600', 'https://abimg003.imgix.net/FV24TLY/2026-02-16/image/88a5792e-e265-4702-9a77-7b5e5076cb1d_removebg.jpg?w=600', 'https://abimg003.imgix.net/FV24TLY/2026-02-16/image/81dd3531-6dc9-4ddd-80fd-7ea0c6af7705_removebg.jpg?w=600', 'https://abimg003.imgix.net/FV24TLY/2026-02-16/image/fca74f06-219e-4d33-837e-40dc4f87a68f_removebg.jpg?w=600', 'https://abimg003.imgix.net/FV24TLY/2026-02-16/image/289bd986-8e82-481a-b018-9e33737e1eb2_removebg.jpg?w=600'], 'colour': 'Metallic - Gun metallic', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service digital 06/25-9K - SERVICE HISTORY IN BOOK RECORDED IN KM', 'remarks': 'SPARE KEY, Fabric - Black, Metallic - Gun metallic', '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/c795b93d-a3df-4692-9ff6-6ec2e6ca207d.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-24 13:13:23 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 118950379, 'registration': 'FV24TLY', 'account': 'KIN032', 'make': 'NISSAN', 'model': 'ARIYA ELECTRIC HATCHBACK', 'derivative': '160kW Engage 63kWh 5dr Auto', 'mileage': 13568, 'mileageWarranty': True, 'type': 'car', 'saleId': 18971, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 238}, 'saleStart': '2026-03-26T10:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2024-05-24', 'fuel': 'Electric', 'motExpiry': None, 'doors': 5, 'engineSize': None, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/FV24TLY/2026-02-16/image/3554d54c-eef3-4af5-ba8f-d9a9bc7fc54f_removebg.jpg?w=600', 'https://abimg003.imgix.net/FV24TLY/2026-02-16/image/a03e0eea-3345-4511-90c0-3f366bf0b868_removebg.jpg?w=600', 'https://abimg003.imgix.net/FV24TLY/2026-02-16/image/889f3b29-0af1-4320-b650-d14292d069d7_removebg.jpg?w=600', 'https://abimg003.imgix.net/FV24TLY/2026-02-16/image/80646af7-6124-444c-9267-fb4fa00d48eb_removebg.jpg?w=600', 'https://abimg003.imgix.net/FV24TLY/2026-02-16/image/88a5792e-e265-4702-9a77-7b5e5076cb1d_removebg.jpg?w=600', 'https://abimg003.imgix.net/FV24TLY/2026-02-16/image/81dd3531-6dc9-4ddd-80fd-7ea0c6af7705_removebg.jpg?w=600', 'https://abimg003.imgix.net/FV24TLY/2026-02-16/image/fca74f06-219e-4d33-837e-40dc4f87a68f_removebg.jpg?w=600', 'https://abimg003.imgix.net/FV24TLY/2026-02-16/image/289bd986-8e82-481a-b018-9e33737e1eb2_removebg.jpg?w=600'], 'colour': 'Metallic - Gun metallic', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service digital 06/25-9K - SERVICE HISTORY IN BOOK RECORDED IN KM', 'remarks': 'SPARE KEY, Fabric - Black, Metallic - Gun metallic', '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/c795b93d-a3df-4692-9ff6-6ec2e6ca207d.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-24 13:13:23 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: cc7e56f7-3895-5806-8e35-4efa19bbf67e with identifier: 118950379
2026-03-24 13:13:23 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item cc7e56f7-3895-5806-8e35-4efa19bbf67e with scrape type 2
2026-03-24 13:13:23 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item cc7e56f7-3895-5806-8e35-4efa19bbf67e with scrape type 2
2026-03-24 13:13:23 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: cc7e56f7-3895-5806-8e35-4efa19bbf67e, identifier: 118950379
2026-03-24 13:13:23 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: cc7e56f7-3895-5806-8e35-4efa19bbf67e with identifier: 118950379
2026-03-24 13:13:23 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-24 13:13:23 [urllib3.connectionpool] DEBUG: https://translate.google.com:443 "GET /m?tl=en&sl=auto&q=Metallic+-+Gun+metallic HTTP/1.1" 200 None
2026-03-24 13:13:23 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-24 13:13:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='auto',RowKey='auto') HTTP/1.1" 204 0
2026-03-24 13:13:23 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: cc7e56f7-3895-5806-8e35-4efa19bbf67e with identifier: 118950379
2026-03-24 13:13:23 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: cc7e56f7-3895-5806-8e35-4efa19bbf67e with identifier: 118950379 to the API
2026-03-24 13:13:23 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 13:13: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-24 13:13:24 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/118950379?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': None,
'color': 'Metallic',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': '2026-03-26T10:00:00Z',
'fuel_type': 'Electric',
'id': 'cc7e56f7-3895-5806-8e35-4efa19bbf67e',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'FV24TLY',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/118950379',
'listing': 'auction',
'location': 'Aston Barclay Donington Park',
'make': 'NISSAN',
'model': 'ARIYA ELECTRIC HATCHBACK',
'odometer': 13568,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-05-24',
'seller_name': 'Kinto',
'title': 'NISSAN ARIYA ELECTRIC HATCHBACK 160kW Engage 63kWh 5dr Auto',
'transmission': 'automatic',
'trim': '160kW Engage 63kWh 5dr Auto',
'vin': None,
'year': 2024}
2026-03-24 13:13:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:13:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27118950379%27 HTTP/1.1" 200 None
2026-03-24 13:13:24 [astonbarclay.gb] INFO: Saving data for 118950379: {'auction_closing_time': 1774519200.0, 'created_time': 1773215011.163392, 'last_price_update_time': 1774358004.977292}
2026-03-24 13:13:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:13:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='118950379') HTTP/1.1" 204 0
2026-03-24 13:13:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120411831?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-24 13:13:25 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:13:26 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120411831, 'registration': 'OE72HGN', 'account': 'ZEN002', 'make': 'POLESTAR', 'model': '2 FASTBACK', 'derivative': '300kW 78kWh Long Range DM [Plus] 5dr 4WD Auto', 'mileage': 54212, 'mileageWarranty': True, 'type': 'car', 'saleId': 18971, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 238}, 'saleStart': '2026-03-26T10:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2022-10-20', 'fuel': 'Electric', 'motExpiry': '2026-10-19', 'doors': 5, 'engineSize': None, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/OE72HGN/2026-03-18/image/3bf74e8a-668a-448a-a685-5973e0896c51_removebg.jpg?w=600', 'https://abimg003.imgix.net/OE72HGN/2026-03-18/image/baca833b-f0f9-4779-8830-35e9b44bc54b_removebg.jpg?w=600', 'https://abimg003.imgix.net/OE72HGN/2026-03-18/image/5e8bca4f-018c-4309-bb93-a696adf80d7a_removebg.jpg?w=600', 'https://abimg003.imgix.net/OE72HGN/2026-03-18/image/7ce36735-52fa-4d2f-a745-39bf2130b39c_removebg.jpg?w=600', 'https://abimg003.imgix.net/OE72HGN/2026-03-18/image/91ca5ab3-5cdf-4741-ad9b-bc96c50fc9ff_removebg.jpg?w=600', 'https://abimg003.imgix.net/OE72HGN/2026-03-18/image/2bc87db2-84ff-44eb-a4ec-6b9726f19e95_removebg.jpg?w=600', 'https://abimg003.imgix.net/OE72HGN/2026-03-18/image/ed1767a4-b3be-431e-ad74-40ce28385b50_removebg.jpg?w=600', 'https://abimg003.imgix.net/OE72HGN/2026-03-18/image/40219103-3ea2-4376-ae57-433277ddd0ee_removebg.jpg?w=600'], 'colour': 'SILVER', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service digital 12/24-38K', 'remarks': 'VOSA STATES 54K Pilot Lite Pack', 'virtual': False, 'seller': 'Zenith', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': False, 'v5details': 'TF', 'co2': None, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/63560948-17f8-40f3-95d1-00dbc5a18771.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-24 13:13:26 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120411831, 'registration': 'OE72HGN', 'account': 'ZEN002', 'make': 'POLESTAR', 'model': '2 FASTBACK', 'derivative': '300kW 78kWh Long Range DM [Plus] 5dr 4WD Auto', 'mileage': 54212, 'mileageWarranty': True, 'type': 'car', 'saleId': 18971, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 238}, 'saleStart': '2026-03-26T10:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2022-10-20', 'fuel': 'Electric', 'motExpiry': '2026-10-19', 'doors': 5, 'engineSize': None, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/OE72HGN/2026-03-18/image/3bf74e8a-668a-448a-a685-5973e0896c51_removebg.jpg?w=600', 'https://abimg003.imgix.net/OE72HGN/2026-03-18/image/baca833b-f0f9-4779-8830-35e9b44bc54b_removebg.jpg?w=600', 'https://abimg003.imgix.net/OE72HGN/2026-03-18/image/5e8bca4f-018c-4309-bb93-a696adf80d7a_removebg.jpg?w=600', 'https://abimg003.imgix.net/OE72HGN/2026-03-18/image/7ce36735-52fa-4d2f-a745-39bf2130b39c_removebg.jpg?w=600', 'https://abimg003.imgix.net/OE72HGN/2026-03-18/image/91ca5ab3-5cdf-4741-ad9b-bc96c50fc9ff_removebg.jpg?w=600', 'https://abimg003.imgix.net/OE72HGN/2026-03-18/image/2bc87db2-84ff-44eb-a4ec-6b9726f19e95_removebg.jpg?w=600', 'https://abimg003.imgix.net/OE72HGN/2026-03-18/image/ed1767a4-b3be-431e-ad74-40ce28385b50_removebg.jpg?w=600', 'https://abimg003.imgix.net/OE72HGN/2026-03-18/image/40219103-3ea2-4376-ae57-433277ddd0ee_removebg.jpg?w=600'], 'colour': 'SILVER', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service digital 12/24-38K', 'remarks': 'VOSA STATES 54K Pilot Lite Pack', 'virtual': False, 'seller': 'Zenith', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': False, 'v5details': 'TF', 'co2': None, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/63560948-17f8-40f3-95d1-00dbc5a18771.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-24 13:13:26 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 94f9d500-e2bb-5b00-abbd-5989863d67dd with identifier: 120411831
2026-03-24 13:13:26 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 94f9d500-e2bb-5b00-abbd-5989863d67dd with scrape type 2
2026-03-24 13:13:26 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 94f9d500-e2bb-5b00-abbd-5989863d67dd with scrape type 2
2026-03-24 13:13:26 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 94f9d500-e2bb-5b00-abbd-5989863d67dd, identifier: 120411831
2026-03-24 13:13:26 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 94f9d500-e2bb-5b00-abbd-5989863d67dd with identifier: 120411831
2026-03-24 13:13:26 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 94f9d500-e2bb-5b00-abbd-5989863d67dd with identifier: 120411831
2026-03-24 13:13:26 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 94f9d500-e2bb-5b00-abbd-5989863d67dd with identifier: 120411831 to the API
2026-03-24 13:13:26 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 13:13:26 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-24 13:13:26 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120411831?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': None,
'color': 'SILVER',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': '2026-03-26T10:00:00Z',
'fuel_type': 'Electric',
'id': '94f9d500-e2bb-5b00-abbd-5989863d67dd',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'OE72HGN',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120411831',
'listing': 'auction',
'location': 'Aston Barclay Donington Park',
'make': 'POLESTAR',
'model': '2 FASTBACK',
'odometer': 54212,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-10-20',
'seller_name': 'Zenith',
'title': 'POLESTAR 2 FASTBACK 300kW 78kWh Long Range DM [Plus] 5dr 4WD Auto',
'transmission': 'automatic',
'trim': '300kW 78kWh Long Range DM [Plus] 5dr 4WD Auto',
'vin': None,
'year': 2022}
2026-03-24 13:13:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:13:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120411831%27 HTTP/1.1" 200 None
2026-03-24 13:13:26 [astonbarclay.gb] INFO: Saving data for 120411831: {'auction_closing_time': 1774519200.0, 'created_time': 1774260428.378019, 'last_price_update_time': 1774358006.526558}
2026-03-24 13:13:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:13:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120411831') HTTP/1.1" 204 0
2026-03-24 13:13:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/118996477?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-24 13:13:32 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:13:32 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 118996477, 'registration': 'BT70SYU', 'account': 'ZEN002', 'make': 'TESLA', 'model': 'MODEL 3 SALOON', 'derivative': 'Long Range AWD 4dr Auto', 'mileage': 52459, 'mileageWarranty': True, 'type': 'car', 'saleId': 18971, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 238}, 'saleStart': '2026-03-26T10:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2020-11-19', 'fuel': 'Electric', 'motExpiry': '2026-11-18', 'doors': 4, 'engineSize': None, 'bodyType': 'Saloon', 'images': ['https://abimg003.imgix.net/BT70SYU/2026-02-03/image/32b55f58-894b-4c3f-8237-8a1ed5a975b6_removebg.jpg?w=600', 'https://abimg003.imgix.net/BT70SYU/2026-02-03/image/6fccb66d-3c5e-4625-bf1d-0f5bd81a18da_removebg.jpg?w=600', 'https://abimg003.imgix.net/BT70SYU/2026-02-03/image/0815c35c-ac11-411e-b727-dd641c5d1b68_removebg.jpg?w=600', 'https://abimg003.imgix.net/BT70SYU/2026-02-03/image/39afe09e-c566-4065-b5c1-23e79c89a701_removebg.jpg?w=600', 'https://abimg003.imgix.net/BT70SYU/2026-02-03/image/129b41a4-4d0f-4b25-8ad1-118de7a185a0_removebg.jpg?w=600', 'https://abimg003.imgix.net/BT70SYU/2026-02-03/image/99243260-3a34-48c3-91d1-d5830f514792_removebg.jpg?w=600', 'https://abimg003.imgix.net/BT70SYU/2026-02-03/image/e23baebe-d5cd-475c-9486-2c55a014cd4b_removebg.jpg?w=600', 'https://abimg003.imgix.net/BT70SYU/2026-02-03/image/8c0fc1f5-0627-421d-964f-9a95b29a0f0b_removebg.jpg?w=600'], 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': 'VOSA STATES 40K 50K, SPARE KEY', 'virtual': False, 'seller': 'Zenith', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': None, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/1249bc3f-142e-4477-92f6-7117f7464d84.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-24 13:13:32 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 118996477, 'registration': 'BT70SYU', 'account': 'ZEN002', 'make': 'TESLA', 'model': 'MODEL 3 SALOON', 'derivative': 'Long Range AWD 4dr Auto', 'mileage': 52459, 'mileageWarranty': True, 'type': 'car', 'saleId': 18971, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 238}, 'saleStart': '2026-03-26T10:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2020-11-19', 'fuel': 'Electric', 'motExpiry': '2026-11-18', 'doors': 4, 'engineSize': None, 'bodyType': 'Saloon', 'images': ['https://abimg003.imgix.net/BT70SYU/2026-02-03/image/32b55f58-894b-4c3f-8237-8a1ed5a975b6_removebg.jpg?w=600', 'https://abimg003.imgix.net/BT70SYU/2026-02-03/image/6fccb66d-3c5e-4625-bf1d-0f5bd81a18da_removebg.jpg?w=600', 'https://abimg003.imgix.net/BT70SYU/2026-02-03/image/0815c35c-ac11-411e-b727-dd641c5d1b68_removebg.jpg?w=600', 'https://abimg003.imgix.net/BT70SYU/2026-02-03/image/39afe09e-c566-4065-b5c1-23e79c89a701_removebg.jpg?w=600', 'https://abimg003.imgix.net/BT70SYU/2026-02-03/image/129b41a4-4d0f-4b25-8ad1-118de7a185a0_removebg.jpg?w=600', 'https://abimg003.imgix.net/BT70SYU/2026-02-03/image/99243260-3a34-48c3-91d1-d5830f514792_removebg.jpg?w=600', 'https://abimg003.imgix.net/BT70SYU/2026-02-03/image/e23baebe-d5cd-475c-9486-2c55a014cd4b_removebg.jpg?w=600', 'https://abimg003.imgix.net/BT70SYU/2026-02-03/image/8c0fc1f5-0627-421d-964f-9a95b29a0f0b_removebg.jpg?w=600'], 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': 'VOSA STATES 40K 50K, SPARE KEY', 'virtual': False, 'seller': 'Zenith', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': None, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/1249bc3f-142e-4477-92f6-7117f7464d84.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-24 13:13:32 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: cb34057b-7abe-5b3b-81c5-a3f0598ffc3e with identifier: 118996477
2026-03-24 13:13:32 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item cb34057b-7abe-5b3b-81c5-a3f0598ffc3e with scrape type 2
2026-03-24 13:13:32 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item cb34057b-7abe-5b3b-81c5-a3f0598ffc3e with scrape type 2
2026-03-24 13:13:32 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: cb34057b-7abe-5b3b-81c5-a3f0598ffc3e, identifier: 118996477
2026-03-24 13:13:32 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: cb34057b-7abe-5b3b-81c5-a3f0598ffc3e with identifier: 118996477
2026-03-24 13:13:32 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: cb34057b-7abe-5b3b-81c5-a3f0598ffc3e with identifier: 118996477
2026-03-24 13:13:32 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: cb34057b-7abe-5b3b-81c5-a3f0598ffc3e with identifier: 118996477 to the API
2026-03-24 13:13:32 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 13:13:33 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-24 13:13:33 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/118996477?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': None,
'color': 'WHITE',
'currency': 'GBP',
'doors_number': 4,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': '2026-03-26T10:00:00Z',
'fuel_type': 'Electric',
'id': 'cb34057b-7abe-5b3b-81c5-a3f0598ffc3e',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'BT70SYU',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/118996477',
'listing': 'auction',
'location': 'Aston Barclay Donington Park',
'make': 'TESLA',
'model': 'MODEL 3 SALOON',
'odometer': 52459,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-11-19',
'seller_name': 'Zenith',
'title': 'TESLA MODEL 3 SALOON Long Range AWD 4dr Auto',
'transmission': 'automatic',
'trim': 'Long Range AWD 4dr Auto',
'vin': None,
'year': 2020}
2026-03-24 13:13:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:13:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27118996477%27 HTTP/1.1" 200 None
2026-03-24 13:13:33 [astonbarclay.gb] INFO: Saving data for 118996477: {'auction_closing_time': 1774519200.0, 'created_time': 1773214989.466164, 'last_price_update_time': 1774358013.34927}
2026-03-24 13:13:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:13:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='118996477') HTTP/1.1" 204 0
2026-03-24 13:13:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/119909652?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-24 13:13:35 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:13:35 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 119909652, 'registration': 'YH73XTO', 'account': 'ZEN002', 'make': 'AUDI', 'model': 'Q4 E-TRON ESTATE SPECIAL EDITIONS', 'derivative': '150kW 40 82.77kWh Edition 1 5dr Auto [C+S/Tech]', 'mileage': 28410, 'mileageWarranty': True, 'type': 'car', 'saleId': 19232, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 238}, 'saleStart': '2026-03-24T11:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2023-11-17', 'fuel': 'Electric', 'motExpiry': None, 'doors': 5, 'engineSize': None, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/YH73XTO/2026-03-11/image/134acd8c-3d86-4c85-88b1-980fdbd621dd_removebg.jpg?w=600', 'https://abimg003.imgix.net/YH73XTO/2026-03-11/image/f134b66d-abbb-4889-a5a0-eee059563818_removebg.jpg?w=600', 'https://abimg003.imgix.net/YH73XTO/2026-03-11/image/e17c3df7-df9f-4644-8c9d-25f2b4ce1521_removebg.jpg?w=600', 'https://abimg003.imgix.net/YH73XTO/2026-03-11/image/e07f14a8-eed0-447f-b271-fff603da5399_removebg.jpg?w=600', 'https://abimg003.imgix.net/YH73XTO/2026-03-11/image/5bd43ea7-8aab-4c35-88c0-c9a3ed80cf1a_removebg.jpg?w=600', 'https://abimg003.imgix.net/YH73XTO/2026-03-11/image/cee666c7-a748-46a5-a9aa-546fcb72bf24_removebg.jpg?w=600', 'https://abimg003.imgix.net/YH73XTO/2026-03-11/image/65e8a2d8-6b39-4dbf-b44e-629a4fa4c8e2_removebg.jpg?w=600', 'https://abimg003.imgix.net/YH73XTO/2026-03-11/image/afd8e970-5a31-4011-bdc7-76a8888fc739_removebg.jpg?w=600', 'https://abimg003.imgix.net/YH73XTO/2026-03-11/image/e519141b-3866-4326-b9d2-9a51f1af173e_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service digital 10/25-25K', 'remarks': 'SPARE KEY Dinamica Microfibre + Leatherette\tMythos Black Metallc M+ 6fg/6fa\tSuspension With Damper Control', '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/58ad013c-1302-4755-a842-66efa6fd2324.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-24 13:13:35 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 119909652, 'registration': 'YH73XTO', 'account': 'ZEN002', 'make': 'AUDI', 'model': 'Q4 E-TRON ESTATE SPECIAL EDITIONS', 'derivative': '150kW 40 82.77kWh Edition 1 5dr Auto [C+S/Tech]', 'mileage': 28410, 'mileageWarranty': True, 'type': 'car', 'saleId': 19232, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 238}, 'saleStart': '2026-03-24T11:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2023-11-17', 'fuel': 'Electric', 'motExpiry': None, 'doors': 5, 'engineSize': None, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/YH73XTO/2026-03-11/image/134acd8c-3d86-4c85-88b1-980fdbd621dd_removebg.jpg?w=600', 'https://abimg003.imgix.net/YH73XTO/2026-03-11/image/f134b66d-abbb-4889-a5a0-eee059563818_removebg.jpg?w=600', 'https://abimg003.imgix.net/YH73XTO/2026-03-11/image/e17c3df7-df9f-4644-8c9d-25f2b4ce1521_removebg.jpg?w=600', 'https://abimg003.imgix.net/YH73XTO/2026-03-11/image/e07f14a8-eed0-447f-b271-fff603da5399_removebg.jpg?w=600', 'https://abimg003.imgix.net/YH73XTO/2026-03-11/image/5bd43ea7-8aab-4c35-88c0-c9a3ed80cf1a_removebg.jpg?w=600', 'https://abimg003.imgix.net/YH73XTO/2026-03-11/image/cee666c7-a748-46a5-a9aa-546fcb72bf24_removebg.jpg?w=600', 'https://abimg003.imgix.net/YH73XTO/2026-03-11/image/65e8a2d8-6b39-4dbf-b44e-629a4fa4c8e2_removebg.jpg?w=600', 'https://abimg003.imgix.net/YH73XTO/2026-03-11/image/afd8e970-5a31-4011-bdc7-76a8888fc739_removebg.jpg?w=600', 'https://abimg003.imgix.net/YH73XTO/2026-03-11/image/e519141b-3866-4326-b9d2-9a51f1af173e_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service digital 10/25-25K', 'remarks': 'SPARE KEY Dinamica Microfibre + Leatherette\tMythos Black Metallc M+ 6fg/6fa\tSuspension With Damper Control', '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/58ad013c-1302-4755-a842-66efa6fd2324.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-24 13:13:35 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7c998528-7433-5bf5-8ec8-4fb76e63a139 with identifier: 119909652
2026-03-24 13:13:35 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7c998528-7433-5bf5-8ec8-4fb76e63a139 with scrape type 2
2026-03-24 13:13:35 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7c998528-7433-5bf5-8ec8-4fb76e63a139 with scrape type 2
2026-03-24 13:13:35 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 7c998528-7433-5bf5-8ec8-4fb76e63a139, identifier: 119909652
2026-03-24 13:13:35 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 7c998528-7433-5bf5-8ec8-4fb76e63a139 with identifier: 119909652
2026-03-24 13:13:35 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 7c998528-7433-5bf5-8ec8-4fb76e63a139 with identifier: 119909652
2026-03-24 13:13:35 [scrapy.core.scraper] INFO: Dropped: Dropping expired listing: 7c998528-7433-5bf5-8ec8-4fb76e63a139 with expiration date: 2026-03-24T11:00:00Z
{'auction_title': '',
'c_o_2_emission_value': None,
'color': 'BLACK',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': '2026-03-24T11:00:00Z',
'fuel_type': 'Electric',
'id': '7c998528-7433-5bf5-8ec8-4fb76e63a139',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'YH73XTO',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/119909652',
'listing': 'auction',
'location': 'Aston Barclay Donington Park',
'make': 'AUDI',
'model': 'Q4 E-TRON ESTATE SPECIAL EDITIONS',
'odometer': 28410,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-11-17',
'seller_name': 'Zenith',
'title': 'AUDI Q4 E-TRON ESTATE SPECIAL EDITIONS 150kW 40 82.77kWh Edition 1 '
'5dr Auto [C+S/Tech]',
'transmission': 'automatic',
'trim': '150kW 40 82.77kWh Edition 1 5dr Auto [C+S/Tech]',
'vin': None,
'year': 2023}
2026-03-24 13:13:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:13:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27119909652%27 HTTP/1.1" 200 None
2026-03-24 13:13:35 [astonbarclay.gb] INFO: Saving data for 119909652: {'auction_closing_time': 1774350000.0, 'created_time': 1773215043.297269, 'last_price_update_time': 1774358015.583016}
2026-03-24 13:13:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:13:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='119909652') HTTP/1.1" 204 0
2026-03-24 13:13:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/117831433?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-24 13:13:36 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:13:36 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 117831433, 'registration': 'RJ72YTU', 'account': 'ADD002', 'make': 'VOLKSWAGEN', 'model': 'ID.4 ESTATE', 'derivative': '128kW Life Pro 77kWh 5dr Auto [135kW Ch]', 'mileage': 109480, 'mileageWarranty': True, 'type': 'car', 'saleId': 18971, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 238}, 'saleStart': '2026-03-26T10:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2022-11-30', 'fuel': 'Electric', 'motExpiry': '2026-06-02', 'doors': 5, 'engineSize': None, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/RJ72YTU/2025-12-17/image/510db224-9291-4545-8cfb-72fff4080567_removebg.jpg?w=600', 'https://abimg003.imgix.net/RJ72YTU/2025-12-17/image/71d1b80f-0967-4741-bbbd-a02e1ec933f8_removebg.jpg?w=600', 'https://abimg003.imgix.net/RJ72YTU/2025-12-17/image/4ed8fa76-92c4-48e0-8917-ac837e331c98_removebg.jpg?w=600', 'https://abimg003.imgix.net/RJ72YTU/2025-12-17/image/e73365b2-572b-4570-bb3a-4cdc6fbb257c_removebg.jpg?w=600', 'https://abimg003.imgix.net/RJ72YTU/2025-12-17/image/2014e2f4-124b-4ae9-9ece-eaf708cffe27_removebg.jpg?w=600', 'https://abimg003.imgix.net/RJ72YTU/2025-12-17/image/393209c1-153a-420b-b50e-4db6ff2b301d_removebg.jpg?w=600', 'https://abimg003.imgix.net/RJ72YTU/2025-12-17/image/00aa5a76-9221-4716-a2ae-0e9b88743b13_removebg.jpg?w=600', 'https://abimg003.imgix.net/RJ72YTU/2025-12-17/image/51f06179-5664-452a-a755-9213f998a528_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print 11/23-33K 01/24-37K 01/25-74K', 'remarks': 'Ex-Private Hire, VOSA STATES 10K 34K 49K 69K 90K, SPARE KEY', 'virtual': False, 'seller': 'Addison Lee', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': None, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/231b17d4-6bf6-4ec8-a729-85734bd6a1a3.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-24 13:13:36 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 117831433, 'registration': 'RJ72YTU', 'account': 'ADD002', 'make': 'VOLKSWAGEN', 'model': 'ID.4 ESTATE', 'derivative': '128kW Life Pro 77kWh 5dr Auto [135kW Ch]', 'mileage': 109480, 'mileageWarranty': True, 'type': 'car', 'saleId': 18971, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 238}, 'saleStart': '2026-03-26T10:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2022-11-30', 'fuel': 'Electric', 'motExpiry': '2026-06-02', 'doors': 5, 'engineSize': None, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/RJ72YTU/2025-12-17/image/510db224-9291-4545-8cfb-72fff4080567_removebg.jpg?w=600', 'https://abimg003.imgix.net/RJ72YTU/2025-12-17/image/71d1b80f-0967-4741-bbbd-a02e1ec933f8_removebg.jpg?w=600', 'https://abimg003.imgix.net/RJ72YTU/2025-12-17/image/4ed8fa76-92c4-48e0-8917-ac837e331c98_removebg.jpg?w=600', 'https://abimg003.imgix.net/RJ72YTU/2025-12-17/image/e73365b2-572b-4570-bb3a-4cdc6fbb257c_removebg.jpg?w=600', 'https://abimg003.imgix.net/RJ72YTU/2025-12-17/image/2014e2f4-124b-4ae9-9ece-eaf708cffe27_removebg.jpg?w=600', 'https://abimg003.imgix.net/RJ72YTU/2025-12-17/image/393209c1-153a-420b-b50e-4db6ff2b301d_removebg.jpg?w=600', 'https://abimg003.imgix.net/RJ72YTU/2025-12-17/image/00aa5a76-9221-4716-a2ae-0e9b88743b13_removebg.jpg?w=600', 'https://abimg003.imgix.net/RJ72YTU/2025-12-17/image/51f06179-5664-452a-a755-9213f998a528_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print 11/23-33K 01/24-37K 01/25-74K', 'remarks': 'Ex-Private Hire, VOSA STATES 10K 34K 49K 69K 90K, SPARE KEY', 'virtual': False, 'seller': 'Addison Lee', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': None, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/231b17d4-6bf6-4ec8-a729-85734bd6a1a3.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-24 13:13:36 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3d918848-7853-5f87-b649-6a841e6777aa with identifier: 117831433
2026-03-24 13:13:36 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3d918848-7853-5f87-b649-6a841e6777aa with scrape type 2
2026-03-24 13:13:36 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3d918848-7853-5f87-b649-6a841e6777aa with scrape type 2
2026-03-24 13:13:36 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 3d918848-7853-5f87-b649-6a841e6777aa, identifier: 117831433
2026-03-24 13:13:36 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 3d918848-7853-5f87-b649-6a841e6777aa with identifier: 117831433
2026-03-24 13:13:36 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 3d918848-7853-5f87-b649-6a841e6777aa with identifier: 117831433
2026-03-24 13:13:36 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 3d918848-7853-5f87-b649-6a841e6777aa with identifier: 117831433 to the API
2026-03-24 13:13:36 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 13:13:36 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-24 13:13:37 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/117831433?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': None,
'color': 'BLACK',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': '2026-03-26T10:00:00Z',
'fuel_type': 'Electric',
'id': '3d918848-7853-5f87-b649-6a841e6777aa',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'RJ72YTU',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/117831433',
'listing': 'auction',
'location': 'Aston Barclay Donington Park',
'make': 'VOLKSWAGEN',
'model': 'ID.4 ESTATE',
'odometer': 109480,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-11-30',
'seller_name': 'Addison Lee',
'title': 'VOLKSWAGEN ID.4 ESTATE 128kW Life Pro 77kWh 5dr Auto [135kW Ch]',
'transmission': 'automatic',
'trim': '128kW Life Pro 77kWh 5dr Auto [135kW Ch]',
'vin': None,
'year': 2022}
2026-03-24 13:13:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:13:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27117831433%27 HTTP/1.1" 200 None
2026-03-24 13:13:37 [astonbarclay.gb] INFO: Saving data for 117831433: {'auction_closing_time': 1774519200.0, 'created_time': 1773214959.125797, 'last_price_update_time': 1774358017.034132}
2026-03-24 13:13:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:13:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='117831433') HTTP/1.1" 204 0
2026-03-24 13:13:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/118823152?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-24 13:13:37 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:13:37 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 118823152, 'registration': 'BD72XWX', 'account': 'OCT003', 'make': 'MINI', 'model': 'HATCHBACK ELECTRIC', 'derivative': '135kW Cooper S Level 2 33kWh 3dr Auto', 'mileage': 24604, 'mileageWarranty': True, 'type': 'car', 'saleId': 18971, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 238}, 'saleStart': '2026-03-26T10:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2022-11-10', 'fuel': 'Electric', 'motExpiry': '2026-11-09', 'doors': 3, 'engineSize': None, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/BD72XWX/2026-02-02/image/baecd527-52de-4d4c-a640-928b31056ce5_removebg.jpg?w=600', 'https://abimg003.imgix.net/BD72XWX/2026-02-02/image/7aca3a0b-54bf-49d8-955d-98415581a644_removebg.jpg?w=600', 'https://abimg003.imgix.net/BD72XWX/2026-02-02/image/91ce90f7-e9e5-46a9-9f58-f8a89fa15344_removebg.jpg?w=600', 'https://abimg003.imgix.net/BD72XWX/2026-02-02/image/eb9692e8-7c0f-4644-a942-9f5a5da2fabb_removebg.jpg?w=600', 'https://abimg003.imgix.net/BD72XWX/2026-02-02/image/0a2e3284-22f4-40e4-a083-7fe96248a170_removebg.jpg?w=600', 'https://abimg003.imgix.net/BD72XWX/2026-02-02/image/ac13443c-c79a-4474-8b0c-633e46ed9dcb_removebg.jpg?w=600', 'https://abimg003.imgix.net/BD72XWX/2026-02-02/image/c068dcaa-c5f7-452b-8d32-0e9d709ecab0_removebg.jpg?w=600', 'https://abimg003.imgix.net/BD72XWX/2026-02-02/image/46242700-4d01-4234-95c1-d8335ea49545_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service digital 01/25-16K', 'remarks': 'SPARE KEY, V5 AVAILABLE UPON REQUEST, VOSA STATES 23K', '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/620eee7d-3abb-45d5-81b1-ffac39f94e13.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-24 13:13:37 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 118823152, 'registration': 'BD72XWX', 'account': 'OCT003', 'make': 'MINI', 'model': 'HATCHBACK ELECTRIC', 'derivative': '135kW Cooper S Level 2 33kWh 3dr Auto', 'mileage': 24604, 'mileageWarranty': True, 'type': 'car', 'saleId': 18971, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 238}, 'saleStart': '2026-03-26T10:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2022-11-10', 'fuel': 'Electric', 'motExpiry': '2026-11-09', 'doors': 3, 'engineSize': None, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/BD72XWX/2026-02-02/image/baecd527-52de-4d4c-a640-928b31056ce5_removebg.jpg?w=600', 'https://abimg003.imgix.net/BD72XWX/2026-02-02/image/7aca3a0b-54bf-49d8-955d-98415581a644_removebg.jpg?w=600', 'https://abimg003.imgix.net/BD72XWX/2026-02-02/image/91ce90f7-e9e5-46a9-9f58-f8a89fa15344_removebg.jpg?w=600', 'https://abimg003.imgix.net/BD72XWX/2026-02-02/image/eb9692e8-7c0f-4644-a942-9f5a5da2fabb_removebg.jpg?w=600', 'https://abimg003.imgix.net/BD72XWX/2026-02-02/image/0a2e3284-22f4-40e4-a083-7fe96248a170_removebg.jpg?w=600', 'https://abimg003.imgix.net/BD72XWX/2026-02-02/image/ac13443c-c79a-4474-8b0c-633e46ed9dcb_removebg.jpg?w=600', 'https://abimg003.imgix.net/BD72XWX/2026-02-02/image/c068dcaa-c5f7-452b-8d32-0e9d709ecab0_removebg.jpg?w=600', 'https://abimg003.imgix.net/BD72XWX/2026-02-02/image/46242700-4d01-4234-95c1-d8335ea49545_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service digital 01/25-16K', 'remarks': 'SPARE KEY, V5 AVAILABLE UPON REQUEST, VOSA STATES 23K', '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/620eee7d-3abb-45d5-81b1-ffac39f94e13.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-24 13:13:37 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 45fd3eac-7f20-52e7-9d2a-d4d186e8ad54 with identifier: 118823152
2026-03-24 13:13:37 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 45fd3eac-7f20-52e7-9d2a-d4d186e8ad54 with scrape type 2
2026-03-24 13:13:37 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 45fd3eac-7f20-52e7-9d2a-d4d186e8ad54 with scrape type 2
2026-03-24 13:13:37 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 45fd3eac-7f20-52e7-9d2a-d4d186e8ad54, identifier: 118823152
2026-03-24 13:13:37 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 45fd3eac-7f20-52e7-9d2a-d4d186e8ad54 with identifier: 118823152
2026-03-24 13:13:37 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 45fd3eac-7f20-52e7-9d2a-d4d186e8ad54 with identifier: 118823152
2026-03-24 13:13:37 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 45fd3eac-7f20-52e7-9d2a-d4d186e8ad54 with identifier: 118823152 to the API
2026-03-24 13:13:37 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 13:13: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-24 13:13:38 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/118823152?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': None,
'color': 'BLACK',
'currency': 'GBP',
'doors_number': 3,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': '2026-03-26T10:00:00Z',
'fuel_type': 'Electric',
'id': '45fd3eac-7f20-52e7-9d2a-d4d186e8ad54',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'BD72XWX',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/118823152',
'listing': 'auction',
'location': 'Aston Barclay Donington Park',
'make': 'MINI',
'model': 'HATCHBACK ELECTRIC',
'odometer': 24604,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-11-10',
'seller_name': 'Octopus Electric Vehicles',
'title': 'MINI HATCHBACK ELECTRIC 135kW Cooper S Level 2 33kWh 3dr Auto',
'transmission': 'automatic',
'trim': '135kW Cooper S Level 2 33kWh 3dr Auto',
'vin': None,
'year': 2022}
2026-03-24 13:13:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:13:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27118823152%27 HTTP/1.1" 200 None
2026-03-24 13:13:38 [astonbarclay.gb] INFO: Saving data for 118823152: {'auction_closing_time': 1774519200.0, 'created_time': 1773928459.324049, 'last_price_update_time': 1774358018.846279}
2026-03-24 13:13:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:13:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='118823152') HTTP/1.1" 204 0
2026-03-24 13:13:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120411946?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-24 13:13:39 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:13:39 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120411946, 'registration': 'GF72XPD', 'account': 'ZEN002', 'make': 'BMW', 'model': 'iX3 ELECTRIC ESTATE', 'derivative': '210kW M Sport Pro 80kWh 5dr Auto', 'mileage': 21617, 'mileageWarranty': True, 'type': 'car', 'saleId': 18971, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 238}, 'saleStart': '2026-03-26T10:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2022-11-25', 'fuel': 'Electric', 'motExpiry': '2026-10-06', 'doors': 5, 'engineSize': None, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/GF72XPD/2026-03-18/image/db0fdd98-4294-4efd-aa07-26930f80e69e_removebg.jpg?w=600', 'https://abimg003.imgix.net/GF72XPD/2026-03-18/image/74bf2b86-b71e-40a7-acbb-cc0c287f12fb_removebg.jpg?w=600', 'https://abimg003.imgix.net/GF72XPD/2026-03-18/image/9bac168f-ea5e-49ce-835d-cce50a5373ef_removebg.jpg?w=600', 'https://abimg003.imgix.net/GF72XPD/2026-03-18/image/91e4943e-eb5b-40ee-8a9e-bcffa4f15ea4_removebg.jpg?w=600', 'https://abimg003.imgix.net/GF72XPD/2026-03-18/image/a27bd8f7-fbdf-4ed5-9516-8d59bb42bab7_removebg.jpg?w=600', 'https://abimg003.imgix.net/GF72XPD/2026-03-18/image/9c578bac-8073-4898-82f8-3528c6548477_removebg.jpg?w=600', 'https://abimg003.imgix.net/GF72XPD/2026-03-18/image/7dc47256-5aa0-452f-b5da-5244018f2816_removebg.jpg?w=600'], 'colour': 'BLUE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service digital 11/24-16K', 'remarks': 'Phytonic Blue M+ 3de, VOSA STATES 21K 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/3dd43ecb-cc18-4915-b9f6-64e1ca7543d3.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-24 13:13:39 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120411946, 'registration': 'GF72XPD', 'account': 'ZEN002', 'make': 'BMW', 'model': 'iX3 ELECTRIC ESTATE', 'derivative': '210kW M Sport Pro 80kWh 5dr Auto', 'mileage': 21617, 'mileageWarranty': True, 'type': 'car', 'saleId': 18971, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 238}, 'saleStart': '2026-03-26T10:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2022-11-25', 'fuel': 'Electric', 'motExpiry': '2026-10-06', 'doors': 5, 'engineSize': None, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/GF72XPD/2026-03-18/image/db0fdd98-4294-4efd-aa07-26930f80e69e_removebg.jpg?w=600', 'https://abimg003.imgix.net/GF72XPD/2026-03-18/image/74bf2b86-b71e-40a7-acbb-cc0c287f12fb_removebg.jpg?w=600', 'https://abimg003.imgix.net/GF72XPD/2026-03-18/image/9bac168f-ea5e-49ce-835d-cce50a5373ef_removebg.jpg?w=600', 'https://abimg003.imgix.net/GF72XPD/2026-03-18/image/91e4943e-eb5b-40ee-8a9e-bcffa4f15ea4_removebg.jpg?w=600', 'https://abimg003.imgix.net/GF72XPD/2026-03-18/image/a27bd8f7-fbdf-4ed5-9516-8d59bb42bab7_removebg.jpg?w=600', 'https://abimg003.imgix.net/GF72XPD/2026-03-18/image/9c578bac-8073-4898-82f8-3528c6548477_removebg.jpg?w=600', 'https://abimg003.imgix.net/GF72XPD/2026-03-18/image/7dc47256-5aa0-452f-b5da-5244018f2816_removebg.jpg?w=600'], 'colour': 'BLUE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service digital 11/24-16K', 'remarks': 'Phytonic Blue M+ 3de, VOSA STATES 21K 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/3dd43ecb-cc18-4915-b9f6-64e1ca7543d3.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-24 13:13:39 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7082ac93-a221-57b1-ac90-94d889761d09 with identifier: 120411946
2026-03-24 13:13:39 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7082ac93-a221-57b1-ac90-94d889761d09 with scrape type 2
2026-03-24 13:13:39 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7082ac93-a221-57b1-ac90-94d889761d09 with scrape type 2
2026-03-24 13:13:39 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 7082ac93-a221-57b1-ac90-94d889761d09, identifier: 120411946
2026-03-24 13:13:39 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 7082ac93-a221-57b1-ac90-94d889761d09 with identifier: 120411946
2026-03-24 13:13:39 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 7082ac93-a221-57b1-ac90-94d889761d09 with identifier: 120411946
2026-03-24 13:13:39 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 7082ac93-a221-57b1-ac90-94d889761d09 with identifier: 120411946 to the API
2026-03-24 13:13:39 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 13:13: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-24 13:13:39 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120411946?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': None,
'color': 'BLUE',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': '2026-03-26T10:00:00Z',
'fuel_type': 'Electric',
'id': '7082ac93-a221-57b1-ac90-94d889761d09',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'GF72XPD',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120411946',
'listing': 'auction',
'location': 'Aston Barclay Donington Park',
'make': 'BMW',
'model': 'iX3 ELECTRIC ESTATE',
'odometer': 21617,
'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': 'Zenith',
'title': 'BMW iX3 ELECTRIC ESTATE 210kW M Sport Pro 80kWh 5dr Auto',
'transmission': 'automatic',
'trim': '210kW M Sport Pro 80kWh 5dr Auto',
'vin': None,
'year': 2022}
2026-03-24 13:13:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:13:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120411946%27 HTTP/1.1" 200 None
2026-03-24 13:13:39 [astonbarclay.gb] INFO: Saving data for 120411946: {'auction_closing_time': 1774519200.0, 'created_time': 1774260433.915515, 'last_price_update_time': 1774358019.740985}
2026-03-24 13:13:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:13:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120411946') HTTP/1.1" 204 0
2026-03-24 13:13:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/119504828?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-24 13:13:39 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:13:39 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 119504828, 'registration': 'BG71UVO', 'account': 'KIN032', 'make': 'AUDI', 'model': 'Q4 E-TRON ESTATE', 'derivative': '150kW 40 82kWh Sport 5dr Auto', 'mileage': 89845, 'mileageWarranty': True, 'type': 'car', 'saleId': 18971, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 238}, 'saleStart': '2026-03-26T10:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2021-12-16', 'fuel': 'Electric', 'motExpiry': '2026-12-15', 'doors': 5, 'engineSize': None, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/BG71UVO/2026-02-20/image/48d654cc-2b14-4632-b961-d8c53bf9f119_removebg.jpg?w=600', 'https://abimg003.imgix.net/BG71UVO/2026-02-20/image/358d935b-90d7-47f0-a422-f56b414d6cf9_removebg.jpg?w=600', 'https://abimg003.imgix.net/BG71UVO/2026-02-20/image/30b2fe1b-3f4e-4d9e-a330-23c6cea5a583_removebg.jpg?w=600', 'https://abimg003.imgix.net/BG71UVO/2026-02-20/image/bd1deadf-1975-43df-ba34-fbb31fc2976c_removebg.jpg?w=600', 'https://abimg003.imgix.net/BG71UVO/2026-02-20/image/eda30433-2c06-4b1a-8618-299a5553333c_removebg.jpg?w=600', 'https://abimg003.imgix.net/BG71UVO/2026-02-20/image/89ffdc4d-6fc6-406c-9975-97a77d3b7cc7_removebg.jpg?w=600', 'https://abimg003.imgix.net/BG71UVO/2026-02-20/image/1afec633-4a50-479d-bcd9-d988a49374b5_removebg.jpg?w=600', 'https://abimg003.imgix.net/BG71UVO/2026-02-20/image/c0b0c3a6-2319-4010-a8fa-df3be8854e8e_removebg.jpg?w=600'], 'colour': 'Metallic - Typhoon grey', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service digital 12/23 50k 11/25 87k', 'remarks': 'VOSA STATES 74K 87K SPARE KEY / Assistance Pro pack - Q4 E-tron / Flat bottom twin spoke leather multifunction sport steering wheel with shift pad / Routine cloth - Black/silver + front sports seats with integrated head restraint / Wall mounted bracket for compact e-tron charging system', '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/497a4294-ffa6-4396-bb94-4f465c268ce4.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-24 13:13:39 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 119504828, 'registration': 'BG71UVO', 'account': 'KIN032', 'make': 'AUDI', 'model': 'Q4 E-TRON ESTATE', 'derivative': '150kW 40 82kWh Sport 5dr Auto', 'mileage': 89845, 'mileageWarranty': True, 'type': 'car', 'saleId': 18971, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 238}, 'saleStart': '2026-03-26T10:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2021-12-16', 'fuel': 'Electric', 'motExpiry': '2026-12-15', 'doors': 5, 'engineSize': None, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/BG71UVO/2026-02-20/image/48d654cc-2b14-4632-b961-d8c53bf9f119_removebg.jpg?w=600', 'https://abimg003.imgix.net/BG71UVO/2026-02-20/image/358d935b-90d7-47f0-a422-f56b414d6cf9_removebg.jpg?w=600', 'https://abimg003.imgix.net/BG71UVO/2026-02-20/image/30b2fe1b-3f4e-4d9e-a330-23c6cea5a583_removebg.jpg?w=600', 'https://abimg003.imgix.net/BG71UVO/2026-02-20/image/bd1deadf-1975-43df-ba34-fbb31fc2976c_removebg.jpg?w=600', 'https://abimg003.imgix.net/BG71UVO/2026-02-20/image/eda30433-2c06-4b1a-8618-299a5553333c_removebg.jpg?w=600', 'https://abimg003.imgix.net/BG71UVO/2026-02-20/image/89ffdc4d-6fc6-406c-9975-97a77d3b7cc7_removebg.jpg?w=600', 'https://abimg003.imgix.net/BG71UVO/2026-02-20/image/1afec633-4a50-479d-bcd9-d988a49374b5_removebg.jpg?w=600', 'https://abimg003.imgix.net/BG71UVO/2026-02-20/image/c0b0c3a6-2319-4010-a8fa-df3be8854e8e_removebg.jpg?w=600'], 'colour': 'Metallic - Typhoon grey', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service digital 12/23 50k 11/25 87k', 'remarks': 'VOSA STATES 74K 87K SPARE KEY / Assistance Pro pack - Q4 E-tron / Flat bottom twin spoke leather multifunction sport steering wheel with shift pad / Routine cloth - Black/silver + front sports seats with integrated head restraint / Wall mounted bracket for compact e-tron charging system', '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/497a4294-ffa6-4396-bb94-4f465c268ce4.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-24 13:13:39 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: cf68dc17-ce49-517d-935e-e1ae7adbf94e with identifier: 119504828
2026-03-24 13:13:39 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item cf68dc17-ce49-517d-935e-e1ae7adbf94e with scrape type 2
2026-03-24 13:13:39 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item cf68dc17-ce49-517d-935e-e1ae7adbf94e with scrape type 2
2026-03-24 13:13:39 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: cf68dc17-ce49-517d-935e-e1ae7adbf94e, identifier: 119504828
2026-03-24 13:13:39 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: cf68dc17-ce49-517d-935e-e1ae7adbf94e with identifier: 119504828
2026-03-24 13:13:39 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-24 13:13:40 [urllib3.connectionpool] DEBUG: https://translate.google.com:443 "GET /m?tl=en&sl=auto&q=Metallic+-+Typhoon+grey HTTP/1.1" 200 None
2026-03-24 13:13:40 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-24 13:13:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='auto',RowKey='auto') HTTP/1.1" 204 0
2026-03-24 13:13:40 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: cf68dc17-ce49-517d-935e-e1ae7adbf94e with identifier: 119504828
2026-03-24 13:13:40 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: cf68dc17-ce49-517d-935e-e1ae7adbf94e with identifier: 119504828 to the API
2026-03-24 13:13:40 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 13:13: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-24 13:13:41 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/119504828?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': None,
'color': 'Metallic',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': '2026-03-26T10:00:00Z',
'fuel_type': 'Electric',
'id': 'cf68dc17-ce49-517d-935e-e1ae7adbf94e',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'BG71UVO',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/119504828',
'listing': 'auction',
'location': 'Aston Barclay Donington Park',
'make': 'AUDI',
'model': 'Q4 E-TRON ESTATE',
'odometer': 89845,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-12-16',
'seller_name': 'Kinto',
'title': 'AUDI Q4 E-TRON ESTATE 150kW 40 82kWh Sport 5dr Auto',
'transmission': 'automatic',
'trim': '150kW 40 82kWh Sport 5dr Auto',
'vin': None,
'year': 2021}
2026-03-24 13:13:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:13:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27119504828%27 HTTP/1.1" 200 None
2026-03-24 13:13:41 [astonbarclay.gb] INFO: Saving data for 119504828: {'auction_closing_time': 1774519200.0, 'created_time': 1773214910.598196, 'last_price_update_time': 1774358021.456983}
2026-03-24 13:13:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:13:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='119504828') HTTP/1.1" 204 0
2026-03-24 13:13:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120484142?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-24 13:13:42 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:13:42 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120484142, 'registration': 'YR25NNM', 'account': 'STE131', 'make': 'FIAT', 'model': '600 HATCHBACK', 'derivative': '1.2 Hybrid 48V 136 La Prima 5dr eDCT-6', 'mileage': 5215, 'mileageWarranty': True, 'type': 'car', 'saleId': 18971, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 238}, 'saleStart': '2026-03-26T10:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2025-04-04', 'fuel': 'Petrol', 'motExpiry': None, 'doors': 5, 'engineSize': 1199, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/YR25NNM/2026-03-17/image/98da6375-eb97-4762-a4d8-27b83efb1179_removebg.jpg?w=600', 'https://abimg003.imgix.net/YR25NNM/2026-03-17/image/c1b6d852-5cc1-4c74-bd38-a46bb8a2a52e_removebg.jpg?w=600', 'https://abimg003.imgix.net/YR25NNM/2026-03-17/image/75acb87c-0d3e-4867-b4ea-b6b90586179e_removebg.jpg?w=600', 'https://abimg003.imgix.net/YR25NNM/2026-03-17/image/1ef0df80-4504-49d0-b2c8-2200ed537ce1_removebg.jpg?w=600', 'https://abimg003.imgix.net/YR25NNM/2026-03-17/image/35aa4c37-fdea-434b-ae6c-51706b28ee8e_removebg.jpg?w=600', 'https://abimg003.imgix.net/YR25NNM/2026-03-17/image/2aa03578-ac07-46d9-a294-f06df04e7609_removebg.jpg?w=600', 'https://abimg003.imgix.net/YR25NNM/2026-03-17/image/717ed395-ea0f-47fc-846a-189dfab11820_removebg.jpg?w=600', 'https://abimg003.imgix.net/YR25NNM/2026-03-17/image/c651a897-8572-4415-a3b4-489d6abb9ae5_removebg.jpg?w=600'], 'colour': 'BLUE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': 'SPARE KEY', 'virtual': False, 'seller': 'Stellantis Financial Services UK', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': False, 'v5details': None, 'co2': 109, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/3b2dc0fd-f393-4b19-8c55-f415045b62ba.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-24 13:13:42 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120484142, 'registration': 'YR25NNM', 'account': 'STE131', 'make': 'FIAT', 'model': '600 HATCHBACK', 'derivative': '1.2 Hybrid 48V 136 La Prima 5dr eDCT-6', 'mileage': 5215, 'mileageWarranty': True, 'type': 'car', 'saleId': 18971, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 238}, 'saleStart': '2026-03-26T10:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2025-04-04', 'fuel': 'Petrol', 'motExpiry': None, 'doors': 5, 'engineSize': 1199, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/YR25NNM/2026-03-17/image/98da6375-eb97-4762-a4d8-27b83efb1179_removebg.jpg?w=600', 'https://abimg003.imgix.net/YR25NNM/2026-03-17/image/c1b6d852-5cc1-4c74-bd38-a46bb8a2a52e_removebg.jpg?w=600', 'https://abimg003.imgix.net/YR25NNM/2026-03-17/image/75acb87c-0d3e-4867-b4ea-b6b90586179e_removebg.jpg?w=600', 'https://abimg003.imgix.net/YR25NNM/2026-03-17/image/1ef0df80-4504-49d0-b2c8-2200ed537ce1_removebg.jpg?w=600', 'https://abimg003.imgix.net/YR25NNM/2026-03-17/image/35aa4c37-fdea-434b-ae6c-51706b28ee8e_removebg.jpg?w=600', 'https://abimg003.imgix.net/YR25NNM/2026-03-17/image/2aa03578-ac07-46d9-a294-f06df04e7609_removebg.jpg?w=600', 'https://abimg003.imgix.net/YR25NNM/2026-03-17/image/717ed395-ea0f-47fc-846a-189dfab11820_removebg.jpg?w=600', 'https://abimg003.imgix.net/YR25NNM/2026-03-17/image/c651a897-8572-4415-a3b4-489d6abb9ae5_removebg.jpg?w=600'], 'colour': 'BLUE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': 'SPARE KEY', 'virtual': False, 'seller': 'Stellantis Financial Services UK', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': False, 'v5details': None, 'co2': 109, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/3b2dc0fd-f393-4b19-8c55-f415045b62ba.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-24 13:13:42 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 41c5186f-a7db-5e61-8617-701086623334 with identifier: 120484142
2026-03-24 13:13:42 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 41c5186f-a7db-5e61-8617-701086623334 with scrape type 2
2026-03-24 13:13:42 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 41c5186f-a7db-5e61-8617-701086623334 with scrape type 2
2026-03-24 13:13:42 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 41c5186f-a7db-5e61-8617-701086623334, identifier: 120484142
2026-03-24 13:13:42 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 41c5186f-a7db-5e61-8617-701086623334 with identifier: 120484142
2026-03-24 13:13:42 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 41c5186f-a7db-5e61-8617-701086623334 with identifier: 120484142
2026-03-24 13:13:42 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 41c5186f-a7db-5e61-8617-701086623334 with identifier: 120484142 to the API
2026-03-24 13:13:42 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 13:13:43 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-24 13:13:43 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120484142?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 109,
'color': 'BLUE',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.2L',
'expiration_date': '2026-03-26T10:00:00Z',
'fuel_type': 'Petrol',
'id': '41c5186f-a7db-5e61-8617-701086623334',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'YR25NNM',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120484142',
'listing': 'auction',
'location': 'Aston Barclay Donington Park',
'make': 'FIAT',
'model': '600 HATCHBACK',
'odometer': 5215,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2025-04-04',
'seller_name': 'Stellantis Financial Services UK',
'title': 'FIAT 600 HATCHBACK 1.2 Hybrid 48V 136 La Prima 5dr eDCT-6',
'transmission': 'automatic',
'trim': '1.2 Hybrid 48V 136 La Prima 5dr eDCT-6',
'vin': None,
'year': 2025}
2026-03-24 13:13:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:13:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120484142%27 HTTP/1.1" 200 None
2026-03-24 13:13:43 [astonbarclay.gb] INFO: Saving data for 120484142: {'auction_closing_time': 1774519200.0, 'created_time': 1773830392.744971, 'last_price_update_time': 1774358023.17451}
2026-03-24 13:13:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:13:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120484142') HTTP/1.1" 204 0
2026-03-24 13:13:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120127097?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-24 13:13:44 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:13:44 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120127097, 'registration': 'VN25ZTO', 'account': 'LIQ001', 'make': 'PEUGEOT', 'model': '3008 ESTATE', 'derivative': '1.2 Hybrid 136 GT 5dr e-DSC6', 'mileage': 17764, 'mileageWarranty': True, 'type': 'car', 'saleId': 18971, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 238}, 'saleStart': '2026-03-26T10:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2025-07-08', 'fuel': 'Petrol', 'motExpiry': None, 'doors': 5, 'engineSize': 1199, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/VN25ZTO/2026-03-17/image/b3a56b99-2a0e-4033-babf-7f72a79c6acf_removebg.jpg?w=600', 'https://abimg003.imgix.net/VN25ZTO/2026-03-17/image/f844c6cb-e6ef-449c-9bba-81aad844f234_removebg.jpg?w=600', 'https://abimg003.imgix.net/VN25ZTO/2026-03-17/image/efea387d-c333-4f32-a9b2-29180a22f04a_removebg.jpg?w=600', 'https://abimg003.imgix.net/VN25ZTO/2026-03-17/image/bc66b2e7-bd4b-4209-93d5-d5d7da62f912_removebg.jpg?w=600', 'https://abimg003.imgix.net/VN25ZTO/2026-03-17/image/5517c800-2607-41cb-bb34-fbf8a3c4b85c_removebg.jpg?w=600', 'https://abimg003.imgix.net/VN25ZTO/2026-03-17/image/503ec6bf-06d6-45d4-9db1-bbccecfb1c11_removebg.jpg?w=600', 'https://abimg003.imgix.net/VN25ZTO/2026-03-17/image/79a459f5-b794-4c4a-8f4d-b3b04ba0f0b6_removebg.jpg?w=600', 'https://abimg003.imgix.net/VN25ZTO/2026-03-17/image/73e48185-c30c-421e-ba29-48092281bc9a_removebg.jpg?w=600', 'https://abimg003.imgix.net/VN25ZTO/2026-03-17/image/1cf8350b-d216-4c8c-9ea9-8f3a7f2842f5_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': 'SPARE KEY, BLANK BOOK', 'virtual': False, 'seller': 'Liquid Fleet', '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/e19bcfd5-ff45-4671-aa6a-e8f73e6c82ce.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-24 13:13:44 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120127097, 'registration': 'VN25ZTO', 'account': 'LIQ001', 'make': 'PEUGEOT', 'model': '3008 ESTATE', 'derivative': '1.2 Hybrid 136 GT 5dr e-DSC6', 'mileage': 17764, 'mileageWarranty': True, 'type': 'car', 'saleId': 18971, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 238}, 'saleStart': '2026-03-26T10:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2025-07-08', 'fuel': 'Petrol', 'motExpiry': None, 'doors': 5, 'engineSize': 1199, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/VN25ZTO/2026-03-17/image/b3a56b99-2a0e-4033-babf-7f72a79c6acf_removebg.jpg?w=600', 'https://abimg003.imgix.net/VN25ZTO/2026-03-17/image/f844c6cb-e6ef-449c-9bba-81aad844f234_removebg.jpg?w=600', 'https://abimg003.imgix.net/VN25ZTO/2026-03-17/image/efea387d-c333-4f32-a9b2-29180a22f04a_removebg.jpg?w=600', 'https://abimg003.imgix.net/VN25ZTO/2026-03-17/image/bc66b2e7-bd4b-4209-93d5-d5d7da62f912_removebg.jpg?w=600', 'https://abimg003.imgix.net/VN25ZTO/2026-03-17/image/5517c800-2607-41cb-bb34-fbf8a3c4b85c_removebg.jpg?w=600', 'https://abimg003.imgix.net/VN25ZTO/2026-03-17/image/503ec6bf-06d6-45d4-9db1-bbccecfb1c11_removebg.jpg?w=600', 'https://abimg003.imgix.net/VN25ZTO/2026-03-17/image/79a459f5-b794-4c4a-8f4d-b3b04ba0f0b6_removebg.jpg?w=600', 'https://abimg003.imgix.net/VN25ZTO/2026-03-17/image/73e48185-c30c-421e-ba29-48092281bc9a_removebg.jpg?w=600', 'https://abimg003.imgix.net/VN25ZTO/2026-03-17/image/1cf8350b-d216-4c8c-9ea9-8f3a7f2842f5_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': 'SPARE KEY, BLANK BOOK', 'virtual': False, 'seller': 'Liquid Fleet', '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/e19bcfd5-ff45-4671-aa6a-e8f73e6c82ce.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-24 13:13:44 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 764a361a-67bf-549b-b5ec-cd1863980db8 with identifier: 120127097
2026-03-24 13:13:44 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 764a361a-67bf-549b-b5ec-cd1863980db8 with scrape type 2
2026-03-24 13:13:44 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 764a361a-67bf-549b-b5ec-cd1863980db8 with scrape type 2
2026-03-24 13:13:44 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 764a361a-67bf-549b-b5ec-cd1863980db8, identifier: 120127097
2026-03-24 13:13:44 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 764a361a-67bf-549b-b5ec-cd1863980db8 with identifier: 120127097
2026-03-24 13:13:44 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 764a361a-67bf-549b-b5ec-cd1863980db8 with identifier: 120127097
2026-03-24 13:13:44 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 764a361a-67bf-549b-b5ec-cd1863980db8 with identifier: 120127097 to the API
2026-03-24 13:13:44 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 13:13:44 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-24 13:13:44 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120127097?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-26T10:00:00Z',
'fuel_type': 'Petrol',
'id': '764a361a-67bf-549b-b5ec-cd1863980db8',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'VN25ZTO',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120127097',
'listing': 'auction',
'location': 'Aston Barclay Donington Park',
'make': 'PEUGEOT',
'model': '3008 ESTATE',
'odometer': 17764,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2025-07-08',
'seller_name': 'Liquid Fleet',
'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-24 13:13:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:13:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120127097%27 HTTP/1.1" 200 None
2026-03-24 13:13:44 [astonbarclay.gb] INFO: Saving data for 120127097: {'auction_closing_time': 1774519200.0, 'created_time': 1773753056.220567, 'last_price_update_time': 1774358024.844286}
2026-03-24 13:13:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:13:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120127097') HTTP/1.1" 204 0
2026-03-24 13:13:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/118813061?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-24 13:13:48 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:13:48 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 118813061, 'registration': 'BT20OGP', 'account': 'STE131', 'make': 'FORD', 'model': 'FOCUS HATCHBACK', 'derivative': '1.0 EcoBoost 125 ST-Line 5dr', 'mileage': 58005, 'mileageWarranty': True, 'type': 'car', 'saleId': 18971, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 238}, 'saleStart': '2026-03-26T10:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2020-03-20', 'fuel': 'Petrol', 'motExpiry': '2026-09-16', 'doors': 5, 'engineSize': 999, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/BT20OGP/2026-01-21/image/7b473c5d-cf32-4b0b-9235-bbcae3430476_removebg.jpg?w=600', 'https://abimg003.imgix.net/BT20OGP/2026-01-21/image/88561d31-ee04-4b64-8fc4-8df7bfff20a8_removebg.jpg?w=600', 'https://abimg003.imgix.net/BT20OGP/2026-01-21/image/408092ba-4919-40df-a661-899f76846328_removebg.jpg?w=600', 'https://abimg003.imgix.net/BT20OGP/2026-01-21/image/26a5f421-e67a-4ffd-a2d2-e21eb008f1a9_removebg.jpg?w=600', 'https://abimg003.imgix.net/BT20OGP/2026-01-21/image/14e5ade4-1322-4105-88ec-967645d3f0a1_removebg.jpg?w=600', 'https://abimg003.imgix.net/BT20OGP/2026-01-21/image/778bfca6-3ad6-4f53-8c77-e83740931922_removebg.jpg?w=600', 'https://abimg003.imgix.net/BT20OGP/2026-01-21/image/25b833ae-0ee3-4b2d-b191-8db8cc6e400c_removebg.jpg?w=600', 'https://abimg003.imgix.net/BT20OGP/2026-01-21/image/5414c4fb-fd0d-453f-b8c2-8fc959db7be1_removebg.jpg?w=600'], 'colour': 'BLUE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': 'SPARE KEY, VOSA STATES 34K 46K 54', 'virtual': False, 'seller': 'Stellantis Financial Services UK', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '1', 'v5': True, 'v5details': 'Here', 'co2': 96, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/d27eb721-64ae-44c2-ba2b-141999fac66b.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 13:13:48 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 118813061, 'registration': 'BT20OGP', 'account': 'STE131', 'make': 'FORD', 'model': 'FOCUS HATCHBACK', 'derivative': '1.0 EcoBoost 125 ST-Line 5dr', 'mileage': 58005, 'mileageWarranty': True, 'type': 'car', 'saleId': 18971, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 238}, 'saleStart': '2026-03-26T10:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2020-03-20', 'fuel': 'Petrol', 'motExpiry': '2026-09-16', 'doors': 5, 'engineSize': 999, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/BT20OGP/2026-01-21/image/7b473c5d-cf32-4b0b-9235-bbcae3430476_removebg.jpg?w=600', 'https://abimg003.imgix.net/BT20OGP/2026-01-21/image/88561d31-ee04-4b64-8fc4-8df7bfff20a8_removebg.jpg?w=600', 'https://abimg003.imgix.net/BT20OGP/2026-01-21/image/408092ba-4919-40df-a661-899f76846328_removebg.jpg?w=600', 'https://abimg003.imgix.net/BT20OGP/2026-01-21/image/26a5f421-e67a-4ffd-a2d2-e21eb008f1a9_removebg.jpg?w=600', 'https://abimg003.imgix.net/BT20OGP/2026-01-21/image/14e5ade4-1322-4105-88ec-967645d3f0a1_removebg.jpg?w=600', 'https://abimg003.imgix.net/BT20OGP/2026-01-21/image/778bfca6-3ad6-4f53-8c77-e83740931922_removebg.jpg?w=600', 'https://abimg003.imgix.net/BT20OGP/2026-01-21/image/25b833ae-0ee3-4b2d-b191-8db8cc6e400c_removebg.jpg?w=600', 'https://abimg003.imgix.net/BT20OGP/2026-01-21/image/5414c4fb-fd0d-453f-b8c2-8fc959db7be1_removebg.jpg?w=600'], 'colour': 'BLUE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': 'SPARE KEY, VOSA STATES 34K 46K 54', 'virtual': False, 'seller': 'Stellantis Financial Services UK', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '1', 'v5': True, 'v5details': 'Here', 'co2': 96, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/d27eb721-64ae-44c2-ba2b-141999fac66b.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 13:13:48 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9057a259-aa7a-5423-84c6-6482ab85b6da with identifier: 118813061
2026-03-24 13:13:48 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9057a259-aa7a-5423-84c6-6482ab85b6da with scrape type 2
2026-03-24 13:13:48 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9057a259-aa7a-5423-84c6-6482ab85b6da with scrape type 2
2026-03-24 13:13:48 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 9057a259-aa7a-5423-84c6-6482ab85b6da, identifier: 118813061
2026-03-24 13:13:48 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 9057a259-aa7a-5423-84c6-6482ab85b6da with identifier: 118813061
2026-03-24 13:13:48 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 9057a259-aa7a-5423-84c6-6482ab85b6da with identifier: 118813061
2026-03-24 13:13:48 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 9057a259-aa7a-5423-84c6-6482ab85b6da with identifier: 118813061 to the API
2026-03-24 13:13:48 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 13:13: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-24 13:13:50 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/118813061?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 96,
'color': 'BLUE',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.0L',
'expiration_date': '2026-03-26T10:00:00Z',
'fuel_type': 'Petrol',
'id': '9057a259-aa7a-5423-84c6-6482ab85b6da',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'BT20OGP',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/118813061',
'listing': 'auction',
'location': 'Aston Barclay Donington Park',
'make': 'FORD',
'model': 'FOCUS HATCHBACK',
'odometer': 58005,
'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': 'Stellantis Financial Services UK',
'title': 'FORD FOCUS HATCHBACK 1.0 EcoBoost 125 ST-Line 5dr',
'transmission': 'manual',
'trim': '1.0 EcoBoost 125 ST-Line 5dr',
'vin': None,
'year': 2020}
2026-03-24 13:13:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:13:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27118813061%27 HTTP/1.1" 200 None
2026-03-24 13:13:50 [astonbarclay.gb] INFO: Saving data for 118813061: {'auction_closing_time': 1774519200.0, 'created_time': 1773401898.748705, 'last_price_update_time': 1774358030.726751}
2026-03-24 13:13:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:13:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='118813061') HTTP/1.1" 204 0
2026-03-24 13:13:51 [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-24 13:13:51 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:13:51 [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': 19178, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 472}, 'saleStart': '2026-03-25T10:00Z', 'lot': None, 'hall': 'Hall 2', '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-24 13:13:51 [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': 19178, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 472}, 'saleStart': '2026-03-25T10:00Z', 'lot': None, 'hall': 'Hall 2', '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-24 13:13:51 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3fb4289c-fb62-5f6d-9c32-1173387ff81a with identifier: 120573323
2026-03-24 13:13:51 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3fb4289c-fb62-5f6d-9c32-1173387ff81a with scrape type 2
2026-03-24 13:13:51 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3fb4289c-fb62-5f6d-9c32-1173387ff81a with scrape type 2
2026-03-24 13:13:51 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 3fb4289c-fb62-5f6d-9c32-1173387ff81a, identifier: 120573323
2026-03-24 13:13:51 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 3fb4289c-fb62-5f6d-9c32-1173387ff81a with identifier: 120573323
2026-03-24 13:13:51 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 3fb4289c-fb62-5f6d-9c32-1173387ff81a with identifier: 120573323
2026-03-24 13:13:51 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 3fb4289c-fb62-5f6d-9c32-1173387ff81a with identifier: 120573323 to the API
2026-03-24 13:13:51 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 13:13: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-24 13:13:52 [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-25T10:00: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-24 13:13:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:13:52 [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-24 13:13:52 [astonbarclay.gb] INFO: Saving data for 120573323: {'auction_closing_time': 1774432800.0, 'created_time': 1773863250.624371, 'last_price_update_time': 1774358032.416447}
2026-03-24 13:13:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:13:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120573323') HTTP/1.1" 204 0
2026-03-24 13:13:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120368795?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-24 13:13:52 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:13:52 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120368795, 'registration': 'AK71GYS', 'account': 'ZEN002', 'make': 'SKODA', 'model': 'ENYAQ IV ESTATE', 'derivative': '132kW 60 Suite 62kWh 5dr Auto [120kW]', 'mileage': 76395, 'mileageWarranty': True, 'type': 'car', 'saleId': 18971, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 238}, 'saleStart': '2026-03-26T10:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2021-12-10', 'fuel': 'Electric', 'motExpiry': '2026-12-09', 'doors': 5, 'engineSize': None, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/AK71GYS/2026-03-12/image/a0fe21df-e960-48d5-be70-f036e8b03ad9_removebg.jpg?w=600', 'https://abimg003.imgix.net/AK71GYS/2026-03-12/image/12173cd8-ab9a-4fb7-b0a1-932f04625414_removebg.jpg?w=600', 'https://abimg003.imgix.net/AK71GYS/2026-03-12/image/acda4050-54e8-4214-9fd6-0d7190fae222_removebg.jpg?w=600', 'https://abimg003.imgix.net/AK71GYS/2026-03-12/image/981c0b62-a899-473c-bd0d-ea9ca86c1db9_removebg.jpg?w=600', 'https://abimg003.imgix.net/AK71GYS/2026-03-12/image/ba1d39ce-a45d-43c7-929a-941d0f6463ba_removebg.jpg?w=600', 'https://abimg003.imgix.net/AK71GYS/2026-03-12/image/1e265853-bd39-47bd-9cf8-6d9c44e88b1d_removebg.jpg?w=600', 'https://abimg003.imgix.net/AK71GYS/2026-03-12/image/9437c892-31e6-46a7-9148-0909439caf98_removebg.jpg?w=600', 'https://abimg003.imgix.net/AK71GYS/2026-03-12/image/e28aeb3f-dfe7-4aa3-bc03-c29058b42ba5_removebg.jpg?w=600'], 'colour': 'BLUE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service digital 01/24-39K 01/26-74K', 'remarks': 'SPACE KEY, VOSA STATES 56K 73K \t 20in Vega Silver Metallic Alloy\tChrome Pack\tEV Grants', '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/aa52fe5a-9138-47e1-8a59-ef15a18026ba.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 13:13:52 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120368795, 'registration': 'AK71GYS', 'account': 'ZEN002', 'make': 'SKODA', 'model': 'ENYAQ IV ESTATE', 'derivative': '132kW 60 Suite 62kWh 5dr Auto [120kW]', 'mileage': 76395, 'mileageWarranty': True, 'type': 'car', 'saleId': 18971, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 238}, 'saleStart': '2026-03-26T10:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2021-12-10', 'fuel': 'Electric', 'motExpiry': '2026-12-09', 'doors': 5, 'engineSize': None, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/AK71GYS/2026-03-12/image/a0fe21df-e960-48d5-be70-f036e8b03ad9_removebg.jpg?w=600', 'https://abimg003.imgix.net/AK71GYS/2026-03-12/image/12173cd8-ab9a-4fb7-b0a1-932f04625414_removebg.jpg?w=600', 'https://abimg003.imgix.net/AK71GYS/2026-03-12/image/acda4050-54e8-4214-9fd6-0d7190fae222_removebg.jpg?w=600', 'https://abimg003.imgix.net/AK71GYS/2026-03-12/image/981c0b62-a899-473c-bd0d-ea9ca86c1db9_removebg.jpg?w=600', 'https://abimg003.imgix.net/AK71GYS/2026-03-12/image/ba1d39ce-a45d-43c7-929a-941d0f6463ba_removebg.jpg?w=600', 'https://abimg003.imgix.net/AK71GYS/2026-03-12/image/1e265853-bd39-47bd-9cf8-6d9c44e88b1d_removebg.jpg?w=600', 'https://abimg003.imgix.net/AK71GYS/2026-03-12/image/9437c892-31e6-46a7-9148-0909439caf98_removebg.jpg?w=600', 'https://abimg003.imgix.net/AK71GYS/2026-03-12/image/e28aeb3f-dfe7-4aa3-bc03-c29058b42ba5_removebg.jpg?w=600'], 'colour': 'BLUE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service digital 01/24-39K 01/26-74K', 'remarks': 'SPACE KEY, VOSA STATES 56K 73K \t 20in Vega Silver Metallic Alloy\tChrome Pack\tEV Grants', '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/aa52fe5a-9138-47e1-8a59-ef15a18026ba.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 13:13:52 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ee293254-2e2f-54e6-891f-bc4601c5e0c5 with identifier: 120368795
2026-03-24 13:13:52 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ee293254-2e2f-54e6-891f-bc4601c5e0c5 with scrape type 2
2026-03-24 13:13:52 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ee293254-2e2f-54e6-891f-bc4601c5e0c5 with scrape type 2
2026-03-24 13:13:52 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: ee293254-2e2f-54e6-891f-bc4601c5e0c5, identifier: 120368795
2026-03-24 13:13:52 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: ee293254-2e2f-54e6-891f-bc4601c5e0c5 with identifier: 120368795
2026-03-24 13:13:52 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: ee293254-2e2f-54e6-891f-bc4601c5e0c5 with identifier: 120368795
2026-03-24 13:13:52 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: ee293254-2e2f-54e6-891f-bc4601c5e0c5 with identifier: 120368795 to the API
2026-03-24 13:13:52 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 13:13: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-24 13:13:54 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120368795?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': None,
'color': 'BLUE',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': '2026-03-26T10:00:00Z',
'fuel_type': 'Electric',
'id': 'ee293254-2e2f-54e6-891f-bc4601c5e0c5',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'AK71GYS',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120368795',
'listing': 'auction',
'location': 'Aston Barclay Donington Park',
'make': 'SKODA',
'model': 'ENYAQ IV ESTATE',
'odometer': 76395,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-12-10',
'seller_name': 'Zenith',
'title': 'SKODA ENYAQ IV ESTATE 132kW 60 Suite 62kWh 5dr Auto [120kW]',
'transmission': 'automatic',
'trim': '132kW 60 Suite 62kWh 5dr Auto [120kW]',
'vin': None,
'year': 2021}
2026-03-24 13:13:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:13:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120368795%27 HTTP/1.1" 200 None
2026-03-24 13:13:54 [astonbarclay.gb] INFO: Saving data for 120368795: {'auction_closing_time': 1774519200.0, 'created_time': 1773667375.996314, 'last_price_update_time': 1774358034.102491}
2026-03-24 13:13:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:13:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120368795') HTTP/1.1" 204 0
2026-03-24 13:13:55 [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-24 13:13:55 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:13:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120553389?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-24 13:13:55 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:13:55 [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': 19179, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 472}, 'saleStart': '2026-03-25T10:00Z', 'lot': 1296, '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-24 13:13:55 [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': 19179, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 472}, 'saleStart': '2026-03-25T10:00Z', 'lot': 1296, '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-24 13:13:55 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3e65f213-d440-5d8a-be7b-8849102f7d88 with identifier: 120651855
2026-03-24 13:13:55 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3e65f213-d440-5d8a-be7b-8849102f7d88 with scrape type 2
2026-03-24 13:13:55 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3e65f213-d440-5d8a-be7b-8849102f7d88 with scrape type 2
2026-03-24 13:13:55 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 3e65f213-d440-5d8a-be7b-8849102f7d88, identifier: 120651855
2026-03-24 13:13:55 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 3e65f213-d440-5d8a-be7b-8849102f7d88 with identifier: 120651855
2026-03-24 13:13:55 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 3e65f213-d440-5d8a-be7b-8849102f7d88 with identifier: 120651855
2026-03-24 13:13:55 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 3e65f213-d440-5d8a-be7b-8849102f7d88 with identifier: 120651855 to the API
2026-03-24 13:13:55 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 13:13: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-24 13:13:57 [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-25T10: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-24 13:13:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:13:57 [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-24 13:13:57 [astonbarclay.gb] INFO: Saving data for 120651855: {'auction_closing_time': 1774432800.0, 'created_time': 1774034198.369015, 'last_price_update_time': 1774358037.319969}
2026-03-24 13:13:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:13:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120651855') HTTP/1.1" 204 0
2026-03-24 13:13:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/117864929?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-24 13:13:57 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:13:57 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120553389, 'registration': 'DN63KFC', 'account': 'ART006', 'make': 'PEUGEOT', 'model': '2008 DIESEL ESTATE', 'derivative': '1.6 e-HDi 115 Feline 5dr [Calima]', 'mileage': 78165, 'mileageWarranty': True, 'type': 'car', 'saleId': 18852, 'siteId': 659779, 'site': {'id': 659779, 'name': 'Aston Barclay Prees Heath', 'vehicles': 93}, 'saleStart': '2026-03-26T10:00Z', 'lot': None, 'hall': 'Main Hall', 'transmission': 'manual', 'firstRegistration': '2013-11-30', 'fuel': 'Diesel', 'motExpiry': '2027-01-26', 'doors': 5, 'engineSize': 1560, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/DN63KFC/2026-03-18/image/3f574439-f9c5-449a-8e62-bdd7b0e80ac5_removebg.jpg?w=600', 'https://abimg003.imgix.net/DN63KFC/2026-03-18/image/ebfe8a8a-7781-469d-bb4e-2a7adb8c6904_removebg.jpg?w=600', 'https://abimg003.imgix.net/DN63KFC/2026-03-18/image/cc7ffcc2-75f9-4f1c-9c05-dc6bf2ec780a_removebg.jpg?w=600', 'https://abimg003.imgix.net/DN63KFC/2026-03-18/image/b0bb4c01-af5c-4c7e-9f9e-930878a453b2_removebg.jpg?w=600', 'https://abimg003.imgix.net/DN63KFC/2026-03-18/image/c4603161-c8fa-4c12-85a8-e74f88f948c1_removebg.jpg?w=600', 'https://abimg003.imgix.net/DN63KFC/2026-03-18/image/86c85d5f-1775-4dec-b2b8-012bba74bfe7_removebg.jpg?w=600', 'https://abimg003.imgix.net/DN63KFC/2026-03-18/image/b9b77d3f-76f4-4d90-8716-c18166ee519f_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Express', 'serviceHistory': 'Service book 02/14-12K 03/16-19K 06/17-26K 12/18-33K 01/21-49K', 'remarks': '**outstanding recall** vosa @ 22k 28k 33k 39k 49k 60k 69k 72k 75k 77k SPARE KEY IN OFFICE', 'virtual': False, 'seller': 'Arthurs Motor Group', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '1', 'v5': True, 'v5details': 'Here', 'co2': 105, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/d68dd698-461a-4f16-b310-f593799a19e9.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 13:13:57 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120553389, 'registration': 'DN63KFC', 'account': 'ART006', 'make': 'PEUGEOT', 'model': '2008 DIESEL ESTATE', 'derivative': '1.6 e-HDi 115 Feline 5dr [Calima]', 'mileage': 78165, 'mileageWarranty': True, 'type': 'car', 'saleId': 18852, 'siteId': 659779, 'site': {'id': 659779, 'name': 'Aston Barclay Prees Heath', 'vehicles': 93}, 'saleStart': '2026-03-26T10:00Z', 'lot': None, 'hall': 'Main Hall', 'transmission': 'manual', 'firstRegistration': '2013-11-30', 'fuel': 'Diesel', 'motExpiry': '2027-01-26', 'doors': 5, 'engineSize': 1560, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/DN63KFC/2026-03-18/image/3f574439-f9c5-449a-8e62-bdd7b0e80ac5_removebg.jpg?w=600', 'https://abimg003.imgix.net/DN63KFC/2026-03-18/image/ebfe8a8a-7781-469d-bb4e-2a7adb8c6904_removebg.jpg?w=600', 'https://abimg003.imgix.net/DN63KFC/2026-03-18/image/cc7ffcc2-75f9-4f1c-9c05-dc6bf2ec780a_removebg.jpg?w=600', 'https://abimg003.imgix.net/DN63KFC/2026-03-18/image/b0bb4c01-af5c-4c7e-9f9e-930878a453b2_removebg.jpg?w=600', 'https://abimg003.imgix.net/DN63KFC/2026-03-18/image/c4603161-c8fa-4c12-85a8-e74f88f948c1_removebg.jpg?w=600', 'https://abimg003.imgix.net/DN63KFC/2026-03-18/image/86c85d5f-1775-4dec-b2b8-012bba74bfe7_removebg.jpg?w=600', 'https://abimg003.imgix.net/DN63KFC/2026-03-18/image/b9b77d3f-76f4-4d90-8716-c18166ee519f_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Express', 'serviceHistory': 'Service book 02/14-12K 03/16-19K 06/17-26K 12/18-33K 01/21-49K', 'remarks': '**outstanding recall** vosa @ 22k 28k 33k 39k 49k 60k 69k 72k 75k 77k SPARE KEY IN OFFICE', 'virtual': False, 'seller': 'Arthurs Motor Group', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '1', 'v5': True, 'v5details': 'Here', 'co2': 105, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/d68dd698-461a-4f16-b310-f593799a19e9.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 13:13:57 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d55e624a-4d74-5f71-9a62-4e8e7a86bcc1 with identifier: 120553389
2026-03-24 13:13:57 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d55e624a-4d74-5f71-9a62-4e8e7a86bcc1 with scrape type 2
2026-03-24 13:13:57 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d55e624a-4d74-5f71-9a62-4e8e7a86bcc1 with scrape type 2
2026-03-24 13:13:57 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: d55e624a-4d74-5f71-9a62-4e8e7a86bcc1, identifier: 120553389
2026-03-24 13:13:57 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: d55e624a-4d74-5f71-9a62-4e8e7a86bcc1 with identifier: 120553389
2026-03-24 13:13:57 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: d55e624a-4d74-5f71-9a62-4e8e7a86bcc1 with identifier: 120553389
2026-03-24 13:13:57 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: d55e624a-4d74-5f71-9a62-4e8e7a86bcc1 with identifier: 120553389 to the API
2026-03-24 13:13:57 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 13:13:58 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-24 13:13:58 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120553389?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 105,
'color': 'BLACK',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 5',
'engine': '1.6L',
'expiration_date': '2026-03-26T10:00:00Z',
'fuel_type': 'Diesel',
'id': 'd55e624a-4d74-5f71-9a62-4e8e7a86bcc1',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'DN63KFC',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120553389',
'listing': 'auction',
'location': 'Aston Barclay Prees Heath',
'make': 'PEUGEOT',
'model': '2008 DIESEL ESTATE',
'odometer': 78165,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2013-11-30',
'seller_name': 'Arthurs Motor Group',
'title': 'PEUGEOT 2008 DIESEL ESTATE 1.6 e-HDi 115 Feline 5dr [Calima]',
'transmission': 'manual',
'trim': '1.6 e-HDi 115 Feline 5dr [Calima]',
'vin': None,
'year': 2013}
2026-03-24 13:13:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:13:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120553389%27 HTTP/1.1" 200 None
2026-03-24 13:13:58 [astonbarclay.gb] INFO: Saving data for 120553389: {'auction_closing_time': 1774519200.0, 'created_time': 1773838846.10595, 'last_price_update_time': 1774358038.668244}
2026-03-24 13:13:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:13:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120553389') HTTP/1.1" 204 0
2026-03-24 13:13:58 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 117864929, 'registration': 'RF72AEG', 'account': 'ADD002', 'make': 'VOLKSWAGEN', 'model': 'ID.4 ESTATE', 'derivative': '128kW Life Pro 77kWh 5dr Auto [135kW Ch]', 'mileage': 94293, 'mileageWarranty': True, 'type': 'car', 'saleId': 18971, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 238}, 'saleStart': '2026-03-26T10:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2022-12-08', 'fuel': 'Electric', 'motExpiry': '2026-06-16', 'doors': 5, 'engineSize': None, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/RF72AEG/2025-12-17/image/635b8873-09d8-45f4-97a1-d3b3e570e17d_removebg.jpg?w=600', 'https://abimg003.imgix.net/RF72AEG/2025-12-17/image/e5245cec-8eb0-418c-a7fb-190903999277_removebg.jpg?w=600', 'https://abimg003.imgix.net/RF72AEG/2025-12-17/image/f820eca8-bd3e-496b-93e4-cdbd29a1f038_removebg.jpg?w=600', 'https://abimg003.imgix.net/RF72AEG/2025-12-17/image/47e212ac-9963-49e9-9aff-9fa2534de31a_removebg.jpg?w=600', 'https://abimg003.imgix.net/RF72AEG/2025-12-17/image/0bd534d0-4c4f-4a1b-8d7f-e6334f4a7776_removebg.jpg?w=600', 'https://abimg003.imgix.net/RF72AEG/2025-12-17/image/898e1514-31f6-421a-aa91-cb098c63d64e_removebg.jpg?w=600', 'https://abimg003.imgix.net/RF72AEG/2025-12-17/image/f1051187-f4e4-4d6b-a85b-1393348d5ad7_removebg.jpg?w=600', 'https://abimg003.imgix.net/RF72AEG/2025-12-17/image/aca7ce83-3b3e-449b-9d70-73096cee89f9_removebg.jpg?w=600', 'https://abimg003.imgix.net/RF72AEG/2025-12-17/image/a21fb895-d90a-4fd1-b0f8-a3dee39a0977_removebg.jpg?w=600', 'https://abimg003.imgix.net/RF72AEG/2025-12-17/image/ab4cf3b8-6380-4fdc-b410-137d6ce1f05e_removebg.jpg?w=600', 'https://abimg003.imgix.net/RF72AEG/2025-12-17/image/f138570d-2d66-4175-8d6c-a7f95dcdc4fc_removebg.jpg?w=600', 'https://abimg003.imgix.net/RF72AEG/2025-12-17/image/1d9fefb4-83c9-4318-bc60-8d27689f0c97_removebg.jpg?w=600', 'https://abimg003.imgix.net/RF72AEG/2025-12-17/image/4bcf23a6-aa40-4797-b80b-9264fde06efc_removebg.jpg?w=600', 'https://abimg003.imgix.net/RF72AEG/2025-12-17/image/e0943acc-65d6-4f33-abee-12cbcc9665f5_removebg.jpg?w=600', 'https://abimg003.imgix.net/RF72AEG/2025-12-17/image/bdb0fb76-8bea-44e7-b0a2-b1c252503de3_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print 01/24-43K 04/25-77K', 'remarks': 'Ex-Private Hire, SPARE KEY, VOSA STATES 21K 41K 53K 67K 82K', 'virtual': False, 'seller': 'Addison Lee', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': None, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/7b2f2c60-e990-4293-87ef-0578caef6cbc.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-24 13:13:58 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 117864929, 'registration': 'RF72AEG', 'account': 'ADD002', 'make': 'VOLKSWAGEN', 'model': 'ID.4 ESTATE', 'derivative': '128kW Life Pro 77kWh 5dr Auto [135kW Ch]', 'mileage': 94293, 'mileageWarranty': True, 'type': 'car', 'saleId': 18971, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 238}, 'saleStart': '2026-03-26T10:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2022-12-08', 'fuel': 'Electric', 'motExpiry': '2026-06-16', 'doors': 5, 'engineSize': None, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/RF72AEG/2025-12-17/image/635b8873-09d8-45f4-97a1-d3b3e570e17d_removebg.jpg?w=600', 'https://abimg003.imgix.net/RF72AEG/2025-12-17/image/e5245cec-8eb0-418c-a7fb-190903999277_removebg.jpg?w=600', 'https://abimg003.imgix.net/RF72AEG/2025-12-17/image/f820eca8-bd3e-496b-93e4-cdbd29a1f038_removebg.jpg?w=600', 'https://abimg003.imgix.net/RF72AEG/2025-12-17/image/47e212ac-9963-49e9-9aff-9fa2534de31a_removebg.jpg?w=600', 'https://abimg003.imgix.net/RF72AEG/2025-12-17/image/0bd534d0-4c4f-4a1b-8d7f-e6334f4a7776_removebg.jpg?w=600', 'https://abimg003.imgix.net/RF72AEG/2025-12-17/image/898e1514-31f6-421a-aa91-cb098c63d64e_removebg.jpg?w=600', 'https://abimg003.imgix.net/RF72AEG/2025-12-17/image/f1051187-f4e4-4d6b-a85b-1393348d5ad7_removebg.jpg?w=600', 'https://abimg003.imgix.net/RF72AEG/2025-12-17/image/aca7ce83-3b3e-449b-9d70-73096cee89f9_removebg.jpg?w=600', 'https://abimg003.imgix.net/RF72AEG/2025-12-17/image/a21fb895-d90a-4fd1-b0f8-a3dee39a0977_removebg.jpg?w=600', 'https://abimg003.imgix.net/RF72AEG/2025-12-17/image/ab4cf3b8-6380-4fdc-b410-137d6ce1f05e_removebg.jpg?w=600', 'https://abimg003.imgix.net/RF72AEG/2025-12-17/image/f138570d-2d66-4175-8d6c-a7f95dcdc4fc_removebg.jpg?w=600', 'https://abimg003.imgix.net/RF72AEG/2025-12-17/image/1d9fefb4-83c9-4318-bc60-8d27689f0c97_removebg.jpg?w=600', 'https://abimg003.imgix.net/RF72AEG/2025-12-17/image/4bcf23a6-aa40-4797-b80b-9264fde06efc_removebg.jpg?w=600', 'https://abimg003.imgix.net/RF72AEG/2025-12-17/image/e0943acc-65d6-4f33-abee-12cbcc9665f5_removebg.jpg?w=600', 'https://abimg003.imgix.net/RF72AEG/2025-12-17/image/bdb0fb76-8bea-44e7-b0a2-b1c252503de3_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print 01/24-43K 04/25-77K', 'remarks': 'Ex-Private Hire, SPARE KEY, VOSA STATES 21K 41K 53K 67K 82K', 'virtual': False, 'seller': 'Addison Lee', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': None, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/7b2f2c60-e990-4293-87ef-0578caef6cbc.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-24 13:13:58 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ed3f7d29-1280-52b2-bf45-8b0aae5ac7c7 with identifier: 117864929
2026-03-24 13:13:58 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ed3f7d29-1280-52b2-bf45-8b0aae5ac7c7 with scrape type 2
2026-03-24 13:13:58 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ed3f7d29-1280-52b2-bf45-8b0aae5ac7c7 with scrape type 2
2026-03-24 13:13:58 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: ed3f7d29-1280-52b2-bf45-8b0aae5ac7c7, identifier: 117864929
2026-03-24 13:13:58 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: ed3f7d29-1280-52b2-bf45-8b0aae5ac7c7 with identifier: 117864929
2026-03-24 13:13:58 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: ed3f7d29-1280-52b2-bf45-8b0aae5ac7c7 with identifier: 117864929
2026-03-24 13:13:58 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: ed3f7d29-1280-52b2-bf45-8b0aae5ac7c7 with identifier: 117864929 to the API
2026-03-24 13:13:58 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 13:13: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-24 13:13:59 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/117864929?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': None,
'color': 'BLACK',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': '2026-03-26T10:00:00Z',
'fuel_type': 'Electric',
'id': 'ed3f7d29-1280-52b2-bf45-8b0aae5ac7c7',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'RF72AEG',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/117864929',
'listing': 'auction',
'location': 'Aston Barclay Donington Park',
'make': 'VOLKSWAGEN',
'model': 'ID.4 ESTATE',
'odometer': 94293,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-12-08',
'seller_name': 'Addison Lee',
'title': 'VOLKSWAGEN ID.4 ESTATE 128kW Life Pro 77kWh 5dr Auto [135kW Ch]',
'transmission': 'automatic',
'trim': '128kW Life Pro 77kWh 5dr Auto [135kW Ch]',
'vin': None,
'year': 2022}
2026-03-24 13:13:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:13:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27117864929%27 HTTP/1.1" 200 None
2026-03-24 13:13:59 [astonbarclay.gb] INFO: Saving data for 117864929: {'auction_closing_time': 1774519200.0, 'created_time': 1773403672.402105, 'last_price_update_time': 1774358039.296171}
2026-03-24 13:13:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:13:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='117864929') HTTP/1.1" 204 0
2026-03-24 13:13:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120442046?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-24 13:13:59 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:13:59 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120442046, 'registration': 'AJ18UGU', 'account': 'PAV002', 'make': 'VOLKSWAGEN', 'model': 'CARAVELLE DIESEL ESTATE', 'derivative': '2.0 TDI BlueMotion Tech 204 Executive 5dr DSG', 'mileage': 62299, 'mileageWarranty': True, 'type': 'car', 'saleId': 19178, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 472}, 'saleStart': '2026-03-25T10:00Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2018-07-19', 'fuel': 'Diesel', 'motExpiry': '2026-08-20', 'doors': 5, 'engineSize': 1968, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/AJ18UGU/2026-03-17/image/06d65265-e4d2-4120-879c-1030b9dd2f30_removebg.jpg?w=600', 'https://abimg003.imgix.net/AJ18UGU/2026-03-17/image/f0ca0d55-70c0-4f60-b503-161880fd1d29_removebg.jpg?w=600', 'https://abimg003.imgix.net/AJ18UGU/2026-03-17/image/3615b118-a2a2-4276-bb0e-79429e7198ed_removebg.jpg?w=600', 'https://abimg003.imgix.net/AJ18UGU/2026-03-17/image/79f09c39-d114-42f6-aac0-eef370a55058_removebg.jpg?w=600', 'https://abimg003.imgix.net/AJ18UGU/2026-03-17/image/1807a543-6aac-4d6c-8842-942a42093ee0_removebg.jpg?w=600', 'https://abimg003.imgix.net/AJ18UGU/2026-03-17/image/f15e2781-4f93-4574-9f3d-bc9bd5f374c0_removebg.jpg?w=600', 'https://abimg003.imgix.net/AJ18UGU/2026-03-17/image/55240f6d-4d7b-49dd-9a73-31e3889065e7_removebg.jpg?w=600', 'https://abimg003.imgix.net/AJ18UGU/2026-03-17/image/7f1a6a7f-2d7f-4d08-903f-316aa769092a_removebg.jpg?w=600', 'https://abimg003.imgix.net/AJ18UGU/2026-03-17/image/e6d43860-ddba-4748-9063-5ded617e736e_removebg.jpg?w=600'], 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print 05/19-12K, 02/20-23K, 08/22-47K, 08/23-55K, 08/24-56K, 01/26-61K', 'remarks': 'VOSA STATES 47K, 55K, 56K, 61K, SPARE KEY AND SD CARD IN OFFICE', 'virtual': False, 'seller': 'Auction Plus', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '6', 'v5': True, 'v5details': 'Here', 'co2': 186, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/0769cf28-1a43-4496-8226-14b2c1352b6e.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 13:13:59 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120442046, 'registration': 'AJ18UGU', 'account': 'PAV002', 'make': 'VOLKSWAGEN', 'model': 'CARAVELLE DIESEL ESTATE', 'derivative': '2.0 TDI BlueMotion Tech 204 Executive 5dr DSG', 'mileage': 62299, 'mileageWarranty': True, 'type': 'car', 'saleId': 19178, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 472}, 'saleStart': '2026-03-25T10:00Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2018-07-19', 'fuel': 'Diesel', 'motExpiry': '2026-08-20', 'doors': 5, 'engineSize': 1968, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/AJ18UGU/2026-03-17/image/06d65265-e4d2-4120-879c-1030b9dd2f30_removebg.jpg?w=600', 'https://abimg003.imgix.net/AJ18UGU/2026-03-17/image/f0ca0d55-70c0-4f60-b503-161880fd1d29_removebg.jpg?w=600', 'https://abimg003.imgix.net/AJ18UGU/2026-03-17/image/3615b118-a2a2-4276-bb0e-79429e7198ed_removebg.jpg?w=600', 'https://abimg003.imgix.net/AJ18UGU/2026-03-17/image/79f09c39-d114-42f6-aac0-eef370a55058_removebg.jpg?w=600', 'https://abimg003.imgix.net/AJ18UGU/2026-03-17/image/1807a543-6aac-4d6c-8842-942a42093ee0_removebg.jpg?w=600', 'https://abimg003.imgix.net/AJ18UGU/2026-03-17/image/f15e2781-4f93-4574-9f3d-bc9bd5f374c0_removebg.jpg?w=600', 'https://abimg003.imgix.net/AJ18UGU/2026-03-17/image/55240f6d-4d7b-49dd-9a73-31e3889065e7_removebg.jpg?w=600', 'https://abimg003.imgix.net/AJ18UGU/2026-03-17/image/7f1a6a7f-2d7f-4d08-903f-316aa769092a_removebg.jpg?w=600', 'https://abimg003.imgix.net/AJ18UGU/2026-03-17/image/e6d43860-ddba-4748-9063-5ded617e736e_removebg.jpg?w=600'], 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print 05/19-12K, 02/20-23K, 08/22-47K, 08/23-55K, 08/24-56K, 01/26-61K', 'remarks': 'VOSA STATES 47K, 55K, 56K, 61K, SPARE KEY AND SD CARD IN OFFICE', 'virtual': False, 'seller': 'Auction Plus', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '6', 'v5': True, 'v5details': 'Here', 'co2': 186, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/0769cf28-1a43-4496-8226-14b2c1352b6e.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 13:13:59 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: cd85c569-5ba0-503c-a47c-4189650f9ab1 with identifier: 120442046
2026-03-24 13:13:59 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item cd85c569-5ba0-503c-a47c-4189650f9ab1 with scrape type 2
2026-03-24 13:13:59 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item cd85c569-5ba0-503c-a47c-4189650f9ab1 with scrape type 2
2026-03-24 13:13:59 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: cd85c569-5ba0-503c-a47c-4189650f9ab1, identifier: 120442046
2026-03-24 13:13:59 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: cd85c569-5ba0-503c-a47c-4189650f9ab1 with identifier: 120442046
2026-03-24 13:13:59 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: cd85c569-5ba0-503c-a47c-4189650f9ab1 with identifier: 120442046
2026-03-24 13:13:59 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: cd85c569-5ba0-503c-a47c-4189650f9ab1 with identifier: 120442046 to the API
2026-03-24 13:13:59 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 13:14:01 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-24 13:14:01 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120442046?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 186,
'color': 'WHITE',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'expiration_date': '2026-03-25T10:00:00Z',
'fuel_type': 'Diesel',
'id': 'cd85c569-5ba0-503c-a47c-4189650f9ab1',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'AJ18UGU',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120442046',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'VOLKSWAGEN',
'model': 'CARAVELLE DIESEL ESTATE',
'odometer': 62299,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2018-07-19',
'seller_name': 'Auction Plus',
'title': 'VOLKSWAGEN CARAVELLE DIESEL ESTATE 2.0 TDI BlueMotion Tech 204 '
'Executive 5dr DSG',
'transmission': 'automatic',
'trim': '2.0 TDI BlueMotion Tech 204 Executive 5dr DSG',
'vin': None,
'year': 2018}
2026-03-24 13:14:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:14:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120442046%27 HTTP/1.1" 200 None
2026-03-24 13:14:01 [astonbarclay.gb] INFO: Saving data for 120442046: {'auction_closing_time': 1774432800.0, 'created_time': 1773514866.697602, 'last_price_update_time': 1774358041.33799}
2026-03-24 13:14:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:14:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120442046') HTTP/1.1" 204 0
2026-03-24 13:14:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120244319?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-24 13:14:01 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:14:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120264494?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-24 13:14:01 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:14:01 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120244319, 'registration': 'CX24XZV', 'account': 'ZEN002', 'make': 'SEAT', 'model': 'IBIZA HATCHBACK', 'derivative': '1.0 TSI 110 Xcellence Lux 5dr DSG', 'mileage': 12962, 'mileageWarranty': True, 'type': 'car', 'saleId': 18971, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 238}, 'saleStart': '2026-03-26T10:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2024-06-14', 'fuel': 'Petrol', 'motExpiry': None, 'doors': 5, 'engineSize': 999, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/CX24XZV/2026-03-16/image/7f06eb49-3bea-4a67-8e8b-2ac331ee6def_removebg.jpg?w=600', 'https://abimg003.imgix.net/CX24XZV/2026-03-16/image/93b5699f-59ef-4e39-be47-4796ada62b11_removebg.jpg?w=600', 'https://abimg003.imgix.net/CX24XZV/2026-03-16/image/c1c08f99-2ecc-4528-a0ba-aa87f1ad3c45_removebg.jpg?w=600', 'https://abimg003.imgix.net/CX24XZV/2026-03-16/image/269348cb-0068-433e-b223-a62fa08163a8_removebg.jpg?w=600', 'https://abimg003.imgix.net/CX24XZV/2026-03-16/image/3c6174b9-5d56-470b-a1b7-5c29b4d13986_removebg.jpg?w=600', 'https://abimg003.imgix.net/CX24XZV/2026-03-16/image/99977d50-ae88-495e-b264-a30378d41448_removebg.jpg?w=600', 'https://abimg003.imgix.net/CX24XZV/2026-03-16/image/d1856ad6-2a8e-4eb8-82dc-72c1d305c546_removebg.jpg?w=600', 'https://abimg003.imgix.net/CX24XZV/2026-03-16/image/356332a7-3597-4f20-84ea-91b156cddfd6_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': 'SPARE KEY', 'virtual': False, 'seller': 'Zenith', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': 127, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/ee3f13e6-02b5-42dc-a268-4b83c1b26e28.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 13:14:01 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120244319, 'registration': 'CX24XZV', 'account': 'ZEN002', 'make': 'SEAT', 'model': 'IBIZA HATCHBACK', 'derivative': '1.0 TSI 110 Xcellence Lux 5dr DSG', 'mileage': 12962, 'mileageWarranty': True, 'type': 'car', 'saleId': 18971, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 238}, 'saleStart': '2026-03-26T10:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2024-06-14', 'fuel': 'Petrol', 'motExpiry': None, 'doors': 5, 'engineSize': 999, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/CX24XZV/2026-03-16/image/7f06eb49-3bea-4a67-8e8b-2ac331ee6def_removebg.jpg?w=600', 'https://abimg003.imgix.net/CX24XZV/2026-03-16/image/93b5699f-59ef-4e39-be47-4796ada62b11_removebg.jpg?w=600', 'https://abimg003.imgix.net/CX24XZV/2026-03-16/image/c1c08f99-2ecc-4528-a0ba-aa87f1ad3c45_removebg.jpg?w=600', 'https://abimg003.imgix.net/CX24XZV/2026-03-16/image/269348cb-0068-433e-b223-a62fa08163a8_removebg.jpg?w=600', 'https://abimg003.imgix.net/CX24XZV/2026-03-16/image/3c6174b9-5d56-470b-a1b7-5c29b4d13986_removebg.jpg?w=600', 'https://abimg003.imgix.net/CX24XZV/2026-03-16/image/99977d50-ae88-495e-b264-a30378d41448_removebg.jpg?w=600', 'https://abimg003.imgix.net/CX24XZV/2026-03-16/image/d1856ad6-2a8e-4eb8-82dc-72c1d305c546_removebg.jpg?w=600', 'https://abimg003.imgix.net/CX24XZV/2026-03-16/image/356332a7-3597-4f20-84ea-91b156cddfd6_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': 'SPARE KEY', 'virtual': False, 'seller': 'Zenith', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': 127, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/ee3f13e6-02b5-42dc-a268-4b83c1b26e28.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 13:14:01 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f9039dff-1eeb-5476-bbed-85a53aee3bbc with identifier: 120244319
2026-03-24 13:14:01 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f9039dff-1eeb-5476-bbed-85a53aee3bbc with scrape type 2
2026-03-24 13:14:01 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f9039dff-1eeb-5476-bbed-85a53aee3bbc with scrape type 2
2026-03-24 13:14:01 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: f9039dff-1eeb-5476-bbed-85a53aee3bbc, identifier: 120244319
2026-03-24 13:14:01 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: f9039dff-1eeb-5476-bbed-85a53aee3bbc with identifier: 120244319
2026-03-24 13:14:01 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: f9039dff-1eeb-5476-bbed-85a53aee3bbc with identifier: 120244319
2026-03-24 13:14:01 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: f9039dff-1eeb-5476-bbed-85a53aee3bbc with identifier: 120244319 to the API
2026-03-24 13:14:01 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 13:14:03 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-24 13:14:03 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120244319?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 127,
'color': 'GREY',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.0L',
'expiration_date': '2026-03-26T10:00:00Z',
'fuel_type': 'Petrol',
'id': 'f9039dff-1eeb-5476-bbed-85a53aee3bbc',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'CX24XZV',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120244319',
'listing': 'auction',
'location': 'Aston Barclay Donington Park',
'make': 'SEAT',
'model': 'IBIZA HATCHBACK',
'odometer': 12962,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-06-14',
'seller_name': 'Zenith',
'title': 'SEAT IBIZA HATCHBACK 1.0 TSI 110 Xcellence Lux 5dr DSG',
'transmission': 'automatic',
'trim': '1.0 TSI 110 Xcellence Lux 5dr DSG',
'vin': None,
'year': 2024}
2026-03-24 13:14:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:14:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120244319%27 HTTP/1.1" 200 None
2026-03-24 13:14:03 [astonbarclay.gb] INFO: Saving data for 120244319: {'auction_closing_time': 1774519200.0, 'created_time': 1773667358.398989, 'last_price_update_time': 1774358043.402287}
2026-03-24 13:14:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:14:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120244319') HTTP/1.1" 204 0
2026-03-24 13:14:03 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120264494, 'registration': 'AV58OXD', 'account': 'MAL017', 'make': 'VOLVO', 'model': 'XC60 ESTATE', 'derivative': 'T6 SE Lux 5dr AWD Geartronic', 'mileage': 147967, 'mileageWarranty': False, 'type': 'car', 'saleId': 19178, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 472}, 'saleStart': '2026-03-25T10:00Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2008-12-20', 'fuel': 'Petrol', 'motExpiry': '2026-12-21', 'doors': 5, 'engineSize': 2593, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/AV58OXD/2026-03-12/image/af410654-cb50-4699-9ffe-db9f42cf14f7_removebg.jpg?w=600', 'https://abimg003.imgix.net/AV58OXD/2026-03-12/image/e89be169-123f-41a8-a5c2-944eabd757a6_removebg.jpg?w=600', 'https://abimg003.imgix.net/AV58OXD/2026-03-12/image/ec745a10-96e7-4c4c-97bf-ca412cd7c9dd_removebg.jpg?w=600', 'https://abimg003.imgix.net/AV58OXD/2026-03-12/image/fd97f06b-c812-42bf-ae28-5b1e8ddca01b_removebg.jpg?w=600', 'https://abimg003.imgix.net/AV58OXD/2026-03-12/image/1521f387-72bd-46d9-9e35-d9c7c7197177_removebg.jpg?w=600', 'https://abimg003.imgix.net/AV58OXD/2026-03-12/image/817b9b52-13f8-4dfe-94ec-4ff088004a25_removebg.jpg?w=600'], 'colour': 'SILVER', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Express', 'serviceHistory': 'Service print and book 12/09 - 13K,12/12 - 44K, 12/13 - 52K, 12/14 - 61K, 12/15- 68K 12/16 - 76K, 12/17 - 87K, 12/18 - 97K, 12/19 - 106K, 12/20 - 114K, 12/21 - 121K, 5/23 - 130K 10/25 - 145K', 'remarks': 'VOSA STATES - 128K, 134K, 140K, 146K SPARE KEY IN OFFICE', 'virtual': False, 'seller': 'MCV Group', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': 284, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/887e1a09-0e86-485d-be86-7ebd922e30ef.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 4, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 13:14:03 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120264494, 'registration': 'AV58OXD', 'account': 'MAL017', 'make': 'VOLVO', 'model': 'XC60 ESTATE', 'derivative': 'T6 SE Lux 5dr AWD Geartronic', 'mileage': 147967, 'mileageWarranty': False, 'type': 'car', 'saleId': 19178, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 472}, 'saleStart': '2026-03-25T10:00Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2008-12-20', 'fuel': 'Petrol', 'motExpiry': '2026-12-21', 'doors': 5, 'engineSize': 2593, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/AV58OXD/2026-03-12/image/af410654-cb50-4699-9ffe-db9f42cf14f7_removebg.jpg?w=600', 'https://abimg003.imgix.net/AV58OXD/2026-03-12/image/e89be169-123f-41a8-a5c2-944eabd757a6_removebg.jpg?w=600', 'https://abimg003.imgix.net/AV58OXD/2026-03-12/image/ec745a10-96e7-4c4c-97bf-ca412cd7c9dd_removebg.jpg?w=600', 'https://abimg003.imgix.net/AV58OXD/2026-03-12/image/fd97f06b-c812-42bf-ae28-5b1e8ddca01b_removebg.jpg?w=600', 'https://abimg003.imgix.net/AV58OXD/2026-03-12/image/1521f387-72bd-46d9-9e35-d9c7c7197177_removebg.jpg?w=600', 'https://abimg003.imgix.net/AV58OXD/2026-03-12/image/817b9b52-13f8-4dfe-94ec-4ff088004a25_removebg.jpg?w=600'], 'colour': 'SILVER', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Express', 'serviceHistory': 'Service print and book 12/09 - 13K,12/12 - 44K, 12/13 - 52K, 12/14 - 61K, 12/15- 68K 12/16 - 76K, 12/17 - 87K, 12/18 - 97K, 12/19 - 106K, 12/20 - 114K, 12/21 - 121K, 5/23 - 130K 10/25 - 145K', 'remarks': 'VOSA STATES - 128K, 134K, 140K, 146K SPARE KEY IN OFFICE', 'virtual': False, 'seller': 'MCV Group', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': 284, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/887e1a09-0e86-485d-be86-7ebd922e30ef.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 4, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 13:14:03 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2344575d-d1c5-5ce8-b492-7de138dc404a with identifier: 120264494
2026-03-24 13:14:03 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2344575d-d1c5-5ce8-b492-7de138dc404a with scrape type 2
2026-03-24 13:14:03 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2344575d-d1c5-5ce8-b492-7de138dc404a with scrape type 2
2026-03-24 13:14:03 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 2344575d-d1c5-5ce8-b492-7de138dc404a, identifier: 120264494
2026-03-24 13:14:03 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 2344575d-d1c5-5ce8-b492-7de138dc404a with identifier: 120264494
2026-03-24 13:14:03 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 2344575d-d1c5-5ce8-b492-7de138dc404a with identifier: 120264494
2026-03-24 13:14:03 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 2344575d-d1c5-5ce8-b492-7de138dc404a with identifier: 120264494 to the API
2026-03-24 13:14:03 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 13:14: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-24 13:14:05 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120264494?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 284,
'color': 'SILVER',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 4',
'engine': '2.6L',
'expiration_date': '2026-03-25T10:00:00Z',
'fuel_type': 'Petrol',
'id': '2344575d-d1c5-5ce8-b492-7de138dc404a',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'AV58OXD',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120264494',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'VOLVO',
'model': 'XC60 ESTATE',
'odometer': 147967,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2008-12-20',
'seller_name': 'MCV Group',
'title': 'VOLVO XC60 ESTATE T6 SE Lux 5dr AWD Geartronic',
'transmission': 'automatic',
'trim': 'T6 SE Lux 5dr AWD Geartronic',
'vin': None,
'year': 2008}
2026-03-24 13:14:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:14:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120264494%27 HTTP/1.1" 200 None
2026-03-24 13:14:05 [astonbarclay.gb] INFO: Saving data for 120264494: {'auction_closing_time': 1774432800.0, 'created_time': 1773403469.064838, 'last_price_update_time': 1774358045.516437}
2026-03-24 13:14:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:14:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120264494') HTTP/1.1" 204 0
2026-03-24 13:14:05 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120719841?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-24 13:14:05 [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-24 13:14:05 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:14:05 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:14:05 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120719841, 'registration': 'MD69BZF', 'account': 'MOT075', 'make': 'CITROEN', 'model': 'C3 HATCHBACK', 'derivative': '1.2 PureTech 83 Feel 5dr', 'mileage': 61242, 'mileageWarranty': True, 'type': 'car', 'saleId': 19179, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 472}, 'saleStart': '2026-03-25T10:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2020-02-04', 'fuel': 'Petrol', 'motExpiry': '2026-07-03', 'doors': 5, 'engineSize': 1199, 'bodyType': 'Hatchback', 'images': None, 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': None, 'serviceHistory': 'Service book 03/21 -7K, 12/21 - 15K, 07/25 - 53K,', 'remarks': '**** NEW KEEPER SLIP MISSING***VOSA STATES 28K, 41K, 53K - 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/45ec5e24-7613-4f16-afc9-b379908ca7f0.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 13:14:05 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120719841, 'registration': 'MD69BZF', 'account': 'MOT075', 'make': 'CITROEN', 'model': 'C3 HATCHBACK', 'derivative': '1.2 PureTech 83 Feel 5dr', 'mileage': 61242, 'mileageWarranty': True, 'type': 'car', 'saleId': 19179, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 472}, 'saleStart': '2026-03-25T10:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2020-02-04', 'fuel': 'Petrol', 'motExpiry': '2026-07-03', 'doors': 5, 'engineSize': 1199, 'bodyType': 'Hatchback', 'images': None, 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': None, 'serviceHistory': 'Service book 03/21 -7K, 12/21 - 15K, 07/25 - 53K,', 'remarks': '**** NEW KEEPER SLIP MISSING***VOSA STATES 28K, 41K, 53K - 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/45ec5e24-7613-4f16-afc9-b379908ca7f0.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 13:14:05 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2d962b29-78b3-5412-a904-08137da109b9 with identifier: 120719841
2026-03-24 13:14:05 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2d962b29-78b3-5412-a904-08137da109b9 with scrape type 1
2026-03-24 13:14:05 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 0 photos for item 2d962b29-78b3-5412-a904-08137da109b9
2026-03-24 13:14:05 [crawlers.middlewares.photo_download_middleware] INFO: No photos to download for item 2d962b29-78b3-5412-a904-08137da109b9
2026-03-24 13:14:05 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 2d962b29-78b3-5412-a904-08137da109b9, identifier: 120719841
2026-03-24 13:14:05 [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': 19178, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 472}, 'saleStart': '2026-03-25T10:00Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2011-09-02', 'fuel': 'Petrol', 'motExpiry': '2026-10-26', 'doors': 5, 'engineSize': 1598, 'bodyType': 'Hatchback', 'images': None, 'colour': 'RED', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': None, 'serviceHistory': '', 'remarks': 'VOSA STATES, SPARE KEY 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-24 13:14:05 [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': 19178, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 472}, 'saleStart': '2026-03-25T10:00Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2011-09-02', 'fuel': 'Petrol', 'motExpiry': '2026-10-26', 'doors': 5, 'engineSize': 1598, 'bodyType': 'Hatchback', 'images': None, 'colour': 'RED', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': None, 'serviceHistory': '', 'remarks': 'VOSA STATES, SPARE KEY 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-24 13:14:05 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b681102f-af05-56ff-a7ed-1f3dd80b1e3d with identifier: 120716187
2026-03-24 13:14:05 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b681102f-af05-56ff-a7ed-1f3dd80b1e3d with scrape type 1
2026-03-24 13:14:05 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 0 photos for item b681102f-af05-56ff-a7ed-1f3dd80b1e3d
2026-03-24 13:14:05 [crawlers.middlewares.photo_download_middleware] INFO: No photos to download for item b681102f-af05-56ff-a7ed-1f3dd80b1e3d
2026-03-24 13:14:05 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: b681102f-af05-56ff-a7ed-1f3dd80b1e3d, identifier: 120716187
2026-03-24 13:14:05 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 2d962b29-78b3-5412-a904-08137da109b9 with identifier: 120719841
2026-03-24 13:14:05 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 2d962b29-78b3-5412-a904-08137da109b9 with identifier: 120719841
2026-03-24 13:14:05 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 2d962b29-78b3-5412-a904-08137da109b9 with identifier: 120719841 to the API
2026-03-24 13:14:05 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 13:14: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-24 13:14:07 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120719841?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 99,
'color': 'WHITE',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.2L',
'expiration_date': '2026-03-25T10:00:00Z',
'fuel_type': 'Petrol',
'id': '2d962b29-78b3-5412-a904-08137da109b9',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'MD69BZF',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120719841',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'CITROEN',
'model': 'C3 HATCHBACK',
'odometer': 61242,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-02-04',
'seller_name': 'MotoNovo Finance',
'title': 'CITROEN C3 HATCHBACK 1.2 PureTech 83 Feel 5dr',
'transmission': 'manual',
'trim': '1.2 PureTech 83 Feel 5dr',
'vin': None,
'year': 2020}
2026-03-24 13:14:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:14:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120719841%27 HTTP/1.1" 200 None
2026-03-24 13:14:07 [astonbarclay.gb] INFO: Saving data for 120719841: {'created_time': 1774358047.860966, 'last_price_update_time': 1774358047.860977, 'auction_closing_time': 1774432800.0}
2026-03-24 13:14:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:14:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120719841') HTTP/1.1" 204 0
2026-03-24 13:14:07 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: b681102f-af05-56ff-a7ed-1f3dd80b1e3d with identifier: 120716187
2026-03-24 13:14:07 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: b681102f-af05-56ff-a7ed-1f3dd80b1e3d with identifier: 120716187
2026-03-24 13:14:07 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: b681102f-af05-56ff-a7ed-1f3dd80b1e3d with identifier: 120716187 to the API
2026-03-24 13:14:07 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 13:14: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-24 13:14:09 [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-25T10:00: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-24 13:14:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:14:09 [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-24 13:14:09 [astonbarclay.gb] INFO: Saving data for 120716187: {'created_time': 1774358049.791715, 'last_price_update_time': 1774358049.791727, 'auction_closing_time': 1774432800.0}
2026-03-24 13:14:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:14:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120716187') HTTP/1.1" 204 0
2026-03-24 13:14:09 [scrapy.extensions.logstats] INFO: Crawled 244 pages (at 27 pages/min), scraped 218 items (at 27 items/min)
2026-03-24 13:14:09 [scrapy.extensions.memusage] INFO: Peak memory usage is 181MiB
2026-03-24 13:14:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120633063?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-24 13:14:09 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:14:09 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120633063, 'registration': 'MH68OXB', 'account': 'LIN021', 'make': 'NISSAN', 'model': 'JUKE HATCHBACK', 'derivative': '1.6 [112] Tekna 5dr CVT [Bose]', 'mileage': 79985, 'mileageWarranty': True, 'type': 'car', 'saleId': 19178, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 472}, 'saleStart': '2026-03-25T10:00Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2019-01-31', 'fuel': 'Petrol', 'motExpiry': '2026-08-15', 'doors': 5, 'engineSize': 1598, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/MH68OXB/2026-03-20/image/7c9be3fb-cef7-4b33-b0f6-695bf9ac1153_removebg.jpg?w=600', 'https://abimg003.imgix.net/MH68OXB/2026-03-20/image/d46606ba-672a-4701-a297-28a4ec73a27e_removebg.jpg?w=600', 'https://abimg003.imgix.net/MH68OXB/2026-03-20/image/251715fe-4970-4b87-9ff8-abef09cf455f_removebg.jpg?w=600', 'https://abimg003.imgix.net/MH68OXB/2026-03-20/image/b678a302-aaa9-4e63-86b9-7577bc80ed23_removebg.jpg?w=600', 'https://abimg003.imgix.net/MH68OXB/2026-03-20/image/d62145e6-01c6-47a0-98c3-a16e633e94f1_removebg.jpg?w=600', 'https://abimg003.imgix.net/MH68OXB/2026-03-20/image/7d81d3c3-2ad6-4214-a06e-79dcf135a22a_removebg.jpg?w=600', 'https://abimg003.imgix.net/MH68OXB/2026-03-20/image/fa7a5809-7944-4f9b-a396-a6723afdb5e3_removebg.jpg?w=600', 'https://abimg003.imgix.net/MH68OXB/2026-03-20/image/f83b52bb-7d80-4c05-8582-4ebdc498cc67_removebg.jpg?w=600', 'https://abimg003.imgix.net/MH68OXB/2026-03-20/image/29497283-4160-4607-a4e1-744b3e2bbf4c_removebg.jpg?w=600', 'https://abimg003.imgix.net/MH68OXB/2026-03-20/image/0cd5c104-9635-4470-a3b4-0517f4d9fbaf_removebg.jpg?w=600'], 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': 'VOSA STATES 44K- 49K- 61K- 71K- SD CARD IN OFFICE', 'virtual': False, 'seller': 'Link Financial', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '1', 'v5': True, 'v5details': 'Here', 'co2': 155, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/e7f75880-15ab-4cc9-ac79-0ad12a6f3283.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 13:14:09 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120633063, 'registration': 'MH68OXB', 'account': 'LIN021', 'make': 'NISSAN', 'model': 'JUKE HATCHBACK', 'derivative': '1.6 [112] Tekna 5dr CVT [Bose]', 'mileage': 79985, 'mileageWarranty': True, 'type': 'car', 'saleId': 19178, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 472}, 'saleStart': '2026-03-25T10:00Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2019-01-31', 'fuel': 'Petrol', 'motExpiry': '2026-08-15', 'doors': 5, 'engineSize': 1598, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/MH68OXB/2026-03-20/image/7c9be3fb-cef7-4b33-b0f6-695bf9ac1153_removebg.jpg?w=600', 'https://abimg003.imgix.net/MH68OXB/2026-03-20/image/d46606ba-672a-4701-a297-28a4ec73a27e_removebg.jpg?w=600', 'https://abimg003.imgix.net/MH68OXB/2026-03-20/image/251715fe-4970-4b87-9ff8-abef09cf455f_removebg.jpg?w=600', 'https://abimg003.imgix.net/MH68OXB/2026-03-20/image/b678a302-aaa9-4e63-86b9-7577bc80ed23_removebg.jpg?w=600', 'https://abimg003.imgix.net/MH68OXB/2026-03-20/image/d62145e6-01c6-47a0-98c3-a16e633e94f1_removebg.jpg?w=600', 'https://abimg003.imgix.net/MH68OXB/2026-03-20/image/7d81d3c3-2ad6-4214-a06e-79dcf135a22a_removebg.jpg?w=600', 'https://abimg003.imgix.net/MH68OXB/2026-03-20/image/fa7a5809-7944-4f9b-a396-a6723afdb5e3_removebg.jpg?w=600', 'https://abimg003.imgix.net/MH68OXB/2026-03-20/image/f83b52bb-7d80-4c05-8582-4ebdc498cc67_removebg.jpg?w=600', 'https://abimg003.imgix.net/MH68OXB/2026-03-20/image/29497283-4160-4607-a4e1-744b3e2bbf4c_removebg.jpg?w=600', 'https://abimg003.imgix.net/MH68OXB/2026-03-20/image/0cd5c104-9635-4470-a3b4-0517f4d9fbaf_removebg.jpg?w=600'], 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': 'VOSA STATES 44K- 49K- 61K- 71K- SD CARD IN OFFICE', 'virtual': False, 'seller': 'Link Financial', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '1', 'v5': True, 'v5details': 'Here', 'co2': 155, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/e7f75880-15ab-4cc9-ac79-0ad12a6f3283.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 13:14:09 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 17242403-671e-5b5a-bfda-6463fc1fbd4b with identifier: 120633063
2026-03-24 13:14:09 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 17242403-671e-5b5a-bfda-6463fc1fbd4b with scrape type 2
2026-03-24 13:14:09 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 17242403-671e-5b5a-bfda-6463fc1fbd4b with scrape type 2
2026-03-24 13:14:10 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 17242403-671e-5b5a-bfda-6463fc1fbd4b, identifier: 120633063
2026-03-24 13:14:10 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 17242403-671e-5b5a-bfda-6463fc1fbd4b with identifier: 120633063
2026-03-24 13:14:10 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 17242403-671e-5b5a-bfda-6463fc1fbd4b with identifier: 120633063
2026-03-24 13:14:10 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 17242403-671e-5b5a-bfda-6463fc1fbd4b with identifier: 120633063 to the API
2026-03-24 13:14:10 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 13:14: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-24 13:14:11 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120633063?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 155,
'color': 'WHITE',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.6L',
'expiration_date': '2026-03-25T10:00:00Z',
'fuel_type': 'Petrol',
'id': '17242403-671e-5b5a-bfda-6463fc1fbd4b',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'MH68OXB',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120633063',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'NISSAN',
'model': 'JUKE HATCHBACK',
'odometer': 79985,
'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': 'Link Financial',
'title': 'NISSAN JUKE HATCHBACK 1.6 [112] Tekna 5dr CVT [Bose]',
'transmission': 'automatic',
'trim': '1.6 [112] Tekna 5dr CVT [Bose]',
'vin': None,
'year': 2019}
2026-03-24 13:14:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:14:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120633063%27 HTTP/1.1" 200 None
2026-03-24 13:14:11 [astonbarclay.gb] INFO: Saving data for 120633063: {'auction_closing_time': 1774432800.0, 'created_time': 1774011661.139978, 'last_price_update_time': 1774358051.494499}
2026-03-24 13:14:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:14:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120633063') HTTP/1.1" 204 0
2026-03-24 13:14:19 [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-24 13:14:19 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:14:19 [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': 19178, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 472}, 'saleStart': '2026-03-25T10:00Z', '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-24 13:14:19 [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': 19178, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 472}, 'saleStart': '2026-03-25T10:00Z', '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-24 13:14:19 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6fa13a31-9a58-5d65-bce6-7b7dc5120381 with identifier: 120596560
2026-03-24 13:14:19 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6fa13a31-9a58-5d65-bce6-7b7dc5120381 with scrape type 2
2026-03-24 13:14:19 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6fa13a31-9a58-5d65-bce6-7b7dc5120381 with scrape type 2
2026-03-24 13:14:19 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 6fa13a31-9a58-5d65-bce6-7b7dc5120381, identifier: 120596560
2026-03-24 13:14:19 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 6fa13a31-9a58-5d65-bce6-7b7dc5120381 with identifier: 120596560
2026-03-24 13:14:19 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 6fa13a31-9a58-5d65-bce6-7b7dc5120381 with identifier: 120596560
2026-03-24 13:14:20 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 6fa13a31-9a58-5d65-bce6-7b7dc5120381 with identifier: 120596560 to the API
2026-03-24 13:14:20 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 13:14: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-24 13:14:20 [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-25T10:00: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-24 13:14:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:14:20 [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-24 13:14:20 [astonbarclay.gb] INFO: Saving data for 120596560: {'auction_closing_time': 1774432800.0, 'created_time': 1773931262.087548, 'last_price_update_time': 1774358060.904256}
2026-03-24 13:14:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:14:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120596560') HTTP/1.1" 204 0
2026-03-24 13:14:28 [zyte_api._retry] DEBUG: Finished call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request' after 130.844(s), this was the 1st time calling it.
2026-03-24 13:14:28 [zyte_api._retry] DEBUG: Retrying zyte_api._async.AsyncZyteAPI.get.<locals>.request in 5.489648616641558 seconds as it raised ClientConnectorError: Cannot connect to host api.zyte.com:443 ssl:default [Connect call failed ('69.41.180.81', 443)].
2026-03-24 13:14:33 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 2nd time calling it.
2026-03-24 13:14:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/114387843?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-24 13:14:35 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:14:35 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 114387843, 'registration': 'KN73WDG', 'account': 'ZEN002', 'make': 'MINI', 'model': 'HATCHBACK ELECTRIC', 'derivative': '135kW Cooper S Level 2 33kWh 3dr Auto', 'mileage': 18039, 'mileageWarranty': True, 'type': 'car', 'saleId': 18971, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 237}, 'saleStart': '2026-03-26T10:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2023-09-01', 'fuel': 'Electric', 'motExpiry': None, 'doors': 3, 'engineSize': None, 'bodyType': 'Hatchback', 'images': ['https://abimg002.imgix.net/8de0905d-319f-4673-b841-d66383d17b4c.jpg?w=600', 'https://abimg002.imgix.net/02e4626a-0ff6-44db-8deb-c615aad24e36.jpg?w=600', 'https://abimg002.imgix.net/7bdc9bca-aba9-44ba-9b7b-a321216c7148.jpg?w=600', 'https://abimg002.imgix.net/0657961c-8da6-4339-8b5b-ef362a914d3a.jpg?w=600', 'https://abimg002.imgix.net/7d32f684-604b-4f17-8d7e-3859db1871b0.jpg?w=600', 'https://abimg002.imgix.net/2855917a-011f-419b-9396-4d2342742298.jpg?w=600', 'https://abimg002.imgix.net/f0dd16d1-7ecf-4e41-812d-d8d38936c6b3.jpg?w=600', 'https://abimg002.imgix.net/2a84a40c-af98-4c55-95fb-d0c9b3ac77f6.jpg?w=600'], 'colour': 'SILVER', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service digital 04/25-15K', 'remarks': 'SPARE KEY, Melting Silver Iii Metallic\tRoof And Mirror Caps In Black', 'virtual': False, 'seller': 'Zenith', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': None, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/86de3632-78ae-4c00-b2e0-9f5ab2681c41.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-24 13:14:35 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 114387843, 'registration': 'KN73WDG', 'account': 'ZEN002', 'make': 'MINI', 'model': 'HATCHBACK ELECTRIC', 'derivative': '135kW Cooper S Level 2 33kWh 3dr Auto', 'mileage': 18039, 'mileageWarranty': True, 'type': 'car', 'saleId': 18971, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 237}, 'saleStart': '2026-03-26T10:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2023-09-01', 'fuel': 'Electric', 'motExpiry': None, 'doors': 3, 'engineSize': None, 'bodyType': 'Hatchback', 'images': ['https://abimg002.imgix.net/8de0905d-319f-4673-b841-d66383d17b4c.jpg?w=600', 'https://abimg002.imgix.net/02e4626a-0ff6-44db-8deb-c615aad24e36.jpg?w=600', 'https://abimg002.imgix.net/7bdc9bca-aba9-44ba-9b7b-a321216c7148.jpg?w=600', 'https://abimg002.imgix.net/0657961c-8da6-4339-8b5b-ef362a914d3a.jpg?w=600', 'https://abimg002.imgix.net/7d32f684-604b-4f17-8d7e-3859db1871b0.jpg?w=600', 'https://abimg002.imgix.net/2855917a-011f-419b-9396-4d2342742298.jpg?w=600', 'https://abimg002.imgix.net/f0dd16d1-7ecf-4e41-812d-d8d38936c6b3.jpg?w=600', 'https://abimg002.imgix.net/2a84a40c-af98-4c55-95fb-d0c9b3ac77f6.jpg?w=600'], 'colour': 'SILVER', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service digital 04/25-15K', 'remarks': 'SPARE KEY, Melting Silver Iii Metallic\tRoof And Mirror Caps In Black', 'virtual': False, 'seller': 'Zenith', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': None, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/86de3632-78ae-4c00-b2e0-9f5ab2681c41.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-24 13:14:35 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4d6765cc-1c26-5130-92b6-2d47e65bf003 with identifier: 114387843
2026-03-24 13:14:35 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4d6765cc-1c26-5130-92b6-2d47e65bf003 with scrape type 2
2026-03-24 13:14:35 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4d6765cc-1c26-5130-92b6-2d47e65bf003 with scrape type 2
2026-03-24 13:14:35 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 4d6765cc-1c26-5130-92b6-2d47e65bf003, identifier: 114387843
2026-03-24 13:14:35 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 4d6765cc-1c26-5130-92b6-2d47e65bf003 with identifier: 114387843
2026-03-24 13:14:35 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 4d6765cc-1c26-5130-92b6-2d47e65bf003 with identifier: 114387843
2026-03-24 13:14:35 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 4d6765cc-1c26-5130-92b6-2d47e65bf003 with identifier: 114387843 to the API
2026-03-24 13:14:35 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 13:14:36 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-24 13:14:36 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/114387843?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': None,
'color': 'SILVER',
'currency': 'GBP',
'doors_number': 3,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': '2026-03-26T10:00:00Z',
'fuel_type': 'Electric',
'id': '4d6765cc-1c26-5130-92b6-2d47e65bf003',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'KN73WDG',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/114387843',
'listing': 'auction',
'location': 'Aston Barclay Donington Park',
'make': 'MINI',
'model': 'HATCHBACK ELECTRIC',
'odometer': 18039,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-09-01',
'seller_name': 'Zenith',
'title': 'MINI HATCHBACK ELECTRIC 135kW Cooper S Level 2 33kWh 3dr Auto',
'transmission': 'automatic',
'trim': '135kW Cooper S Level 2 33kWh 3dr Auto',
'vin': None,
'year': 2023}
2026-03-24 13:14:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:14:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27114387843%27 HTTP/1.1" 200 None
2026-03-24 13:14:36 [astonbarclay.gb] INFO: Saving data for 114387843: {'auction_closing_time': 1774519200.0, 'created_time': 1774260424.466221, 'last_price_update_time': 1774358076.50854}
2026-03-24 13:14:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:14:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='114387843') HTTP/1.1" 204 0
2026-03-24 13:14:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120623845?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-24 13:14:38 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:14:38 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120623845, 'registration': 'OV67LVL', 'account': 'ALL021', 'make': 'JAGUAR', 'model': 'F-PACE DIESEL ESTATE', 'derivative': '2.0d Portfolio 5dr Auto AWD', 'mileage': 102237, 'mileageWarranty': True, 'type': 'car', 'saleId': 19178, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 472}, 'saleStart': '2026-03-25T10:00Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2017-11-30', 'fuel': 'Diesel', 'motExpiry': '2027-01-19', 'doors': 5, 'engineSize': 1999, 'bodyType': 'Estate', 'images': None, 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': None, 'serviceHistory': '', 'remarks': '', 'virtual': False, 'seller': 'SMC GROUP', '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/78e2761f-86f2-4faa-a215-579d5163ccb6.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 13:14:38 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120623845, 'registration': 'OV67LVL', 'account': 'ALL021', 'make': 'JAGUAR', 'model': 'F-PACE DIESEL ESTATE', 'derivative': '2.0d Portfolio 5dr Auto AWD', 'mileage': 102237, 'mileageWarranty': True, 'type': 'car', 'saleId': 19178, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 472}, 'saleStart': '2026-03-25T10:00Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2017-11-30', 'fuel': 'Diesel', 'motExpiry': '2027-01-19', 'doors': 5, 'engineSize': 1999, 'bodyType': 'Estate', 'images': None, 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': None, 'serviceHistory': '', 'remarks': '', 'virtual': False, 'seller': 'SMC GROUP', '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/78e2761f-86f2-4faa-a215-579d5163ccb6.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 13:14:38 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1a221de4-d619-5964-b1ef-0640b51ad35e with identifier: 120623845
2026-03-24 13:14:38 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1a221de4-d619-5964-b1ef-0640b51ad35e with scrape type 1
2026-03-24 13:14:38 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 0 photos for item 1a221de4-d619-5964-b1ef-0640b51ad35e
2026-03-24 13:14:38 [crawlers.middlewares.photo_download_middleware] INFO: No photos to download for item 1a221de4-d619-5964-b1ef-0640b51ad35e
2026-03-24 13:14:38 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 1a221de4-d619-5964-b1ef-0640b51ad35e, identifier: 120623845
2026-03-24 13:14:38 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 1a221de4-d619-5964-b1ef-0640b51ad35e with identifier: 120623845
2026-03-24 13:14:38 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 1a221de4-d619-5964-b1ef-0640b51ad35e with identifier: 120623845
2026-03-24 13:14:38 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 1a221de4-d619-5964-b1ef-0640b51ad35e with identifier: 120623845 to the API
2026-03-24 13:14:38 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 13:14: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-24 13:14:40 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120623845?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 139,
'color': 'BLACK',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'expiration_date': '2026-03-25T10:00:00Z',
'fuel_type': 'Diesel',
'id': '1a221de4-d619-5964-b1ef-0640b51ad35e',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'OV67LVL',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120623845',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'JAGUAR',
'model': 'F-PACE DIESEL ESTATE',
'odometer': 102237,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2017-11-30',
'seller_name': 'SMC GROUP',
'title': 'JAGUAR F-PACE DIESEL ESTATE 2.0d Portfolio 5dr Auto AWD',
'transmission': 'automatic',
'trim': '2.0d Portfolio 5dr Auto AWD',
'vin': None,
'year': 2017}
2026-03-24 13:14:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:14:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120623845%27 HTTP/1.1" 200 None
2026-03-24 13:14:40 [astonbarclay.gb] INFO: Saving data for 120623845: {'created_time': 1774358080.259137, 'last_price_update_time': 1774358080.259149, 'auction_closing_time': 1774432800.0}
2026-03-24 13:14:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:14:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120623845') HTTP/1.1" 204 0
2026-03-24 13:14:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/110700075?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-24 13:14:40 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:14:40 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 110700075, 'registration': 'SE64AUO', 'account': 'WBA003', 'make': 'FORD', 'model': 'FOCUS DIESEL HATCHBACK', 'derivative': '1.6 TDCi 115 Zetec 5dr', 'mileage': 95106, 'mileageWarranty': False, 'type': 'car', 'saleId': 19179, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 472}, 'saleStart': '2026-03-25T10:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2014-12-31', 'fuel': 'Diesel', 'motExpiry': '2025-11-09', 'doors': 5, 'engineSize': 1560, 'bodyType': 'Hatchback', 'images': None, 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': None, 'serviceHistory': 'Service print 09/25- 88K', 'remarks': 'VOSA STATES 69K, 78K, 84K, 90K, SPARE KEY IN OFFICE', 'virtual': False, 'seller': 'UKCGR - Select', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '4', 'v5': True, 'v5details': 'Here', 'co2': 109, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/5d45c33e-092c-40c5-9b12-dab4014ccf6a.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 13:14:40 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 110700075, 'registration': 'SE64AUO', 'account': 'WBA003', 'make': 'FORD', 'model': 'FOCUS DIESEL HATCHBACK', 'derivative': '1.6 TDCi 115 Zetec 5dr', 'mileage': 95106, 'mileageWarranty': False, 'type': 'car', 'saleId': 19179, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 472}, 'saleStart': '2026-03-25T10:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2014-12-31', 'fuel': 'Diesel', 'motExpiry': '2025-11-09', 'doors': 5, 'engineSize': 1560, 'bodyType': 'Hatchback', 'images': None, 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': None, 'serviceHistory': 'Service print 09/25- 88K', 'remarks': 'VOSA STATES 69K, 78K, 84K, 90K, SPARE KEY IN OFFICE', 'virtual': False, 'seller': 'UKCGR - Select', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '4', 'v5': True, 'v5details': 'Here', 'co2': 109, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/5d45c33e-092c-40c5-9b12-dab4014ccf6a.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 13:14:40 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9bdc9f28-c667-594e-b1d5-a3676d901a05 with identifier: 110700075
2026-03-24 13:14:40 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9bdc9f28-c667-594e-b1d5-a3676d901a05 with scrape type 2
2026-03-24 13:14:40 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9bdc9f28-c667-594e-b1d5-a3676d901a05 with scrape type 2
2026-03-24 13:14:40 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 9bdc9f28-c667-594e-b1d5-a3676d901a05, identifier: 110700075
2026-03-24 13:14:40 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 9bdc9f28-c667-594e-b1d5-a3676d901a05 with identifier: 110700075
2026-03-24 13:14:40 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 9bdc9f28-c667-594e-b1d5-a3676d901a05 with identifier: 110700075
2026-03-24 13:14:40 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 9bdc9f28-c667-594e-b1d5-a3676d901a05 with identifier: 110700075 to the API
2026-03-24 13:14:40 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 13:14: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-24 13:14:41 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/110700075?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 109,
'color': 'BLACK',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 5',
'engine': '1.6L',
'expiration_date': '2026-03-25T10:00:00Z',
'fuel_type': 'Diesel',
'id': '9bdc9f28-c667-594e-b1d5-a3676d901a05',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'SE64AUO',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/110700075',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'FORD',
'model': 'FOCUS DIESEL HATCHBACK',
'odometer': 95106,
'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': 'UKCGR - Select',
'title': 'FORD FOCUS DIESEL HATCHBACK 1.6 TDCi 115 Zetec 5dr',
'transmission': 'manual',
'trim': '1.6 TDCi 115 Zetec 5dr',
'vin': None,
'year': 2014}
2026-03-24 13:14:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:14:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27110700075%27 HTTP/1.1" 200 None
2026-03-24 13:14:41 [astonbarclay.gb] INFO: Saving data for 110700075: {'created_time': 1774033502.356956, 'last_price_update_time': 1774358081.85002, 'auction_closing_time': 1774432800.0}
2026-03-24 13:14:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:14:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='110700075') HTTP/1.1" 204 0
2026-03-24 13:14:42 [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-24 13:14:42 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:14:42 [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-24 13:14:42 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:14:42 [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': 19179, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 472}, 'saleStart': '2026-03-25T10:00Z', 'lot': None, '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': '', '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-24 13:14:42 [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': 19179, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 472}, 'saleStart': '2026-03-25T10:00Z', 'lot': None, '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': '', '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-24 13:14:42 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4ec5652d-5af7-5425-8aed-85ebeee56cd4 with identifier: 120668504
2026-03-24 13:14:42 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4ec5652d-5af7-5425-8aed-85ebeee56cd4 with scrape type 2
2026-03-24 13:14:42 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4ec5652d-5af7-5425-8aed-85ebeee56cd4 with scrape type 2
2026-03-24 13:14:42 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 4ec5652d-5af7-5425-8aed-85ebeee56cd4, identifier: 120668504
2026-03-24 13:14:42 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 4ec5652d-5af7-5425-8aed-85ebeee56cd4 with identifier: 120668504
2026-03-24 13:14:42 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 4ec5652d-5af7-5425-8aed-85ebeee56cd4 with identifier: 120668504
2026-03-24 13:14:43 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 4ec5652d-5af7-5425-8aed-85ebeee56cd4 with identifier: 120668504 to the API
2026-03-24 13:14:43 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 13:14:43 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-24 13:14:43 [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-25T10: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-24 13:14:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:14:43 [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-24 13:14:43 [astonbarclay.gb] INFO: Saving data for 120668504: {'auction_closing_time': 1774432800.0, 'created_time': 1774262261.555041, 'last_price_update_time': 1774358083.816741}
2026-03-24 13:14:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:14:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120668504') HTTP/1.1" 204 0
2026-03-24 13:14:43 [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': 19179, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 472}, 'saleStart': '2026-03-25T10:00Z', 'lot': None, 'hall': 'Hall 1', '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-24 13:14:43 [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': 19179, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 472}, 'saleStart': '2026-03-25T10:00Z', 'lot': None, 'hall': 'Hall 1', '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-24 13:14:43 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 173090b5-8951-5886-9350-4a5c5c9b4109 with identifier: 120657113
2026-03-24 13:14:43 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 173090b5-8951-5886-9350-4a5c5c9b4109 with scrape type 2
2026-03-24 13:14:43 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 173090b5-8951-5886-9350-4a5c5c9b4109 with scrape type 2
2026-03-24 13:14:43 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 173090b5-8951-5886-9350-4a5c5c9b4109, identifier: 120657113
2026-03-24 13:14:43 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 173090b5-8951-5886-9350-4a5c5c9b4109 with identifier: 120657113
2026-03-24 13:14:43 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 173090b5-8951-5886-9350-4a5c5c9b4109 with identifier: 120657113
2026-03-24 13:14:44 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 173090b5-8951-5886-9350-4a5c5c9b4109 with identifier: 120657113 to the API
2026-03-24 13:14:44 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 13:14: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-24 13:14:45 [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-25T10:00: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-24 13:14:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:14:45 [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-24 13:14:45 [astonbarclay.gb] INFO: Saving data for 120657113: {'auction_closing_time': 1774432800.0, 'created_time': 1774034118.539495, 'last_price_update_time': 1774358085.701805}
2026-03-24 13:14:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:14:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120657113') HTTP/1.1" 204 0
2026-03-24 13:14:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120351754?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-24 13:14:46 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:14:46 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120351754, 'registration': 'MA09UCL', 'account': 'HEX007', 'make': 'LEXUS', 'model': 'IS SALOON', 'derivative': '250 SE-I 4dr Auto [2009]', 'mileage': 101984, 'mileageWarranty': True, 'type': 'car', 'saleId': 18852, 'siteId': 659779, 'site': {'id': 659779, 'name': 'Aston Barclay Prees Heath', 'vehicles': 93}, 'saleStart': '2026-03-26T10:00Z', 'lot': None, 'hall': 'Main Hall', 'transmission': 'automatic', 'firstRegistration': '2009-06-16', 'fuel': 'Petrol', 'motExpiry': '2027-01-26', 'doors': 4, 'engineSize': 2499, 'bodyType': 'Saloon', 'images': ['https://abimg003.imgix.net/MA09UCL/2026-03-11/image/40e3060c-ad2e-4721-bfed-89902579bc99_removebg.jpg?w=600', 'https://abimg003.imgix.net/MA09UCL/2026-03-11/image/30e932f8-1dbe-4609-8601-1e5e49c67d56_removebg.jpg?w=600', 'https://abimg003.imgix.net/MA09UCL/2026-03-11/image/6414ac2e-4caa-4f70-9509-9862bfe711f6_removebg.jpg?w=600', 'https://abimg003.imgix.net/MA09UCL/2026-03-11/image/4b79747f-5897-4082-a0a3-2337be4f214b_removebg.jpg?w=600', 'https://abimg003.imgix.net/MA09UCL/2026-03-11/image/5d48206f-f5dd-482b-a083-224969d818de_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Express', 'serviceHistory': 'Service book 07/10-10K 09/11-20K 11/12-30K 10/13-41K 10/14-49K 08/16-56K 10/17-66K 12/18-80K 12/20-95K 11/21-101K', 'remarks': 'vosa @ 24k 38k 47k 52k 55k 63k 85k 99k 101k', 'virtual': False, 'seller': 'Local Dealer Group', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '5', 'v5': True, 'v5details': 'Here', 'co2': 214, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/f93f2008-3222-40da-b2ec-72687026ec50.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 4, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 13:14:46 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120351754, 'registration': 'MA09UCL', 'account': 'HEX007', 'make': 'LEXUS', 'model': 'IS SALOON', 'derivative': '250 SE-I 4dr Auto [2009]', 'mileage': 101984, 'mileageWarranty': True, 'type': 'car', 'saleId': 18852, 'siteId': 659779, 'site': {'id': 659779, 'name': 'Aston Barclay Prees Heath', 'vehicles': 93}, 'saleStart': '2026-03-26T10:00Z', 'lot': None, 'hall': 'Main Hall', 'transmission': 'automatic', 'firstRegistration': '2009-06-16', 'fuel': 'Petrol', 'motExpiry': '2027-01-26', 'doors': 4, 'engineSize': 2499, 'bodyType': 'Saloon', 'images': ['https://abimg003.imgix.net/MA09UCL/2026-03-11/image/40e3060c-ad2e-4721-bfed-89902579bc99_removebg.jpg?w=600', 'https://abimg003.imgix.net/MA09UCL/2026-03-11/image/30e932f8-1dbe-4609-8601-1e5e49c67d56_removebg.jpg?w=600', 'https://abimg003.imgix.net/MA09UCL/2026-03-11/image/6414ac2e-4caa-4f70-9509-9862bfe711f6_removebg.jpg?w=600', 'https://abimg003.imgix.net/MA09UCL/2026-03-11/image/4b79747f-5897-4082-a0a3-2337be4f214b_removebg.jpg?w=600', 'https://abimg003.imgix.net/MA09UCL/2026-03-11/image/5d48206f-f5dd-482b-a083-224969d818de_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Express', 'serviceHistory': 'Service book 07/10-10K 09/11-20K 11/12-30K 10/13-41K 10/14-49K 08/16-56K 10/17-66K 12/18-80K 12/20-95K 11/21-101K', 'remarks': 'vosa @ 24k 38k 47k 52k 55k 63k 85k 99k 101k', 'virtual': False, 'seller': 'Local Dealer Group', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '5', 'v5': True, 'v5details': 'Here', 'co2': 214, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/f93f2008-3222-40da-b2ec-72687026ec50.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 4, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 13:14:46 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 55690f99-b241-50cf-8188-50c1ed6c3706 with identifier: 120351754
2026-03-24 13:14:46 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 55690f99-b241-50cf-8188-50c1ed6c3706 with scrape type 2
2026-03-24 13:14:46 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 55690f99-b241-50cf-8188-50c1ed6c3706 with scrape type 2
2026-03-24 13:14:46 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 55690f99-b241-50cf-8188-50c1ed6c3706, identifier: 120351754
2026-03-24 13:14:46 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 55690f99-b241-50cf-8188-50c1ed6c3706 with identifier: 120351754
2026-03-24 13:14:46 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 55690f99-b241-50cf-8188-50c1ed6c3706 with identifier: 120351754
2026-03-24 13:14:46 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 55690f99-b241-50cf-8188-50c1ed6c3706 with identifier: 120351754 to the API
2026-03-24 13:14:46 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 13:14: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-24 13:14:47 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120351754?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 214,
'color': 'BLACK',
'currency': 'GBP',
'doors_number': 4,
'emission_standard': 'EURO 4',
'engine': '2.5L',
'expiration_date': '2026-03-26T10:00:00Z',
'fuel_type': 'Petrol',
'id': '55690f99-b241-50cf-8188-50c1ed6c3706',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'MA09UCL',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120351754',
'listing': 'auction',
'location': 'Aston Barclay Prees Heath',
'make': 'LEXUS',
'model': 'IS SALOON',
'odometer': 101984,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2009-06-16',
'seller_name': 'Local Dealer Group',
'title': 'LEXUS IS SALOON 250 SE-I 4dr Auto [2009]',
'transmission': 'automatic',
'trim': '250 SE-I 4dr Auto [2009]',
'vin': None,
'year': 2009}
2026-03-24 13:14:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:14:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120351754%27 HTTP/1.1" 200 None
2026-03-24 13:14:47 [astonbarclay.gb] INFO: Saving data for 120351754: {'auction_closing_time': 1774519200.0, 'created_time': 1773402206.123655, 'last_price_update_time': 1774358087.638735}
2026-03-24 13:14:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:14:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120351754') HTTP/1.1" 204 0
2026-03-24 13:14:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120552279?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-24 13:14:47 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:14:47 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120552279, 'registration': 'WV05JYY', 'account': 'WBA004', 'make': 'TOYOTA', 'model': 'COROLLA VERSO ESTATE', 'derivative': '1.8 VVT-i T3 5dr', 'mileage': 166746, 'mileageWarranty': True, 'type': 'car', 'saleId': 19179, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 472}, 'saleStart': '2026-03-25T10:00Z', 'lot': 1302, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2005-03-30', 'fuel': 'Petrol', 'motExpiry': '2027-02-21', 'doors': 5, 'engineSize': 1794, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/WV05JYY/2026-03-18/image/b956540c-20ec-4839-9dac-05308b40c5df_removebg.jpg?w=600', 'https://abimg003.imgix.net/WV05JYY/2026-03-18/image/0110583a-ddcf-4fd1-8267-120ffce92d5d_removebg.jpg?w=600', 'https://abimg003.imgix.net/WV05JYY/2026-03-18/image/6307d18d-b3b2-4c2a-9879-14bc524dd7d3_removebg.jpg?w=600', 'https://abimg003.imgix.net/WV05JYY/2026-03-18/image/13497b20-9554-44fd-8e97-e90a936b0a46_removebg.jpg?w=600', 'https://abimg003.imgix.net/WV05JYY/2026-03-18/image/bd743b87-f916-4989-abd8-6c9989096e80_removebg.jpg?w=600', 'https://abimg003.imgix.net/WV05JYY/2026-03-18/image/5b5c40e6-f5e3-4055-ad41-191f0018cc13_removebg.jpg?w=600', 'https://abimg003.imgix.net/WV05JYY/2026-03-18/image/ecfe1fa1-7a8c-4090-81c9-154c2b285047_removebg.jpg?w=600', 'https://abimg003.imgix.net/WV05JYY/2026-03-18/image/9d6f3075-94f9-4f32-833f-cc492f8102e3_removebg.jpg?w=600', 'https://abimg003.imgix.net/WV05JYY/2026-03-18/image/ca062946-fd32-444f-bfde-50da8b175a28_removebg.jpg?w=600'], 'colour': 'SILVER', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print and book 12/06-17K, 12/07-26K, 12/08-34K, 03/10-42K, 03/11-48K, 03/12-54K, 03/13-59K, 03/14-65K, 03/15-71K, 03/16-76K, 03/17-81K, 03/18-88K, 03/19-95K, 03/20-102K, 03/21-106K, 03/22-113K, 03/23-117K', 'remarks': 'VOSA STATES 117K, 126K, 146K, 165K, 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': 184, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/c4025533-496c-4270-bdb9-58f75e7f66ea.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 4, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 13:14:47 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120552279, 'registration': 'WV05JYY', 'account': 'WBA004', 'make': 'TOYOTA', 'model': 'COROLLA VERSO ESTATE', 'derivative': '1.8 VVT-i T3 5dr', 'mileage': 166746, 'mileageWarranty': True, 'type': 'car', 'saleId': 19179, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 472}, 'saleStart': '2026-03-25T10:00Z', 'lot': 1302, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2005-03-30', 'fuel': 'Petrol', 'motExpiry': '2027-02-21', 'doors': 5, 'engineSize': 1794, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/WV05JYY/2026-03-18/image/b956540c-20ec-4839-9dac-05308b40c5df_removebg.jpg?w=600', 'https://abimg003.imgix.net/WV05JYY/2026-03-18/image/0110583a-ddcf-4fd1-8267-120ffce92d5d_removebg.jpg?w=600', 'https://abimg003.imgix.net/WV05JYY/2026-03-18/image/6307d18d-b3b2-4c2a-9879-14bc524dd7d3_removebg.jpg?w=600', 'https://abimg003.imgix.net/WV05JYY/2026-03-18/image/13497b20-9554-44fd-8e97-e90a936b0a46_removebg.jpg?w=600', 'https://abimg003.imgix.net/WV05JYY/2026-03-18/image/bd743b87-f916-4989-abd8-6c9989096e80_removebg.jpg?w=600', 'https://abimg003.imgix.net/WV05JYY/2026-03-18/image/5b5c40e6-f5e3-4055-ad41-191f0018cc13_removebg.jpg?w=600', 'https://abimg003.imgix.net/WV05JYY/2026-03-18/image/ecfe1fa1-7a8c-4090-81c9-154c2b285047_removebg.jpg?w=600', 'https://abimg003.imgix.net/WV05JYY/2026-03-18/image/9d6f3075-94f9-4f32-833f-cc492f8102e3_removebg.jpg?w=600', 'https://abimg003.imgix.net/WV05JYY/2026-03-18/image/ca062946-fd32-444f-bfde-50da8b175a28_removebg.jpg?w=600'], 'colour': 'SILVER', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print and book 12/06-17K, 12/07-26K, 12/08-34K, 03/10-42K, 03/11-48K, 03/12-54K, 03/13-59K, 03/14-65K, 03/15-71K, 03/16-76K, 03/17-81K, 03/18-88K, 03/19-95K, 03/20-102K, 03/21-106K, 03/22-113K, 03/23-117K', 'remarks': 'VOSA STATES 117K, 126K, 146K, 165K, 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': 184, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/c4025533-496c-4270-bdb9-58f75e7f66ea.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 4, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 13:14:47 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b1a60bfa-5550-5e93-b204-c4997a419402 with identifier: 120552279
2026-03-24 13:14:47 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b1a60bfa-5550-5e93-b204-c4997a419402 with scrape type 2
2026-03-24 13:14:47 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b1a60bfa-5550-5e93-b204-c4997a419402 with scrape type 2
2026-03-24 13:14:47 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: b1a60bfa-5550-5e93-b204-c4997a419402, identifier: 120552279
2026-03-24 13:14:47 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: b1a60bfa-5550-5e93-b204-c4997a419402 with identifier: 120552279
2026-03-24 13:14:47 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: b1a60bfa-5550-5e93-b204-c4997a419402 with identifier: 120552279
2026-03-24 13:14:47 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: b1a60bfa-5550-5e93-b204-c4997a419402 with identifier: 120552279 to the API
2026-03-24 13:14:47 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 13:14: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-24 13:14:49 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120552279?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 184,
'color': 'SILVER',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 4',
'engine': '1.8L',
'expiration_date': '2026-03-25T10:00:00Z',
'fuel_type': 'Petrol',
'id': 'b1a60bfa-5550-5e93-b204-c4997a419402',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'WV05JYY',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120552279',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'TOYOTA',
'model': 'COROLLA VERSO ESTATE',
'odometer': 166746,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2005-03-30',
'seller_name': 'UKCGR - Trade',
'title': 'TOYOTA COROLLA VERSO ESTATE 1.8 VVT-i T3 5dr',
'transmission': 'manual',
'trim': '1.8 VVT-i T3 5dr',
'vin': None,
'year': 2005}
2026-03-24 13:14:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:14:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120552279%27 HTTP/1.1" 200 None
2026-03-24 13:14:49 [astonbarclay.gb] INFO: Saving data for 120552279: {'auction_closing_time': 1774432800.0, 'created_time': 1773830368.699075, 'last_price_update_time': 1774358089.553189}
2026-03-24 13:14:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:14:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120552279') HTTP/1.1" 204 0
2026-03-24 13:15:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120064668?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-24 13:15:04 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:15:04 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120064668, 'registration': 'YE14WFW', 'account': 'LGC002', 'make': 'AUDI', 'model': 'Q7 ESTATE SPECIAL EDITION', 'derivative': '3.0 TDI 245 Quattro S Line Style Ed 5dr Tip Auto', 'mileage': 92187, 'mileageWarranty': False, 'type': 'car', 'saleId': 19178, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 471}, 'saleStart': '2026-03-25T10:00Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2014-05-16', 'fuel': 'Diesel', 'motExpiry': '2026-02-24', 'doors': 5, 'engineSize': 2967, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/YE14WFW/2026-03-05/image/3d5c30eb-c341-4fff-8c20-f46b179007b0_removebg.jpg?w=600', 'https://abimg003.imgix.net/YE14WFW/2026-03-05/image/29a8c1e6-857a-4386-a121-9b36c55b86db_removebg.jpg?w=600', 'https://abimg003.imgix.net/YE14WFW/2026-03-05/image/a748141b-da11-41d9-b2bc-969a271ab53b_removebg.jpg?w=600', 'https://abimg003.imgix.net/YE14WFW/2026-03-05/image/b59e0a00-192d-4272-a45e-5fb3d5067f76_removebg.jpg?w=600', 'https://abimg003.imgix.net/YE14WFW/2026-03-05/image/14f60da7-07ae-4b42-9fe8-9dbda8fef752_removebg.jpg?w=600', 'https://abimg003.imgix.net/YE14WFW/2026-03-05/image/06023a03-6a31-41b3-a9e9-22f516fa5c91_removebg.jpg?w=600', 'https://abimg003.imgix.net/YE14WFW/2026-03-05/image/978cfdac-47f3-4b77-97c9-e10471a9c81f_removebg.jpg?w=600', 'https://abimg003.imgix.net/YE14WFW/2026-03-05/image/dc2da057-20b8-4d13-8e5f-be6fb67b0840_removebg.jpg?w=600', 'https://abimg003.imgix.net/YE14WFW/2026-03-05/image/0c790e27-8fbd-4074-b9fc-5c57b3ff1594_removebg.jpg?w=600', 'https://abimg003.imgix.net/YE14WFW/2026-03-05/image/1c1b9af6-cc0e-4610-88de-73efc73525be_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print 12/19 51K - 10/20 58K - 02/23 74K', 'remarks': 'VOSA STATES, 74K, 80K, 86K, 92K - SPARE KEY IN OFFICE', 'virtual': False, 'seller': 'Savannah Cars', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '4', 'v5': True, 'v5details': 'Here', 'co2': 195, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/aa68e659-de8b-4070-9d7d-5891cee16370.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 13:15:04 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120064668, 'registration': 'YE14WFW', 'account': 'LGC002', 'make': 'AUDI', 'model': 'Q7 ESTATE SPECIAL EDITION', 'derivative': '3.0 TDI 245 Quattro S Line Style Ed 5dr Tip Auto', 'mileage': 92187, 'mileageWarranty': False, 'type': 'car', 'saleId': 19178, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 471}, 'saleStart': '2026-03-25T10:00Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2014-05-16', 'fuel': 'Diesel', 'motExpiry': '2026-02-24', 'doors': 5, 'engineSize': 2967, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/YE14WFW/2026-03-05/image/3d5c30eb-c341-4fff-8c20-f46b179007b0_removebg.jpg?w=600', 'https://abimg003.imgix.net/YE14WFW/2026-03-05/image/29a8c1e6-857a-4386-a121-9b36c55b86db_removebg.jpg?w=600', 'https://abimg003.imgix.net/YE14WFW/2026-03-05/image/a748141b-da11-41d9-b2bc-969a271ab53b_removebg.jpg?w=600', 'https://abimg003.imgix.net/YE14WFW/2026-03-05/image/b59e0a00-192d-4272-a45e-5fb3d5067f76_removebg.jpg?w=600', 'https://abimg003.imgix.net/YE14WFW/2026-03-05/image/14f60da7-07ae-4b42-9fe8-9dbda8fef752_removebg.jpg?w=600', 'https://abimg003.imgix.net/YE14WFW/2026-03-05/image/06023a03-6a31-41b3-a9e9-22f516fa5c91_removebg.jpg?w=600', 'https://abimg003.imgix.net/YE14WFW/2026-03-05/image/978cfdac-47f3-4b77-97c9-e10471a9c81f_removebg.jpg?w=600', 'https://abimg003.imgix.net/YE14WFW/2026-03-05/image/dc2da057-20b8-4d13-8e5f-be6fb67b0840_removebg.jpg?w=600', 'https://abimg003.imgix.net/YE14WFW/2026-03-05/image/0c790e27-8fbd-4074-b9fc-5c57b3ff1594_removebg.jpg?w=600', 'https://abimg003.imgix.net/YE14WFW/2026-03-05/image/1c1b9af6-cc0e-4610-88de-73efc73525be_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print 12/19 51K - 10/20 58K - 02/23 74K', 'remarks': 'VOSA STATES, 74K, 80K, 86K, 92K - SPARE KEY IN OFFICE', 'virtual': False, 'seller': 'Savannah Cars', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '4', 'v5': True, 'v5details': 'Here', 'co2': 195, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/aa68e659-de8b-4070-9d7d-5891cee16370.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 13:15:04 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 820543ae-a723-5d54-ac90-50de157f42b5 with identifier: 120064668
2026-03-24 13:15:04 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 820543ae-a723-5d54-ac90-50de157f42b5 with scrape type 2
2026-03-24 13:15:04 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 820543ae-a723-5d54-ac90-50de157f42b5 with scrape type 2
2026-03-24 13:15:04 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 820543ae-a723-5d54-ac90-50de157f42b5, identifier: 120064668
2026-03-24 13:15:04 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 820543ae-a723-5d54-ac90-50de157f42b5 with identifier: 120064668
2026-03-24 13:15:04 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 820543ae-a723-5d54-ac90-50de157f42b5 with identifier: 120064668
2026-03-24 13:15:04 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 820543ae-a723-5d54-ac90-50de157f42b5 with identifier: 120064668 to the API
2026-03-24 13:15:04 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 13:15: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-24 13:15:05 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120064668?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 195,
'color': 'BLACK',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 5',
'engine': '3.0L',
'expiration_date': '2026-03-25T10:00:00Z',
'fuel_type': 'Diesel',
'id': '820543ae-a723-5d54-ac90-50de157f42b5',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'YE14WFW',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120064668',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'AUDI',
'model': 'Q7 ESTATE SPECIAL EDITION',
'odometer': 92187,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2014-05-16',
'seller_name': 'Savannah Cars',
'title': 'AUDI Q7 ESTATE SPECIAL EDITION 3.0 TDI 245 Quattro S Line Style Ed '
'5dr Tip Auto',
'transmission': 'automatic',
'trim': '3.0 TDI 245 Quattro S Line Style Ed 5dr Tip Auto',
'vin': None,
'year': 2014}
2026-03-24 13:15:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:15:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120064668%27 HTTP/1.1" 200 None
2026-03-24 13:15:05 [astonbarclay.gb] INFO: Saving data for 120064668: {'auction_closing_time': 1774432800.0, 'created_time': 1773403465.119854, 'last_price_update_time': 1774358105.530339}
2026-03-24 13:15:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:15:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120064668') HTTP/1.1" 204 0
2026-03-24 13:15:06 [scrapy.extensions.logstats] INFO: Crawled 254 pages (at 10 pages/min), scraped 228 items (at 10 items/min)
2026-03-24 13:15:06 [scrapy.extensions.memusage] INFO: Peak memory usage is 181MiB
2026-03-24 13:15:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120715654?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-24 13:15:06 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:15:06 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120715654, 'registration': 'KO18FFR', 'account': 'CAR001', 'make': 'MITSUBISHI', 'model': 'OUTLANDER ESTATE', 'derivative': '2.0 PHEV 4h 5dr Auto', 'mileage': 87965, 'mileageWarranty': True, 'type': 'car', 'saleId': 19178, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 471}, 'saleStart': '2026-03-25T10:00Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2018-06-22', 'fuel': 'Petrol/Plugin Electric Hybrid', 'motExpiry': '2026-08-10', 'doors': 5, 'engineSize': 1998, 'bodyType': 'Estate', 'images': None, 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': None, 'serviceHistory': 'Service book 04/19 13K - 11/19 26K - 12/20 39K - 11/21 51K - 09/22 63K', 'remarks': 'VOSA STATES, 58K, 73K, 83K, 86K - 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': 41, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/56d659d9-2d13-4ca9-a550-29c26bdf77d8.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 13:15:06 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120715654, 'registration': 'KO18FFR', 'account': 'CAR001', 'make': 'MITSUBISHI', 'model': 'OUTLANDER ESTATE', 'derivative': '2.0 PHEV 4h 5dr Auto', 'mileage': 87965, 'mileageWarranty': True, 'type': 'car', 'saleId': 19178, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 471}, 'saleStart': '2026-03-25T10:00Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2018-06-22', 'fuel': 'Petrol/Plugin Electric Hybrid', 'motExpiry': '2026-08-10', 'doors': 5, 'engineSize': 1998, 'bodyType': 'Estate', 'images': None, 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': None, 'serviceHistory': 'Service book 04/19 13K - 11/19 26K - 12/20 39K - 11/21 51K - 09/22 63K', 'remarks': 'VOSA STATES, 58K, 73K, 83K, 86K - 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': 41, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/56d659d9-2d13-4ca9-a550-29c26bdf77d8.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 13:15:06 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 484b98d7-db5e-53ad-9a2b-220a7dd0d7f3 with identifier: 120715654
2026-03-24 13:15:06 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 484b98d7-db5e-53ad-9a2b-220a7dd0d7f3 with scrape type 1
2026-03-24 13:15:06 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 0 photos for item 484b98d7-db5e-53ad-9a2b-220a7dd0d7f3
2026-03-24 13:15:06 [crawlers.middlewares.photo_download_middleware] INFO: No photos to download for item 484b98d7-db5e-53ad-9a2b-220a7dd0d7f3
2026-03-24 13:15:06 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 484b98d7-db5e-53ad-9a2b-220a7dd0d7f3, identifier: 120715654
2026-03-24 13:15:06 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 484b98d7-db5e-53ad-9a2b-220a7dd0d7f3 with identifier: 120715654
2026-03-24 13:15:06 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 484b98d7-db5e-53ad-9a2b-220a7dd0d7f3 with identifier: 120715654
2026-03-24 13:15:06 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 484b98d7-db5e-53ad-9a2b-220a7dd0d7f3 with identifier: 120715654 to the API
2026-03-24 13:15:06 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 13:15: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-24 13:15:07 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120715654?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 41,
'color': 'BLACK',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'expiration_date': '2026-03-25T10:00:00Z',
'fuel_type': 'Petrol/Plugin Electric Hybrid',
'id': '484b98d7-db5e-53ad-9a2b-220a7dd0d7f3',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'KO18FFR',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120715654',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'MITSUBISHI',
'model': 'OUTLANDER ESTATE',
'odometer': 87965,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2018-06-22',
'seller_name': 'CarGiant',
'title': 'MITSUBISHI OUTLANDER ESTATE 2.0 PHEV 4h 5dr Auto',
'transmission': 'automatic',
'trim': '2.0 PHEV 4h 5dr Auto',
'vin': None,
'year': 2018}
2026-03-24 13:15:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:15:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120715654%27 HTTP/1.1" 200 None
2026-03-24 13:15:07 [astonbarclay.gb] INFO: Saving data for 120715654: {'created_time': 1774358107.518628, 'last_price_update_time': 1774358107.518643, 'auction_closing_time': 1774432800.0}
2026-03-24 13:15:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:15:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120715654') HTTP/1.1" 204 0
2026-03-24 13:15:08 [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-24 13:15:08 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:15:08 [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': 19178, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 471}, 'saleStart': '2026-03-25T10:00Z', '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-24 13:15:08 [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': 19178, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 471}, 'saleStart': '2026-03-25T10:00Z', '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-24 13:15:08 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 23e7e166-f147-5ab0-855b-5ba5a94e6968 with identifier: 120715559
2026-03-24 13:15:08 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 23e7e166-f147-5ab0-855b-5ba5a94e6968 with scrape type 1
2026-03-24 13:15:08 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 9 photos for item 23e7e166-f147-5ab0-855b-5ba5a94e6968
2026-03-24 13:15:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:15:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FNA68OXJ%252F2026-03-24%252Fimage%252F14a35519-4a0e-4373-b6f0-d01b476aa1d2_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-24 13:15:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/NA68OXJ/2026-03-24/image/14a35519-4a0e-4373-b6f0-d01b476aa1d2_removebg.jpg?w=600 not downloaded yet
2026-03-24 13:15:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:15:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FNA68OXJ%252F2026-03-24%252Fimage%252F2df7db0f-526c-4c79-b945-9d4ff7421869_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-24 13:15:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/NA68OXJ/2026-03-24/image/2df7db0f-526c-4c79-b945-9d4ff7421869_removebg.jpg?w=600 not downloaded yet
2026-03-24 13:15:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:15:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FNA68OXJ%252F2026-03-24%252Fimage%252F45dd899f-a422-46ad-8408-8895d3cf546e_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-24 13:15:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/NA68OXJ/2026-03-24/image/45dd899f-a422-46ad-8408-8895d3cf546e_removebg.jpg?w=600 not downloaded yet
2026-03-24 13:15:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:15:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FNA68OXJ%252F2026-03-24%252Fimage%252F8e8de7c8-207a-40dd-a5ca-5b340fe216a3_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-24 13:15:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/NA68OXJ/2026-03-24/image/8e8de7c8-207a-40dd-a5ca-5b340fe216a3_removebg.jpg?w=600 not downloaded yet
2026-03-24 13:15:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:15:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FNA68OXJ%252F2026-03-24%252Fimage%252Fc8633b8e-714f-49a0-9d71-36400171a4cb_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-24 13:15:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/NA68OXJ/2026-03-24/image/c8633b8e-714f-49a0-9d71-36400171a4cb_removebg.jpg?w=600 not downloaded yet
2026-03-24 13:15:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:15:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FNA68OXJ%252F2026-03-24%252Fimage%252F6f24d15c-b6aa-4642-9504-5cf8297e3b9a_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-24 13:15:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/NA68OXJ/2026-03-24/image/6f24d15c-b6aa-4642-9504-5cf8297e3b9a_removebg.jpg?w=600 not downloaded yet
2026-03-24 13:15:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:15:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FNA68OXJ%252F2026-03-24%252Fimage%252F66ad3c01-cda4-497b-85ce-07311e90cffa_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-24 13:15:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/NA68OXJ/2026-03-24/image/66ad3c01-cda4-497b-85ce-07311e90cffa_removebg.jpg?w=600 not downloaded yet
2026-03-24 13:15:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:15:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FNA68OXJ%252F2026-03-24%252Fimage%252F9fe2abf9-b228-41d1-a0c1-f511fbe40304_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-24 13:15:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/NA68OXJ/2026-03-24/image/9fe2abf9-b228-41d1-a0c1-f511fbe40304_removebg.jpg?w=600 not downloaded yet
2026-03-24 13:15:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:15:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FNA68OXJ%252F2026-03-24%252Fimage%252Faa4cb6b6-e664-4b4d-8d0c-f61aa18d3dad_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-24 13:15:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/NA68OXJ/2026-03-24/image/aa4cb6b6-e664-4b4d-8d0c-f61aa18d3dad_removebg.jpg?w=600 not downloaded yet
2026-03-24 13:15:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120723921?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-24 13:15:10 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:15:10 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120723921, 'registration': 'EN16EEU', 'account': 'ESS030', 'make': 'FORD', 'model': 'KUGA ESTATE', 'derivative': '1.5 EcoBoost Titanium X Sport 5dr 2WD', 'mileage': 74567, 'mileageWarranty': True, 'type': 'car', 'saleId': 19178, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 471}, 'saleStart': '2026-03-25T10:00Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2016-05-27', 'fuel': 'Petrol', 'motExpiry': '2026-07-17', 'doors': 5, 'engineSize': 1498, 'bodyType': 'Estate', 'images': None, 'colour': 'BLUE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': None, 'serviceHistory': '', 'remarks': 'VOSA STATES, 45K, 55K, 62K, 69K', 'virtual': False, 'seller': 'SMC GROUP', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '1', 'v5': True, 'v5details': 'Here', 'co2': 143, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/f74d58b3-e8eb-4d9a-aa16-b57f46ae5e9c.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 13:15:10 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120723921, 'registration': 'EN16EEU', 'account': 'ESS030', 'make': 'FORD', 'model': 'KUGA ESTATE', 'derivative': '1.5 EcoBoost Titanium X Sport 5dr 2WD', 'mileage': 74567, 'mileageWarranty': True, 'type': 'car', 'saleId': 19178, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 471}, 'saleStart': '2026-03-25T10:00Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2016-05-27', 'fuel': 'Petrol', 'motExpiry': '2026-07-17', 'doors': 5, 'engineSize': 1498, 'bodyType': 'Estate', 'images': None, 'colour': 'BLUE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': None, 'serviceHistory': '', 'remarks': 'VOSA STATES, 45K, 55K, 62K, 69K', 'virtual': False, 'seller': 'SMC GROUP', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '1', 'v5': True, 'v5details': 'Here', 'co2': 143, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/f74d58b3-e8eb-4d9a-aa16-b57f46ae5e9c.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 13:15:10 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b7551701-609f-5e1f-a373-41a17ef57a02 with identifier: 120723921
2026-03-24 13:15:10 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b7551701-609f-5e1f-a373-41a17ef57a02 with scrape type 1
2026-03-24 13:15:10 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 0 photos for item b7551701-609f-5e1f-a373-41a17ef57a02
2026-03-24 13:15:10 [crawlers.middlewares.photo_download_middleware] INFO: No photos to download for item b7551701-609f-5e1f-a373-41a17ef57a02
2026-03-24 13:15:10 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: b7551701-609f-5e1f-a373-41a17ef57a02, identifier: 120723921
2026-03-24 13:15:10 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: b7551701-609f-5e1f-a373-41a17ef57a02 with identifier: 120723921
2026-03-24 13:15:10 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: b7551701-609f-5e1f-a373-41a17ef57a02 with identifier: 120723921
2026-03-24 13:15:10 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: b7551701-609f-5e1f-a373-41a17ef57a02 with identifier: 120723921 to the API
2026-03-24 13:15:10 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 13:15: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-24 13:15:11 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120723921?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 143,
'color': 'BLUE',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'expiration_date': '2026-03-25T10:00:00Z',
'fuel_type': 'Petrol',
'id': 'b7551701-609f-5e1f-a373-41a17ef57a02',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'EN16EEU',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120723921',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'FORD',
'model': 'KUGA ESTATE',
'odometer': 74567,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2016-05-27',
'seller_name': 'SMC GROUP',
'title': 'FORD KUGA ESTATE 1.5 EcoBoost Titanium X Sport 5dr 2WD',
'transmission': 'manual',
'trim': '1.5 EcoBoost Titanium X Sport 5dr 2WD',
'vin': None,
'year': 2016}
2026-03-24 13:15:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:15:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120723921%27 HTTP/1.1" 200 None
2026-03-24 13:15:11 [astonbarclay.gb] INFO: Saving data for 120723921: {'created_time': 1774358111.143748, 'last_price_update_time': 1774358111.143762, 'auction_closing_time': 1774432800.0}
2026-03-24 13:15:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:15:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120723921') HTTP/1.1" 204 0
2026-03-24 13:15:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/NA68OXJ/2026-03-24/image/aa4cb6b6-e664-4b4d-8d0c-f61aa18d3dad_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120715559?view=catalogue)
2026-03-24 13:15:11 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 13:15:11 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fde43f565d0>
2026-03-24 13:15:11 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 13:15:11 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-24 13:15:11 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 13:15:11 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_23e7e166-f147-5ab0-855b-5ba5a94e6968/23e7e166-f147-5ab0-855b-5ba5a94e6968_image_8.jpg HTTP/1.1" 201 0
2026-03-24 13:15:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:15:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FNA68OXJ%252F2026-03-24%252Fimage%252Faa4cb6b6-e664-4b4d-8d0c-f61aa18d3dad_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-24 13:15:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/NA68OXJ/2026-03-24/image/aa4cb6b6-e664-4b4d-8d0c-f61aa18d3dad_removebg.jpg?w=600 saved to cache
2026-03-24 13:15:11 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 23e7e166-f147-5ab0-855b-5ba5a94e6968
2026-03-24 13:15:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/NA68OXJ/2026-03-24/image/9fe2abf9-b228-41d1-a0c1-f511fbe40304_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120715559?view=catalogue)
2026-03-24 13:15:11 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 13:15:11 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fde43f8b250>
2026-03-24 13:15:11 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 13:15:11 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-24 13:15:11 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 13:15:11 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_23e7e166-f147-5ab0-855b-5ba5a94e6968/23e7e166-f147-5ab0-855b-5ba5a94e6968_image_7.jpg HTTP/1.1" 201 0
2026-03-24 13:15:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:15:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FNA68OXJ%252F2026-03-24%252Fimage%252F9fe2abf9-b228-41d1-a0c1-f511fbe40304_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-24 13:15:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/NA68OXJ/2026-03-24/image/9fe2abf9-b228-41d1-a0c1-f511fbe40304_removebg.jpg?w=600 saved to cache
2026-03-24 13:15:11 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 23e7e166-f147-5ab0-855b-5ba5a94e6968
2026-03-24 13:15:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/NA68OXJ/2026-03-24/image/66ad3c01-cda4-497b-85ce-07311e90cffa_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120715559?view=catalogue)
2026-03-24 13:15:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120619662?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-24 13:15:12 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:15:12 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 13:15:12 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fde500fd210>
2026-03-24 13:15:12 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 13:15:12 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-24 13:15:12 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 13:15:12 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_23e7e166-f147-5ab0-855b-5ba5a94e6968/23e7e166-f147-5ab0-855b-5ba5a94e6968_image_6.jpg HTTP/1.1" 201 0
2026-03-24 13:15:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:15:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FNA68OXJ%252F2026-03-24%252Fimage%252F66ad3c01-cda4-497b-85ce-07311e90cffa_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-24 13:15:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/NA68OXJ/2026-03-24/image/66ad3c01-cda4-497b-85ce-07311e90cffa_removebg.jpg?w=600 saved to cache
2026-03-24 13:15:12 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 23e7e166-f147-5ab0-855b-5ba5a94e6968
2026-03-24 13:15:12 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120619662, 'registration': 'LO65VLL', 'account': 'WBA004', 'make': 'NISSAN', 'model': 'LEAF HATCHBACK', 'derivative': '80kW Acenta+ 5dr Auto [6.6kW Charger]', 'mileage': 87036, 'mileageWarranty': True, 'type': 'car', 'saleId': 19179, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 471}, 'saleStart': '2026-03-25T10:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2015-12-31', 'fuel': 'Electric', 'motExpiry': '2026-06-02', 'doors': 5, 'engineSize': None, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/LO65VLL/2026-03-20/image/eeb2f2f7-a02b-4884-980d-ef301b3884e9_removebg.jpg?w=600', 'https://abimg003.imgix.net/LO65VLL/2026-03-20/image/59c1816b-ccf8-4570-9b20-97966f620557_removebg.jpg?w=600', 'https://abimg003.imgix.net/LO65VLL/2026-03-20/image/af4d57ff-264b-490f-94d4-5eb3fe83e879_removebg.jpg?w=600', 'https://abimg003.imgix.net/LO65VLL/2026-03-20/image/7e98653b-ce97-4550-97a8-23676ab334d9_removebg.jpg?w=600', 'https://abimg003.imgix.net/LO65VLL/2026-03-20/image/40b7661f-19e3-4ca7-9cde-919963f2b90d_removebg.jpg?w=600', 'https://abimg003.imgix.net/LO65VLL/2026-03-20/image/da3ea5a0-013c-40cf-916b-17e0860317ad_removebg.jpg?w=600', 'https://abimg003.imgix.net/LO65VLL/2026-03-20/image/41ace5ce-a7b7-4f4d-a1a3-f0d71356395e_removebg.jpg?w=600', 'https://abimg003.imgix.net/LO65VLL/2026-03-20/image/818a960c-1c40-4cda-babb-03c37aad2627_removebg.jpg?w=600', 'https://abimg003.imgix.net/LO65VLL/2026-03-20/image/6869d8d2-08fb-45f5-a942-dff4d14f662d_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Fleet', 'serviceHistory': 'Service book 01/17-7K, 01/18-13K, 04/19-20K, 06/20-26K, 01/22-36K, 12/22-36K', 'remarks': 'Ex-Private Hire, VOSA STATES 68K, 73K, 80K, 84K, SD CARD IN OFFICE', 'virtual': False, 'seller': 'UKCGR - Trade', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '4', 'v5': True, 'v5details': 'Here', 'co2': None, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/68000d94-b39f-422a-af23-1c6657550646.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 13:15:12 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120619662, 'registration': 'LO65VLL', 'account': 'WBA004', 'make': 'NISSAN', 'model': 'LEAF HATCHBACK', 'derivative': '80kW Acenta+ 5dr Auto [6.6kW Charger]', 'mileage': 87036, 'mileageWarranty': True, 'type': 'car', 'saleId': 19179, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 471}, 'saleStart': '2026-03-25T10:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2015-12-31', 'fuel': 'Electric', 'motExpiry': '2026-06-02', 'doors': 5, 'engineSize': None, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/LO65VLL/2026-03-20/image/eeb2f2f7-a02b-4884-980d-ef301b3884e9_removebg.jpg?w=600', 'https://abimg003.imgix.net/LO65VLL/2026-03-20/image/59c1816b-ccf8-4570-9b20-97966f620557_removebg.jpg?w=600', 'https://abimg003.imgix.net/LO65VLL/2026-03-20/image/af4d57ff-264b-490f-94d4-5eb3fe83e879_removebg.jpg?w=600', 'https://abimg003.imgix.net/LO65VLL/2026-03-20/image/7e98653b-ce97-4550-97a8-23676ab334d9_removebg.jpg?w=600', 'https://abimg003.imgix.net/LO65VLL/2026-03-20/image/40b7661f-19e3-4ca7-9cde-919963f2b90d_removebg.jpg?w=600', 'https://abimg003.imgix.net/LO65VLL/2026-03-20/image/da3ea5a0-013c-40cf-916b-17e0860317ad_removebg.jpg?w=600', 'https://abimg003.imgix.net/LO65VLL/2026-03-20/image/41ace5ce-a7b7-4f4d-a1a3-f0d71356395e_removebg.jpg?w=600', 'https://abimg003.imgix.net/LO65VLL/2026-03-20/image/818a960c-1c40-4cda-babb-03c37aad2627_removebg.jpg?w=600', 'https://abimg003.imgix.net/LO65VLL/2026-03-20/image/6869d8d2-08fb-45f5-a942-dff4d14f662d_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Fleet', 'serviceHistory': 'Service book 01/17-7K, 01/18-13K, 04/19-20K, 06/20-26K, 01/22-36K, 12/22-36K', 'remarks': 'Ex-Private Hire, VOSA STATES 68K, 73K, 80K, 84K, SD CARD IN OFFICE', 'virtual': False, 'seller': 'UKCGR - Trade', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '4', 'v5': True, 'v5details': 'Here', 'co2': None, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/68000d94-b39f-422a-af23-1c6657550646.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 13:15:12 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c0df3d12-6a73-5a43-9ab4-0631a25820b4 with identifier: 120619662
2026-03-24 13:15:12 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c0df3d12-6a73-5a43-9ab4-0631a25820b4 with scrape type 2
2026-03-24 13:15:12 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c0df3d12-6a73-5a43-9ab4-0631a25820b4 with scrape type 2
2026-03-24 13:15:12 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: c0df3d12-6a73-5a43-9ab4-0631a25820b4, identifier: 120619662
2026-03-24 13:15:12 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: c0df3d12-6a73-5a43-9ab4-0631a25820b4 with identifier: 120619662
2026-03-24 13:15:12 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: c0df3d12-6a73-5a43-9ab4-0631a25820b4 with identifier: 120619662
2026-03-24 13:15:12 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: c0df3d12-6a73-5a43-9ab4-0631a25820b4 with identifier: 120619662 to the API
2026-03-24 13:15:12 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 13:15: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-24 13:15:12 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120619662?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': None,
'color': 'BLACK',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 5',
'engine': '',
'expiration_date': '2026-03-25T10:00:00Z',
'fuel_type': 'Electric',
'id': 'c0df3d12-6a73-5a43-9ab4-0631a25820b4',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'LO65VLL',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120619662',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'NISSAN',
'model': 'LEAF HATCHBACK',
'odometer': 87036,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2015-12-31',
'seller_name': 'UKCGR - Trade',
'title': 'NISSAN LEAF HATCHBACK 80kW Acenta+ 5dr Auto [6.6kW Charger]',
'transmission': 'automatic',
'trim': '80kW Acenta+ 5dr Auto [6.6kW Charger]',
'vin': None,
'year': 2015}
2026-03-24 13:15:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:15:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120619662%27 HTTP/1.1" 200 None
2026-03-24 13:15:12 [astonbarclay.gb] INFO: Saving data for 120619662: {'auction_closing_time': 1774432800.0, 'created_time': 1774000906.077411, 'last_price_update_time': 1774358112.756445}
2026-03-24 13:15:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:15:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120619662') HTTP/1.1" 204 0
2026-03-24 13:15:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/NA68OXJ/2026-03-24/image/6f24d15c-b6aa-4642-9504-5cf8297e3b9a_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120715559?view=catalogue)
2026-03-24 13:15:12 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 13:15:12 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fde50215210>
2026-03-24 13:15:12 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 13:15:12 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-24 13:15:12 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 13:15:12 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_23e7e166-f147-5ab0-855b-5ba5a94e6968/23e7e166-f147-5ab0-855b-5ba5a94e6968_image_5.jpg HTTP/1.1" 201 0
2026-03-24 13:15:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:15:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FNA68OXJ%252F2026-03-24%252Fimage%252F6f24d15c-b6aa-4642-9504-5cf8297e3b9a_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-24 13:15:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/NA68OXJ/2026-03-24/image/6f24d15c-b6aa-4642-9504-5cf8297e3b9a_removebg.jpg?w=600 saved to cache
2026-03-24 13:15:12 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 23e7e166-f147-5ab0-855b-5ba5a94e6968
2026-03-24 13:15:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/NA68OXJ/2026-03-24/image/8e8de7c8-207a-40dd-a5ca-5b340fe216a3_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120715559?view=catalogue)
2026-03-24 13:15:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/NA68OXJ/2026-03-24/image/c8633b8e-714f-49a0-9d71-36400171a4cb_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120715559?view=catalogue)
2026-03-24 13:15:13 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 13:15:13 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fde501f3b10>
2026-03-24 13:15:13 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 13:15:13 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-24 13:15:13 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 13:15:13 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_23e7e166-f147-5ab0-855b-5ba5a94e6968/23e7e166-f147-5ab0-855b-5ba5a94e6968_image_3.jpg HTTP/1.1" 201 0
2026-03-24 13:15:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:15:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FNA68OXJ%252F2026-03-24%252Fimage%252F8e8de7c8-207a-40dd-a5ca-5b340fe216a3_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-24 13:15:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/NA68OXJ/2026-03-24/image/8e8de7c8-207a-40dd-a5ca-5b340fe216a3_removebg.jpg?w=600 saved to cache
2026-03-24 13:15:13 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 23e7e166-f147-5ab0-855b-5ba5a94e6968
2026-03-24 13:15:13 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 13:15:13 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fde532e8dd0>
2026-03-24 13:15:13 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 13:15:13 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-24 13:15:13 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 13:15:13 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_23e7e166-f147-5ab0-855b-5ba5a94e6968/23e7e166-f147-5ab0-855b-5ba5a94e6968_image_4.jpg HTTP/1.1" 201 0
2026-03-24 13:15:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:15:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FNA68OXJ%252F2026-03-24%252Fimage%252Fc8633b8e-714f-49a0-9d71-36400171a4cb_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-24 13:15:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/NA68OXJ/2026-03-24/image/c8633b8e-714f-49a0-9d71-36400171a4cb_removebg.jpg?w=600 saved to cache
2026-03-24 13:15:13 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 23e7e166-f147-5ab0-855b-5ba5a94e6968
2026-03-24 13:15:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/NA68OXJ/2026-03-24/image/45dd899f-a422-46ad-8408-8895d3cf546e_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120715559?view=catalogue)
2026-03-24 13:15:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/NA68OXJ/2026-03-24/image/14a35519-4a0e-4373-b6f0-d01b476aa1d2_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120715559?view=catalogue)
2026-03-24 13:15:13 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 13:15:13 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fde501f3650>
2026-03-24 13:15:13 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 13:15:13 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-24 13:15:13 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 13:15:13 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_23e7e166-f147-5ab0-855b-5ba5a94e6968/23e7e166-f147-5ab0-855b-5ba5a94e6968_image_2.jpg HTTP/1.1" 201 0
2026-03-24 13:15:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:15:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FNA68OXJ%252F2026-03-24%252Fimage%252F45dd899f-a422-46ad-8408-8895d3cf546e_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-24 13:15:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/NA68OXJ/2026-03-24/image/45dd899f-a422-46ad-8408-8895d3cf546e_removebg.jpg?w=600 saved to cache
2026-03-24 13:15:13 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 23e7e166-f147-5ab0-855b-5ba5a94e6968
2026-03-24 13:15:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/NA68OXJ/2026-03-24/image/2df7db0f-526c-4c79-b945-9d4ff7421869_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120715559?view=catalogue)
2026-03-24 13:15:13 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 13:15:13 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fde516b4710>
2026-03-24 13:15:13 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 13:15:13 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-24 13:15:13 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 13:15:13 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_23e7e166-f147-5ab0-855b-5ba5a94e6968/23e7e166-f147-5ab0-855b-5ba5a94e6968_image_0.jpg HTTP/1.1" 201 0
2026-03-24 13:15:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:15:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FNA68OXJ%252F2026-03-24%252Fimage%252F14a35519-4a0e-4373-b6f0-d01b476aa1d2_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-24 13:15:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/NA68OXJ/2026-03-24/image/14a35519-4a0e-4373-b6f0-d01b476aa1d2_removebg.jpg?w=600 saved to cache
2026-03-24 13:15:13 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 23e7e166-f147-5ab0-855b-5ba5a94e6968
2026-03-24 13:15:13 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 13:15:13 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fde501fd390>
2026-03-24 13:15:13 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 13:15:13 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-24 13:15:13 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 13:15:13 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_23e7e166-f147-5ab0-855b-5ba5a94e6968/23e7e166-f147-5ab0-855b-5ba5a94e6968_image_1.jpg HTTP/1.1" 201 0
2026-03-24 13:15:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:15:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FNA68OXJ%252F2026-03-24%252Fimage%252F2df7db0f-526c-4c79-b945-9d4ff7421869_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-24 13:15:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/NA68OXJ/2026-03-24/image/2df7db0f-526c-4c79-b945-9d4ff7421869_removebg.jpg?w=600 saved to cache
2026-03-24 13:15:13 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 23e7e166-f147-5ab0-855b-5ba5a94e6968
2026-03-24 13:15:13 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 23e7e166-f147-5ab0-855b-5ba5a94e6968, skipping ID generation
2026-03-24 13:15:13 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 23e7e166-f147-5ab0-855b-5ba5a94e6968 with scrape type 1
2026-03-24 13:15:13 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 23e7e166-f147-5ab0-855b-5ba5a94e6968 sending to next pipeline
2026-03-24 13:15:14 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 23e7e166-f147-5ab0-855b-5ba5a94e6968, identifier: 120715559
2026-03-24 13:15:14 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 23e7e166-f147-5ab0-855b-5ba5a94e6968 with identifier: 120715559
2026-03-24 13:15:14 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 23e7e166-f147-5ab0-855b-5ba5a94e6968 with identifier: 120715559
2026-03-24 13:15:14 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 23e7e166-f147-5ab0-855b-5ba5a94e6968 with identifier: 120715559 to the API
2026-03-24 13:15:14 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 13:15: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-24 13:15:14 [scrapy.core.scraper] DEBUG: Scraped from <200 https://abimg003.imgix.net/NA68OXJ/2026-03-24/image/2df7db0f-526c-4c79-b945-9d4ff7421869_removebg.jpg?w=600>
{'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-25T10:00: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': 9,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_23e7e166-f147-5ab0-855b-5ba5a94e6968/23e7e166-f147-5ab0-855b-5ba5a94e6968_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 36998,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/NA68OXJ/2026-03-24/image/14a35519-4a0e-4373-b6f0-d01b476aa1d2_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_23e7e166-f147-5ab0-855b-5ba5a94e6968/23e7e166-f147-5ab0-855b-5ba5a94e6968_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 38604,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/NA68OXJ/2026-03-24/image/2df7db0f-526c-4c79-b945-9d4ff7421869_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_23e7e166-f147-5ab0-855b-5ba5a94e6968/23e7e166-f147-5ab0-855b-5ba5a94e6968_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 37852,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/NA68OXJ/2026-03-24/image/45dd899f-a422-46ad-8408-8895d3cf546e_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_23e7e166-f147-5ab0-855b-5ba5a94e6968/23e7e166-f147-5ab0-855b-5ba5a94e6968_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 37829,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/NA68OXJ/2026-03-24/image/8e8de7c8-207a-40dd-a5ca-5b340fe216a3_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_23e7e166-f147-5ab0-855b-5ba5a94e6968/23e7e166-f147-5ab0-855b-5ba5a94e6968_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 52632,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/NA68OXJ/2026-03-24/image/c8633b8e-714f-49a0-9d71-36400171a4cb_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_23e7e166-f147-5ab0-855b-5ba5a94e6968/23e7e166-f147-5ab0-855b-5ba5a94e6968_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 48754,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/NA68OXJ/2026-03-24/image/6f24d15c-b6aa-4642-9504-5cf8297e3b9a_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_23e7e166-f147-5ab0-855b-5ba5a94e6968/23e7e166-f147-5ab0-855b-5ba5a94e6968_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 50479,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/NA68OXJ/2026-03-24/image/66ad3c01-cda4-497b-85ce-07311e90cffa_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_23e7e166-f147-5ab0-855b-5ba5a94e6968/23e7e166-f147-5ab0-855b-5ba5a94e6968_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 45669,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/NA68OXJ/2026-03-24/image/9fe2abf9-b228-41d1-a0c1-f511fbe40304_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_23e7e166-f147-5ab0-855b-5ba5a94e6968/23e7e166-f147-5ab0-855b-5ba5a94e6968_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 62278,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/NA68OXJ/2026-03-24/image/aa4cb6b6-e664-4b4d-8d0c-f61aa18d3dad_removebg.jpg?w=600',
'Width': 600}],
'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-24 13:15:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:15:14 [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-24 13:15:14 [astonbarclay.gb] INFO: Saving data for 120715559: {'created_time': 1774358114.636605, 'last_price_update_time': 1774358114.63662, 'auction_closing_time': 1774432800.0}
2026-03-24 13:15:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:15:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120715559') HTTP/1.1" 204 0
2026-03-24 13:15:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120695538?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-24 13:15:14 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:15:14 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120695538, 'registration': 'EJ64SYA', 'account': 'ESS030', 'make': 'FORD', 'model': 'KUGA DIESEL ESTATE', 'derivative': '2.0 TDCi 150 Titanium 5dr 2WD', 'mileage': 67049, 'mileageWarranty': True, 'type': 'car', 'saleId': 19178, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 471}, 'saleStart': '2026-03-25T10:00Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2015-01-09', 'fuel': 'Diesel', 'motExpiry': '2026-12-03', 'doors': 5, 'engineSize': 1997, 'bodyType': 'Estate', 'images': None, 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': None, 'serviceHistory': 'Service print and book 01/16 9K - 06/16 12K - 07/17 19K - 09/18 24K', 'remarks': 'VOSA STATES, 46K, 53K, 58K, 65K', 'virtual': False, 'seller': 'SMC GROUP', '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/7b051ba6-bc0a-4aac-b695-fdc752e621c9.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 13:15:14 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120695538, 'registration': 'EJ64SYA', 'account': 'ESS030', 'make': 'FORD', 'model': 'KUGA DIESEL ESTATE', 'derivative': '2.0 TDCi 150 Titanium 5dr 2WD', 'mileage': 67049, 'mileageWarranty': True, 'type': 'car', 'saleId': 19178, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 471}, 'saleStart': '2026-03-25T10:00Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2015-01-09', 'fuel': 'Diesel', 'motExpiry': '2026-12-03', 'doors': 5, 'engineSize': 1997, 'bodyType': 'Estate', 'images': None, 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': None, 'serviceHistory': 'Service print and book 01/16 9K - 06/16 12K - 07/17 19K - 09/18 24K', 'remarks': 'VOSA STATES, 46K, 53K, 58K, 65K', 'virtual': False, 'seller': 'SMC GROUP', '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/7b051ba6-bc0a-4aac-b695-fdc752e621c9.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 13:15:14 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 96a9db2a-6959-53ed-b747-b7344bf41de5 with identifier: 120695538
2026-03-24 13:15:14 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 96a9db2a-6959-53ed-b747-b7344bf41de5 with scrape type 1
2026-03-24 13:15:14 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 0 photos for item 96a9db2a-6959-53ed-b747-b7344bf41de5
2026-03-24 13:15:14 [crawlers.middlewares.photo_download_middleware] INFO: No photos to download for item 96a9db2a-6959-53ed-b747-b7344bf41de5
2026-03-24 13:15:14 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 96a9db2a-6959-53ed-b747-b7344bf41de5, identifier: 120695538
2026-03-24 13:15:14 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 96a9db2a-6959-53ed-b747-b7344bf41de5 with identifier: 120695538
2026-03-24 13:15:14 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 96a9db2a-6959-53ed-b747-b7344bf41de5 with identifier: 120695538
2026-03-24 13:15:14 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 96a9db2a-6959-53ed-b747-b7344bf41de5 with identifier: 120695538 to the API
2026-03-24 13:15:14 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 13:15:16 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-24 13:15:16 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120695538?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 122,
'color': 'GREY',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'expiration_date': '2026-03-25T10:00:00Z',
'fuel_type': 'Diesel',
'id': '96a9db2a-6959-53ed-b747-b7344bf41de5',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'EJ64SYA',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120695538',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'FORD',
'model': 'KUGA DIESEL ESTATE',
'odometer': 67049,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2015-01-09',
'seller_name': 'SMC GROUP',
'title': 'FORD KUGA DIESEL ESTATE 2.0 TDCi 150 Titanium 5dr 2WD',
'transmission': 'manual',
'trim': '2.0 TDCi 150 Titanium 5dr 2WD',
'vin': None,
'year': 2015}
2026-03-24 13:15:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:15:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120695538%27 HTTP/1.1" 200 None
2026-03-24 13:15:16 [astonbarclay.gb] INFO: Saving data for 120695538: {'created_time': 1774358116.40342, 'last_price_update_time': 1774358116.403431, 'auction_closing_time': 1774432800.0}
2026-03-24 13:15:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:15:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120695538') HTTP/1.1" 204 0
2026-03-24 13:15:17 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120695519?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-24 13:15:17 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:15:17 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120695519, 'registration': 'EX14ZNY', 'account': 'ESS030', 'make': 'FORD', 'model': 'B-MAX HATCHBACK', 'derivative': '1.4 Zetec 5dr', 'mileage': 57299, 'mileageWarranty': True, 'type': 'car', 'saleId': 19178, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 471}, 'saleStart': '2026-03-25T10:00Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2014-03-28', 'fuel': 'Petrol', 'motExpiry': '2026-03-27', 'doors': 5, 'engineSize': 1388, 'bodyType': 'Hatchback', 'images': None, 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': None, 'serviceHistory': '', 'remarks': 'VOSA STATES, 33K, 38K, 44K, 50K', 'virtual': False, 'seller': 'SMC GROUP', '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/786bba13-e1f1-44f9-a3b9-2087c3888128.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 13:15:17 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120695519, 'registration': 'EX14ZNY', 'account': 'ESS030', 'make': 'FORD', 'model': 'B-MAX HATCHBACK', 'derivative': '1.4 Zetec 5dr', 'mileage': 57299, 'mileageWarranty': True, 'type': 'car', 'saleId': 19178, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 471}, 'saleStart': '2026-03-25T10:00Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2014-03-28', 'fuel': 'Petrol', 'motExpiry': '2026-03-27', 'doors': 5, 'engineSize': 1388, 'bodyType': 'Hatchback', 'images': None, 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': None, 'serviceHistory': '', 'remarks': 'VOSA STATES, 33K, 38K, 44K, 50K', 'virtual': False, 'seller': 'SMC GROUP', '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/786bba13-e1f1-44f9-a3b9-2087c3888128.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 13:15:17 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 36739678-beb8-52e2-b363-1307461b3652 with identifier: 120695519
2026-03-24 13:15:17 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 36739678-beb8-52e2-b363-1307461b3652 with scrape type 1
2026-03-24 13:15:17 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 0 photos for item 36739678-beb8-52e2-b363-1307461b3652
2026-03-24 13:15:17 [crawlers.middlewares.photo_download_middleware] INFO: No photos to download for item 36739678-beb8-52e2-b363-1307461b3652
2026-03-24 13:15:17 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 36739678-beb8-52e2-b363-1307461b3652, identifier: 120695519
2026-03-24 13:15:17 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 36739678-beb8-52e2-b363-1307461b3652 with identifier: 120695519
2026-03-24 13:15:17 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 36739678-beb8-52e2-b363-1307461b3652 with identifier: 120695519
2026-03-24 13:15:17 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 36739678-beb8-52e2-b363-1307461b3652 with identifier: 120695519 to the API
2026-03-24 13:15:17 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 13:15: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-24 13:15:18 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120695519?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 139,
'color': 'WHITE',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 5',
'engine': '1.4L',
'expiration_date': '2026-03-25T10:00:00Z',
'fuel_type': 'Petrol',
'id': '36739678-beb8-52e2-b363-1307461b3652',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'EX14ZNY',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120695519',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'FORD',
'model': 'B-MAX HATCHBACK',
'odometer': 57299,
'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': 'SMC GROUP',
'title': 'FORD B-MAX HATCHBACK 1.4 Zetec 5dr',
'transmission': 'manual',
'trim': '1.4 Zetec 5dr',
'vin': None,
'year': 2014}
2026-03-24 13:15:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:15:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120695519%27 HTTP/1.1" 200 None
2026-03-24 13:15:18 [astonbarclay.gb] INFO: Saving data for 120695519: {'created_time': 1774358118.204178, 'last_price_update_time': 1774358118.204188, 'auction_closing_time': 1774432800.0}
2026-03-24 13:15:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:15:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120695519') HTTP/1.1" 204 0
2026-03-24 13:15:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/119889589?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-24 13:15:19 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:15:19 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 119889589, 'registration': 'WD68HBX', 'account': 'MAN027', 'make': 'VOLVO', 'model': 'XC90 DIESEL ESTATE', 'derivative': '2.0 D5 PowerPulse Momentum Pro 5dr AWD Geartronic', 'mileage': 74438, 'mileageWarranty': True, 'type': 'car', 'saleId': 19178, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 471}, 'saleStart': '2026-03-25T10:00Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2018-12-20', 'fuel': 'Diesel', 'motExpiry': '2026-08-02', 'doors': 5, 'engineSize': 1969, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/WD68HBX/2026-02-26/image/77a48f7f-1ec8-4fc3-b970-61dcfadf518f_removebg.jpg?w=600', 'https://abimg003.imgix.net/WD68HBX/2026-02-26/image/943c659c-a987-4a84-9c60-f5c443c946b3_removebg.jpg?w=600', 'https://abimg003.imgix.net/WD68HBX/2026-02-26/image/944b0f27-d575-40f3-815e-a8f0cda177eb_removebg.jpg?w=600', 'https://abimg003.imgix.net/WD68HBX/2026-02-26/image/09bcd5c2-3161-464e-924a-6f9164613f51_removebg.jpg?w=600', 'https://abimg003.imgix.net/WD68HBX/2026-02-26/image/b6238298-8326-433f-b138-180ca80cee4a_removebg.jpg?w=600', 'https://abimg003.imgix.net/WD68HBX/2026-02-26/image/2b55922e-5d9a-4e0d-90dc-8650564b772b_removebg.jpg?w=600', 'https://abimg003.imgix.net/WD68HBX/2026-02-26/image/810d082e-f549-400d-96db-36e2053687d6_removebg.jpg?w=600', 'https://abimg003.imgix.net/WD68HBX/2026-02-26/image/ae0b8a10-350b-4b75-9b24-ef64470fb1a6_removebg.jpg?w=600', 'https://abimg003.imgix.net/WD68HBX/2026-02-26/image/8b6c4828-3e58-49b1-9fd5-41529a017cf4_removebg.jpg?w=600'], 'colour': 'BLUE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print and book 02/20-15k, 02/21-22k, 01/22-30k, 08/22-34k, 05/23-45k, 05/24-57k', 'remarks': 'vosa@ 34k, 47k, 59k, 69k - 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': 158, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/f2080af6-a317-4e8d-8009-dc68d8bbf14a.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 13:15:19 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 119889589, 'registration': 'WD68HBX', 'account': 'MAN027', 'make': 'VOLVO', 'model': 'XC90 DIESEL ESTATE', 'derivative': '2.0 D5 PowerPulse Momentum Pro 5dr AWD Geartronic', 'mileage': 74438, 'mileageWarranty': True, 'type': 'car', 'saleId': 19178, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 471}, 'saleStart': '2026-03-25T10:00Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2018-12-20', 'fuel': 'Diesel', 'motExpiry': '2026-08-02', 'doors': 5, 'engineSize': 1969, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/WD68HBX/2026-02-26/image/77a48f7f-1ec8-4fc3-b970-61dcfadf518f_removebg.jpg?w=600', 'https://abimg003.imgix.net/WD68HBX/2026-02-26/image/943c659c-a987-4a84-9c60-f5c443c946b3_removebg.jpg?w=600', 'https://abimg003.imgix.net/WD68HBX/2026-02-26/image/944b0f27-d575-40f3-815e-a8f0cda177eb_removebg.jpg?w=600', 'https://abimg003.imgix.net/WD68HBX/2026-02-26/image/09bcd5c2-3161-464e-924a-6f9164613f51_removebg.jpg?w=600', 'https://abimg003.imgix.net/WD68HBX/2026-02-26/image/b6238298-8326-433f-b138-180ca80cee4a_removebg.jpg?w=600', 'https://abimg003.imgix.net/WD68HBX/2026-02-26/image/2b55922e-5d9a-4e0d-90dc-8650564b772b_removebg.jpg?w=600', 'https://abimg003.imgix.net/WD68HBX/2026-02-26/image/810d082e-f549-400d-96db-36e2053687d6_removebg.jpg?w=600', 'https://abimg003.imgix.net/WD68HBX/2026-02-26/image/ae0b8a10-350b-4b75-9b24-ef64470fb1a6_removebg.jpg?w=600', 'https://abimg003.imgix.net/WD68HBX/2026-02-26/image/8b6c4828-3e58-49b1-9fd5-41529a017cf4_removebg.jpg?w=600'], 'colour': 'BLUE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print and book 02/20-15k, 02/21-22k, 01/22-30k, 08/22-34k, 05/23-45k, 05/24-57k', 'remarks': 'vosa@ 34k, 47k, 59k, 69k - 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': 158, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/f2080af6-a317-4e8d-8009-dc68d8bbf14a.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 13:15:19 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5cf52979-5876-58c1-90a6-0033993a1ad2 with identifier: 119889589
2026-03-24 13:15:19 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5cf52979-5876-58c1-90a6-0033993a1ad2 with scrape type 2
2026-03-24 13:15:19 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5cf52979-5876-58c1-90a6-0033993a1ad2 with scrape type 2
2026-03-24 13:15:19 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 5cf52979-5876-58c1-90a6-0033993a1ad2, identifier: 119889589
2026-03-24 13:15:19 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 5cf52979-5876-58c1-90a6-0033993a1ad2 with identifier: 119889589
2026-03-24 13:15:19 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 5cf52979-5876-58c1-90a6-0033993a1ad2 with identifier: 119889589
2026-03-24 13:15:19 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 5cf52979-5876-58c1-90a6-0033993a1ad2 with identifier: 119889589 to the API
2026-03-24 13:15:19 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 13:15: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-24 13:15:21 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/119889589?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 158,
'color': 'BLUE',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'expiration_date': '2026-03-25T10:00:00Z',
'fuel_type': 'Diesel',
'id': '5cf52979-5876-58c1-90a6-0033993a1ad2',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'WD68HBX',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/119889589',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'VOLVO',
'model': 'XC90 DIESEL ESTATE',
'odometer': 74438,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2018-12-20',
'seller_name': 'Mann Island Finance',
'title': 'VOLVO XC90 DIESEL ESTATE 2.0 D5 PowerPulse Momentum Pro 5dr AWD '
'Geartronic',
'transmission': 'automatic',
'trim': '2.0 D5 PowerPulse Momentum Pro 5dr AWD Geartronic',
'vin': None,
'year': 2018}
2026-03-24 13:15:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:15:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27119889589%27 HTTP/1.1" 200 None
2026-03-24 13:15:21 [astonbarclay.gb] INFO: Saving data for 119889589: {'auction_closing_time': 1774432800.0, 'created_time': 1774034186.676041, 'last_price_update_time': 1774358121.28783}
2026-03-24 13:15:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:15:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='119889589') HTTP/1.1" 204 0
2026-03-24 13:15:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120455225?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-24 13:15:24 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:15:24 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120455225, 'registration': 'FH21LWW', 'account': 'WBA003', 'make': 'PEUGEOT', 'model': '3008 DIESEL ESTATE', 'derivative': '1.5 BlueHDi GT 5dr', 'mileage': 138784, 'mileageWarranty': True, 'type': 'car', 'saleId': 19179, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 471}, 'saleStart': '2026-03-25T10:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2021-05-29', 'fuel': 'Diesel', 'motExpiry': '2026-05-28', 'doors': 5, 'engineSize': 1500, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/FH21LWW/2026-03-16/image/ba80427c-7bc5-4c7b-b6d6-c146794517de_removebg.jpg?w=600', 'https://abimg003.imgix.net/FH21LWW/2026-03-16/image/03df092e-91ad-443c-a1e9-42abe121e0e7_removebg.jpg?w=600', 'https://abimg003.imgix.net/FH21LWW/2026-03-16/image/78d10c8c-d488-4515-8951-30f8e40d0255_removebg.jpg?w=600', 'https://abimg003.imgix.net/FH21LWW/2026-03-16/image/e4a601e8-76d1-4565-a906-17cd6bdfef57_removebg.jpg?w=600', 'https://abimg003.imgix.net/FH21LWW/2026-03-16/image/ae89987c-cc8b-412c-a6f1-bc2723cdff9a_removebg.jpg?w=600', 'https://abimg003.imgix.net/FH21LWW/2026-03-16/image/271cec56-4026-4f42-99be-ddf17ba813d5_removebg.jpg?w=600', 'https://abimg003.imgix.net/FH21LWW/2026-03-16/image/e137f4f4-407e-4b30-95a6-3c7ea35178e4_removebg.jpg?w=600', 'https://abimg003.imgix.net/FH21LWW/2026-03-16/image/ba33aea2-a828-4d00-982f-dea1ae1397c3_removebg.jpg?w=600', 'https://abimg003.imgix.net/FH21LWW/2026-03-16/image/f74e423c-5450-46ad-beb3-61d115fd789b_removebg.jpg?w=600', 'https://abimg003.imgix.net/FH21LWW/2026-03-16/image/fa7eb661-cbe2-466e-b2b7-fcf77f258604_removebg.jpg?w=600'], 'colour': 'RED', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print and book 05/22- 18K, 02/23- 36K, 09/23- 56K, 04/24- 72K, 09/24- 89K, 04/25- 108K, 09/25- 124K', 'remarks': 'VOSA STATES 77K, 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': 131, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/bd3737a0-fa36-4c56-8378-5798d927f898.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 13:15:24 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120455225, 'registration': 'FH21LWW', 'account': 'WBA003', 'make': 'PEUGEOT', 'model': '3008 DIESEL ESTATE', 'derivative': '1.5 BlueHDi GT 5dr', 'mileage': 138784, 'mileageWarranty': True, 'type': 'car', 'saleId': 19179, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 471}, 'saleStart': '2026-03-25T10:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2021-05-29', 'fuel': 'Diesel', 'motExpiry': '2026-05-28', 'doors': 5, 'engineSize': 1500, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/FH21LWW/2026-03-16/image/ba80427c-7bc5-4c7b-b6d6-c146794517de_removebg.jpg?w=600', 'https://abimg003.imgix.net/FH21LWW/2026-03-16/image/03df092e-91ad-443c-a1e9-42abe121e0e7_removebg.jpg?w=600', 'https://abimg003.imgix.net/FH21LWW/2026-03-16/image/78d10c8c-d488-4515-8951-30f8e40d0255_removebg.jpg?w=600', 'https://abimg003.imgix.net/FH21LWW/2026-03-16/image/e4a601e8-76d1-4565-a906-17cd6bdfef57_removebg.jpg?w=600', 'https://abimg003.imgix.net/FH21LWW/2026-03-16/image/ae89987c-cc8b-412c-a6f1-bc2723cdff9a_removebg.jpg?w=600', 'https://abimg003.imgix.net/FH21LWW/2026-03-16/image/271cec56-4026-4f42-99be-ddf17ba813d5_removebg.jpg?w=600', 'https://abimg003.imgix.net/FH21LWW/2026-03-16/image/e137f4f4-407e-4b30-95a6-3c7ea35178e4_removebg.jpg?w=600', 'https://abimg003.imgix.net/FH21LWW/2026-03-16/image/ba33aea2-a828-4d00-982f-dea1ae1397c3_removebg.jpg?w=600', 'https://abimg003.imgix.net/FH21LWW/2026-03-16/image/f74e423c-5450-46ad-beb3-61d115fd789b_removebg.jpg?w=600', 'https://abimg003.imgix.net/FH21LWW/2026-03-16/image/fa7eb661-cbe2-466e-b2b7-fcf77f258604_removebg.jpg?w=600'], 'colour': 'RED', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print and book 05/22- 18K, 02/23- 36K, 09/23- 56K, 04/24- 72K, 09/24- 89K, 04/25- 108K, 09/25- 124K', 'remarks': 'VOSA STATES 77K, 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': 131, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/bd3737a0-fa36-4c56-8378-5798d927f898.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 13:15:24 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 590bf405-b1eb-59ba-b2e7-1c7d45290308 with identifier: 120455225
2026-03-24 13:15:24 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 590bf405-b1eb-59ba-b2e7-1c7d45290308 with scrape type 2
2026-03-24 13:15:24 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 590bf405-b1eb-59ba-b2e7-1c7d45290308 with scrape type 2
2026-03-24 13:15:24 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 590bf405-b1eb-59ba-b2e7-1c7d45290308, identifier: 120455225
2026-03-24 13:15:24 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 590bf405-b1eb-59ba-b2e7-1c7d45290308 with identifier: 120455225
2026-03-24 13:15:24 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 590bf405-b1eb-59ba-b2e7-1c7d45290308 with identifier: 120455225
2026-03-24 13:15:24 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 590bf405-b1eb-59ba-b2e7-1c7d45290308 with identifier: 120455225 to the API
2026-03-24 13:15:24 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 13:15: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-24 13:15:26 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120455225?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 131,
'color': 'RED',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'expiration_date': '2026-03-25T10:00:00Z',
'fuel_type': 'Diesel',
'id': '590bf405-b1eb-59ba-b2e7-1c7d45290308',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'FH21LWW',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120455225',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'PEUGEOT',
'model': '3008 DIESEL ESTATE',
'odometer': 138784,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-05-29',
'seller_name': 'UKCGR - Select',
'title': 'PEUGEOT 3008 DIESEL ESTATE 1.5 BlueHDi GT 5dr',
'transmission': 'manual',
'trim': '1.5 BlueHDi GT 5dr',
'vin': None,
'year': 2021}
2026-03-24 13:15:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:15:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120455225%27 HTTP/1.1" 200 None
2026-03-24 13:15:26 [astonbarclay.gb] INFO: Saving data for 120455225: {'auction_closing_time': 1774432800.0, 'created_time': 1773495306.235437, 'last_price_update_time': 1774358126.037259}
2026-03-24 13:15:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:15:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120455225') HTTP/1.1" 204 0
2026-03-24 13:15:28 [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-24 13:15:28 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:15:28 [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': 19179, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 471}, 'saleStart': '2026-03-25T10:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2018-07-31', 'fuel': 'Petrol', 'motExpiry': '2026-07-30', 'doors': 3, 'engineSize': 998, 'bodyType': 'Hatchback', 'images': None, 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': None, '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-24 13:15:28 [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': 19179, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 471}, 'saleStart': '2026-03-25T10:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2018-07-31', 'fuel': 'Petrol', 'motExpiry': '2026-07-30', 'doors': 3, 'engineSize': 998, 'bodyType': 'Hatchback', 'images': None, 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': None, '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-24 13:15:28 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b7fbbee4-c5b4-5829-857d-58d908e4f9bc with identifier: 120696486
2026-03-24 13:15:28 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b7fbbee4-c5b4-5829-857d-58d908e4f9bc with scrape type 1
2026-03-24 13:15:28 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 0 photos for item b7fbbee4-c5b4-5829-857d-58d908e4f9bc
2026-03-24 13:15:28 [crawlers.middlewares.photo_download_middleware] INFO: No photos to download for item b7fbbee4-c5b4-5829-857d-58d908e4f9bc
2026-03-24 13:15:28 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: b7fbbee4-c5b4-5829-857d-58d908e4f9bc, identifier: 120696486
2026-03-24 13:15:28 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: b7fbbee4-c5b4-5829-857d-58d908e4f9bc with identifier: 120696486
2026-03-24 13:15:28 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: b7fbbee4-c5b4-5829-857d-58d908e4f9bc with identifier: 120696486
2026-03-24 13:15:28 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: b7fbbee4-c5b4-5829-857d-58d908e4f9bc with identifier: 120696486 to the API
2026-03-24 13:15:28 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 13:15:29 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-24 13:15:29 [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-25T10: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-24 13:15:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:15:29 [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-24 13:15:29 [astonbarclay.gb] INFO: Saving data for 120696486: {'created_time': 1774358129.648976, 'last_price_update_time': 1774358129.648988, 'auction_closing_time': 1774432800.0}
2026-03-24 13:15:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:15:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120696486') HTTP/1.1" 204 0
2026-03-24 13:15:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120718614?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-24 13:15:33 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:15:33 [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-24 13:15:33 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:15:33 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120718614, 'registration': 'SM69EFY', 'account': 'MOT075', 'make': 'TESLA', 'model': 'MODEL 3 SALOON', 'derivative': 'Performance AWD 4dr [Performance Upgrade] Auto', 'mileage': 79255, 'mileageWarranty': True, 'type': 'car', 'saleId': 19179, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 472}, 'saleStart': '2026-03-25T10:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2019-12-19', 'fuel': 'Electric', 'motExpiry': '2026-10-12', 'doors': 4, 'engineSize': None, 'bodyType': 'Saloon', 'images': None, 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': None, 'serviceHistory': '', 'remarks': 'VOSA STATES 33K,45k, 61k, 72k', '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/007fcd00-0ecb-4c55-99ea-f6d622416c66.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 13:15:33 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120718614, 'registration': 'SM69EFY', 'account': 'MOT075', 'make': 'TESLA', 'model': 'MODEL 3 SALOON', 'derivative': 'Performance AWD 4dr [Performance Upgrade] Auto', 'mileage': 79255, 'mileageWarranty': True, 'type': 'car', 'saleId': 19179, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 472}, 'saleStart': '2026-03-25T10:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2019-12-19', 'fuel': 'Electric', 'motExpiry': '2026-10-12', 'doors': 4, 'engineSize': None, 'bodyType': 'Saloon', 'images': None, 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': None, 'serviceHistory': '', 'remarks': 'VOSA STATES 33K,45k, 61k, 72k', '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/007fcd00-0ecb-4c55-99ea-f6d622416c66.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 13:15:33 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 63afd672-5214-5810-a595-db6ada0e53cd with identifier: 120718614
2026-03-24 13:15:33 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 63afd672-5214-5810-a595-db6ada0e53cd with scrape type 1
2026-03-24 13:15:33 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 0 photos for item 63afd672-5214-5810-a595-db6ada0e53cd
2026-03-24 13:15:33 [crawlers.middlewares.photo_download_middleware] INFO: No photos to download for item 63afd672-5214-5810-a595-db6ada0e53cd
2026-03-24 13:15:33 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 63afd672-5214-5810-a595-db6ada0e53cd, identifier: 120718614
2026-03-24 13:15:33 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 63afd672-5214-5810-a595-db6ada0e53cd with identifier: 120718614
2026-03-24 13:15:33 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 63afd672-5214-5810-a595-db6ada0e53cd with identifier: 120718614
2026-03-24 13:15:33 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 63afd672-5214-5810-a595-db6ada0e53cd with identifier: 120718614 to the API
2026-03-24 13:15:33 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 13:15: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-24 13:15:35 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120718614?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-25T10:00:00Z',
'fuel_type': 'Electric',
'id': '63afd672-5214-5810-a595-db6ada0e53cd',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'SM69EFY',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120718614',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'TESLA',
'model': 'MODEL 3 SALOON',
'odometer': 79255,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2019-12-19',
'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-24 13:15:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:15:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120718614%27 HTTP/1.1" 200 None
2026-03-24 13:15:35 [astonbarclay.gb] INFO: Saving data for 120718614: {'created_time': 1774358135.580787, 'last_price_update_time': 1774358135.580799, 'auction_closing_time': 1774432800.0}
2026-03-24 13:15:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:15:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120718614') HTTP/1.1" 204 0
2026-03-24 13:15:35 [zyte_api._retry] DEBUG: Finished call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request' after 267.638(s), this was the 2nd time calling it.
2026-03-24 13:15:35 [zyte_api._retry] DEBUG: Retrying zyte_api._async.AsyncZyteAPI.get.<locals>.request in 7.560370002077478 seconds as it raised ClientConnectorError: Cannot connect to host api.zyte.com:443 ssl:default [Connect call failed ('69.41.180.81', 443)].
2026-03-24 13:15:35 [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': 19178, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 471}, 'saleStart': '2026-03-25T10:00Z', '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-24 13:15:35 [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': 19178, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 471}, 'saleStart': '2026-03-25T10:00Z', '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-24 13:15:35 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 94ca2d8a-3039-5c6e-83db-3f2b22ec6867 with identifier: 120410046
2026-03-24 13:15:35 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 94ca2d8a-3039-5c6e-83db-3f2b22ec6867 with scrape type 2
2026-03-24 13:15:35 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 94ca2d8a-3039-5c6e-83db-3f2b22ec6867 with scrape type 2
2026-03-24 13:15:35 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 94ca2d8a-3039-5c6e-83db-3f2b22ec6867, identifier: 120410046
2026-03-24 13:15:35 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 94ca2d8a-3039-5c6e-83db-3f2b22ec6867 with identifier: 120410046
2026-03-24 13:15:35 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 94ca2d8a-3039-5c6e-83db-3f2b22ec6867 with identifier: 120410046
2026-03-24 13:15:35 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 94ca2d8a-3039-5c6e-83db-3f2b22ec6867 with identifier: 120410046 to the API
2026-03-24 13:15:35 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 13:15: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-24 13:15:37 [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-25T10:00: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-24 13:15:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:15:37 [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-24 13:15:37 [astonbarclay.gb] INFO: Saving data for 120410046: {'auction_closing_time': 1774432800.0, 'created_time': 1773403084.316974, 'last_price_update_time': 1774358137.605716}
2026-03-24 13:15:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:15:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120410046') HTTP/1.1" 204 0
2026-03-24 13:15:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120692697?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-24 13:15:38 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:15:38 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120692697, 'registration': 'KM18RRU', 'account': 'ALL023', 'make': 'MERCEDES-BENZ', 'model': 'E CLASS DIESEL ESTATE', 'derivative': 'E220d AMG Line 5dr 9G-Tronic', 'mileage': 73829, 'mileageWarranty': True, 'type': 'car', 'saleId': 19178, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 472}, 'saleStart': '2026-03-25T10:00Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2018-03-28', 'fuel': 'Diesel', 'motExpiry': '2027-03-27', 'doors': 5, 'engineSize': 1950, 'bodyType': 'Estate', 'images': None, 'colour': 'SILVER', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': None, 'serviceHistory': '', 'remarks': 'VOSA STATES, 48K, 59K, 67K, 73K', 'virtual': False, 'seller': 'SMC GROUP', '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/2c8169fd-a2cf-4921-a37e-38f424f72a4b.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 13:15:38 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120692697, 'registration': 'KM18RRU', 'account': 'ALL023', 'make': 'MERCEDES-BENZ', 'model': 'E CLASS DIESEL ESTATE', 'derivative': 'E220d AMG Line 5dr 9G-Tronic', 'mileage': 73829, 'mileageWarranty': True, 'type': 'car', 'saleId': 19178, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 472}, 'saleStart': '2026-03-25T10:00Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2018-03-28', 'fuel': 'Diesel', 'motExpiry': '2027-03-27', 'doors': 5, 'engineSize': 1950, 'bodyType': 'Estate', 'images': None, 'colour': 'SILVER', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': None, 'serviceHistory': '', 'remarks': 'VOSA STATES, 48K, 59K, 67K, 73K', 'virtual': False, 'seller': 'SMC GROUP', '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/2c8169fd-a2cf-4921-a37e-38f424f72a4b.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 13:15:38 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: aeb5af41-6aeb-58da-a3b7-c441e22f12d4 with identifier: 120692697
2026-03-24 13:15:38 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item aeb5af41-6aeb-58da-a3b7-c441e22f12d4 with scrape type 1
2026-03-24 13:15:38 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 0 photos for item aeb5af41-6aeb-58da-a3b7-c441e22f12d4
2026-03-24 13:15:38 [crawlers.middlewares.photo_download_middleware] INFO: No photos to download for item aeb5af41-6aeb-58da-a3b7-c441e22f12d4
2026-03-24 13:15:38 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: aeb5af41-6aeb-58da-a3b7-c441e22f12d4, identifier: 120692697
2026-03-24 13:15:38 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: aeb5af41-6aeb-58da-a3b7-c441e22f12d4 with identifier: 120692697
2026-03-24 13:15:38 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: aeb5af41-6aeb-58da-a3b7-c441e22f12d4 with identifier: 120692697
2026-03-24 13:15:38 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: aeb5af41-6aeb-58da-a3b7-c441e22f12d4 with identifier: 120692697 to the API
2026-03-24 13:15:38 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 13:15: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-24 13:15:39 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120692697?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 120,
'color': 'SILVER',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.9L',
'expiration_date': '2026-03-25T10:00:00Z',
'fuel_type': 'Diesel',
'id': 'aeb5af41-6aeb-58da-a3b7-c441e22f12d4',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'KM18RRU',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120692697',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'MERCEDES-BENZ',
'model': 'E CLASS DIESEL ESTATE',
'odometer': 73829,
'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': 'SMC GROUP',
'title': 'MERCEDES-BENZ E CLASS DIESEL ESTATE E220d AMG Line 5dr 9G-Tronic',
'transmission': 'automatic',
'trim': 'E220d AMG Line 5dr 9G-Tronic',
'vin': None,
'year': 2018}
2026-03-24 13:15:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:15:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120692697%27 HTTP/1.1" 200 None
2026-03-24 13:15:39 [astonbarclay.gb] INFO: Saving data for 120692697: {'created_time': 1774358139.966307, 'last_price_update_time': 1774358139.96632, 'auction_closing_time': 1774432800.0}
2026-03-24 13:15:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:15:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120692697') HTTP/1.1" 204 0
2026-03-24 13:15:40 [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-24 13:15:40 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:15:40 [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': 19178, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 472}, 'saleStart': '2026-03-25T10:00Z', '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-24 13:15:40 [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': 19178, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 472}, 'saleStart': '2026-03-25T10:00Z', '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-24 13:15:40 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: dfdfb658-2944-5c71-8e1d-adfeb3258d07 with identifier: 120240102
2026-03-24 13:15:40 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item dfdfb658-2944-5c71-8e1d-adfeb3258d07 with scrape type 2
2026-03-24 13:15:40 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item dfdfb658-2944-5c71-8e1d-adfeb3258d07 with scrape type 2
2026-03-24 13:15:40 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: dfdfb658-2944-5c71-8e1d-adfeb3258d07, identifier: 120240102
2026-03-24 13:15:40 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: dfdfb658-2944-5c71-8e1d-adfeb3258d07 with identifier: 120240102
2026-03-24 13:15:40 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: dfdfb658-2944-5c71-8e1d-adfeb3258d07 with identifier: 120240102
2026-03-24 13:15:40 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: dfdfb658-2944-5c71-8e1d-adfeb3258d07 with identifier: 120240102 to the API
2026-03-24 13:15:40 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 13:15: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-24 13:15:41 [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-25T10:00: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-24 13:15:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:15:41 [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-24 13:15:41 [astonbarclay.gb] INFO: Saving data for 120240102: {'auction_closing_time': 1774432800.0, 'created_time': 1773404097.914926, 'last_price_update_time': 1774358141.961362}
2026-03-24 13:15:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:15:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120240102') HTTP/1.1" 204 0
2026-03-24 13:15:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120692706?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-24 13:15:41 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:15:42 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120692706, 'registration': 'EO15ZYY', 'account': 'ALL023', 'make': 'AUDI', 'model': 'A3 DIESEL HATCHBACK', 'derivative': '2.0 TDI S Line 3dr', 'mileage': 100524, 'mileageWarranty': True, 'type': 'car', 'saleId': 19178, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 472}, 'saleStart': '2026-03-25T10:00Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2015-03-28', 'fuel': 'Diesel', 'motExpiry': '2026-03-27', 'doors': 3, 'engineSize': 1968, 'bodyType': 'Hatchback', 'images': None, 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': None, 'serviceHistory': '', 'remarks': 'VOSA STATES, 65K, 73K, 83K, 92K', 'virtual': False, 'seller': 'SMC GROUP', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': 106, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/04681de7-dc4a-4fce-9b54-a4901be4d8bb.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 13:15:42 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120692706, 'registration': 'EO15ZYY', 'account': 'ALL023', 'make': 'AUDI', 'model': 'A3 DIESEL HATCHBACK', 'derivative': '2.0 TDI S Line 3dr', 'mileage': 100524, 'mileageWarranty': True, 'type': 'car', 'saleId': 19178, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 472}, 'saleStart': '2026-03-25T10:00Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2015-03-28', 'fuel': 'Diesel', 'motExpiry': '2026-03-27', 'doors': 3, 'engineSize': 1968, 'bodyType': 'Hatchback', 'images': None, 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': None, 'serviceHistory': '', 'remarks': 'VOSA STATES, 65K, 73K, 83K, 92K', 'virtual': False, 'seller': 'SMC GROUP', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': 106, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/04681de7-dc4a-4fce-9b54-a4901be4d8bb.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 13:15:42 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 12c2d97f-1951-5279-a848-e761c8d4a97a with identifier: 120692706
2026-03-24 13:15:42 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 12c2d97f-1951-5279-a848-e761c8d4a97a with scrape type 1
2026-03-24 13:15:42 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 0 photos for item 12c2d97f-1951-5279-a848-e761c8d4a97a
2026-03-24 13:15:42 [crawlers.middlewares.photo_download_middleware] INFO: No photos to download for item 12c2d97f-1951-5279-a848-e761c8d4a97a
2026-03-24 13:15:42 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 12c2d97f-1951-5279-a848-e761c8d4a97a, identifier: 120692706
2026-03-24 13:15:42 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 12c2d97f-1951-5279-a848-e761c8d4a97a with identifier: 120692706
2026-03-24 13:15:42 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 12c2d97f-1951-5279-a848-e761c8d4a97a with identifier: 120692706
2026-03-24 13:15:42 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 12c2d97f-1951-5279-a848-e761c8d4a97a with identifier: 120692706 to the API
2026-03-24 13:15:42 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 13:15:44 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-24 13:15:44 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120692706?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 106,
'color': 'BLACK',
'currency': 'GBP',
'doors_number': 3,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'expiration_date': '2026-03-25T10:00:00Z',
'fuel_type': 'Diesel',
'id': '12c2d97f-1951-5279-a848-e761c8d4a97a',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'EO15ZYY',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120692706',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'AUDI',
'model': 'A3 DIESEL HATCHBACK',
'odometer': 100524,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2015-03-28',
'seller_name': 'SMC GROUP',
'title': 'AUDI A3 DIESEL HATCHBACK 2.0 TDI S Line 3dr',
'transmission': 'manual',
'trim': '2.0 TDI S Line 3dr',
'vin': None,
'year': 2015}
2026-03-24 13:15:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:15:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120692706%27 HTTP/1.1" 200 None
2026-03-24 13:15:44 [astonbarclay.gb] INFO: Saving data for 120692706: {'created_time': 1774358144.501774, 'last_price_update_time': 1774358144.501784, 'auction_closing_time': 1774432800.0}
2026-03-24 13:15:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:15:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120692706') HTTP/1.1" 204 0
2026-03-24 13:15:44 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 3rd time calling it.
2026-03-24 13:15:53 [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-24 13:15:53 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:15:53 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120719063, 'registration': 'VN17UEU', 'account': 'WBA001', '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': 636}, 'saleStart': '2026-03-27T09:45Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2017-06-14', 'fuel': 'Petrol', 'motExpiry': '2027-03-17', 'doors': 3, 'engineSize': 1229, 'bodyType': 'Hatchback', 'images': None, 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': None, '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', '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': None, 'assuredType': None, 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 13:15:53 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120719063, 'registration': 'VN17UEU', 'account': 'WBA001', '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': 636}, 'saleStart': '2026-03-27T09:45Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2017-06-14', 'fuel': 'Petrol', 'motExpiry': '2027-03-17', 'doors': 3, 'engineSize': 1229, 'bodyType': 'Hatchback', 'images': None, 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': None, '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', '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': None, 'assuredType': None, 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 13:15:53 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c7a13959-c155-5f06-b46b-1feeae6675c5 with identifier: 120719063
2026-03-24 13:15:53 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c7a13959-c155-5f06-b46b-1feeae6675c5 with scrape type 1
2026-03-24 13:15:53 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 0 photos for item c7a13959-c155-5f06-b46b-1feeae6675c5
2026-03-24 13:15:53 [crawlers.middlewares.photo_download_middleware] INFO: No photos to download for item c7a13959-c155-5f06-b46b-1feeae6675c5
2026-03-24 13:15:53 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: c7a13959-c155-5f06-b46b-1feeae6675c5, identifier: 120719063
2026-03-24 13:15:53 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: c7a13959-c155-5f06-b46b-1feeae6675c5 with identifier: 120719063
2026-03-24 13:15:53 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: c7a13959-c155-5f06-b46b-1feeae6675c5 with identifier: 120719063
2026-03-24 13:15:53 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: c7a13959-c155-5f06-b46b-1feeae6675c5 with identifier: 120719063 to the API
2026-03-24 13:15:53 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 13:15: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-24 13:15:55 [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',
'title': 'VAUXHALL ADAM HATCHBACK 1.2i Glam 3dr',
'transmission': 'manual',
'trim': '1.2i Glam 3dr',
'vin': None,
'year': 2017}
2026-03-24 13:15:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:15:55 [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-24 13:15:55 [astonbarclay.gb] INFO: Saving data for 120719063: {'created_time': 1774358155.659234, 'last_price_update_time': 1774358155.659246, 'auction_closing_time': 1774604700.0}
2026-03-24 13:15:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:15:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120719063') HTTP/1.1" 204 0
2026-03-24 13:15:58 [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-24 13:15:58 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:15:58 [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': 19178, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 472}, 'saleStart': '2026-03-25T10:00Z', 'lot': None, 'hall': 'Hall 2', '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-24 13:15:58 [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': 19178, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 472}, 'saleStart': '2026-03-25T10:00Z', 'lot': None, 'hall': 'Hall 2', '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-24 13:15:58 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 08bc3030-27b7-50c6-8aed-20e33839b716 with identifier: 120327884
2026-03-24 13:15:58 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 08bc3030-27b7-50c6-8aed-20e33839b716 with scrape type 2
2026-03-24 13:15:58 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 08bc3030-27b7-50c6-8aed-20e33839b716 with scrape type 2
2026-03-24 13:15:58 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 08bc3030-27b7-50c6-8aed-20e33839b716, identifier: 120327884
2026-03-24 13:15:58 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 08bc3030-27b7-50c6-8aed-20e33839b716 with identifier: 120327884
2026-03-24 13:15:58 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 08bc3030-27b7-50c6-8aed-20e33839b716 with identifier: 120327884
2026-03-24 13:15:58 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 08bc3030-27b7-50c6-8aed-20e33839b716 with identifier: 120327884 to the API
2026-03-24 13:15:58 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 13:15: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-24 13:15:59 [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-25T10: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-24 13:15:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:15:59 [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-24 13:15:59 [astonbarclay.gb] INFO: Saving data for 120327884: {'auction_closing_time': 1774432800.0, 'created_time': 1773741817.50708, 'last_price_update_time': 1774358159.495935}
2026-03-24 13:15:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:15:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120327884') HTTP/1.1" 204 0
2026-03-24 13:16:00 [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-24 13:16:00 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:16:00 [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': 19179, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 472}, 'saleStart': '2026-03-25T10:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2017-05-03', 'fuel': 'Petrol', 'motExpiry': '2026-05-14', 'doors': 5, 'engineSize': 1364, 'bodyType': 'Hatchback', 'images': None, 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': None, '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-24 13:16:00 [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': 19179, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 472}, 'saleStart': '2026-03-25T10:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2017-05-03', 'fuel': 'Petrol', 'motExpiry': '2026-05-14', 'doors': 5, 'engineSize': 1364, 'bodyType': 'Hatchback', 'images': None, 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': None, '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-24 13:16:00 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 07561d27-eb8b-5988-9dbd-01c378962731 with identifier: 120695209
2026-03-24 13:16:00 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 07561d27-eb8b-5988-9dbd-01c378962731 with scrape type 1
2026-03-24 13:16:00 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 0 photos for item 07561d27-eb8b-5988-9dbd-01c378962731
2026-03-24 13:16:00 [crawlers.middlewares.photo_download_middleware] INFO: No photos to download for item 07561d27-eb8b-5988-9dbd-01c378962731
2026-03-24 13:16:01 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 07561d27-eb8b-5988-9dbd-01c378962731, identifier: 120695209
2026-03-24 13:16:01 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 07561d27-eb8b-5988-9dbd-01c378962731 with identifier: 120695209
2026-03-24 13:16:01 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 07561d27-eb8b-5988-9dbd-01c378962731 with identifier: 120695209
2026-03-24 13:16:01 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 07561d27-eb8b-5988-9dbd-01c378962731 with identifier: 120695209 to the API
2026-03-24 13:16:01 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 13:16:01 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-24 13:16:01 [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-25T10: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-24 13:16:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:16:01 [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-24 13:16:01 [astonbarclay.gb] INFO: Saving data for 120695209: {'created_time': 1774358161.820912, 'last_price_update_time': 1774358161.820925, 'auction_closing_time': 1774432800.0}
2026-03-24 13:16:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:16:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120695209') HTTP/1.1" 204 0
2026-03-24 13:16:04 [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-24 13:16:04 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:16:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120716009?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-24 13:16:04 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:16:04 [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': 19178, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 472}, 'saleStart': '2026-03-25T10:00Z', 'lot': None, 'hall': 'Hall 2', '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-24 13:16:04 [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': 19178, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 472}, 'saleStart': '2026-03-25T10:00Z', 'lot': None, 'hall': 'Hall 2', '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-24 13:16:04 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ddd506b8-ae3b-5e3f-860a-4c8b227497a4 with identifier: 118845719
2026-03-24 13:16:04 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ddd506b8-ae3b-5e3f-860a-4c8b227497a4 with scrape type 2
2026-03-24 13:16:04 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ddd506b8-ae3b-5e3f-860a-4c8b227497a4 with scrape type 2
2026-03-24 13:16:05 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: ddd506b8-ae3b-5e3f-860a-4c8b227497a4, identifier: 118845719
2026-03-24 13:16:05 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: ddd506b8-ae3b-5e3f-860a-4c8b227497a4 with identifier: 118845719
2026-03-24 13:16:05 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: ddd506b8-ae3b-5e3f-860a-4c8b227497a4 with identifier: 118845719
2026-03-24 13:16:05 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: ddd506b8-ae3b-5e3f-860a-4c8b227497a4 with identifier: 118845719 to the API
2026-03-24 13:16:05 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 13:16: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-24 13:16:05 [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-25T10:00: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-24 13:16:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:16:05 [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-24 13:16:05 [astonbarclay.gb] INFO: Saving data for 118845719: {'auction_closing_time': 1774432800.0, 'created_time': 1773403472.238379, 'last_price_update_time': 1774358165.71416}
2026-03-24 13:16:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:16:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='118845719') HTTP/1.1" 204 0
2026-03-24 13:16:05 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120716009, 'registration': 'LS66YXK', 'account': 'CAR001', 'make': 'MERCEDES-BENZ', 'model': 'C CLASS DIESEL COUPE', 'derivative': 'C220d AMG Line 2dr Auto', 'mileage': 82031, 'mileageWarranty': True, 'type': 'car', 'saleId': 19178, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 472}, 'saleStart': '2026-03-25T10:00Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2016-11-30', 'fuel': 'Diesel', 'motExpiry': '2026-09-19', 'doors': 2, 'engineSize': 2143, 'bodyType': 'Coupe', 'images': None, 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': None, 'serviceHistory': 'Service print 11/22 59K - 10/23 69K - 10/25 79K', 'remarks': 'VOSA STATES, 47K, 58K, 60K, 62K', 'virtual': False, 'seller': 'CarGiant', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '2', 'v5': True, 'v5details': 'Here', 'co2': 109, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/5958da05-9de2-469a-bab8-110ccddc947d.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 13:16:05 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120716009, 'registration': 'LS66YXK', 'account': 'CAR001', 'make': 'MERCEDES-BENZ', 'model': 'C CLASS DIESEL COUPE', 'derivative': 'C220d AMG Line 2dr Auto', 'mileage': 82031, 'mileageWarranty': True, 'type': 'car', 'saleId': 19178, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 472}, 'saleStart': '2026-03-25T10:00Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2016-11-30', 'fuel': 'Diesel', 'motExpiry': '2026-09-19', 'doors': 2, 'engineSize': 2143, 'bodyType': 'Coupe', 'images': None, 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': None, 'serviceHistory': 'Service print 11/22 59K - 10/23 69K - 10/25 79K', 'remarks': 'VOSA STATES, 47K, 58K, 60K, 62K', 'virtual': False, 'seller': 'CarGiant', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '2', 'v5': True, 'v5details': 'Here', 'co2': 109, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/5958da05-9de2-469a-bab8-110ccddc947d.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 13:16:05 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: db38fc8f-a16e-5bfe-a333-027e4830618e with identifier: 120716009
2026-03-24 13:16:05 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item db38fc8f-a16e-5bfe-a333-027e4830618e with scrape type 1
2026-03-24 13:16:05 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 0 photos for item db38fc8f-a16e-5bfe-a333-027e4830618e
2026-03-24 13:16:05 [crawlers.middlewares.photo_download_middleware] INFO: No photos to download for item db38fc8f-a16e-5bfe-a333-027e4830618e
2026-03-24 13:16:05 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: db38fc8f-a16e-5bfe-a333-027e4830618e, identifier: 120716009
2026-03-24 13:16:05 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: db38fc8f-a16e-5bfe-a333-027e4830618e with identifier: 120716009
2026-03-24 13:16:05 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: db38fc8f-a16e-5bfe-a333-027e4830618e with identifier: 120716009
2026-03-24 13:16:05 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: db38fc8f-a16e-5bfe-a333-027e4830618e with identifier: 120716009 to the API
2026-03-24 13:16:05 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 13:16:08 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-24 13:16:08 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120716009?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 109,
'color': 'BLACK',
'currency': 'GBP',
'doors_number': 2,
'emission_standard': 'EURO 6',
'engine': '2.1L',
'expiration_date': '2026-03-25T10:00:00Z',
'fuel_type': 'Diesel',
'id': 'db38fc8f-a16e-5bfe-a333-027e4830618e',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'LS66YXK',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120716009',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'MERCEDES-BENZ',
'model': 'C CLASS DIESEL COUPE',
'odometer': 82031,
'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': 'CarGiant',
'title': 'MERCEDES-BENZ C CLASS DIESEL COUPE C220d AMG Line 2dr Auto',
'transmission': 'automatic',
'trim': 'C220d AMG Line 2dr Auto',
'vin': None,
'year': 2016}
2026-03-24 13:16:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:16:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120716009%27 HTTP/1.1" 200 None
2026-03-24 13:16:08 [astonbarclay.gb] INFO: Saving data for 120716009: {'created_time': 1774358168.947849, 'last_price_update_time': 1774358168.947864, 'auction_closing_time': 1774432800.0}
2026-03-24 13:16:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:16:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120716009') HTTP/1.1" 204 0
2026-03-24 13:16:08 [scrapy.extensions.logstats] INFO: Crawled 273 pages (at 19 pages/min), scraped 247 items (at 19 items/min)
2026-03-24 13:16:08 [scrapy.extensions.memusage] INFO: Peak memory usage is 181MiB
2026-03-24 13:16:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120715480?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-24 13:16:08 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:16:09 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120715480, 'registration': 'EY65BDF', 'account': 'CAR001', 'make': 'NISSAN', 'model': 'MICRA HATCHBACK', 'derivative': '1.2 Visia 5dr', 'mileage': 60724, 'mileageWarranty': True, 'type': 'car', 'saleId': 19178, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 472}, 'saleStart': '2026-03-25T10:00Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2015-09-28', 'fuel': 'Petrol', 'motExpiry': '2026-09-27', 'doors': 5, 'engineSize': 1198, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/EY65BDF/2026-03-24/image/1e152aed-172a-433d-ad1a-ae4c1e0b95ec_removebg.jpg?w=600', 'https://abimg003.imgix.net/EY65BDF/2026-03-24/image/5de65a1c-e4a3-48ba-a1d6-dcf569aa9240_removebg.jpg?w=600', 'https://abimg003.imgix.net/EY65BDF/2026-03-24/image/96123692-60c4-4e36-a8fc-7b06824833f1_removebg.jpg?w=600', 'https://abimg003.imgix.net/EY65BDF/2026-03-24/image/f9a0de94-b161-42b1-b408-91e7c814f642_removebg.jpg?w=600', 'https://abimg003.imgix.net/EY65BDF/2026-03-24/image/b970c78a-bd65-4ad5-a5dc-0b3320a356b4_removebg.jpg?w=600', 'https://abimg003.imgix.net/EY65BDF/2026-03-24/image/cb1d8cdf-fbc6-4d65-8a8f-8d9dc7bf2fe8_removebg.jpg?w=600', 'https://abimg003.imgix.net/EY65BDF/2026-03-24/image/dea04a99-4708-4e63-bb8f-471f015c9b9b_removebg.jpg?w=600', 'https://abimg003.imgix.net/EY65BDF/2026-03-24/image/50602185-01a2-4781-acfd-bc1441c2b67e_removebg.jpg?w=600'], 'colour': 'SILVER', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 09/16 7K - 09/17 14K', 'remarks': 'VOSA STATES, 42K, 49K, 54K, 58K - SPARE KEY IN OFFICE', 'virtual': False, 'seller': 'CarGiant', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': 115, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/5f64e442-205e-44b3-95de-fb68316c24f9.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 13:16:09 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120715480, 'registration': 'EY65BDF', 'account': 'CAR001', 'make': 'NISSAN', 'model': 'MICRA HATCHBACK', 'derivative': '1.2 Visia 5dr', 'mileage': 60724, 'mileageWarranty': True, 'type': 'car', 'saleId': 19178, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 472}, 'saleStart': '2026-03-25T10:00Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2015-09-28', 'fuel': 'Petrol', 'motExpiry': '2026-09-27', 'doors': 5, 'engineSize': 1198, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/EY65BDF/2026-03-24/image/1e152aed-172a-433d-ad1a-ae4c1e0b95ec_removebg.jpg?w=600', 'https://abimg003.imgix.net/EY65BDF/2026-03-24/image/5de65a1c-e4a3-48ba-a1d6-dcf569aa9240_removebg.jpg?w=600', 'https://abimg003.imgix.net/EY65BDF/2026-03-24/image/96123692-60c4-4e36-a8fc-7b06824833f1_removebg.jpg?w=600', 'https://abimg003.imgix.net/EY65BDF/2026-03-24/image/f9a0de94-b161-42b1-b408-91e7c814f642_removebg.jpg?w=600', 'https://abimg003.imgix.net/EY65BDF/2026-03-24/image/b970c78a-bd65-4ad5-a5dc-0b3320a356b4_removebg.jpg?w=600', 'https://abimg003.imgix.net/EY65BDF/2026-03-24/image/cb1d8cdf-fbc6-4d65-8a8f-8d9dc7bf2fe8_removebg.jpg?w=600', 'https://abimg003.imgix.net/EY65BDF/2026-03-24/image/dea04a99-4708-4e63-bb8f-471f015c9b9b_removebg.jpg?w=600', 'https://abimg003.imgix.net/EY65BDF/2026-03-24/image/50602185-01a2-4781-acfd-bc1441c2b67e_removebg.jpg?w=600'], 'colour': 'SILVER', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 09/16 7K - 09/17 14K', 'remarks': 'VOSA STATES, 42K, 49K, 54K, 58K - SPARE KEY IN OFFICE', 'virtual': False, 'seller': 'CarGiant', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': 115, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/5f64e442-205e-44b3-95de-fb68316c24f9.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 13:16:09 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8687cc57-6e8e-5e28-b039-9026a9a5b836 with identifier: 120715480
2026-03-24 13:16:09 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8687cc57-6e8e-5e28-b039-9026a9a5b836 with scrape type 1
2026-03-24 13:16:09 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 8 photos for item 8687cc57-6e8e-5e28-b039-9026a9a5b836
2026-03-24 13:16:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:16:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FEY65BDF%252F2026-03-24%252Fimage%252F1e152aed-172a-433d-ad1a-ae4c1e0b95ec_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-24 13:16:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/EY65BDF/2026-03-24/image/1e152aed-172a-433d-ad1a-ae4c1e0b95ec_removebg.jpg?w=600 not downloaded yet
2026-03-24 13:16:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:16:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FEY65BDF%252F2026-03-24%252Fimage%252F5de65a1c-e4a3-48ba-a1d6-dcf569aa9240_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-24 13:16:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/EY65BDF/2026-03-24/image/5de65a1c-e4a3-48ba-a1d6-dcf569aa9240_removebg.jpg?w=600 not downloaded yet
2026-03-24 13:16:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:16:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FEY65BDF%252F2026-03-24%252Fimage%252F96123692-60c4-4e36-a8fc-7b06824833f1_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-24 13:16:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/EY65BDF/2026-03-24/image/96123692-60c4-4e36-a8fc-7b06824833f1_removebg.jpg?w=600 not downloaded yet
2026-03-24 13:16:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:16:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FEY65BDF%252F2026-03-24%252Fimage%252Ff9a0de94-b161-42b1-b408-91e7c814f642_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-24 13:16:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/EY65BDF/2026-03-24/image/f9a0de94-b161-42b1-b408-91e7c814f642_removebg.jpg?w=600 not downloaded yet
2026-03-24 13:16:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:16:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FEY65BDF%252F2026-03-24%252Fimage%252Fb970c78a-bd65-4ad5-a5dc-0b3320a356b4_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-24 13:16:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/EY65BDF/2026-03-24/image/b970c78a-bd65-4ad5-a5dc-0b3320a356b4_removebg.jpg?w=600 not downloaded yet
2026-03-24 13:16:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:16:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FEY65BDF%252F2026-03-24%252Fimage%252Fcb1d8cdf-fbc6-4d65-8a8f-8d9dc7bf2fe8_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-24 13:16:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/EY65BDF/2026-03-24/image/cb1d8cdf-fbc6-4d65-8a8f-8d9dc7bf2fe8_removebg.jpg?w=600 not downloaded yet
2026-03-24 13:16:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:16:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FEY65BDF%252F2026-03-24%252Fimage%252Fdea04a99-4708-4e63-bb8f-471f015c9b9b_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-24 13:16:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/EY65BDF/2026-03-24/image/dea04a99-4708-4e63-bb8f-471f015c9b9b_removebg.jpg?w=600 not downloaded yet
2026-03-24 13:16:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:16:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FEY65BDF%252F2026-03-24%252Fimage%252F50602185-01a2-4781-acfd-bc1441c2b67e_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-24 13:16:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/EY65BDF/2026-03-24/image/50602185-01a2-4781-acfd-bc1441c2b67e_removebg.jpg?w=600 not downloaded yet
2026-03-24 13:16:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120715754?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-24 13:16:09 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:16:10 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120715754, 'registration': 'LR62KOJ', 'account': 'CAR001', 'make': 'NISSAN', 'model': 'JUKE HATCHBACK', 'derivative': '1.6 Acenta 5dr CVT [Premium Pack]', 'mileage': 100446, 'mileageWarranty': True, 'type': 'car', 'saleId': 19178, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 472}, 'saleStart': '2026-03-25T10:00Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2012-09-21', 'fuel': 'Petrol', 'motExpiry': '2026-07-21', 'doors': 5, 'engineSize': 1598, 'bodyType': 'Hatchback', 'images': None, 'colour': 'BLUE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': None, 'serviceHistory': 'Service book 05/15 29K - 04/16 46K - 03/17 61K - 02/18 74K - 08/18 80K', 'remarks': 'VOSA STATES, 91K, 93K, 96K, 98K - SPARE KEY AND SD CARD IN OFFICE', 'virtual': False, 'seller': 'CarGiant', '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/36490609-6fc5-4d75-951f-c4a8b2e30ea3.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 13:16:10 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120715754, 'registration': 'LR62KOJ', 'account': 'CAR001', 'make': 'NISSAN', 'model': 'JUKE HATCHBACK', 'derivative': '1.6 Acenta 5dr CVT [Premium Pack]', 'mileage': 100446, 'mileageWarranty': True, 'type': 'car', 'saleId': 19178, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 472}, 'saleStart': '2026-03-25T10:00Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2012-09-21', 'fuel': 'Petrol', 'motExpiry': '2026-07-21', 'doors': 5, 'engineSize': 1598, 'bodyType': 'Hatchback', 'images': None, 'colour': 'BLUE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': None, 'serviceHistory': 'Service book 05/15 29K - 04/16 46K - 03/17 61K - 02/18 74K - 08/18 80K', 'remarks': 'VOSA STATES, 91K, 93K, 96K, 98K - SPARE KEY AND SD CARD IN OFFICE', 'virtual': False, 'seller': 'CarGiant', '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/36490609-6fc5-4d75-951f-c4a8b2e30ea3.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 13:16:10 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c314d3ae-ae34-5558-ba63-31522ae26eb8 with identifier: 120715754
2026-03-24 13:16:10 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c314d3ae-ae34-5558-ba63-31522ae26eb8 with scrape type 1
2026-03-24 13:16:10 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 0 photos for item c314d3ae-ae34-5558-ba63-31522ae26eb8
2026-03-24 13:16:10 [crawlers.middlewares.photo_download_middleware] INFO: No photos to download for item c314d3ae-ae34-5558-ba63-31522ae26eb8
2026-03-24 13:16:10 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: c314d3ae-ae34-5558-ba63-31522ae26eb8, identifier: 120715754
2026-03-24 13:16:10 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: c314d3ae-ae34-5558-ba63-31522ae26eb8 with identifier: 120715754
2026-03-24 13:16:10 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: c314d3ae-ae34-5558-ba63-31522ae26eb8 with identifier: 120715754
2026-03-24 13:16:10 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: c314d3ae-ae34-5558-ba63-31522ae26eb8 with identifier: 120715754 to the API
2026-03-24 13:16:10 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 13:16: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-24 13:16:12 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120715754?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-25T10:00:00Z',
'fuel_type': 'Petrol',
'id': 'c314d3ae-ae34-5558-ba63-31522ae26eb8',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'LR62KOJ',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120715754',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'NISSAN',
'model': 'JUKE HATCHBACK',
'odometer': 100446,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2012-09-21',
'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': 2012}
2026-03-24 13:16:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:16:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120715754%27 HTTP/1.1" 200 None
2026-03-24 13:16:12 [astonbarclay.gb] INFO: Saving data for 120715754: {'created_time': 1774358172.490938, 'last_price_update_time': 1774358172.490951, 'auction_closing_time': 1774432800.0}
2026-03-24 13:16:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:16:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120715754') HTTP/1.1" 204 0
2026-03-24 13:16:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/EY65BDF/2026-03-24/image/50602185-01a2-4781-acfd-bc1441c2b67e_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120715480?view=catalogue)
2026-03-24 13:16:12 [zyte_api._retry] DEBUG: Finished call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request' after 131.152(s), this was the 1st time calling it.
2026-03-24 13:16:12 [zyte_api._retry] DEBUG: Retrying zyte_api._async.AsyncZyteAPI.get.<locals>.request in 6.732283528153774 seconds as it raised ClientConnectorError: Cannot connect to host api.zyte.com:443 ssl:default [Connect call failed ('69.41.180.81', 443)].
2026-03-24 13:16:12 [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-24 13:16:12 [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-24 13:16:12 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:16:12 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:16:12 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 13:16:12 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fde51817250>
2026-03-24 13:16:12 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 13:16:12 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-24 13:16:12 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 13:16:12 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_8687cc57-6e8e-5e28-b039-9026a9a5b836/8687cc57-6e8e-5e28-b039-9026a9a5b836_image_7.jpg HTTP/1.1" 201 0
2026-03-24 13:16:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:16:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FEY65BDF%252F2026-03-24%252Fimage%252F50602185-01a2-4781-acfd-bc1441c2b67e_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-24 13:16:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/EY65BDF/2026-03-24/image/50602185-01a2-4781-acfd-bc1441c2b67e_removebg.jpg?w=600 saved to cache
2026-03-24 13:16:12 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 8687cc57-6e8e-5e28-b039-9026a9a5b836
2026-03-24 13:16:12 [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': 19178, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 472}, 'saleStart': '2026-03-25T10:00Z', '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-24 13:16:12 [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': 19178, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 472}, 'saleStart': '2026-03-25T10:00Z', '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-24 13:16:12 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d3b1f28a-e8a6-50b7-b4f6-7af8edc542f9 with identifier: 120546514
2026-03-24 13:16:12 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d3b1f28a-e8a6-50b7-b4f6-7af8edc542f9 with scrape type 2
2026-03-24 13:16:12 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d3b1f28a-e8a6-50b7-b4f6-7af8edc542f9 with scrape type 2
2026-03-24 13:16:12 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: d3b1f28a-e8a6-50b7-b4f6-7af8edc542f9, identifier: 120546514
2026-03-24 13:16:12 [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': 19178, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 472}, 'saleStart': '2026-03-25T10:00Z', '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-24 13:16:12 [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': 19178, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 472}, 'saleStart': '2026-03-25T10:00Z', '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-24 13:16:12 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 40f237c4-8a1b-5f34-8e18-6295c9ed7b31 with identifier: 120404970
2026-03-24 13:16:12 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 40f237c4-8a1b-5f34-8e18-6295c9ed7b31 with scrape type 2
2026-03-24 13:16:12 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 40f237c4-8a1b-5f34-8e18-6295c9ed7b31 with scrape type 2
2026-03-24 13:16:12 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 40f237c4-8a1b-5f34-8e18-6295c9ed7b31, identifier: 120404970
2026-03-24 13:16:12 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: d3b1f28a-e8a6-50b7-b4f6-7af8edc542f9 with identifier: 120546514
2026-03-24 13:16:12 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: d3b1f28a-e8a6-50b7-b4f6-7af8edc542f9 with identifier: 120546514
2026-03-24 13:16:12 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: d3b1f28a-e8a6-50b7-b4f6-7af8edc542f9 with identifier: 120546514 to the API
2026-03-24 13:16:12 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 13:16: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-24 13:16:14 [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-25T10:00: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-24 13:16:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:16:14 [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-24 13:16:14 [astonbarclay.gb] INFO: Saving data for 120546514: {'auction_closing_time': 1774432800.0, 'created_time': 1773830437.790616, 'last_price_update_time': 1774358174.471465}
2026-03-24 13:16:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:16:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120546514') HTTP/1.1" 204 0
2026-03-24 13:16:14 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 40f237c4-8a1b-5f34-8e18-6295c9ed7b31 with identifier: 120404970
2026-03-24 13:16:14 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 40f237c4-8a1b-5f34-8e18-6295c9ed7b31 with identifier: 120404970
2026-03-24 13:16:14 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 40f237c4-8a1b-5f34-8e18-6295c9ed7b31 with identifier: 120404970 to the API
2026-03-24 13:16:14 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 13:16: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-24 13:16:14 [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-25T10:00: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-24 13:16:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:16:15 [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-24 13:16:15 [astonbarclay.gb] INFO: Saving data for 120404970: {'auction_closing_time': 1774432800.0, 'created_time': 1773402234.174612, 'last_price_update_time': 1774358175.009959}
2026-03-24 13:16:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:16:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120404970') HTTP/1.1" 204 0
2026-03-24 13:16:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/EY65BDF/2026-03-24/image/cb1d8cdf-fbc6-4d65-8a8f-8d9dc7bf2fe8_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120715480?view=catalogue)
2026-03-24 13:16:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/EY65BDF/2026-03-24/image/b970c78a-bd65-4ad5-a5dc-0b3320a356b4_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120715480?view=catalogue)
2026-03-24 13:16:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/EY65BDF/2026-03-24/image/dea04a99-4708-4e63-bb8f-471f015c9b9b_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120715480?view=catalogue)
2026-03-24 13:16:15 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 13:16:15 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fde5168bf10>
2026-03-24 13:16:15 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 13:16:15 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-24 13:16:15 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 13:16:15 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_8687cc57-6e8e-5e28-b039-9026a9a5b836/8687cc57-6e8e-5e28-b039-9026a9a5b836_image_5.jpg HTTP/1.1" 201 0
2026-03-24 13:16:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:16:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FEY65BDF%252F2026-03-24%252Fimage%252Fcb1d8cdf-fbc6-4d65-8a8f-8d9dc7bf2fe8_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-24 13:16:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/EY65BDF/2026-03-24/image/cb1d8cdf-fbc6-4d65-8a8f-8d9dc7bf2fe8_removebg.jpg?w=600 saved to cache
2026-03-24 13:16:15 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 8687cc57-6e8e-5e28-b039-9026a9a5b836
2026-03-24 13:16:15 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 13:16:15 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fde51688e10>
2026-03-24 13:16:15 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 13:16:15 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-24 13:16:15 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 13:16:15 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_8687cc57-6e8e-5e28-b039-9026a9a5b836/8687cc57-6e8e-5e28-b039-9026a9a5b836_image_4.jpg HTTP/1.1" 201 0
2026-03-24 13:16:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:16:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FEY65BDF%252F2026-03-24%252Fimage%252Fb970c78a-bd65-4ad5-a5dc-0b3320a356b4_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-24 13:16:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/EY65BDF/2026-03-24/image/b970c78a-bd65-4ad5-a5dc-0b3320a356b4_removebg.jpg?w=600 saved to cache
2026-03-24 13:16:15 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 8687cc57-6e8e-5e28-b039-9026a9a5b836
2026-03-24 13:16:15 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 13:16:15 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fde51a37090>
2026-03-24 13:16:15 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 13:16:15 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-24 13:16:15 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 13:16:15 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_8687cc57-6e8e-5e28-b039-9026a9a5b836/8687cc57-6e8e-5e28-b039-9026a9a5b836_image_6.jpg HTTP/1.1" 201 0
2026-03-24 13:16:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:16:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FEY65BDF%252F2026-03-24%252Fimage%252Fdea04a99-4708-4e63-bb8f-471f015c9b9b_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-24 13:16:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/EY65BDF/2026-03-24/image/dea04a99-4708-4e63-bb8f-471f015c9b9b_removebg.jpg?w=600 saved to cache
2026-03-24 13:16:15 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 8687cc57-6e8e-5e28-b039-9026a9a5b836
2026-03-24 13:16:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120715744?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-24 13:16:15 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:16:15 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120715744, 'registration': 'NA66KYT', 'account': 'CAR001', 'make': 'RENAULT', 'model': 'CAPTUR HATCHBACK', 'derivative': '0.9 TCE 90 Expression+ 5dr', 'mileage': 48167, 'mileageWarranty': True, 'type': 'car', 'saleId': 19178, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 472}, 'saleStart': '2026-03-25T10:00Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2016-12-14', 'fuel': 'Petrol', 'motExpiry': '2026-12-20', 'doors': 5, 'engineSize': 898, 'bodyType': 'Hatchback', 'images': None, 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': None, 'serviceHistory': 'Service print 12/22 42K', 'remarks': 'VOSA STATES, 42K, 44K, 47K, 47K', 'virtual': False, 'seller': 'CarGiant', '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/5cb2743d-d328-4936-9702-4ecee16b6414.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 13:16:15 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120715744, 'registration': 'NA66KYT', 'account': 'CAR001', 'make': 'RENAULT', 'model': 'CAPTUR HATCHBACK', 'derivative': '0.9 TCE 90 Expression+ 5dr', 'mileage': 48167, 'mileageWarranty': True, 'type': 'car', 'saleId': 19178, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 472}, 'saleStart': '2026-03-25T10:00Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2016-12-14', 'fuel': 'Petrol', 'motExpiry': '2026-12-20', 'doors': 5, 'engineSize': 898, 'bodyType': 'Hatchback', 'images': None, 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': None, 'serviceHistory': 'Service print 12/22 42K', 'remarks': 'VOSA STATES, 42K, 44K, 47K, 47K', 'virtual': False, 'seller': 'CarGiant', '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/5cb2743d-d328-4936-9702-4ecee16b6414.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 13:16:15 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 81916f74-30ee-5246-822f-538524cd5939 with identifier: 120715744
2026-03-24 13:16:15 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 81916f74-30ee-5246-822f-538524cd5939 with scrape type 1
2026-03-24 13:16:15 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 0 photos for item 81916f74-30ee-5246-822f-538524cd5939
2026-03-24 13:16:15 [crawlers.middlewares.photo_download_middleware] INFO: No photos to download for item 81916f74-30ee-5246-822f-538524cd5939
2026-03-24 13:16:15 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 81916f74-30ee-5246-822f-538524cd5939, identifier: 120715744
2026-03-24 13:16:15 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 81916f74-30ee-5246-822f-538524cd5939 with identifier: 120715744
2026-03-24 13:16:15 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 81916f74-30ee-5246-822f-538524cd5939 with identifier: 120715744
2026-03-24 13:16:15 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 81916f74-30ee-5246-822f-538524cd5939 with identifier: 120715744 to the API
2026-03-24 13:16:15 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 13:16:17 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-24 13:16:17 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120715744?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 114,
'color': 'BLACK',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '0.9L',
'expiration_date': '2026-03-25T10:00:00Z',
'fuel_type': 'Petrol',
'id': '81916f74-30ee-5246-822f-538524cd5939',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'NA66KYT',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120715744',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'RENAULT',
'model': 'CAPTUR HATCHBACK',
'odometer': 48167,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2016-12-14',
'seller_name': 'CarGiant',
'title': 'RENAULT CAPTUR HATCHBACK 0.9 TCE 90 Expression+ 5dr',
'transmission': 'manual',
'trim': '0.9 TCE 90 Expression+ 5dr',
'vin': None,
'year': 2016}
2026-03-24 13:16:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:16:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120715744%27 HTTP/1.1" 200 None
2026-03-24 13:16:17 [astonbarclay.gb] INFO: Saving data for 120715744: {'created_time': 1774358177.673666, 'last_price_update_time': 1774358177.673682, 'auction_closing_time': 1774432800.0}
2026-03-24 13:16:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:16:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120715744') HTTP/1.1" 204 0
2026-03-24 13:16:17 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/EY65BDF/2026-03-24/image/5de65a1c-e4a3-48ba-a1d6-dcf569aa9240_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120715480?view=catalogue)
2026-03-24 13:16:17 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/EY65BDF/2026-03-24/image/96123692-60c4-4e36-a8fc-7b06824833f1_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120715480?view=catalogue)
2026-03-24 13:16:17 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/EY65BDF/2026-03-24/image/1e152aed-172a-433d-ad1a-ae4c1e0b95ec_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120715480?view=catalogue)
2026-03-24 13:16:17 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/EY65BDF/2026-03-24/image/f9a0de94-b161-42b1-b408-91e7c814f642_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120715480?view=catalogue)
2026-03-24 13:16:17 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 13:16:17 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fde43f0c650>
2026-03-24 13:16:17 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 13:16:17 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-24 13:16:17 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 13:16:17 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_8687cc57-6e8e-5e28-b039-9026a9a5b836/8687cc57-6e8e-5e28-b039-9026a9a5b836_image_1.jpg HTTP/1.1" 201 0
2026-03-24 13:16:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:16:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FEY65BDF%252F2026-03-24%252Fimage%252F5de65a1c-e4a3-48ba-a1d6-dcf569aa9240_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-24 13:16:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/EY65BDF/2026-03-24/image/5de65a1c-e4a3-48ba-a1d6-dcf569aa9240_removebg.jpg?w=600 saved to cache
2026-03-24 13:16:17 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 8687cc57-6e8e-5e28-b039-9026a9a5b836
2026-03-24 13:16:17 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 13:16:17 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fde516b1050>
2026-03-24 13:16:17 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 13:16:17 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-24 13:16:17 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 13:16:17 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_8687cc57-6e8e-5e28-b039-9026a9a5b836/8687cc57-6e8e-5e28-b039-9026a9a5b836_image_2.jpg HTTP/1.1" 201 0
2026-03-24 13:16:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:16:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FEY65BDF%252F2026-03-24%252Fimage%252F96123692-60c4-4e36-a8fc-7b06824833f1_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-24 13:16:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/EY65BDF/2026-03-24/image/96123692-60c4-4e36-a8fc-7b06824833f1_removebg.jpg?w=600 saved to cache
2026-03-24 13:16:17 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 8687cc57-6e8e-5e28-b039-9026a9a5b836
2026-03-24 13:16:17 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 13:16:17 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fde502aab50>
2026-03-24 13:16:17 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 13:16:17 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-24 13:16:17 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 13:16:17 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_8687cc57-6e8e-5e28-b039-9026a9a5b836/8687cc57-6e8e-5e28-b039-9026a9a5b836_image_0.jpg HTTP/1.1" 201 0
2026-03-24 13:16:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:16:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FEY65BDF%252F2026-03-24%252Fimage%252F1e152aed-172a-433d-ad1a-ae4c1e0b95ec_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-24 13:16:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/EY65BDF/2026-03-24/image/1e152aed-172a-433d-ad1a-ae4c1e0b95ec_removebg.jpg?w=600 saved to cache
2026-03-24 13:16:17 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 8687cc57-6e8e-5e28-b039-9026a9a5b836
2026-03-24 13:16:17 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 13:16:17 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fde5023a090>
2026-03-24 13:16:17 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 13:16:17 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-24 13:16:17 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 13:16:17 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_8687cc57-6e8e-5e28-b039-9026a9a5b836/8687cc57-6e8e-5e28-b039-9026a9a5b836_image_3.jpg HTTP/1.1" 201 0
2026-03-24 13:16:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:16:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FEY65BDF%252F2026-03-24%252Fimage%252Ff9a0de94-b161-42b1-b408-91e7c814f642_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-24 13:16:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/EY65BDF/2026-03-24/image/f9a0de94-b161-42b1-b408-91e7c814f642_removebg.jpg?w=600 saved to cache
2026-03-24 13:16:17 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 8687cc57-6e8e-5e28-b039-9026a9a5b836
2026-03-24 13:16:17 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 8687cc57-6e8e-5e28-b039-9026a9a5b836, skipping ID generation
2026-03-24 13:16:17 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8687cc57-6e8e-5e28-b039-9026a9a5b836 with scrape type 1
2026-03-24 13:16:17 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 8687cc57-6e8e-5e28-b039-9026a9a5b836 sending to next pipeline
2026-03-24 13:16:18 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 8687cc57-6e8e-5e28-b039-9026a9a5b836, identifier: 120715480
2026-03-24 13:16:18 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 8687cc57-6e8e-5e28-b039-9026a9a5b836 with identifier: 120715480
2026-03-24 13:16:18 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 8687cc57-6e8e-5e28-b039-9026a9a5b836 with identifier: 120715480
2026-03-24 13:16:18 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 8687cc57-6e8e-5e28-b039-9026a9a5b836 with identifier: 120715480 to the API
2026-03-24 13:16:18 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 13:16: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-24 13:16:19 [scrapy.core.scraper] DEBUG: Scraped from <200 https://abimg003.imgix.net/EY65BDF/2026-03-24/image/f9a0de94-b161-42b1-b408-91e7c814f642_removebg.jpg?w=600>
{'auction_title': '',
'c_o_2_emission_value': 115,
'color': 'SILVER',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.2L',
'expiration_date': '2026-03-25T10:00:00Z',
'fuel_type': 'Petrol',
'id': '8687cc57-6e8e-5e28-b039-9026a9a5b836',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'EY65BDF',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120715480',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'NISSAN',
'model': 'MICRA HATCHBACK',
'odometer': 60724,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 8,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_8687cc57-6e8e-5e28-b039-9026a9a5b836/8687cc57-6e8e-5e28-b039-9026a9a5b836_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 25927,
'Height': 375,
'OriginUrl': 'https://abimg003.imgix.net/EY65BDF/2026-03-24/image/1e152aed-172a-433d-ad1a-ae4c1e0b95ec_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_8687cc57-6e8e-5e28-b039-9026a9a5b836/8687cc57-6e8e-5e28-b039-9026a9a5b836_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 24112,
'Height': 375,
'OriginUrl': 'https://abimg003.imgix.net/EY65BDF/2026-03-24/image/5de65a1c-e4a3-48ba-a1d6-dcf569aa9240_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_8687cc57-6e8e-5e28-b039-9026a9a5b836/8687cc57-6e8e-5e28-b039-9026a9a5b836_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 28001,
'Height': 375,
'OriginUrl': 'https://abimg003.imgix.net/EY65BDF/2026-03-24/image/96123692-60c4-4e36-a8fc-7b06824833f1_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_8687cc57-6e8e-5e28-b039-9026a9a5b836/8687cc57-6e8e-5e28-b039-9026a9a5b836_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 27262,
'Height': 375,
'OriginUrl': 'https://abimg003.imgix.net/EY65BDF/2026-03-24/image/f9a0de94-b161-42b1-b408-91e7c814f642_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_8687cc57-6e8e-5e28-b039-9026a9a5b836/8687cc57-6e8e-5e28-b039-9026a9a5b836_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 42426,
'Height': 375,
'OriginUrl': 'https://abimg003.imgix.net/EY65BDF/2026-03-24/image/b970c78a-bd65-4ad5-a5dc-0b3320a356b4_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_8687cc57-6e8e-5e28-b039-9026a9a5b836/8687cc57-6e8e-5e28-b039-9026a9a5b836_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 44074,
'Height': 375,
'OriginUrl': 'https://abimg003.imgix.net/EY65BDF/2026-03-24/image/cb1d8cdf-fbc6-4d65-8a8f-8d9dc7bf2fe8_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_8687cc57-6e8e-5e28-b039-9026a9a5b836/8687cc57-6e8e-5e28-b039-9026a9a5b836_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 55702,
'Height': 375,
'OriginUrl': 'https://abimg003.imgix.net/EY65BDF/2026-03-24/image/dea04a99-4708-4e63-bb8f-471f015c9b9b_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_8687cc57-6e8e-5e28-b039-9026a9a5b836/8687cc57-6e8e-5e28-b039-9026a9a5b836_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 48218,
'Height': 375,
'OriginUrl': 'https://abimg003.imgix.net/EY65BDF/2026-03-24/image/50602185-01a2-4781-acfd-bc1441c2b67e_removebg.jpg?w=600',
'Width': 600}],
'price': 0,
'price_includes_vat': False,
'registration_date': '2015-09-28',
'seller_name': 'CarGiant',
'title': 'NISSAN MICRA HATCHBACK 1.2 Visia 5dr',
'transmission': 'manual',
'trim': '1.2 Visia 5dr',
'vin': None,
'year': 2015}
2026-03-24 13:16:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:16:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120715480%27 HTTP/1.1" 200 None
2026-03-24 13:16:19 [astonbarclay.gb] INFO: Saving data for 120715480: {'created_time': 1774358179.385267, 'last_price_update_time': 1774358179.385279, 'auction_closing_time': 1774432800.0}
2026-03-24 13:16:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:16:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120715480') HTTP/1.1" 204 0
2026-03-24 13:16:19 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 2nd time calling it.
2026-03-24 13:16:25 [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-24 13:16:25 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:16:25 [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': 19178, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 472}, 'saleStart': '2026-03-25T10:00Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2021-06-30', 'fuel': 'Petrol/Plugin Electric Hybrid', 'motExpiry': '2026-06-29', 'doors': 5, 'engineSize': 1598, 'bodyType': 'Estate', 'images': None, 'colour': 'BLUE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': None, 'serviceHistory': '', 'remarks': '', 'virtual': False, 'seller': 'SMC GROUP', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '1', 'v5': False, 'v5details': None, '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-24 13:16:25 [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': 19178, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 472}, 'saleStart': '2026-03-25T10:00Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2021-06-30', 'fuel': 'Petrol/Plugin Electric Hybrid', 'motExpiry': '2026-06-29', 'doors': 5, 'engineSize': 1598, 'bodyType': 'Estate', 'images': None, 'colour': 'BLUE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': None, 'serviceHistory': '', 'remarks': '', 'virtual': False, 'seller': 'SMC GROUP', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '1', 'v5': False, 'v5details': None, '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-24 13:16:25 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 99632d78-1562-59ae-a45f-fc9295a60946 with identifier: 120623833
2026-03-24 13:16:25 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 99632d78-1562-59ae-a45f-fc9295a60946 with scrape type 1
2026-03-24 13:16:25 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 0 photos for item 99632d78-1562-59ae-a45f-fc9295a60946
2026-03-24 13:16:25 [crawlers.middlewares.photo_download_middleware] INFO: No photos to download for item 99632d78-1562-59ae-a45f-fc9295a60946
2026-03-24 13:16:25 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 99632d78-1562-59ae-a45f-fc9295a60946, identifier: 120623833
2026-03-24 13:16:25 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 99632d78-1562-59ae-a45f-fc9295a60946 with identifier: 120623833
2026-03-24 13:16:25 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 99632d78-1562-59ae-a45f-fc9295a60946 with identifier: 120623833
2026-03-24 13:16:25 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 99632d78-1562-59ae-a45f-fc9295a60946 with identifier: 120623833 to the API
2026-03-24 13:16:25 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 13:16:26 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-24 13:16:26 [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-25T10: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-24 13:16:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:16:26 [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-24 13:16:26 [astonbarclay.gb] INFO: Saving data for 120623833: {'created_time': 1774358186.940047, 'last_price_update_time': 1774358186.94006, 'auction_closing_time': 1774432800.0}
2026-03-24 13:16:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:16:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120623833') HTTP/1.1" 204 0
2026-03-24 13:16:30 [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-24 13:16:30 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:16:30 [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': 19178, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 472}, 'saleStart': '2026-03-25T10:00Z', 'lot': None, 'hall': 'Hall 2', '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-24 13:16:30 [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': 19178, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 472}, 'saleStart': '2026-03-25T10:00Z', 'lot': None, 'hall': 'Hall 2', '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-24 13:16:30 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 475a16d5-6f4a-53d0-8158-89f021c269ab with identifier: 120256266
2026-03-24 13:16:30 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 475a16d5-6f4a-53d0-8158-89f021c269ab with scrape type 2
2026-03-24 13:16:30 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 475a16d5-6f4a-53d0-8158-89f021c269ab with scrape type 2
2026-03-24 13:16:30 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 475a16d5-6f4a-53d0-8158-89f021c269ab, identifier: 120256266
2026-03-24 13:16:30 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 475a16d5-6f4a-53d0-8158-89f021c269ab with identifier: 120256266
2026-03-24 13:16:30 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 475a16d5-6f4a-53d0-8158-89f021c269ab with identifier: 120256266
2026-03-24 13:16:30 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 475a16d5-6f4a-53d0-8158-89f021c269ab with identifier: 120256266 to the API
2026-03-24 13:16:30 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 13:16:32 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-24 13:16:32 [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-25T10:00: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-24 13:16:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:16:32 [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-24 13:16:32 [astonbarclay.gb] INFO: Saving data for 120256266: {'auction_closing_time': 1774432800.0, 'created_time': 1773403878.412884, 'last_price_update_time': 1774358192.122683}
2026-03-24 13:16:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:16:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120256266') HTTP/1.1" 204 0
2026-03-24 13:16:40 [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-24 13:16:40 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:16:40 [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': 19178, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 472}, 'saleStart': '2026-03-25T10:00Z', '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-24 13:16:40 [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': 19178, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 472}, 'saleStart': '2026-03-25T10:00Z', '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-24 13:16:40 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9e1035d4-531d-5985-9a77-1170837c1eec with identifier: 120087826
2026-03-24 13:16:40 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9e1035d4-531d-5985-9a77-1170837c1eec with scrape type 2
2026-03-24 13:16:40 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9e1035d4-531d-5985-9a77-1170837c1eec with scrape type 2
2026-03-24 13:16:40 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 9e1035d4-531d-5985-9a77-1170837c1eec, identifier: 120087826
2026-03-24 13:16:40 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 9e1035d4-531d-5985-9a77-1170837c1eec with identifier: 120087826
2026-03-24 13:16:40 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 9e1035d4-531d-5985-9a77-1170837c1eec with identifier: 120087826
2026-03-24 13:16:41 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 9e1035d4-531d-5985-9a77-1170837c1eec with identifier: 120087826 to the API
2026-03-24 13:16:41 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 13:16:43 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-24 13:16:43 [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-25T10:00: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-24 13:16:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:16:43 [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-24 13:16:43 [astonbarclay.gb] INFO: Saving data for 120087826: {'auction_closing_time': 1774432800.0, 'created_time': 1773403803.523257, 'last_price_update_time': 1774358203.265192}
2026-03-24 13:16:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:16:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120087826') HTTP/1.1" 204 0
2026-03-24 13:16:49 [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-24 13:16:49 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:16:50 [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': 19178, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 472}, 'saleStart': '2026-03-25T10:00Z', '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-24 13:16:50 [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': 19178, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 472}, 'saleStart': '2026-03-25T10:00Z', '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-24 13:16:50 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: dd880862-66e7-5d12-98d5-320bea72ed15 with identifier: 119257637
2026-03-24 13:16:50 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item dd880862-66e7-5d12-98d5-320bea72ed15 with scrape type 2
2026-03-24 13:16:50 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item dd880862-66e7-5d12-98d5-320bea72ed15 with scrape type 2
2026-03-24 13:16:50 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: dd880862-66e7-5d12-98d5-320bea72ed15, identifier: 119257637
2026-03-24 13:16:50 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: dd880862-66e7-5d12-98d5-320bea72ed15 with identifier: 119257637
2026-03-24 13:16:50 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: dd880862-66e7-5d12-98d5-320bea72ed15 with identifier: 119257637
2026-03-24 13:16:50 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: dd880862-66e7-5d12-98d5-320bea72ed15 with identifier: 119257637 to the API
2026-03-24 13:16:50 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 13:16: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-24 13:16:51 [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-25T10:00: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-24 13:16:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:16:51 [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-24 13:16:51 [astonbarclay.gb] INFO: Saving data for 119257637: {'auction_closing_time': 1774432800.0, 'created_time': 1773404103.75578, 'last_price_update_time': 1774358211.641385}
2026-03-24 13:16:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:16:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='119257637') HTTP/1.1" 204 0
2026-03-24 13:16:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120716431?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-24 13:16:55 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:16:56 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120716431, 'registration': 'PN68JZD', 'account': 'CAR001', 'make': 'PEUGEOT', 'model': '2008 ESTATE', 'derivative': '1.2 PureTech 110 GT Line 5dr EAT6', 'mileage': 43669, 'mileageWarranty': True, 'type': 'car', 'saleId': 19178, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 472}, 'saleStart': '2026-03-25T10:00Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2018-09-14', 'fuel': 'Petrol', 'motExpiry': '2026-09-30', 'doors': 5, 'engineSize': 1200, 'bodyType': 'Estate', 'images': None, 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': None, 'serviceHistory': 'Service book 09/19 9K - 09/22 27K - 06/24 35K - 05/25 40K', 'remarks': 'VOSA STATES, 27K, 30K, 36K, 42K - 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': 110, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/595387fd-728f-4b49-9422-7bad41b9d5b1.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 13:16:56 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120716431, 'registration': 'PN68JZD', 'account': 'CAR001', 'make': 'PEUGEOT', 'model': '2008 ESTATE', 'derivative': '1.2 PureTech 110 GT Line 5dr EAT6', 'mileage': 43669, 'mileageWarranty': True, 'type': 'car', 'saleId': 19178, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 472}, 'saleStart': '2026-03-25T10:00Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2018-09-14', 'fuel': 'Petrol', 'motExpiry': '2026-09-30', 'doors': 5, 'engineSize': 1200, 'bodyType': 'Estate', 'images': None, 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': None, 'serviceHistory': 'Service book 09/19 9K - 09/22 27K - 06/24 35K - 05/25 40K', 'remarks': 'VOSA STATES, 27K, 30K, 36K, 42K - 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': 110, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/595387fd-728f-4b49-9422-7bad41b9d5b1.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 13:16:56 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e3eccca3-d4cc-52ea-84a9-6da031e44bad with identifier: 120716431
2026-03-24 13:16:56 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e3eccca3-d4cc-52ea-84a9-6da031e44bad with scrape type 1
2026-03-24 13:16:56 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 0 photos for item e3eccca3-d4cc-52ea-84a9-6da031e44bad
2026-03-24 13:16:56 [crawlers.middlewares.photo_download_middleware] INFO: No photos to download for item e3eccca3-d4cc-52ea-84a9-6da031e44bad
2026-03-24 13:16:56 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: e3eccca3-d4cc-52ea-84a9-6da031e44bad, identifier: 120716431
2026-03-24 13:16:56 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: e3eccca3-d4cc-52ea-84a9-6da031e44bad with identifier: 120716431
2026-03-24 13:16:56 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: e3eccca3-d4cc-52ea-84a9-6da031e44bad with identifier: 120716431
2026-03-24 13:16:56 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: e3eccca3-d4cc-52ea-84a9-6da031e44bad with identifier: 120716431 to the API
2026-03-24 13:16:56 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 13:16: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-24 13:16:57 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120716431?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 110,
'color': 'GREY',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.2L',
'expiration_date': '2026-03-25T10:00:00Z',
'fuel_type': 'Petrol',
'id': 'e3eccca3-d4cc-52ea-84a9-6da031e44bad',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'PN68JZD',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120716431',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'PEUGEOT',
'model': '2008 ESTATE',
'odometer': 43669,
'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': 'CarGiant',
'title': 'PEUGEOT 2008 ESTATE 1.2 PureTech 110 GT Line 5dr EAT6',
'transmission': 'automatic',
'trim': '1.2 PureTech 110 GT Line 5dr EAT6',
'vin': None,
'year': 2018}
2026-03-24 13:16:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:16:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120716431%27 HTTP/1.1" 200 None
2026-03-24 13:16:57 [astonbarclay.gb] INFO: Saving data for 120716431: {'created_time': 1774358217.137782, 'last_price_update_time': 1774358217.137796, 'auction_closing_time': 1774432800.0}
2026-03-24 13:16:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:16:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120716431') HTTP/1.1" 204 0
2026-03-24 13:17:02 [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-24 13:17:02 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:17:03 [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': 19178, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 472}, 'saleStart': '2026-03-25T10:00Z', '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-24 13:17:03 [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': 19178, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 472}, 'saleStart': '2026-03-25T10:00Z', '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-24 13:17:03 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3f4a2393-bba6-5bcf-8a04-d74eb977f801 with identifier: 120596540
2026-03-24 13:17:03 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3f4a2393-bba6-5bcf-8a04-d74eb977f801 with scrape type 2
2026-03-24 13:17:03 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3f4a2393-bba6-5bcf-8a04-d74eb977f801 with scrape type 2
2026-03-24 13:17:03 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 3f4a2393-bba6-5bcf-8a04-d74eb977f801, identifier: 120596540
2026-03-24 13:17:03 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 3f4a2393-bba6-5bcf-8a04-d74eb977f801 with identifier: 120596540
2026-03-24 13:17:03 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 3f4a2393-bba6-5bcf-8a04-d74eb977f801 with identifier: 120596540
2026-03-24 13:17:03 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 3f4a2393-bba6-5bcf-8a04-d74eb977f801 with identifier: 120596540 to the API
2026-03-24 13:17:03 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 13:17: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-24 13:17:04 [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-25T10:00: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-24 13:17:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:17:04 [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-24 13:17:04 [astonbarclay.gb] INFO: Saving data for 120596540: {'auction_closing_time': 1774432800.0, 'created_time': 1773932053.801644, 'last_price_update_time': 1774358224.908572}
2026-03-24 13:17:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:17:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120596540') HTTP/1.1" 204 0
2026-03-24 13:17:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120720958?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-24 13:17:06 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:17:06 [scrapy.extensions.logstats] INFO: Crawled 285 pages (at 12 pages/min), scraped 258 items (at 11 items/min)
2026-03-24 13:17:06 [scrapy.extensions.memusage] INFO: Peak memory usage is 181MiB
2026-03-24 13:17:06 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120720958, 'registration': 'HC19UXU', 'account': 'MOT075', 'make': 'VOLKSWAGEN', 'model': 'TIGUAN DIESEL ESTATE', 'derivative': '2.0 TDi 150 4Motion SEL 5dr DSG', 'mileage': 98430, 'mileageWarranty': True, 'type': 'car', 'saleId': 19179, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 472}, 'saleStart': '2026-03-25T10:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2019-07-05', 'fuel': 'Diesel', 'motExpiry': '2026-12-07', 'doors': 5, 'engineSize': 1968, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/HC19UXU/2026-03-24/image/b9526326-2a4e-415b-a8af-b205281da5e5_removebg.jpg?w=600', 'https://abimg003.imgix.net/HC19UXU/2026-03-24/image/62d47471-44bc-4fe4-ab34-bbd41f9643b3_removebg.jpg?w=600', 'https://abimg003.imgix.net/HC19UXU/2026-03-24/image/ef299031-d14a-4f4f-ac07-60e8064dba7d_removebg.jpg?w=600', 'https://abimg003.imgix.net/HC19UXU/2026-03-24/image/4ba72b7b-469d-45d0-ac83-36a2de0a0cb1_removebg.jpg?w=600', 'https://abimg003.imgix.net/HC19UXU/2026-03-24/image/57c20be1-868f-46c5-b4ff-72febc5006a7_removebg.jpg?w=600', 'https://abimg003.imgix.net/HC19UXU/2026-03-24/image/a57f052c-936f-421e-96ce-9a226c8a195e_removebg.jpg?w=600', 'https://abimg003.imgix.net/HC19UXU/2026-03-24/image/1fab0990-5aa2-4e09-bfa4-ff00d3b3da28_removebg.jpg?w=600', 'https://abimg003.imgix.net/HC19UXU/2026-03-24/image/b55904f1-5ed0-4df2-9304-3901805fb2b2_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print 09/20 - 18K, 12/21 - 37K, 12/22 - 55K, 07/24 - 75K', 'remarks': 'NO V5 FORMER KEEPERS UNKNOWN - 61K, 63K, 81K, 97K SPARE KEY AND SD CARD WITH PAPERWORK', 'virtual': False, 'seller': 'MotoNovo Finance', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': None, 'v5': False, 'v5details': None, 'co2': 143, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/fa757534-30c2-4861-8d5c-f05c979eb9ec.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 13:17:06 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120720958, 'registration': 'HC19UXU', 'account': 'MOT075', 'make': 'VOLKSWAGEN', 'model': 'TIGUAN DIESEL ESTATE', 'derivative': '2.0 TDi 150 4Motion SEL 5dr DSG', 'mileage': 98430, 'mileageWarranty': True, 'type': 'car', 'saleId': 19179, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 472}, 'saleStart': '2026-03-25T10:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2019-07-05', 'fuel': 'Diesel', 'motExpiry': '2026-12-07', 'doors': 5, 'engineSize': 1968, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/HC19UXU/2026-03-24/image/b9526326-2a4e-415b-a8af-b205281da5e5_removebg.jpg?w=600', 'https://abimg003.imgix.net/HC19UXU/2026-03-24/image/62d47471-44bc-4fe4-ab34-bbd41f9643b3_removebg.jpg?w=600', 'https://abimg003.imgix.net/HC19UXU/2026-03-24/image/ef299031-d14a-4f4f-ac07-60e8064dba7d_removebg.jpg?w=600', 'https://abimg003.imgix.net/HC19UXU/2026-03-24/image/4ba72b7b-469d-45d0-ac83-36a2de0a0cb1_removebg.jpg?w=600', 'https://abimg003.imgix.net/HC19UXU/2026-03-24/image/57c20be1-868f-46c5-b4ff-72febc5006a7_removebg.jpg?w=600', 'https://abimg003.imgix.net/HC19UXU/2026-03-24/image/a57f052c-936f-421e-96ce-9a226c8a195e_removebg.jpg?w=600', 'https://abimg003.imgix.net/HC19UXU/2026-03-24/image/1fab0990-5aa2-4e09-bfa4-ff00d3b3da28_removebg.jpg?w=600', 'https://abimg003.imgix.net/HC19UXU/2026-03-24/image/b55904f1-5ed0-4df2-9304-3901805fb2b2_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print 09/20 - 18K, 12/21 - 37K, 12/22 - 55K, 07/24 - 75K', 'remarks': 'NO V5 FORMER KEEPERS UNKNOWN - 61K, 63K, 81K, 97K SPARE KEY AND SD CARD WITH PAPERWORK', 'virtual': False, 'seller': 'MotoNovo Finance', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': None, 'v5': False, 'v5details': None, 'co2': 143, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/fa757534-30c2-4861-8d5c-f05c979eb9ec.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 13:17:06 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1c5a0ed7-e783-5962-b4f9-7c2fb0db449a with identifier: 120720958
2026-03-24 13:17:06 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1c5a0ed7-e783-5962-b4f9-7c2fb0db449a with scrape type 1
2026-03-24 13:17:06 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 8 photos for item 1c5a0ed7-e783-5962-b4f9-7c2fb0db449a
2026-03-24 13:17:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:17:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FHC19UXU%252F2026-03-24%252Fimage%252Fb9526326-2a4e-415b-a8af-b205281da5e5_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-24 13:17:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/HC19UXU/2026-03-24/image/b9526326-2a4e-415b-a8af-b205281da5e5_removebg.jpg?w=600 not downloaded yet
2026-03-24 13:17:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:17:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FHC19UXU%252F2026-03-24%252Fimage%252F62d47471-44bc-4fe4-ab34-bbd41f9643b3_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-24 13:17:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/HC19UXU/2026-03-24/image/62d47471-44bc-4fe4-ab34-bbd41f9643b3_removebg.jpg?w=600 not downloaded yet
2026-03-24 13:17:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:17:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FHC19UXU%252F2026-03-24%252Fimage%252Fef299031-d14a-4f4f-ac07-60e8064dba7d_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-24 13:17:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/HC19UXU/2026-03-24/image/ef299031-d14a-4f4f-ac07-60e8064dba7d_removebg.jpg?w=600 not downloaded yet
2026-03-24 13:17:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:17:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FHC19UXU%252F2026-03-24%252Fimage%252F4ba72b7b-469d-45d0-ac83-36a2de0a0cb1_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-24 13:17:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/HC19UXU/2026-03-24/image/4ba72b7b-469d-45d0-ac83-36a2de0a0cb1_removebg.jpg?w=600 not downloaded yet
2026-03-24 13:17:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:17:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FHC19UXU%252F2026-03-24%252Fimage%252F57c20be1-868f-46c5-b4ff-72febc5006a7_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-24 13:17:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/HC19UXU/2026-03-24/image/57c20be1-868f-46c5-b4ff-72febc5006a7_removebg.jpg?w=600 not downloaded yet
2026-03-24 13:17:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:17:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FHC19UXU%252F2026-03-24%252Fimage%252Fa57f052c-936f-421e-96ce-9a226c8a195e_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-24 13:17:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/HC19UXU/2026-03-24/image/a57f052c-936f-421e-96ce-9a226c8a195e_removebg.jpg?w=600 not downloaded yet
2026-03-24 13:17:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:17:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FHC19UXU%252F2026-03-24%252Fimage%252F1fab0990-5aa2-4e09-bfa4-ff00d3b3da28_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-24 13:17:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/HC19UXU/2026-03-24/image/1fab0990-5aa2-4e09-bfa4-ff00d3b3da28_removebg.jpg?w=600 not downloaded yet
2026-03-24 13:17:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:17:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FHC19UXU%252F2026-03-24%252Fimage%252Fb55904f1-5ed0-4df2-9304-3901805fb2b2_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-24 13:17:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/HC19UXU/2026-03-24/image/b55904f1-5ed0-4df2-9304-3901805fb2b2_removebg.jpg?w=600 not downloaded yet
2026-03-24 13:17:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120718868?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-24 13:17:15 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:17:15 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120718868, 'registration': 'CK67RYA', 'account': 'MOT075', 'make': 'FORD', 'model': 'FIESTA HATCHBACK', 'derivative': '1.0 EcoBoost 140 ST-Line 3dr', 'mileage': 71900, 'mileageWarranty': True, 'type': 'car', 'saleId': 19179, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 472}, 'saleStart': '2026-03-25T10:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2017-12-28', 'fuel': 'Petrol', 'motExpiry': '2026-08-30', 'doors': 3, 'engineSize': 998, 'bodyType': 'Hatchback', 'images': None, 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': None, 'serviceHistory': 'Service book 12/18 - 14k, 12/19 - 29k, 12/20 - 41k, 12/21 - 51k, 02/22 - 56k, 08/24 - 67k, 08/25 - 70k,', 'remarks': 'NO V5 FORMER KEEPERS UNKNOWN - VOSA STATES 56K, 62K, 67K, 70K 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': 102, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/1dce8a94-6291-4643-95cb-24aadd4c3957.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 13:17:15 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120718868, 'registration': 'CK67RYA', 'account': 'MOT075', 'make': 'FORD', 'model': 'FIESTA HATCHBACK', 'derivative': '1.0 EcoBoost 140 ST-Line 3dr', 'mileage': 71900, 'mileageWarranty': True, 'type': 'car', 'saleId': 19179, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 472}, 'saleStart': '2026-03-25T10:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2017-12-28', 'fuel': 'Petrol', 'motExpiry': '2026-08-30', 'doors': 3, 'engineSize': 998, 'bodyType': 'Hatchback', 'images': None, 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': None, 'serviceHistory': 'Service book 12/18 - 14k, 12/19 - 29k, 12/20 - 41k, 12/21 - 51k, 02/22 - 56k, 08/24 - 67k, 08/25 - 70k,', 'remarks': 'NO V5 FORMER KEEPERS UNKNOWN - VOSA STATES 56K, 62K, 67K, 70K 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': 102, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/1dce8a94-6291-4643-95cb-24aadd4c3957.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 13:17:15 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ff194090-c245-5909-b212-6ba17db2d67d with identifier: 120718868
2026-03-24 13:17:15 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ff194090-c245-5909-b212-6ba17db2d67d with scrape type 1
2026-03-24 13:17:15 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 0 photos for item ff194090-c245-5909-b212-6ba17db2d67d
2026-03-24 13:17:15 [crawlers.middlewares.photo_download_middleware] INFO: No photos to download for item ff194090-c245-5909-b212-6ba17db2d67d
2026-03-24 13:17:15 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: ff194090-c245-5909-b212-6ba17db2d67d, identifier: 120718868
2026-03-24 13:17:15 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: ff194090-c245-5909-b212-6ba17db2d67d with identifier: 120718868
2026-03-24 13:17:15 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: ff194090-c245-5909-b212-6ba17db2d67d with identifier: 120718868
2026-03-24 13:17:15 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: ff194090-c245-5909-b212-6ba17db2d67d with identifier: 120718868 to the API
2026-03-24 13:17:15 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 13:17:16 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-24 13:17:16 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120718868?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 102,
'color': 'GREY',
'currency': 'GBP',
'doors_number': 3,
'emission_standard': 'EURO 6',
'engine': '1.0L',
'expiration_date': '2026-03-25T10:00:00Z',
'fuel_type': 'Petrol',
'id': 'ff194090-c245-5909-b212-6ba17db2d67d',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'CK67RYA',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120718868',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'FORD',
'model': 'FIESTA HATCHBACK',
'odometer': 71900,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2017-12-28',
'seller_name': 'MotoNovo Finance',
'title': 'FORD FIESTA HATCHBACK 1.0 EcoBoost 140 ST-Line 3dr',
'transmission': 'manual',
'trim': '1.0 EcoBoost 140 ST-Line 3dr',
'vin': None,
'year': 2017}
2026-03-24 13:17:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:17:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120718868%27 HTTP/1.1" 200 None
2026-03-24 13:17:16 [astonbarclay.gb] INFO: Saving data for 120718868: {'created_time': 1774358236.232827, 'last_price_update_time': 1774358236.232837, 'auction_closing_time': 1774432800.0}
2026-03-24 13:17:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:17:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120718868') HTTP/1.1" 204 0
2026-03-24 13:17:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120719700?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-24 13:17:16 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:17:16 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120719700, 'registration': 'WR70FYB', 'account': 'MOT075', 'make': 'AUDI', 'model': 'A4 DIESEL SALOON', 'derivative': '35 TDI Black Edition 4dr S Tronic', 'mileage': 62445, 'mileageWarranty': True, 'type': 'car', 'saleId': 19179, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 472}, 'saleStart': '2026-03-25T10:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2020-11-20', 'fuel': 'Diesel', 'motExpiry': '2026-08-14', 'doors': 4, 'engineSize': 1968, 'bodyType': 'Saloon', 'images': None, 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': None, 'serviceHistory': '', 'remarks': 'NO V5 FORMER KEEPERS UNKNOWN - VOSA STATES 29K, 40K, 45K', 'virtual': False, 'seller': 'MotoNovo Finance', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': None, 'v5': False, 'v5details': None, 'co2': 146, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/855e878b-1b89-49f2-9ece-74aa50a390df.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 13:17:16 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120719700, 'registration': 'WR70FYB', 'account': 'MOT075', 'make': 'AUDI', 'model': 'A4 DIESEL SALOON', 'derivative': '35 TDI Black Edition 4dr S Tronic', 'mileage': 62445, 'mileageWarranty': True, 'type': 'car', 'saleId': 19179, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 472}, 'saleStart': '2026-03-25T10:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2020-11-20', 'fuel': 'Diesel', 'motExpiry': '2026-08-14', 'doors': 4, 'engineSize': 1968, 'bodyType': 'Saloon', 'images': None, 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': None, 'serviceHistory': '', 'remarks': 'NO V5 FORMER KEEPERS UNKNOWN - VOSA STATES 29K, 40K, 45K', 'virtual': False, 'seller': 'MotoNovo Finance', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': None, 'v5': False, 'v5details': None, 'co2': 146, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/855e878b-1b89-49f2-9ece-74aa50a390df.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 13:17:16 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b75c6ab7-cfb3-5758-95b1-c91509777b23 with identifier: 120719700
2026-03-24 13:17:16 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b75c6ab7-cfb3-5758-95b1-c91509777b23 with scrape type 1
2026-03-24 13:17:16 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 0 photos for item b75c6ab7-cfb3-5758-95b1-c91509777b23
2026-03-24 13:17:16 [crawlers.middlewares.photo_download_middleware] INFO: No photos to download for item b75c6ab7-cfb3-5758-95b1-c91509777b23
2026-03-24 13:17:16 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: b75c6ab7-cfb3-5758-95b1-c91509777b23, identifier: 120719700
2026-03-24 13:17:16 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: b75c6ab7-cfb3-5758-95b1-c91509777b23 with identifier: 120719700
2026-03-24 13:17:16 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: b75c6ab7-cfb3-5758-95b1-c91509777b23 with identifier: 120719700
2026-03-24 13:17:16 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: b75c6ab7-cfb3-5758-95b1-c91509777b23 with identifier: 120719700 to the API
2026-03-24 13:17:16 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 13:17:17 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-24 13:17:17 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120719700?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 146,
'color': 'WHITE',
'currency': 'GBP',
'doors_number': 4,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'expiration_date': '2026-03-25T10:00:00Z',
'fuel_type': 'Diesel',
'id': 'b75c6ab7-cfb3-5758-95b1-c91509777b23',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'WR70FYB',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120719700',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'AUDI',
'model': 'A4 DIESEL SALOON',
'odometer': 62445,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-11-20',
'seller_name': 'MotoNovo Finance',
'title': 'AUDI A4 DIESEL SALOON 35 TDI Black Edition 4dr S Tronic',
'transmission': 'automatic',
'trim': '35 TDI Black Edition 4dr S Tronic',
'vin': None,
'year': 2020}
2026-03-24 13:17:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:17:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120719700%27 HTTP/1.1" 200 None
2026-03-24 13:17:17 [astonbarclay.gb] INFO: Saving data for 120719700: {'created_time': 1774358237.902007, 'last_price_update_time': 1774358237.902019, 'auction_closing_time': 1774432800.0}
2026-03-24 13:17:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:17:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120719700') HTTP/1.1" 204 0
2026-03-24 13:17:17 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/HC19UXU/2026-03-24/image/b55904f1-5ed0-4df2-9304-3901805fb2b2_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120720958?view=catalogue)
2026-03-24 13:17:17 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/HC19UXU/2026-03-24/image/1fab0990-5aa2-4e09-bfa4-ff00d3b3da28_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120720958?view=catalogue)
2026-03-24 13:17:18 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 13:17:18 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fde501a8490>
2026-03-24 13:17:18 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 13:17:18 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-24 13:17:18 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 13:17:18 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_1c5a0ed7-e783-5962-b4f9-7c2fb0db449a/1c5a0ed7-e783-5962-b4f9-7c2fb0db449a_image_7.jpg HTTP/1.1" 201 0
2026-03-24 13:17:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:17:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FHC19UXU%252F2026-03-24%252Fimage%252Fb55904f1-5ed0-4df2-9304-3901805fb2b2_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-24 13:17:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/HC19UXU/2026-03-24/image/b55904f1-5ed0-4df2-9304-3901805fb2b2_removebg.jpg?w=600 saved to cache
2026-03-24 13:17:18 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 1c5a0ed7-e783-5962-b4f9-7c2fb0db449a
2026-03-24 13:17:18 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 13:17:18 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fde502e1c10>
2026-03-24 13:17:18 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 13:17:18 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-24 13:17:18 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 13:17:18 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_1c5a0ed7-e783-5962-b4f9-7c2fb0db449a/1c5a0ed7-e783-5962-b4f9-7c2fb0db449a_image_6.jpg HTTP/1.1" 201 0
2026-03-24 13:17:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:17:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FHC19UXU%252F2026-03-24%252Fimage%252F1fab0990-5aa2-4e09-bfa4-ff00d3b3da28_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-24 13:17:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/HC19UXU/2026-03-24/image/1fab0990-5aa2-4e09-bfa4-ff00d3b3da28_removebg.jpg?w=600 saved to cache
2026-03-24 13:17:18 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 1c5a0ed7-e783-5962-b4f9-7c2fb0db449a
2026-03-24 13:17:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/HC19UXU/2026-03-24/image/a57f052c-936f-421e-96ce-9a226c8a195e_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120720958?view=catalogue)
2026-03-24 13:17:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/HC19UXU/2026-03-24/image/57c20be1-868f-46c5-b4ff-72febc5006a7_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120720958?view=catalogue)
2026-03-24 13:17:18 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 13:17:18 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fde516aa010>
2026-03-24 13:17:18 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 13:17:18 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-24 13:17:18 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 13:17:18 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_1c5a0ed7-e783-5962-b4f9-7c2fb0db449a/1c5a0ed7-e783-5962-b4f9-7c2fb0db449a_image_5.jpg HTTP/1.1" 201 0
2026-03-24 13:17:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:17:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FHC19UXU%252F2026-03-24%252Fimage%252Fa57f052c-936f-421e-96ce-9a226c8a195e_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-24 13:17:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/HC19UXU/2026-03-24/image/a57f052c-936f-421e-96ce-9a226c8a195e_removebg.jpg?w=600 saved to cache
2026-03-24 13:17:18 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 1c5a0ed7-e783-5962-b4f9-7c2fb0db449a
2026-03-24 13:17:18 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 13:17:18 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fde503b1090>
2026-03-24 13:17:18 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 13:17:18 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-24 13:17:18 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 13:17:18 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_1c5a0ed7-e783-5962-b4f9-7c2fb0db449a/1c5a0ed7-e783-5962-b4f9-7c2fb0db449a_image_4.jpg HTTP/1.1" 201 0
2026-03-24 13:17:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:17:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FHC19UXU%252F2026-03-24%252Fimage%252F57c20be1-868f-46c5-b4ff-72febc5006a7_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-24 13:17:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/HC19UXU/2026-03-24/image/57c20be1-868f-46c5-b4ff-72febc5006a7_removebg.jpg?w=600 saved to cache
2026-03-24 13:17:18 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 1c5a0ed7-e783-5962-b4f9-7c2fb0db449a
2026-03-24 13:17:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/HC19UXU/2026-03-24/image/ef299031-d14a-4f4f-ac07-60e8064dba7d_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120720958?view=catalogue)
2026-03-24 13:17:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/HC19UXU/2026-03-24/image/4ba72b7b-469d-45d0-ac83-36a2de0a0cb1_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120720958?view=catalogue)
2026-03-24 13:17:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/HC19UXU/2026-03-24/image/b9526326-2a4e-415b-a8af-b205281da5e5_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120720958?view=catalogue)
2026-03-24 13:17:18 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 13:17:18 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fde50c3db50>
2026-03-24 13:17:18 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 13:17:18 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-24 13:17:18 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 13:17:18 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_1c5a0ed7-e783-5962-b4f9-7c2fb0db449a/1c5a0ed7-e783-5962-b4f9-7c2fb0db449a_image_2.jpg HTTP/1.1" 201 0
2026-03-24 13:17:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:17:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FHC19UXU%252F2026-03-24%252Fimage%252Fef299031-d14a-4f4f-ac07-60e8064dba7d_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-24 13:17:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/HC19UXU/2026-03-24/image/ef299031-d14a-4f4f-ac07-60e8064dba7d_removebg.jpg?w=600 saved to cache
2026-03-24 13:17:18 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 1c5a0ed7-e783-5962-b4f9-7c2fb0db449a
2026-03-24 13:17:18 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 13:17:18 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fde43fd2dd0>
2026-03-24 13:17:18 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 13:17:18 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-24 13:17:18 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 13:17:18 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_1c5a0ed7-e783-5962-b4f9-7c2fb0db449a/1c5a0ed7-e783-5962-b4f9-7c2fb0db449a_image_3.jpg HTTP/1.1" 201 0
2026-03-24 13:17:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:17:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FHC19UXU%252F2026-03-24%252Fimage%252F4ba72b7b-469d-45d0-ac83-36a2de0a0cb1_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-24 13:17:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/HC19UXU/2026-03-24/image/4ba72b7b-469d-45d0-ac83-36a2de0a0cb1_removebg.jpg?w=600 saved to cache
2026-03-24 13:17:18 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 1c5a0ed7-e783-5962-b4f9-7c2fb0db449a
2026-03-24 13:17:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120719074?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-24 13:17:18 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:17:18 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 13:17:18 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fde50c66910>
2026-03-24 13:17:18 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 13:17:18 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-24 13:17:18 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 13:17:18 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_1c5a0ed7-e783-5962-b4f9-7c2fb0db449a/1c5a0ed7-e783-5962-b4f9-7c2fb0db449a_image_0.jpg HTTP/1.1" 201 0
2026-03-24 13:17:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:17:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FHC19UXU%252F2026-03-24%252Fimage%252Fb9526326-2a4e-415b-a8af-b205281da5e5_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-24 13:17:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/HC19UXU/2026-03-24/image/b9526326-2a4e-415b-a8af-b205281da5e5_removebg.jpg?w=600 saved to cache
2026-03-24 13:17:18 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 1c5a0ed7-e783-5962-b4f9-7c2fb0db449a
2026-03-24 13:17:18 [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-24 13:17:18 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:17:18 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120719074, 'registration': 'VO20DHZ', 'account': 'MOT075', 'make': 'LAND ROVER', 'model': 'DISCOVERY SPORT SW', 'derivative': '2.0 P250 R-Dynamic S 5dr Auto', 'mileage': 64470, 'mileageWarranty': True, 'type': 'car', 'saleId': 19179, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 472}, 'saleStart': '2026-03-25T10:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2020-06-11', 'fuel': 'Petrol', 'motExpiry': '2026-06-18', 'doors': 5, 'engineSize': 1997, 'bodyType': 'Station Wagon', 'images': None, 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': None, 'serviceHistory': 'Service print 11/21 - 21K, 06/22 - 31K 06/24 - 48K,', 'remarks': 'VOSA STATES 39K, 48K, 57K 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': 211, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/93f73a61-32a5-4cb4-93a5-327e5c1c2f0a.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 13:17:18 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120719074, 'registration': 'VO20DHZ', 'account': 'MOT075', 'make': 'LAND ROVER', 'model': 'DISCOVERY SPORT SW', 'derivative': '2.0 P250 R-Dynamic S 5dr Auto', 'mileage': 64470, 'mileageWarranty': True, 'type': 'car', 'saleId': 19179, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 472}, 'saleStart': '2026-03-25T10:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2020-06-11', 'fuel': 'Petrol', 'motExpiry': '2026-06-18', 'doors': 5, 'engineSize': 1997, 'bodyType': 'Station Wagon', 'images': None, 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': None, 'serviceHistory': 'Service print 11/21 - 21K, 06/22 - 31K 06/24 - 48K,', 'remarks': 'VOSA STATES 39K, 48K, 57K 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': 211, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/93f73a61-32a5-4cb4-93a5-327e5c1c2f0a.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 13:17:18 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 39c009a1-3c17-581a-abe8-f5531efded46 with identifier: 120719074
2026-03-24 13:17:18 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 39c009a1-3c17-581a-abe8-f5531efded46 with scrape type 1
2026-03-24 13:17:18 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 0 photos for item 39c009a1-3c17-581a-abe8-f5531efded46
2026-03-24 13:17:18 [crawlers.middlewares.photo_download_middleware] INFO: No photos to download for item 39c009a1-3c17-581a-abe8-f5531efded46
2026-03-24 13:17:19 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 39c009a1-3c17-581a-abe8-f5531efded46, identifier: 120719074
2026-03-24 13:17:19 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 39c009a1-3c17-581a-abe8-f5531efded46 with identifier: 120719074
2026-03-24 13:17:19 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 39c009a1-3c17-581a-abe8-f5531efded46 with identifier: 120719074
2026-03-24 13:17:19 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 39c009a1-3c17-581a-abe8-f5531efded46 with identifier: 120719074 to the API
2026-03-24 13:17:19 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 13:17: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-24 13:17:19 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120719074?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 211,
'color': 'BLACK',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'expiration_date': '2026-03-25T10:00:00Z',
'fuel_type': 'Petrol',
'id': '39c009a1-3c17-581a-abe8-f5531efded46',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'VO20DHZ',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120719074',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'LAND ROVER',
'model': 'DISCOVERY SPORT SW',
'odometer': 64470,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-06-11',
'seller_name': 'MotoNovo Finance',
'title': 'LAND ROVER DISCOVERY SPORT SW 2.0 P250 R-Dynamic S 5dr Auto',
'transmission': 'automatic',
'trim': '2.0 P250 R-Dynamic S 5dr Auto',
'vin': None,
'year': 2020}
2026-03-24 13:17:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:17:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120719074%27 HTTP/1.1" 200 None
2026-03-24 13:17:19 [astonbarclay.gb] INFO: Saving data for 120719074: {'created_time': 1774358239.777481, 'last_price_update_time': 1774358239.777493, 'auction_closing_time': 1774432800.0}
2026-03-24 13:17:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:17:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120719074') HTTP/1.1" 204 0
2026-03-24 13:17:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/HC19UXU/2026-03-24/image/62d47471-44bc-4fe4-ab34-bbd41f9643b3_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120720958?view=catalogue)
2026-03-24 13:17:19 [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': False, 'type': 'car', 'saleId': 19178, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 472}, 'saleStart': '2026-03-25T10:00Z', 'lot': None, 'hall': 'Hall 2', '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': '1', '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-24 13:17:19 [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': False, 'type': 'car', 'saleId': 19178, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 472}, 'saleStart': '2026-03-25T10:00Z', 'lot': None, 'hall': 'Hall 2', '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': '1', '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-24 13:17:19 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b4d064aa-e898-59af-b0c3-e6358fb5c8c5 with identifier: 120453970
2026-03-24 13:17:19 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b4d064aa-e898-59af-b0c3-e6358fb5c8c5 with scrape type 1
2026-03-24 13:17:19 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 9 photos for item b4d064aa-e898-59af-b0c3-e6358fb5c8c5
2026-03-24 13:17:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:17:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FWR70DWD%252F2026-03-17%252Fimage%252Fb96fbc44-f766-4210-ac46-9f3b465a6317_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-24 13:17:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/WR70DWD/2026-03-17/image/b96fbc44-f766-4210-ac46-9f3b465a6317_removebg.jpg?w=600 not downloaded yet
2026-03-24 13:17:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:17:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FWR70DWD%252F2026-03-17%252Fimage%252F22014921-99a0-4c50-a470-365170f827e4_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-24 13:17:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/WR70DWD/2026-03-17/image/22014921-99a0-4c50-a470-365170f827e4_removebg.jpg?w=600 not downloaded yet
2026-03-24 13:17:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:17:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FWR70DWD%252F2026-03-17%252Fimage%252F782617e8-4978-4292-8311-242f60dabcd9_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-24 13:17:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/WR70DWD/2026-03-17/image/782617e8-4978-4292-8311-242f60dabcd9_removebg.jpg?w=600 not downloaded yet
2026-03-24 13:17:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:17:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FWR70DWD%252F2026-03-17%252Fimage%252F4750d4aa-1d05-4f3b-8735-eb4824494d16_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-24 13:17:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/WR70DWD/2026-03-17/image/4750d4aa-1d05-4f3b-8735-eb4824494d16_removebg.jpg?w=600 not downloaded yet
2026-03-24 13:17:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:17:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FWR70DWD%252F2026-03-17%252Fimage%252F24226a99-fafc-477c-b394-9f790fa78582_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-24 13:17:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/WR70DWD/2026-03-17/image/24226a99-fafc-477c-b394-9f790fa78582_removebg.jpg?w=600 not downloaded yet
2026-03-24 13:17:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:17:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FWR70DWD%252F2026-03-17%252Fimage%252F2b296a05-dd02-412a-803a-9064be3dbbac_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-24 13:17:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/WR70DWD/2026-03-17/image/2b296a05-dd02-412a-803a-9064be3dbbac_removebg.jpg?w=600 not downloaded yet
2026-03-24 13:17:19 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 13:17:19 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fde50267d50>
2026-03-24 13:17:19 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 13:17:19 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-24 13:17:19 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 13:17:19 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_1c5a0ed7-e783-5962-b4f9-7c2fb0db449a/1c5a0ed7-e783-5962-b4f9-7c2fb0db449a_image_1.jpg HTTP/1.1" 201 0
2026-03-24 13:17:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:17:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FHC19UXU%252F2026-03-24%252Fimage%252F62d47471-44bc-4fe4-ab34-bbd41f9643b3_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-24 13:17:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/HC19UXU/2026-03-24/image/62d47471-44bc-4fe4-ab34-bbd41f9643b3_removebg.jpg?w=600 saved to cache
2026-03-24 13:17:19 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 1c5a0ed7-e783-5962-b4f9-7c2fb0db449a
2026-03-24 13:17:19 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 1c5a0ed7-e783-5962-b4f9-7c2fb0db449a, skipping ID generation
2026-03-24 13:17:19 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1c5a0ed7-e783-5962-b4f9-7c2fb0db449a with scrape type 1
2026-03-24 13:17:19 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 1c5a0ed7-e783-5962-b4f9-7c2fb0db449a sending to next pipeline
2026-03-24 13:17:20 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 1c5a0ed7-e783-5962-b4f9-7c2fb0db449a, identifier: 120720958
2026-03-24 13:17:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:17:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FWR70DWD%252F2026-03-17%252Fimage%252Fe67df6bd-87e9-454f-80d8-57517d9ea176_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-24 13:17:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/WR70DWD/2026-03-17/image/e67df6bd-87e9-454f-80d8-57517d9ea176_removebg.jpg?w=600 not downloaded yet
2026-03-24 13:17:20 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 1c5a0ed7-e783-5962-b4f9-7c2fb0db449a with identifier: 120720958
2026-03-24 13:17:20 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 1c5a0ed7-e783-5962-b4f9-7c2fb0db449a with identifier: 120720958
2026-03-24 13:17:20 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 1c5a0ed7-e783-5962-b4f9-7c2fb0db449a with identifier: 120720958 to the API
2026-03-24 13:17:20 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 13:17:22 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-24 13:17:22 [scrapy.core.scraper] DEBUG: Scraped from <200 https://abimg003.imgix.net/HC19UXU/2026-03-24/image/62d47471-44bc-4fe4-ab34-bbd41f9643b3_removebg.jpg?w=600>
{'auction_title': '',
'c_o_2_emission_value': 143,
'color': 'GREY',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'expiration_date': '2026-03-25T10:00:00Z',
'fuel_type': 'Diesel',
'id': '1c5a0ed7-e783-5962-b4f9-7c2fb0db449a',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'HC19UXU',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120720958',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'VOLKSWAGEN',
'model': 'TIGUAN DIESEL ESTATE',
'odometer': 98430,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 8,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_1c5a0ed7-e783-5962-b4f9-7c2fb0db449a/1c5a0ed7-e783-5962-b4f9-7c2fb0db449a_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 29531,
'Height': 375,
'OriginUrl': 'https://abimg003.imgix.net/HC19UXU/2026-03-24/image/b9526326-2a4e-415b-a8af-b205281da5e5_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_1c5a0ed7-e783-5962-b4f9-7c2fb0db449a/1c5a0ed7-e783-5962-b4f9-7c2fb0db449a_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 32337,
'Height': 375,
'OriginUrl': 'https://abimg003.imgix.net/HC19UXU/2026-03-24/image/62d47471-44bc-4fe4-ab34-bbd41f9643b3_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_1c5a0ed7-e783-5962-b4f9-7c2fb0db449a/1c5a0ed7-e783-5962-b4f9-7c2fb0db449a_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 33964,
'Height': 375,
'OriginUrl': 'https://abimg003.imgix.net/HC19UXU/2026-03-24/image/ef299031-d14a-4f4f-ac07-60e8064dba7d_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_1c5a0ed7-e783-5962-b4f9-7c2fb0db449a/1c5a0ed7-e783-5962-b4f9-7c2fb0db449a_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 30475,
'Height': 375,
'OriginUrl': 'https://abimg003.imgix.net/HC19UXU/2026-03-24/image/4ba72b7b-469d-45d0-ac83-36a2de0a0cb1_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_1c5a0ed7-e783-5962-b4f9-7c2fb0db449a/1c5a0ed7-e783-5962-b4f9-7c2fb0db449a_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 44714,
'Height': 375,
'OriginUrl': 'https://abimg003.imgix.net/HC19UXU/2026-03-24/image/57c20be1-868f-46c5-b4ff-72febc5006a7_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_1c5a0ed7-e783-5962-b4f9-7c2fb0db449a/1c5a0ed7-e783-5962-b4f9-7c2fb0db449a_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 46832,
'Height': 375,
'OriginUrl': 'https://abimg003.imgix.net/HC19UXU/2026-03-24/image/a57f052c-936f-421e-96ce-9a226c8a195e_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_1c5a0ed7-e783-5962-b4f9-7c2fb0db449a/1c5a0ed7-e783-5962-b4f9-7c2fb0db449a_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 40338,
'Height': 375,
'OriginUrl': 'https://abimg003.imgix.net/HC19UXU/2026-03-24/image/1fab0990-5aa2-4e09-bfa4-ff00d3b3da28_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_1c5a0ed7-e783-5962-b4f9-7c2fb0db449a/1c5a0ed7-e783-5962-b4f9-7c2fb0db449a_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 47813,
'Height': 375,
'OriginUrl': 'https://abimg003.imgix.net/HC19UXU/2026-03-24/image/b55904f1-5ed0-4df2-9304-3901805fb2b2_removebg.jpg?w=600',
'Width': 600}],
'price': 0,
'price_includes_vat': False,
'registration_date': '2019-07-05',
'seller_name': 'MotoNovo Finance',
'title': 'VOLKSWAGEN TIGUAN DIESEL ESTATE 2.0 TDi 150 4Motion SEL 5dr DSG',
'transmission': 'automatic',
'trim': '2.0 TDi 150 4Motion SEL 5dr DSG',
'vin': None,
'year': 2019}
2026-03-24 13:17:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:17:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120720958%27 HTTP/1.1" 200 None
2026-03-24 13:17:22 [astonbarclay.gb] INFO: Saving data for 120720958: {'created_time': 1774358242.969392, 'last_price_update_time': 1774358242.969404, 'auction_closing_time': 1774432800.0}
2026-03-24 13:17:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:17:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120720958') HTTP/1.1" 204 0
2026-03-24 13:17:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:17:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FWR70DWD%252F2026-03-17%252Fimage%252F87d9fffd-6468-42fe-994a-08337eb59a39_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-24 13:17:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/WR70DWD/2026-03-17/image/87d9fffd-6468-42fe-994a-08337eb59a39_removebg.jpg?w=600 not downloaded yet
2026-03-24 13:17:23 [zyte_api._retry] DEBUG: Finished call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request' after 132.817(s), this was the 1st time calling it.
2026-03-24 13:17:23 [zyte_api._retry] DEBUG: Retrying zyte_api._async.AsyncZyteAPI.get.<locals>.request in 7.254813478567253 seconds as it raised ClientConnectorError: Cannot connect to host api.zyte.com:443 ssl:default [Connect call failed ('69.41.180.81', 443)].
2026-03-24 13:17:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:17:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FWR70DWD%252F2026-03-17%252Fimage%252Fa89caf26-bafc-428d-ba5f-a0070e7d86e6_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-24 13:17:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/WR70DWD/2026-03-17/image/a89caf26-bafc-428d-ba5f-a0070e7d86e6_removebg.jpg?w=600 not downloaded yet
2026-03-24 13:17:23 [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-24 13:17:23 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:17:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/WR70DWD/2026-03-17/image/a89caf26-bafc-428d-ba5f-a0070e7d86e6_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120453970?view=catalogue)
2026-03-24 13:17:23 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', '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': 19179, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 472}, 'saleStart': '2026-03-25T10: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-24 13:17:23 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', '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': 19179, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 472}, 'saleStart': '2026-03-25T10: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-24 13:17:23 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4b653d33-a653-5a46-b032-af5908b6aaec with identifier: 120654349
2026-03-24 13:17:23 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4b653d33-a653-5a46-b032-af5908b6aaec with scrape type 2
2026-03-24 13:17:23 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4b653d33-a653-5a46-b032-af5908b6aaec with scrape type 2
2026-03-24 13:17:23 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 4b653d33-a653-5a46-b032-af5908b6aaec, identifier: 120654349
2026-03-24 13:17:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/WR70DWD/2026-03-17/image/87d9fffd-6468-42fe-994a-08337eb59a39_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120453970?view=catalogue)
2026-03-24 13:17:23 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 4b653d33-a653-5a46-b032-af5908b6aaec with identifier: 120654349
2026-03-24 13:17:23 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 4b653d33-a653-5a46-b032-af5908b6aaec with identifier: 120654349
2026-03-24 13:17:23 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 4b653d33-a653-5a46-b032-af5908b6aaec with identifier: 120654349 to the API
2026-03-24 13:17:23 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 13:17: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-24 13:17:25 [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-25T10: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-24 13:17:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:17:25 [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-24 13:17:25 [astonbarclay.gb] INFO: Saving data for 120654349: {'auction_closing_time': 1774432800.0, 'created_time': 1774034124.992674, 'last_price_update_time': 1774358245.097283}
2026-03-24 13:17:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:17:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120654349') HTTP/1.1" 204 0
2026-03-24 13:17:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120374674?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-24 13:17:25 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:17:25 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 13:17:25 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fde516b4610>
2026-03-24 13:17:25 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 13:17:25 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-24 13:17:25 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 13:17:25 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_b4d064aa-e898-59af-b0c3-e6358fb5c8c5/b4d064aa-e898-59af-b0c3-e6358fb5c8c5_image_8.jpg HTTP/1.1" 201 0
2026-03-24 13:17:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:17:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FWR70DWD%252F2026-03-17%252Fimage%252Fa89caf26-bafc-428d-ba5f-a0070e7d86e6_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-24 13:17:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/WR70DWD/2026-03-17/image/a89caf26-bafc-428d-ba5f-a0070e7d86e6_removebg.jpg?w=600 saved to cache
2026-03-24 13:17:25 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item b4d064aa-e898-59af-b0c3-e6358fb5c8c5
2026-03-24 13:17:25 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 13:17:25 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fde502e2cd0>
2026-03-24 13:17:25 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 13:17:25 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-24 13:17:25 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 13:17:25 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_b4d064aa-e898-59af-b0c3-e6358fb5c8c5/b4d064aa-e898-59af-b0c3-e6358fb5c8c5_image_7.jpg HTTP/1.1" 201 0
2026-03-24 13:17:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:17:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FWR70DWD%252F2026-03-17%252Fimage%252F87d9fffd-6468-42fe-994a-08337eb59a39_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-24 13:17:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/WR70DWD/2026-03-17/image/87d9fffd-6468-42fe-994a-08337eb59a39_removebg.jpg?w=600 saved to cache
2026-03-24 13:17:25 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item b4d064aa-e898-59af-b0c3-e6358fb5c8c5
2026-03-24 13:17:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/WR70DWD/2026-03-17/image/e67df6bd-87e9-454f-80d8-57517d9ea176_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120453970?view=catalogue)
2026-03-24 13:17:25 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120374674, 'registration': 'VK56UAB', 'account': 'WBA004', 'make': 'AUDI', 'model': 'TT COUPE', 'derivative': '3.2 V6 Quattro 2dr S Tronic', 'mileage': 96648, 'mileageWarranty': True, 'type': 'car', 'saleId': 19179, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 472}, 'saleStart': '2026-03-25T10:00Z', 'lot': 1303, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2006-10-23', 'fuel': 'Petrol', 'motExpiry': '2026-03-14', 'doors': 2, 'engineSize': 3189, 'bodyType': 'Coupe', 'images': ['https://abimg003.imgix.net/VK56UAB/2026-03-12/image/feb0fc64-88ba-49ac-9857-cbf923870e99_removebg.jpg?w=600', 'https://abimg003.imgix.net/VK56UAB/2026-03-12/image/7ef24084-90b3-428f-86d1-b15dda732a34_removebg.jpg?w=600', 'https://abimg003.imgix.net/VK56UAB/2026-03-12/image/5af7d559-c4d5-4463-a86c-805645a4d4cb_removebg.jpg?w=600', 'https://abimg003.imgix.net/VK56UAB/2026-03-12/image/5299da8f-0d78-4fa2-91a6-aad2e01421f3_removebg.jpg?w=600', 'https://abimg003.imgix.net/VK56UAB/2026-03-12/image/b0e5f429-2770-45b8-a26f-3c2bfecaffde_removebg.jpg?w=600', 'https://abimg003.imgix.net/VK56UAB/2026-03-12/image/4b93141f-c057-42b2-a399-e8e70b3aa570_removebg.jpg?w=600', 'https://abimg003.imgix.net/VK56UAB/2026-03-12/image/b08d79c7-cf5b-49cc-b974-cd6b797b4b3a_removebg.jpg?w=600', 'https://abimg003.imgix.net/VK56UAB/2026-03-12/image/f40d4749-224e-4ba8-a644-6d406e2e7e74_removebg.jpg?w=600', 'https://abimg003.imgix.net/VK56UAB/2026-03-12/image/ead6b36e-fb32-428f-a07e-3f690807ccaf_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 10/17-72k, 06/21-82k, 10/22-83k, 03/24-91k,', 'remarks': 'VOSA STATES MILES@ 83K, 84K, 91K, 93K. Ex-Private Hire', 'virtual': False, 'seller': 'UKCGR - Trade', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '7', 'v5': True, 'v5details': 'Here', 'co2': 224, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/28cb41c9-fa7b-4844-a873-151ebd3dafd7.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 4, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 13:17:25 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120374674, 'registration': 'VK56UAB', 'account': 'WBA004', 'make': 'AUDI', 'model': 'TT COUPE', 'derivative': '3.2 V6 Quattro 2dr S Tronic', 'mileage': 96648, 'mileageWarranty': True, 'type': 'car', 'saleId': 19179, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 472}, 'saleStart': '2026-03-25T10:00Z', 'lot': 1303, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2006-10-23', 'fuel': 'Petrol', 'motExpiry': '2026-03-14', 'doors': 2, 'engineSize': 3189, 'bodyType': 'Coupe', 'images': ['https://abimg003.imgix.net/VK56UAB/2026-03-12/image/feb0fc64-88ba-49ac-9857-cbf923870e99_removebg.jpg?w=600', 'https://abimg003.imgix.net/VK56UAB/2026-03-12/image/7ef24084-90b3-428f-86d1-b15dda732a34_removebg.jpg?w=600', 'https://abimg003.imgix.net/VK56UAB/2026-03-12/image/5af7d559-c4d5-4463-a86c-805645a4d4cb_removebg.jpg?w=600', 'https://abimg003.imgix.net/VK56UAB/2026-03-12/image/5299da8f-0d78-4fa2-91a6-aad2e01421f3_removebg.jpg?w=600', 'https://abimg003.imgix.net/VK56UAB/2026-03-12/image/b0e5f429-2770-45b8-a26f-3c2bfecaffde_removebg.jpg?w=600', 'https://abimg003.imgix.net/VK56UAB/2026-03-12/image/4b93141f-c057-42b2-a399-e8e70b3aa570_removebg.jpg?w=600', 'https://abimg003.imgix.net/VK56UAB/2026-03-12/image/b08d79c7-cf5b-49cc-b974-cd6b797b4b3a_removebg.jpg?w=600', 'https://abimg003.imgix.net/VK56UAB/2026-03-12/image/f40d4749-224e-4ba8-a644-6d406e2e7e74_removebg.jpg?w=600', 'https://abimg003.imgix.net/VK56UAB/2026-03-12/image/ead6b36e-fb32-428f-a07e-3f690807ccaf_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 10/17-72k, 06/21-82k, 10/22-83k, 03/24-91k,', 'remarks': 'VOSA STATES MILES@ 83K, 84K, 91K, 93K. Ex-Private Hire', 'virtual': False, 'seller': 'UKCGR - Trade', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '7', 'v5': True, 'v5details': 'Here', 'co2': 224, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/28cb41c9-fa7b-4844-a873-151ebd3dafd7.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 4, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 13:17:25 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 310ec419-0306-5d71-84d5-26f096b08d77 with identifier: 120374674
2026-03-24 13:17:25 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 310ec419-0306-5d71-84d5-26f096b08d77 with scrape type 2
2026-03-24 13:17:25 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 310ec419-0306-5d71-84d5-26f096b08d77 with scrape type 2
2026-03-24 13:17:25 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 310ec419-0306-5d71-84d5-26f096b08d77, identifier: 120374674
2026-03-24 13:17:25 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 310ec419-0306-5d71-84d5-26f096b08d77 with identifier: 120374674
2026-03-24 13:17:25 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 310ec419-0306-5d71-84d5-26f096b08d77 with identifier: 120374674
2026-03-24 13:17:25 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 310ec419-0306-5d71-84d5-26f096b08d77 with identifier: 120374674 to the API
2026-03-24 13:17:25 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 13:17:26 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-24 13:17:26 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120374674?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 224,
'color': 'GREY',
'currency': 'GBP',
'doors_number': 2,
'emission_standard': 'EURO 4',
'engine': '3.2L',
'expiration_date': '2026-03-25T10:00:00Z',
'fuel_type': 'Petrol',
'id': '310ec419-0306-5d71-84d5-26f096b08d77',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'VK56UAB',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120374674',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'AUDI',
'model': 'TT COUPE',
'odometer': 96648,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2006-10-23',
'seller_name': 'UKCGR - Trade',
'title': 'AUDI TT COUPE 3.2 V6 Quattro 2dr S Tronic',
'transmission': 'automatic',
'trim': '3.2 V6 Quattro 2dr S Tronic',
'vin': None,
'year': 2006}
2026-03-24 13:17:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:17:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120374674%27 HTTP/1.1" 200 None
2026-03-24 13:17:27 [astonbarclay.gb] INFO: Saving data for 120374674: {'auction_closing_time': 1774432800.0, 'created_time': 1773403734.504632, 'last_price_update_time': 1774358247.010194}
2026-03-24 13:17:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:17:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120374674') HTTP/1.1" 204 0
2026-03-24 13:17:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/WR70DWD/2026-03-17/image/24226a99-fafc-477c-b394-9f790fa78582_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120453970?view=catalogue)
2026-03-24 13:17:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/WR70DWD/2026-03-17/image/2b296a05-dd02-412a-803a-9064be3dbbac_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120453970?view=catalogue)
2026-03-24 13:17:27 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 13:17:27 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fde5022a250>
2026-03-24 13:17:27 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 13:17:27 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-24 13:17:27 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 13:17:27 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_b4d064aa-e898-59af-b0c3-e6358fb5c8c5/b4d064aa-e898-59af-b0c3-e6358fb5c8c5_image_6.jpg HTTP/1.1" 201 0
2026-03-24 13:17:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:17:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FWR70DWD%252F2026-03-17%252Fimage%252Fe67df6bd-87e9-454f-80d8-57517d9ea176_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-24 13:17:27 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/WR70DWD/2026-03-17/image/e67df6bd-87e9-454f-80d8-57517d9ea176_removebg.jpg?w=600 saved to cache
2026-03-24 13:17:27 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item b4d064aa-e898-59af-b0c3-e6358fb5c8c5
2026-03-24 13:17:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/WR70DWD/2026-03-17/image/4750d4aa-1d05-4f3b-8735-eb4824494d16_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120453970?view=catalogue)
2026-03-24 13:17:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/WR70DWD/2026-03-17/image/782617e8-4978-4292-8311-242f60dabcd9_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120453970?view=catalogue)
2026-03-24 13:17:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/WR70DWD/2026-03-17/image/22014921-99a0-4c50-a470-365170f827e4_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120453970?view=catalogue)
2026-03-24 13:17:27 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 13:17:27 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fde516f0510>
2026-03-24 13:17:27 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 13:17:27 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-24 13:17:27 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 13:17:27 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_b4d064aa-e898-59af-b0c3-e6358fb5c8c5/b4d064aa-e898-59af-b0c3-e6358fb5c8c5_image_4.jpg HTTP/1.1" 201 0
2026-03-24 13:17:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:17:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FWR70DWD%252F2026-03-17%252Fimage%252F24226a99-fafc-477c-b394-9f790fa78582_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-24 13:17:27 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/WR70DWD/2026-03-17/image/24226a99-fafc-477c-b394-9f790fa78582_removebg.jpg?w=600 saved to cache
2026-03-24 13:17:27 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item b4d064aa-e898-59af-b0c3-e6358fb5c8c5
2026-03-24 13:17:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/WR70DWD/2026-03-17/image/b96fbc44-f766-4210-ac46-9f3b465a6317_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120453970?view=catalogue)
2026-03-24 13:17:27 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 13:17:27 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fde500ff7d0>
2026-03-24 13:17:27 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 13:17:27 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-24 13:17:27 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 13:17:27 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_b4d064aa-e898-59af-b0c3-e6358fb5c8c5/b4d064aa-e898-59af-b0c3-e6358fb5c8c5_image_5.jpg HTTP/1.1" 201 0
2026-03-24 13:17:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:17:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FWR70DWD%252F2026-03-17%252Fimage%252F2b296a05-dd02-412a-803a-9064be3dbbac_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-24 13:17:27 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/WR70DWD/2026-03-17/image/2b296a05-dd02-412a-803a-9064be3dbbac_removebg.jpg?w=600 saved to cache
2026-03-24 13:17:27 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item b4d064aa-e898-59af-b0c3-e6358fb5c8c5
2026-03-24 13:17:27 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 13:17:27 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fde5015b9d0>
2026-03-24 13:17:27 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 13:17:27 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-24 13:17:27 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 13:17:27 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_b4d064aa-e898-59af-b0c3-e6358fb5c8c5/b4d064aa-e898-59af-b0c3-e6358fb5c8c5_image_3.jpg HTTP/1.1" 201 0
2026-03-24 13:17:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:17:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FWR70DWD%252F2026-03-17%252Fimage%252F4750d4aa-1d05-4f3b-8735-eb4824494d16_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-24 13:17:27 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/WR70DWD/2026-03-17/image/4750d4aa-1d05-4f3b-8735-eb4824494d16_removebg.jpg?w=600 saved to cache
2026-03-24 13:17:27 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item b4d064aa-e898-59af-b0c3-e6358fb5c8c5
2026-03-24 13:17:27 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 13:17:27 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fde500fcf50>
2026-03-24 13:17:27 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 13:17:27 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-24 13:17:27 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 13:17:27 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_b4d064aa-e898-59af-b0c3-e6358fb5c8c5/b4d064aa-e898-59af-b0c3-e6358fb5c8c5_image_2.jpg HTTP/1.1" 201 0
2026-03-24 13:17:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:17:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FWR70DWD%252F2026-03-17%252Fimage%252F782617e8-4978-4292-8311-242f60dabcd9_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-24 13:17:27 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/WR70DWD/2026-03-17/image/782617e8-4978-4292-8311-242f60dabcd9_removebg.jpg?w=600 saved to cache
2026-03-24 13:17:27 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item b4d064aa-e898-59af-b0c3-e6358fb5c8c5
2026-03-24 13:17:27 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 13:17:27 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fde500a7890>
2026-03-24 13:17:27 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 13:17:27 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-24 13:17:27 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 13:17:27 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_b4d064aa-e898-59af-b0c3-e6358fb5c8c5/b4d064aa-e898-59af-b0c3-e6358fb5c8c5_image_1.jpg HTTP/1.1" 201 0
2026-03-24 13:17:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:17:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FWR70DWD%252F2026-03-17%252Fimage%252F22014921-99a0-4c50-a470-365170f827e4_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-24 13:17:27 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/WR70DWD/2026-03-17/image/22014921-99a0-4c50-a470-365170f827e4_removebg.jpg?w=600 saved to cache
2026-03-24 13:17:27 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item b4d064aa-e898-59af-b0c3-e6358fb5c8c5
2026-03-24 13:17:27 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 13:17:27 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fde43fd1510>
2026-03-24 13:17:27 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 13:17:27 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-24 13:17:27 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 13:17:27 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_b4d064aa-e898-59af-b0c3-e6358fb5c8c5/b4d064aa-e898-59af-b0c3-e6358fb5c8c5_image_0.jpg HTTP/1.1" 201 0
2026-03-24 13:17:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:17:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FWR70DWD%252F2026-03-17%252Fimage%252Fb96fbc44-f766-4210-ac46-9f3b465a6317_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-24 13:17:27 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/WR70DWD/2026-03-17/image/b96fbc44-f766-4210-ac46-9f3b465a6317_removebg.jpg?w=600 saved to cache
2026-03-24 13:17:27 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item b4d064aa-e898-59af-b0c3-e6358fb5c8c5
2026-03-24 13:17:27 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: b4d064aa-e898-59af-b0c3-e6358fb5c8c5, skipping ID generation
2026-03-24 13:17:27 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b4d064aa-e898-59af-b0c3-e6358fb5c8c5 with scrape type 1
2026-03-24 13:17:27 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item b4d064aa-e898-59af-b0c3-e6358fb5c8c5 sending to next pipeline
2026-03-24 13:17:27 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: b4d064aa-e898-59af-b0c3-e6358fb5c8c5, identifier: 120453970
2026-03-24 13:17:27 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: b4d064aa-e898-59af-b0c3-e6358fb5c8c5 with identifier: 120453970
2026-03-24 13:17:27 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: b4d064aa-e898-59af-b0c3-e6358fb5c8c5 with identifier: 120453970
2026-03-24 13:17:27 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: b4d064aa-e898-59af-b0c3-e6358fb5c8c5 with identifier: 120453970 to the API
2026-03-24 13:17:27 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 13:17:29 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-24 13:17:29 [scrapy.core.scraper] DEBUG: Scraped from <200 https://abimg003.imgix.net/WR70DWD/2026-03-17/image/b96fbc44-f766-4210-ac46-9f3b465a6317_removebg.jpg?w=600>
{'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-25T10: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': 9,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_b4d064aa-e898-59af-b0c3-e6358fb5c8c5/b4d064aa-e898-59af-b0c3-e6358fb5c8c5_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 30988,
'Height': 375,
'OriginUrl': 'https://abimg003.imgix.net/WR70DWD/2026-03-17/image/b96fbc44-f766-4210-ac46-9f3b465a6317_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_b4d064aa-e898-59af-b0c3-e6358fb5c8c5/b4d064aa-e898-59af-b0c3-e6358fb5c8c5_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 32287,
'Height': 375,
'OriginUrl': 'https://abimg003.imgix.net/WR70DWD/2026-03-17/image/22014921-99a0-4c50-a470-365170f827e4_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_b4d064aa-e898-59af-b0c3-e6358fb5c8c5/b4d064aa-e898-59af-b0c3-e6358fb5c8c5_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 31588,
'Height': 375,
'OriginUrl': 'https://abimg003.imgix.net/WR70DWD/2026-03-17/image/782617e8-4978-4292-8311-242f60dabcd9_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_b4d064aa-e898-59af-b0c3-e6358fb5c8c5/b4d064aa-e898-59af-b0c3-e6358fb5c8c5_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 30963,
'Height': 375,
'OriginUrl': 'https://abimg003.imgix.net/WR70DWD/2026-03-17/image/4750d4aa-1d05-4f3b-8735-eb4824494d16_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_b4d064aa-e898-59af-b0c3-e6358fb5c8c5/b4d064aa-e898-59af-b0c3-e6358fb5c8c5_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 43352,
'Height': 375,
'OriginUrl': 'https://abimg003.imgix.net/WR70DWD/2026-03-17/image/24226a99-fafc-477c-b394-9f790fa78582_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_b4d064aa-e898-59af-b0c3-e6358fb5c8c5/b4d064aa-e898-59af-b0c3-e6358fb5c8c5_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 99169,
'Height': 960,
'OriginUrl': 'https://abimg003.imgix.net/WR70DWD/2026-03-17/image/2b296a05-dd02-412a-803a-9064be3dbbac_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_b4d064aa-e898-59af-b0c3-e6358fb5c8c5/b4d064aa-e898-59af-b0c3-e6358fb5c8c5_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 78944,
'Height': 960,
'OriginUrl': 'https://abimg003.imgix.net/WR70DWD/2026-03-17/image/e67df6bd-87e9-454f-80d8-57517d9ea176_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_b4d064aa-e898-59af-b0c3-e6358fb5c8c5/b4d064aa-e898-59af-b0c3-e6358fb5c8c5_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 45887,
'Height': 375,
'OriginUrl': 'https://abimg003.imgix.net/WR70DWD/2026-03-17/image/87d9fffd-6468-42fe-994a-08337eb59a39_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_b4d064aa-e898-59af-b0c3-e6358fb5c8c5/b4d064aa-e898-59af-b0c3-e6358fb5c8c5_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 45562,
'Height': 375,
'OriginUrl': 'https://abimg003.imgix.net/WR70DWD/2026-03-17/image/a89caf26-bafc-428d-ba5f-a0070e7d86e6_removebg.jpg?w=600',
'Width': 600}],
'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-24 13:17:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:17:29 [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-24 13:17:29 [astonbarclay.gb] INFO: Saving data for 120453970: {'created_time': 1774358249.60416, 'last_price_update_time': 1774358249.604175, 'auction_closing_time': 1774432800.0}
2026-03-24 13:17:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:17:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120453970') HTTP/1.1" 204 0
2026-03-24 13:17:29 [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-24 13:17:29 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:17:29 [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': 19179, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 472}, 'saleStart': '2026-03-25T10:00Z', 'lot': 1304, 'hall': 'Hall 1', '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-24 13:17:29 [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': 19179, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 472}, 'saleStart': '2026-03-25T10:00Z', 'lot': 1304, 'hall': 'Hall 1', '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-24 13:17:29 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 717ae6f5-de89-53fc-90f0-de96c6c07262 with identifier: 120656222
2026-03-24 13:17:29 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 717ae6f5-de89-53fc-90f0-de96c6c07262 with scrape type 2
2026-03-24 13:17:29 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 717ae6f5-de89-53fc-90f0-de96c6c07262 with scrape type 2
2026-03-24 13:17:29 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 717ae6f5-de89-53fc-90f0-de96c6c07262, identifier: 120656222
2026-03-24 13:17:29 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 717ae6f5-de89-53fc-90f0-de96c6c07262 with identifier: 120656222
2026-03-24 13:17:29 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 717ae6f5-de89-53fc-90f0-de96c6c07262 with identifier: 120656222
2026-03-24 13:17:29 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 717ae6f5-de89-53fc-90f0-de96c6c07262 with identifier: 120656222 to the API
2026-03-24 13:17:29 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 13:17:31 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-24 13:17:31 [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-25T10:00: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-24 13:17:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:17:31 [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-24 13:17:31 [astonbarclay.gb] INFO: Saving data for 120656222: {'auction_closing_time': 1774432800.0, 'created_time': 1774034208.416677, 'last_price_update_time': 1774358251.580712}
2026-03-24 13:17:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:17:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120656222') HTTP/1.1" 204 0
2026-03-24 13:17:31 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 2nd time calling it.
2026-03-24 13:17:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120254818?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-24 13:17:32 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:17:32 [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-24 13:17:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120548766?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-24 13:17:32 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:17:32 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:17:32 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120254818, 'registration': 'LK22EZO', 'account': 'RLR001', 'make': 'MERCEDES', 'model': 'SPRINTER', 'derivative': '2.0', 'mileage': 56299, 'mileageWarranty': True, 'type': 'car', 'saleId': 19178, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 472}, 'saleStart': '2026-03-25T10:00Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2022-08-28', 'fuel': 'Diesel', 'motExpiry': '2026-05-13', 'doors': None, 'engineSize': 1950, 'bodyType': 'Dropside Lorry', 'images': ['https://abimg003.imgix.net/LK22EZO/2026-03-10/image/dae16d49-d56a-4848-9fa3-abd042d009f3_removebg.jpg?w=600', 'https://abimg003.imgix.net/LK22EZO/2026-03-10/image/3eef9413-fc9a-49cf-97da-0ab480db6a06_removebg.jpg?w=600', 'https://abimg003.imgix.net/LK22EZO/2026-03-10/image/fe5b3c40-9ddd-446f-ae14-8414f3c82b19_removebg.jpg?w=600', 'https://abimg003.imgix.net/LK22EZO/2026-03-10/image/99a5778b-d2ad-4d3e-a999-32f0afb95451_removebg.jpg?w=600', 'https://abimg003.imgix.net/LK22EZO/2026-03-10/image/e5d000f4-524c-46d7-920d-52b11e741d3a_removebg.jpg?w=600', 'https://abimg003.imgix.net/LK22EZO/2026-03-10/image/9c8df512-feca-40ac-a6e4-4c59ef7d954d_removebg.jpg?w=600', 'https://abimg003.imgix.net/LK22EZO/2026-03-10/image/a2bf3433-02d7-43ff-b23a-634b0f6f49e4_removebg.jpg?w=600'], 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Express', 'serviceHistory': '', 'remarks': 'IMPORT DECLARED MANUFACTURED 2022 - FORMER KEEPERS UNKNOW - HPI STATES 0 KEEPERS - **NO VAT** - VOSA STATES 10K, 47K', 'virtual': False, 'seller': 'Local Dealer Group', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': 258, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/b7797071-c96f-48ed-9d49-0d018719b4dd.pdf', 'assuredType': 'AA', 'imported': True, 'eurostatus': None, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 13:17:32 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120254818, 'registration': 'LK22EZO', 'account': 'RLR001', 'make': 'MERCEDES', 'model': 'SPRINTER', 'derivative': '2.0', 'mileage': 56299, 'mileageWarranty': True, 'type': 'car', 'saleId': 19178, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 472}, 'saleStart': '2026-03-25T10:00Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2022-08-28', 'fuel': 'Diesel', 'motExpiry': '2026-05-13', 'doors': None, 'engineSize': 1950, 'bodyType': 'Dropside Lorry', 'images': ['https://abimg003.imgix.net/LK22EZO/2026-03-10/image/dae16d49-d56a-4848-9fa3-abd042d009f3_removebg.jpg?w=600', 'https://abimg003.imgix.net/LK22EZO/2026-03-10/image/3eef9413-fc9a-49cf-97da-0ab480db6a06_removebg.jpg?w=600', 'https://abimg003.imgix.net/LK22EZO/2026-03-10/image/fe5b3c40-9ddd-446f-ae14-8414f3c82b19_removebg.jpg?w=600', 'https://abimg003.imgix.net/LK22EZO/2026-03-10/image/99a5778b-d2ad-4d3e-a999-32f0afb95451_removebg.jpg?w=600', 'https://abimg003.imgix.net/LK22EZO/2026-03-10/image/e5d000f4-524c-46d7-920d-52b11e741d3a_removebg.jpg?w=600', 'https://abimg003.imgix.net/LK22EZO/2026-03-10/image/9c8df512-feca-40ac-a6e4-4c59ef7d954d_removebg.jpg?w=600', 'https://abimg003.imgix.net/LK22EZO/2026-03-10/image/a2bf3433-02d7-43ff-b23a-634b0f6f49e4_removebg.jpg?w=600'], 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Express', 'serviceHistory': '', 'remarks': 'IMPORT DECLARED MANUFACTURED 2022 - FORMER KEEPERS UNKNOW - HPI STATES 0 KEEPERS - **NO VAT** - VOSA STATES 10K, 47K', 'virtual': False, 'seller': 'Local Dealer Group', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': 258, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/b7797071-c96f-48ed-9d49-0d018719b4dd.pdf', 'assuredType': 'AA', 'imported': True, 'eurostatus': None, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 13:17:32 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2cc85540-8dec-5f26-bd0c-2d698a74855f with identifier: 120254818
2026-03-24 13:17:32 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2cc85540-8dec-5f26-bd0c-2d698a74855f with scrape type 2
2026-03-24 13:17:32 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2cc85540-8dec-5f26-bd0c-2d698a74855f with scrape type 2
2026-03-24 13:17:32 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 2cc85540-8dec-5f26-bd0c-2d698a74855f, identifier: 120254818
2026-03-24 13:17:32 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 2cc85540-8dec-5f26-bd0c-2d698a74855f with identifier: 120254818
2026-03-24 13:17:32 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 2cc85540-8dec-5f26-bd0c-2d698a74855f with identifier: 120254818
2026-03-24 13:17:33 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 2cc85540-8dec-5f26-bd0c-2d698a74855f with identifier: 120254818 to the API
2026-03-24 13:17:33 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 13:17:33 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-24 13:17:33 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120254818?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 258,
'color': 'WHITE',
'currency': 'GBP',
'doors_number': None,
'emission_standard': None,
'engine': '1.9L',
'expiration_date': '2026-03-25T10:00:00Z',
'fuel_type': 'Diesel',
'id': '2cc85540-8dec-5f26-bd0c-2d698a74855f',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'LK22EZO',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120254818',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'MERCEDES',
'model': 'SPRINTER',
'odometer': 56299,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-08-28',
'seller_name': 'Local Dealer Group',
'title': 'MERCEDES SPRINTER 2.0',
'transmission': 'manual',
'trim': '2.0',
'vin': None,
'year': 2022}
2026-03-24 13:17:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:17:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120254818%27 HTTP/1.1" 200 None
2026-03-24 13:17:33 [astonbarclay.gb] INFO: Saving data for 120254818: {'auction_closing_time': 1774432800.0, 'created_time': 1773403459.015007, 'last_price_update_time': 1774358253.473316}
2026-03-24 13:17:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:17:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120254818') HTTP/1.1" 204 0
2026-03-24 13:17:33 [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': 19179, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 472}, 'saleStart': '2026-03-25T10:00Z', 'lot': 1301, 'hall': 'Hall 1', '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-24 13:17:33 [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': 19179, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 472}, 'saleStart': '2026-03-25T10:00Z', 'lot': 1301, 'hall': 'Hall 1', '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-24 13:17:33 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 273551c3-13df-5660-9fa1-1314a9fa151b with identifier: 120657364
2026-03-24 13:17:33 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 273551c3-13df-5660-9fa1-1314a9fa151b with scrape type 2
2026-03-24 13:17:33 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 273551c3-13df-5660-9fa1-1314a9fa151b with scrape type 2
2026-03-24 13:17:33 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 273551c3-13df-5660-9fa1-1314a9fa151b, identifier: 120657364
2026-03-24 13:17:33 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120548766, 'registration': 'RV67XDM', 'account': 'ALL023', 'make': 'KIA', 'model': 'SPORTAGE ESTATE SPECIAL EDITION', 'derivative': '1.7 CRDi ISG GT-Line Edition 5dr DCT Auto', 'mileage': 73266, 'mileageWarranty': True, 'type': 'car', 'saleId': 19178, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 472}, 'saleStart': '2026-03-25T10:00Z', 'lot': 2353, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2017-09-30', 'fuel': 'Diesel', 'motExpiry': '2026-09-29', 'doors': 5, 'engineSize': 1685, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/RV67XDM/2026-03-23/image/ec3dc955-1961-4b83-9ed0-1fae4512c658_removebg.jpg?w=600', 'https://abimg003.imgix.net/RV67XDM/2026-03-23/image/7658b6f0-d472-484e-9351-e89fbbec1069_removebg.jpg?w=600', 'https://abimg003.imgix.net/RV67XDM/2026-03-23/image/b1b83b47-419a-445a-b4cd-5b1b3b8c89d9_removebg.jpg?w=600', 'https://abimg003.imgix.net/RV67XDM/2026-03-23/image/983bf7db-5153-4499-a8d3-044faae3dfa0_removebg.jpg?w=600', 'https://abimg003.imgix.net/RV67XDM/2026-03-23/image/5018b7b5-6cd0-4231-aa4d-194a5ac44307_removebg.jpg?w=600', 'https://abimg003.imgix.net/RV67XDM/2026-03-23/image/e72ef36f-7e15-4690-a6dd-40a3fbd58bb5_removebg.jpg?w=600', 'https://abimg003.imgix.net/RV67XDM/2026-03-23/image/ac3ff020-ff38-45f4-8d3b-58cfd7fd9b6c_removebg.jpg?w=600', 'https://abimg003.imgix.net/RV67XDM/2026-03-23/image/99a3f1a1-a051-4e84-b864-26a757dee518_removebg.jpg?w=600', 'https://abimg003.imgix.net/RV67XDM/2026-03-23/image/da6f07f9-71b6-42c1-8e28-d318bf7e715c_removebg.jpg?w=600', 'https://abimg003.imgix.net/RV67XDM/2026-03-23/image/c67a586d-a893-40b6-9f1c-1cad3676f770_removebg.jpg?w=600'], 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 09/18 11K - 09/19 20K - 09/20 27K - 09/21 35K - 09/22 43K - 09/23 53K -09/25 69K', 'remarks': 'VOSA STATES, 43K, 53K, 61K, 69K - SPARE KEY AND SD CARD IN OFFICE', 'virtual': False, 'seller': 'SMC GROUP', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': 129, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/1ee2fda0-2dac-41e9-b5ec-ca189d633b39.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 13:17:33 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120548766, 'registration': 'RV67XDM', 'account': 'ALL023', 'make': 'KIA', 'model': 'SPORTAGE ESTATE SPECIAL EDITION', 'derivative': '1.7 CRDi ISG GT-Line Edition 5dr DCT Auto', 'mileage': 73266, 'mileageWarranty': True, 'type': 'car', 'saleId': 19178, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 472}, 'saleStart': '2026-03-25T10:00Z', 'lot': 2353, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2017-09-30', 'fuel': 'Diesel', 'motExpiry': '2026-09-29', 'doors': 5, 'engineSize': 1685, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/RV67XDM/2026-03-23/image/ec3dc955-1961-4b83-9ed0-1fae4512c658_removebg.jpg?w=600', 'https://abimg003.imgix.net/RV67XDM/2026-03-23/image/7658b6f0-d472-484e-9351-e89fbbec1069_removebg.jpg?w=600', 'https://abimg003.imgix.net/RV67XDM/2026-03-23/image/b1b83b47-419a-445a-b4cd-5b1b3b8c89d9_removebg.jpg?w=600', 'https://abimg003.imgix.net/RV67XDM/2026-03-23/image/983bf7db-5153-4499-a8d3-044faae3dfa0_removebg.jpg?w=600', 'https://abimg003.imgix.net/RV67XDM/2026-03-23/image/5018b7b5-6cd0-4231-aa4d-194a5ac44307_removebg.jpg?w=600', 'https://abimg003.imgix.net/RV67XDM/2026-03-23/image/e72ef36f-7e15-4690-a6dd-40a3fbd58bb5_removebg.jpg?w=600', 'https://abimg003.imgix.net/RV67XDM/2026-03-23/image/ac3ff020-ff38-45f4-8d3b-58cfd7fd9b6c_removebg.jpg?w=600', 'https://abimg003.imgix.net/RV67XDM/2026-03-23/image/99a3f1a1-a051-4e84-b864-26a757dee518_removebg.jpg?w=600', 'https://abimg003.imgix.net/RV67XDM/2026-03-23/image/da6f07f9-71b6-42c1-8e28-d318bf7e715c_removebg.jpg?w=600', 'https://abimg003.imgix.net/RV67XDM/2026-03-23/image/c67a586d-a893-40b6-9f1c-1cad3676f770_removebg.jpg?w=600'], 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 09/18 11K - 09/19 20K - 09/20 27K - 09/21 35K - 09/22 43K - 09/23 53K -09/25 69K', 'remarks': 'VOSA STATES, 43K, 53K, 61K, 69K - SPARE KEY AND SD CARD IN OFFICE', 'virtual': False, 'seller': 'SMC GROUP', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': 129, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/1ee2fda0-2dac-41e9-b5ec-ca189d633b39.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 13:17:33 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6f9788c5-3108-5cbd-912d-47d2e477834a with identifier: 120548766
2026-03-24 13:17:33 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6f9788c5-3108-5cbd-912d-47d2e477834a with scrape type 2
2026-03-24 13:17:33 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6f9788c5-3108-5cbd-912d-47d2e477834a with scrape type 2
2026-03-24 13:17:33 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 6f9788c5-3108-5cbd-912d-47d2e477834a, identifier: 120548766
2026-03-24 13:17:33 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 273551c3-13df-5660-9fa1-1314a9fa151b with identifier: 120657364
2026-03-24 13:17:33 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 273551c3-13df-5660-9fa1-1314a9fa151b with identifier: 120657364
2026-03-24 13:17:33 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 273551c3-13df-5660-9fa1-1314a9fa151b with identifier: 120657364 to the API
2026-03-24 13:17:33 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 13:17: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-24 13:17:35 [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-25T10:00: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-24 13:17:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:17:35 [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-24 13:17:35 [astonbarclay.gb] INFO: Saving data for 120657364: {'auction_closing_time': 1774432800.0, 'created_time': 1774034140.691966, 'last_price_update_time': 1774358255.44017}
2026-03-24 13:17:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:17:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120657364') HTTP/1.1" 204 0
2026-03-24 13:17:35 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 6f9788c5-3108-5cbd-912d-47d2e477834a with identifier: 120548766
2026-03-24 13:17:35 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 6f9788c5-3108-5cbd-912d-47d2e477834a with identifier: 120548766
2026-03-24 13:17:35 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 6f9788c5-3108-5cbd-912d-47d2e477834a with identifier: 120548766 to the API
2026-03-24 13:17:35 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 13:17: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-24 13:17:35 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120548766?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 129,
'color': 'WHITE',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.7L',
'expiration_date': '2026-03-25T10:00:00Z',
'fuel_type': 'Diesel',
'id': '6f9788c5-3108-5cbd-912d-47d2e477834a',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'RV67XDM',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120548766',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'KIA',
'model': 'SPORTAGE ESTATE SPECIAL EDITION',
'odometer': 73266,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2017-09-30',
'seller_name': 'SMC GROUP',
'title': 'KIA SPORTAGE ESTATE SPECIAL EDITION 1.7 CRDi ISG GT-Line Edition '
'5dr DCT Auto',
'transmission': 'automatic',
'trim': '1.7 CRDi ISG GT-Line Edition 5dr DCT Auto',
'vin': None,
'year': 2017}
2026-03-24 13:17:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:17:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120548766%27 HTTP/1.1" 200 None
2026-03-24 13:17:35 [astonbarclay.gb] INFO: Saving data for 120548766: {'auction_closing_time': 1774432800.0, 'created_time': 1774033636.867348, 'last_price_update_time': 1774358255.912727}
2026-03-24 13:17:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:17:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120548766') HTTP/1.1" 204 0
2026-03-24 13:17:44 [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-24 13:17:44 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:17:44 [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': 19178, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 472}, 'saleStart': '2026-03-25T10:00Z', '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-24 13:17:44 [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': 19178, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 472}, 'saleStart': '2026-03-25T10:00Z', '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-24 13:17:44 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 02245c67-b849-513f-bc8a-98c1b4a65617 with identifier: 120596530
2026-03-24 13:17:44 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 02245c67-b849-513f-bc8a-98c1b4a65617 with scrape type 2
2026-03-24 13:17:44 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 02245c67-b849-513f-bc8a-98c1b4a65617 with scrape type 2
2026-03-24 13:17:44 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 02245c67-b849-513f-bc8a-98c1b4a65617, identifier: 120596530
2026-03-24 13:17:44 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 02245c67-b849-513f-bc8a-98c1b4a65617 with identifier: 120596530
2026-03-24 13:17:44 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 02245c67-b849-513f-bc8a-98c1b4a65617 with identifier: 120596530
2026-03-24 13:17:44 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 02245c67-b849-513f-bc8a-98c1b4a65617 with identifier: 120596530 to the API
2026-03-24 13:17:44 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 13:17:44 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-24 13:17:44 [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-25T10:00: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-24 13:17:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:17:44 [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-24 13:17:44 [astonbarclay.gb] INFO: Saving data for 120596530: {'auction_closing_time': 1774432800.0, 'created_time': 1773931509.689931, 'last_price_update_time': 1774358264.950399}
2026-03-24 13:17:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:17:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120596530') HTTP/1.1" 204 0
2026-03-24 13:17:52 [zyte_api._retry] DEBUG: Finished call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request' after 130.996(s), this was the 1st time calling it.
2026-03-24 13:17:52 [zyte_api._retry] DEBUG: Retrying zyte_api._async.AsyncZyteAPI.get.<locals>.request in 6.6602522791045455 seconds as it raised ClientConnectorError: Cannot connect to host api.zyte.com:443 ssl:default [Connect call failed ('69.41.180.81', 443)].
2026-03-24 13:17:59 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 2nd time calling it.
2026-03-24 13:18:00 [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-24 13:18:00 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:18:00 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120592274, 'registration': 'T7HJO', 'account': 'ALL021', 'make': 'BMW', 'model': '3 SERIES SALOON', 'derivative': '330e M Sport 4dr Step Auto', 'mileage': 100986, 'mileageWarranty': True, 'type': 'car', 'saleId': 19178, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 472}, 'saleStart': '2026-03-25T10:00Z', 'lot': 2352, 'hall': 'Hall 2', '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': 'SMC GROUP', '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-24 13:18:00 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120592274, 'registration': 'T7HJO', 'account': 'ALL021', 'make': 'BMW', 'model': '3 SERIES SALOON', 'derivative': '330e M Sport 4dr Step Auto', 'mileage': 100986, 'mileageWarranty': True, 'type': 'car', 'saleId': 19178, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 472}, 'saleStart': '2026-03-25T10:00Z', 'lot': 2352, 'hall': 'Hall 2', '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': 'SMC GROUP', '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-24 13:18:00 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c04cd77d-6a26-592a-8792-9c7c80c58694 with identifier: 120592274
2026-03-24 13:18:00 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c04cd77d-6a26-592a-8792-9c7c80c58694 with scrape type 2
2026-03-24 13:18:00 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c04cd77d-6a26-592a-8792-9c7c80c58694 with scrape type 2
2026-03-24 13:18:01 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: c04cd77d-6a26-592a-8792-9c7c80c58694, identifier: 120592274
2026-03-24 13:18:01 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: c04cd77d-6a26-592a-8792-9c7c80c58694 with identifier: 120592274
2026-03-24 13:18:01 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: c04cd77d-6a26-592a-8792-9c7c80c58694 with identifier: 120592274
2026-03-24 13:18:01 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: c04cd77d-6a26-592a-8792-9c7c80c58694 with identifier: 120592274 to the API
2026-03-24 13:18:01 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 13:18: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-24 13:18:02 [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-25T10: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': 'SMC GROUP',
'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-24 13:18:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:18:02 [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-24 13:18:02 [astonbarclay.gb] INFO: Saving data for 120592274: {'auction_closing_time': 1774432800.0, 'created_time': 1774033635.683317, 'last_price_update_time': 1774358282.524567}
2026-03-24 13:18:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:18:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120592274') HTTP/1.1" 204 0
2026-03-24 13:18:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120461514?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-24 13:18:02 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:18:02 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120461514, 'registration': 'HT66WXR', 'account': 'SMC024', 'make': 'RENAULT', 'model': 'KADJAR HATCHBACK', 'derivative': '1.2 TCE Signature Nav 5dr', 'mileage': 77298, 'mileageWarranty': True, 'type': 'car', 'saleId': 19178, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 472}, 'saleStart': '2026-03-25T10:00Z', 'lot': 2340, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2017-02-22', 'fuel': 'Petrol', 'motExpiry': '2026-05-24', 'doors': 5, 'engineSize': 1197, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/HT66WXR/2026-03-18/image/9a36919a-e2fa-42a4-895f-b8e54aaa008b_removebg.jpg?w=600', 'https://abimg003.imgix.net/HT66WXR/2026-03-18/image/1afdfadf-016f-4bce-a360-b2dea023528c_removebg.jpg?w=600', 'https://abimg003.imgix.net/HT66WXR/2026-03-18/image/d38b6ffb-09c4-485a-80ab-5976569f5acd_removebg.jpg?w=600', 'https://abimg003.imgix.net/HT66WXR/2026-03-18/image/d94fc99e-2e7a-4ded-8e49-769e9ea778c9_removebg.jpg?w=600', 'https://abimg003.imgix.net/HT66WXR/2026-03-18/image/2f89e02e-1c33-4f03-8fd4-5b33ba796f65_removebg.jpg?w=600', 'https://abimg003.imgix.net/HT66WXR/2026-03-18/image/6df01255-fd4d-4763-ab61-ff93c31a5f26_removebg.jpg?w=600', 'https://abimg003.imgix.net/HT66WXR/2026-03-18/image/8d7154e4-a8e2-4316-9cdc-70b98a763e7f_removebg.jpg?w=600', 'https://abimg003.imgix.net/HT66WXR/2026-03-18/image/47ec90bb-c3dc-403a-bfea-115daf74d6aa_removebg.jpg?w=600', 'https://abimg003.imgix.net/HT66WXR/2026-03-18/image/5f0443bb-f2f9-43bd-8ede-d018cd3e03b2_removebg.jpg?w=600', 'https://abimg003.imgix.net/HT66WXR/2026-03-18/image/ef3674cd-f93c-48c7-bcbf-3b41b91ede7c_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Fleet', 'serviceHistory': 'Service book 10/17 12K - 07/18 16K - 08/19 25K - 02/20 29K - 12/21 37K - 02/22 45K 05/23 54K - 03/24 60K - 05/25 69K', 'remarks': 'VOSA STATES 45K- 54K- 60K- 69K-', 'virtual': False, 'seller': 'SMC Ford Gillingham', '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/0c21ee29-85f6-42a5-8b9f-797a107e3deb.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 13:18:02 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120461514, 'registration': 'HT66WXR', 'account': 'SMC024', 'make': 'RENAULT', 'model': 'KADJAR HATCHBACK', 'derivative': '1.2 TCE Signature Nav 5dr', 'mileage': 77298, 'mileageWarranty': True, 'type': 'car', 'saleId': 19178, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 472}, 'saleStart': '2026-03-25T10:00Z', 'lot': 2340, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2017-02-22', 'fuel': 'Petrol', 'motExpiry': '2026-05-24', 'doors': 5, 'engineSize': 1197, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/HT66WXR/2026-03-18/image/9a36919a-e2fa-42a4-895f-b8e54aaa008b_removebg.jpg?w=600', 'https://abimg003.imgix.net/HT66WXR/2026-03-18/image/1afdfadf-016f-4bce-a360-b2dea023528c_removebg.jpg?w=600', 'https://abimg003.imgix.net/HT66WXR/2026-03-18/image/d38b6ffb-09c4-485a-80ab-5976569f5acd_removebg.jpg?w=600', 'https://abimg003.imgix.net/HT66WXR/2026-03-18/image/d94fc99e-2e7a-4ded-8e49-769e9ea778c9_removebg.jpg?w=600', 'https://abimg003.imgix.net/HT66WXR/2026-03-18/image/2f89e02e-1c33-4f03-8fd4-5b33ba796f65_removebg.jpg?w=600', 'https://abimg003.imgix.net/HT66WXR/2026-03-18/image/6df01255-fd4d-4763-ab61-ff93c31a5f26_removebg.jpg?w=600', 'https://abimg003.imgix.net/HT66WXR/2026-03-18/image/8d7154e4-a8e2-4316-9cdc-70b98a763e7f_removebg.jpg?w=600', 'https://abimg003.imgix.net/HT66WXR/2026-03-18/image/47ec90bb-c3dc-403a-bfea-115daf74d6aa_removebg.jpg?w=600', 'https://abimg003.imgix.net/HT66WXR/2026-03-18/image/5f0443bb-f2f9-43bd-8ede-d018cd3e03b2_removebg.jpg?w=600', 'https://abimg003.imgix.net/HT66WXR/2026-03-18/image/ef3674cd-f93c-48c7-bcbf-3b41b91ede7c_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Fleet', 'serviceHistory': 'Service book 10/17 12K - 07/18 16K - 08/19 25K - 02/20 29K - 12/21 37K - 02/22 45K 05/23 54K - 03/24 60K - 05/25 69K', 'remarks': 'VOSA STATES 45K- 54K- 60K- 69K-', 'virtual': False, 'seller': 'SMC Ford Gillingham', '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/0c21ee29-85f6-42a5-8b9f-797a107e3deb.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 13:18:02 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 17541293-2b12-5c67-826b-dc1c274dd908 with identifier: 120461514
2026-03-24 13:18:02 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 17541293-2b12-5c67-826b-dc1c274dd908 with scrape type 2
2026-03-24 13:18:02 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 17541293-2b12-5c67-826b-dc1c274dd908 with scrape type 2
2026-03-24 13:18:02 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 17541293-2b12-5c67-826b-dc1c274dd908, identifier: 120461514
2026-03-24 13:18:02 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 17541293-2b12-5c67-826b-dc1c274dd908 with identifier: 120461514
2026-03-24 13:18:02 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 17541293-2b12-5c67-826b-dc1c274dd908 with identifier: 120461514
2026-03-24 13:18:02 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 17541293-2b12-5c67-826b-dc1c274dd908 with identifier: 120461514 to the API
2026-03-24 13:18:02 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 13:18: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-24 13:18:03 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120461514?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 130,
'color': 'GREY',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.2L',
'expiration_date': '2026-03-25T10:00:00Z',
'fuel_type': 'Petrol',
'id': '17541293-2b12-5c67-826b-dc1c274dd908',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'HT66WXR',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120461514',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'RENAULT',
'model': 'KADJAR HATCHBACK',
'odometer': 77298,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2017-02-22',
'seller_name': 'SMC Ford Gillingham',
'title': 'RENAULT KADJAR HATCHBACK 1.2 TCE Signature Nav 5dr',
'transmission': 'manual',
'trim': '1.2 TCE Signature Nav 5dr',
'vin': None,
'year': 2017}
2026-03-24 13:18:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:18:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120461514%27 HTTP/1.1" 200 None
2026-03-24 13:18:03 [astonbarclay.gb] INFO: Saving data for 120461514: {'auction_closing_time': 1774432800.0, 'created_time': 1773838949.246585, 'last_price_update_time': 1774358283.073788}
2026-03-24 13:18:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:18:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120461514') HTTP/1.1" 204 0
2026-03-24 13:18:03 [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-24 13:18:03 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:18:03 [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': 19178, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 472}, 'saleStart': '2026-03-25T10:00Z', 'lot': 2339, 'hall': 'Hall 2', '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-24 13:18:03 [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': 19178, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 472}, 'saleStart': '2026-03-25T10:00Z', 'lot': 2339, 'hall': 'Hall 2', '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-24 13:18:03 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0636b7e9-aea6-5a27-9b02-592c1ac4ac0f with identifier: 120597579
2026-03-24 13:18:03 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0636b7e9-aea6-5a27-9b02-592c1ac4ac0f with scrape type 2
2026-03-24 13:18:03 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0636b7e9-aea6-5a27-9b02-592c1ac4ac0f with scrape type 2
2026-03-24 13:18:04 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 0636b7e9-aea6-5a27-9b02-592c1ac4ac0f, identifier: 120597579
2026-03-24 13:18:04 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 0636b7e9-aea6-5a27-9b02-592c1ac4ac0f with identifier: 120597579
2026-03-24 13:18:04 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 0636b7e9-aea6-5a27-9b02-592c1ac4ac0f with identifier: 120597579
2026-03-24 13:18:04 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 0636b7e9-aea6-5a27-9b02-592c1ac4ac0f with identifier: 120597579 to the API
2026-03-24 13:18:04 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 13:18: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-24 13:18:04 [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-25T10: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-24 13:18:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:18:04 [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-24 13:18:04 [astonbarclay.gb] INFO: Saving data for 120597579: {'auction_closing_time': 1774432800.0, 'created_time': 1774033600.690462, 'last_price_update_time': 1774358284.595177}
2026-03-24 13:18:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:18:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120597579') HTTP/1.1" 204 0
2026-03-24 13:18:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120370125?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-24 13:18:04 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:18:04 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120370125, 'registration': 'GF61XEJ', 'account': 'TR', 'make': 'MINI', 'model': 'HATCHBACK', 'derivative': '1.6 One 3dr', 'mileage': 98954, 'mileageWarranty': True, 'type': 'car', 'saleId': 19178, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 472}, 'saleStart': '2026-03-25T10:00Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2011-12-12', 'fuel': 'Petrol', 'motExpiry': '2026-06-27', 'doors': 3, 'engineSize': 1598, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/GF61XEJ/2026-03-12/image/82b198d8-d4d0-4d0c-adbe-33e3a1ca645f_removebg.jpg?w=600', 'https://abimg003.imgix.net/GF61XEJ/2026-03-12/image/d257ba4c-2a40-47c7-a59b-704c49c31e34_removebg.jpg?w=600', 'https://abimg003.imgix.net/GF61XEJ/2026-03-12/image/9b563061-9e14-4378-af8f-79bca78487e3_removebg.jpg?w=600', 'https://abimg003.imgix.net/GF61XEJ/2026-03-12/image/e43df6d0-e8e4-4e9e-9149-0ccfb1ba9eff_removebg.jpg?w=600', 'https://abimg003.imgix.net/GF61XEJ/2026-03-12/image/c09643d7-2549-4eee-b493-aa73cd11747f_removebg.jpg?w=600', 'https://abimg003.imgix.net/GF61XEJ/2026-03-12/image/ead3e6c2-8570-451f-b0ec-15e14c43d41a_removebg.jpg?w=600', 'https://abimg003.imgix.net/GF61XEJ/2026-03-12/image/b77468aa-eb1a-4b99-858e-86578f05a6a2_removebg.jpg?w=600'], 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Express', 'serviceHistory': 'Service print and book 11/13-21k, 11/14-34k, 08/20-79k, 08/22-?, 03/24-93k, 06/25-97k', 'remarks': 'SPARE KEY IN OFFICE, VOSA STATES 85K, 89K, 94K, 97K', 'virtual': False, 'seller': None, '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/e17bc4ff-aa1a-4b0f-8990-19a6e19d5f84.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 13:18:04 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120370125, 'registration': 'GF61XEJ', 'account': 'TR', 'make': 'MINI', 'model': 'HATCHBACK', 'derivative': '1.6 One 3dr', 'mileage': 98954, 'mileageWarranty': True, 'type': 'car', 'saleId': 19178, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 472}, 'saleStart': '2026-03-25T10:00Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2011-12-12', 'fuel': 'Petrol', 'motExpiry': '2026-06-27', 'doors': 3, 'engineSize': 1598, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/GF61XEJ/2026-03-12/image/82b198d8-d4d0-4d0c-adbe-33e3a1ca645f_removebg.jpg?w=600', 'https://abimg003.imgix.net/GF61XEJ/2026-03-12/image/d257ba4c-2a40-47c7-a59b-704c49c31e34_removebg.jpg?w=600', 'https://abimg003.imgix.net/GF61XEJ/2026-03-12/image/9b563061-9e14-4378-af8f-79bca78487e3_removebg.jpg?w=600', 'https://abimg003.imgix.net/GF61XEJ/2026-03-12/image/e43df6d0-e8e4-4e9e-9149-0ccfb1ba9eff_removebg.jpg?w=600', 'https://abimg003.imgix.net/GF61XEJ/2026-03-12/image/c09643d7-2549-4eee-b493-aa73cd11747f_removebg.jpg?w=600', 'https://abimg003.imgix.net/GF61XEJ/2026-03-12/image/ead3e6c2-8570-451f-b0ec-15e14c43d41a_removebg.jpg?w=600', 'https://abimg003.imgix.net/GF61XEJ/2026-03-12/image/b77468aa-eb1a-4b99-858e-86578f05a6a2_removebg.jpg?w=600'], 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Express', 'serviceHistory': 'Service print and book 11/13-21k, 11/14-34k, 08/20-79k, 08/22-?, 03/24-93k, 06/25-97k', 'remarks': 'SPARE KEY IN OFFICE, VOSA STATES 85K, 89K, 94K, 97K', 'virtual': False, 'seller': None, '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/e17bc4ff-aa1a-4b0f-8990-19a6e19d5f84.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 13:18:04 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 60154517-96e2-540c-a102-15470822c2ad with identifier: 120370125
2026-03-24 13:18:04 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 60154517-96e2-540c-a102-15470822c2ad with scrape type 2
2026-03-24 13:18:04 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 60154517-96e2-540c-a102-15470822c2ad with scrape type 2
2026-03-24 13:18:04 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 60154517-96e2-540c-a102-15470822c2ad, identifier: 120370125
2026-03-24 13:18:04 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 60154517-96e2-540c-a102-15470822c2ad with identifier: 120370125
2026-03-24 13:18:04 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 60154517-96e2-540c-a102-15470822c2ad with identifier: 120370125
2026-03-24 13:18:04 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 60154517-96e2-540c-a102-15470822c2ad with identifier: 120370125 to the API
2026-03-24 13:18:04 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 13:18:06 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-24 13:18:06 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120370125?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 127,
'color': 'WHITE',
'currency': 'GBP',
'doors_number': 3,
'emission_standard': 'EURO 5',
'engine': '1.6L',
'expiration_date': '2026-03-25T10:00:00Z',
'fuel_type': 'Petrol',
'id': '60154517-96e2-540c-a102-15470822c2ad',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'GF61XEJ',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120370125',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'MINI',
'model': 'HATCHBACK',
'odometer': 98954,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2011-12-12',
'seller_name': None,
'title': 'MINI HATCHBACK 1.6 One 3dr',
'transmission': 'manual',
'trim': '1.6 One 3dr',
'vin': None,
'year': 2011}
2026-03-24 13:18:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:18:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120370125%27 HTTP/1.1" 200 None
2026-03-24 13:18:06 [astonbarclay.gb] INFO: Saving data for 120370125: {'auction_closing_time': 1774432800.0, 'created_time': 1773403465.621504, 'last_price_update_time': 1774358286.735446}
2026-03-24 13:18:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:18:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120370125') HTTP/1.1" 204 0
2026-03-24 13:18:06 [scrapy.extensions.logstats] INFO: Crawled 300 pages (at 15 pages/min), scraped 274 items (at 16 items/min)
2026-03-24 13:18:06 [scrapy.extensions.memusage] INFO: Peak memory usage is 181MiB
2026-03-24 13:18:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120717410?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-24 13:18:07 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:18:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120548811?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-24 13:18:07 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:18:07 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120717410, 'registration': 'SG64AZU', 'account': 'CAR001', 'make': 'AUDI', 'model': 'A1 SPORTBACK', 'derivative': '1.4 TFSI S Line 5dr S Tronic', 'mileage': 77935, 'mileageWarranty': True, 'type': 'car', 'saleId': 19178, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 472}, 'saleStart': '2026-03-25T10:00Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2014-09-01', 'fuel': 'Petrol', 'motExpiry': '2026-08-01', 'doors': 5, 'engineSize': 1390, 'bodyType': 'Hatchback', 'images': None, 'colour': 'ORANGE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': None, 'serviceHistory': 'Service print 07/15 9K - 08/16 13K - 08/19 29K - 11/20 39K - 11/21 48K - 03/22 50K - 04/23 61K - 02/24 68K', 'remarks': 'VOSA STATES, 57K, 66K, 71K, 75K - 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': 122, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/90b5ced2-4eb0-4d60-bbba-792964113da3.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 13:18:07 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120717410, 'registration': 'SG64AZU', 'account': 'CAR001', 'make': 'AUDI', 'model': 'A1 SPORTBACK', 'derivative': '1.4 TFSI S Line 5dr S Tronic', 'mileage': 77935, 'mileageWarranty': True, 'type': 'car', 'saleId': 19178, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 472}, 'saleStart': '2026-03-25T10:00Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2014-09-01', 'fuel': 'Petrol', 'motExpiry': '2026-08-01', 'doors': 5, 'engineSize': 1390, 'bodyType': 'Hatchback', 'images': None, 'colour': 'ORANGE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': None, 'serviceHistory': 'Service print 07/15 9K - 08/16 13K - 08/19 29K - 11/20 39K - 11/21 48K - 03/22 50K - 04/23 61K - 02/24 68K', 'remarks': 'VOSA STATES, 57K, 66K, 71K, 75K - 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': 122, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/90b5ced2-4eb0-4d60-bbba-792964113da3.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 13:18:07 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9f5fcfe7-0f28-5f35-afa0-f8680f02c956 with identifier: 120717410
2026-03-24 13:18:07 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9f5fcfe7-0f28-5f35-afa0-f8680f02c956 with scrape type 1
2026-03-24 13:18:07 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 0 photos for item 9f5fcfe7-0f28-5f35-afa0-f8680f02c956
2026-03-24 13:18:07 [crawlers.middlewares.photo_download_middleware] INFO: No photos to download for item 9f5fcfe7-0f28-5f35-afa0-f8680f02c956
2026-03-24 13:18:07 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 9f5fcfe7-0f28-5f35-afa0-f8680f02c956, identifier: 120717410
2026-03-24 13:18:07 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 9f5fcfe7-0f28-5f35-afa0-f8680f02c956 with identifier: 120717410
2026-03-24 13:18:07 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 9f5fcfe7-0f28-5f35-afa0-f8680f02c956 with identifier: 120717410
2026-03-24 13:18:08 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 9f5fcfe7-0f28-5f35-afa0-f8680f02c956 with identifier: 120717410 to the API
2026-03-24 13:18:08 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 13:18: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-24 13:18:09 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120717410?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 122,
'color': 'ORANGE',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 5',
'engine': '1.4L',
'expiration_date': '2026-03-25T10:00:00Z',
'fuel_type': 'Petrol',
'id': '9f5fcfe7-0f28-5f35-afa0-f8680f02c956',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'SG64AZU',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120717410',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'AUDI',
'model': 'A1 SPORTBACK',
'odometer': 77935,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2014-09-01',
'seller_name': 'CarGiant',
'title': 'AUDI A1 SPORTBACK 1.4 TFSI S Line 5dr S Tronic',
'transmission': 'automatic',
'trim': '1.4 TFSI S Line 5dr S Tronic',
'vin': None,
'year': 2014}
2026-03-24 13:18:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:18:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120717410%27 HTTP/1.1" 200 None
2026-03-24 13:18:09 [astonbarclay.gb] INFO: Saving data for 120717410: {'created_time': 1774358289.26694, 'last_price_update_time': 1774358289.266956, 'auction_closing_time': 1774432800.0}
2026-03-24 13:18:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:18:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120717410') HTTP/1.1" 204 0
2026-03-24 13:18:09 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120548811, 'registration': 'EJ17RVV', 'account': 'ALL023', 'make': 'HYUNDAI', 'model': 'TUCSON ESTATE', 'derivative': '1.6 GDi Blue Drive SE Nav 5dr 2WD', 'mileage': 104102, 'mileageWarranty': True, 'type': 'car', 'saleId': 19178, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 472}, 'saleStart': '2026-03-25T10:00Z', 'lot': 2337, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2017-04-26', 'fuel': 'Petrol', 'motExpiry': '2026-12-15', 'doors': 5, 'engineSize': 1591, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/EJ17RVV/2026-03-21/image/3392a4ee-0ecc-4686-95d6-f3dc9a04c83e_removebg.jpg?w=600', 'https://abimg003.imgix.net/EJ17RVV/2026-03-21/image/8ecd72cf-d9b6-4538-8ab5-342cbdf148f8_removebg.jpg?w=600', 'https://abimg003.imgix.net/EJ17RVV/2026-03-21/image/9e344928-d1a1-4e40-bcaa-9c73462b8071_removebg.jpg?w=600', 'https://abimg003.imgix.net/EJ17RVV/2026-03-21/image/3ef723c1-8dac-4868-b979-91b8d239e7dd_removebg.jpg?w=600', 'https://abimg003.imgix.net/EJ17RVV/2026-03-21/image/2ffd054d-f982-4291-acac-8a586558a8e7_removebg.jpg?w=600', 'https://abimg003.imgix.net/EJ17RVV/2026-03-21/image/6e98863e-9d6b-42e0-ac5d-d030460114fb_removebg.jpg?w=600', 'https://abimg003.imgix.net/EJ17RVV/2026-03-21/image/817235b0-a8ff-4a27-98bd-bf92c6130aa4_removebg.jpg?w=600', 'https://abimg003.imgix.net/EJ17RVV/2026-03-21/image/c9efd3f4-3f2e-44ed-ae66-a723912fefc1_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': 'VOSA STATES, 69K, 78K, 90K, 101K - SPARE KEY AND SD CARD IN OFFICE', 'virtual': False, 'seller': 'SMC GROUP', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '1', 'v5': True, 'v5details': 'Here', 'co2': 147, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/45bfa950-cc22-48e6-9f00-528c8abfd41c.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 13:18:09 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120548811, 'registration': 'EJ17RVV', 'account': 'ALL023', 'make': 'HYUNDAI', 'model': 'TUCSON ESTATE', 'derivative': '1.6 GDi Blue Drive SE Nav 5dr 2WD', 'mileage': 104102, 'mileageWarranty': True, 'type': 'car', 'saleId': 19178, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 472}, 'saleStart': '2026-03-25T10:00Z', 'lot': 2337, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2017-04-26', 'fuel': 'Petrol', 'motExpiry': '2026-12-15', 'doors': 5, 'engineSize': 1591, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/EJ17RVV/2026-03-21/image/3392a4ee-0ecc-4686-95d6-f3dc9a04c83e_removebg.jpg?w=600', 'https://abimg003.imgix.net/EJ17RVV/2026-03-21/image/8ecd72cf-d9b6-4538-8ab5-342cbdf148f8_removebg.jpg?w=600', 'https://abimg003.imgix.net/EJ17RVV/2026-03-21/image/9e344928-d1a1-4e40-bcaa-9c73462b8071_removebg.jpg?w=600', 'https://abimg003.imgix.net/EJ17RVV/2026-03-21/image/3ef723c1-8dac-4868-b979-91b8d239e7dd_removebg.jpg?w=600', 'https://abimg003.imgix.net/EJ17RVV/2026-03-21/image/2ffd054d-f982-4291-acac-8a586558a8e7_removebg.jpg?w=600', 'https://abimg003.imgix.net/EJ17RVV/2026-03-21/image/6e98863e-9d6b-42e0-ac5d-d030460114fb_removebg.jpg?w=600', 'https://abimg003.imgix.net/EJ17RVV/2026-03-21/image/817235b0-a8ff-4a27-98bd-bf92c6130aa4_removebg.jpg?w=600', 'https://abimg003.imgix.net/EJ17RVV/2026-03-21/image/c9efd3f4-3f2e-44ed-ae66-a723912fefc1_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': 'VOSA STATES, 69K, 78K, 90K, 101K - SPARE KEY AND SD CARD IN OFFICE', 'virtual': False, 'seller': 'SMC GROUP', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '1', 'v5': True, 'v5details': 'Here', 'co2': 147, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/45bfa950-cc22-48e6-9f00-528c8abfd41c.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 13:18:09 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2c5c5f98-73a3-5b20-b1c3-0c9562536842 with identifier: 120548811
2026-03-24 13:18:09 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2c5c5f98-73a3-5b20-b1c3-0c9562536842 with scrape type 2
2026-03-24 13:18:09 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2c5c5f98-73a3-5b20-b1c3-0c9562536842 with scrape type 2
2026-03-24 13:18:09 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 2c5c5f98-73a3-5b20-b1c3-0c9562536842, identifier: 120548811
2026-03-24 13:18:09 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 2c5c5f98-73a3-5b20-b1c3-0c9562536842 with identifier: 120548811
2026-03-24 13:18:09 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 2c5c5f98-73a3-5b20-b1c3-0c9562536842 with identifier: 120548811
2026-03-24 13:18:09 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 2c5c5f98-73a3-5b20-b1c3-0c9562536842 with identifier: 120548811 to the API
2026-03-24 13:18:09 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 13:18: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-24 13:18:10 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120548811?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 147,
'color': 'BLACK',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.6L',
'expiration_date': '2026-03-25T10:00:00Z',
'fuel_type': 'Petrol',
'id': '2c5c5f98-73a3-5b20-b1c3-0c9562536842',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'EJ17RVV',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120548811',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'HYUNDAI',
'model': 'TUCSON ESTATE',
'odometer': 104102,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2017-04-26',
'seller_name': 'SMC GROUP',
'title': 'HYUNDAI TUCSON ESTATE 1.6 GDi Blue Drive SE Nav 5dr 2WD',
'transmission': 'manual',
'trim': '1.6 GDi Blue Drive SE Nav 5dr 2WD',
'vin': None,
'year': 2017}
2026-03-24 13:18:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:18:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120548811%27 HTTP/1.1" 200 None
2026-03-24 13:18:10 [astonbarclay.gb] INFO: Saving data for 120548811: {'auction_closing_time': 1774432800.0, 'created_time': 1774033634.965797, 'last_price_update_time': 1774358290.942252}
2026-03-24 13:18:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:18:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120548811') HTTP/1.1" 204 0
2026-03-24 13:18:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120461494?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-24 13:18:11 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:18:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120595589?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-24 13:18:11 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:18:11 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120461494, 'registration': 'JG18PAG', 'account': 'SMC024', 'make': 'VAUXHALL', 'model': 'ASTRA HATCHBACK', 'derivative': '1.4T 16V 150 SRi Vx-line Nav 5dr', 'mileage': 37464, 'mileageWarranty': True, 'type': 'car', 'saleId': 19178, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 472}, 'saleStart': '2026-03-25T10:00Z', 'lot': 2341, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2018-04-30', 'fuel': 'Petrol', 'motExpiry': '2027-01-03', 'doors': 5, 'engineSize': 1399, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/JG18PAG/2026-03-19/image/5ee0fd52-aa29-4229-b4ad-bb0b9a83bb67_removebg.jpg?w=600', 'https://abimg003.imgix.net/JG18PAG/2026-03-19/image/1d2dd3b5-b9aa-4fb9-a880-7d19dc222543_removebg.jpg?w=600', 'https://abimg003.imgix.net/JG18PAG/2026-03-19/image/6549f3e3-0bb7-4a6e-8930-154b3574c527_removebg.jpg?w=600', 'https://abimg003.imgix.net/JG18PAG/2026-03-19/image/904c6118-adef-46e9-b70d-a69a2009cab4_removebg.jpg?w=600', 'https://abimg003.imgix.net/JG18PAG/2026-03-19/image/1f24fffd-efdc-4f44-bb9d-5302e81c95b9_removebg.jpg?w=600', 'https://abimg003.imgix.net/JG18PAG/2026-03-19/image/ca33ebd8-660b-417a-ba08-c4855be0955a_removebg.jpg?w=600', 'https://abimg003.imgix.net/JG18PAG/2026-03-19/image/b207fa50-8c44-4b50-96d2-c93ab7bab057_removebg.jpg?w=600', 'https://abimg003.imgix.net/JG18PAG/2026-03-19/image/a49f6e41-aa7c-4f28-be4a-685f1a3d3991_removebg.jpg?w=600', 'https://abimg003.imgix.net/JG18PAG/2026-03-19/image/f6790d4e-e459-4b31-9c89-6db0d9534898_removebg.jpg?w=600'], 'colour': 'RED', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Fleet', 'serviceHistory': 'Service print and book 04/18 7K - 08/20 14K - 04/21 18K - 06/22 22K 06/23 27K - 06/24 31K 06/25 35K', 'remarks': 'VOSA STATES 25K - 29K - 33K - 36K', 'virtual': False, 'seller': 'SMC Ford Gillingham', '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/ff084668-f621-4c70-a4a8-1923c0946a30.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 13:18:11 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120461494, 'registration': 'JG18PAG', 'account': 'SMC024', 'make': 'VAUXHALL', 'model': 'ASTRA HATCHBACK', 'derivative': '1.4T 16V 150 SRi Vx-line Nav 5dr', 'mileage': 37464, 'mileageWarranty': True, 'type': 'car', 'saleId': 19178, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 472}, 'saleStart': '2026-03-25T10:00Z', 'lot': 2341, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2018-04-30', 'fuel': 'Petrol', 'motExpiry': '2027-01-03', 'doors': 5, 'engineSize': 1399, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/JG18PAG/2026-03-19/image/5ee0fd52-aa29-4229-b4ad-bb0b9a83bb67_removebg.jpg?w=600', 'https://abimg003.imgix.net/JG18PAG/2026-03-19/image/1d2dd3b5-b9aa-4fb9-a880-7d19dc222543_removebg.jpg?w=600', 'https://abimg003.imgix.net/JG18PAG/2026-03-19/image/6549f3e3-0bb7-4a6e-8930-154b3574c527_removebg.jpg?w=600', 'https://abimg003.imgix.net/JG18PAG/2026-03-19/image/904c6118-adef-46e9-b70d-a69a2009cab4_removebg.jpg?w=600', 'https://abimg003.imgix.net/JG18PAG/2026-03-19/image/1f24fffd-efdc-4f44-bb9d-5302e81c95b9_removebg.jpg?w=600', 'https://abimg003.imgix.net/JG18PAG/2026-03-19/image/ca33ebd8-660b-417a-ba08-c4855be0955a_removebg.jpg?w=600', 'https://abimg003.imgix.net/JG18PAG/2026-03-19/image/b207fa50-8c44-4b50-96d2-c93ab7bab057_removebg.jpg?w=600', 'https://abimg003.imgix.net/JG18PAG/2026-03-19/image/a49f6e41-aa7c-4f28-be4a-685f1a3d3991_removebg.jpg?w=600', 'https://abimg003.imgix.net/JG18PAG/2026-03-19/image/f6790d4e-e459-4b31-9c89-6db0d9534898_removebg.jpg?w=600'], 'colour': 'RED', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Fleet', 'serviceHistory': 'Service print and book 04/18 7K - 08/20 14K - 04/21 18K - 06/22 22K 06/23 27K - 06/24 31K 06/25 35K', 'remarks': 'VOSA STATES 25K - 29K - 33K - 36K', 'virtual': False, 'seller': 'SMC Ford Gillingham', '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/ff084668-f621-4c70-a4a8-1923c0946a30.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 13:18:11 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 456c06b0-f678-5611-ba97-0c0bf67016a4 with identifier: 120461494
2026-03-24 13:18:11 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 456c06b0-f678-5611-ba97-0c0bf67016a4 with scrape type 2
2026-03-24 13:18:11 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 456c06b0-f678-5611-ba97-0c0bf67016a4 with scrape type 2
2026-03-24 13:18:11 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 456c06b0-f678-5611-ba97-0c0bf67016a4, identifier: 120461494
2026-03-24 13:18:11 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 456c06b0-f678-5611-ba97-0c0bf67016a4 with identifier: 120461494
2026-03-24 13:18:11 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 456c06b0-f678-5611-ba97-0c0bf67016a4 with identifier: 120461494
2026-03-24 13:18:11 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 456c06b0-f678-5611-ba97-0c0bf67016a4 with identifier: 120461494 to the API
2026-03-24 13:18:11 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 13:18:13 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-24 13:18:13 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120461494?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 128,
'color': 'RED',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.4L',
'expiration_date': '2026-03-25T10:00:00Z',
'fuel_type': 'Petrol',
'id': '456c06b0-f678-5611-ba97-0c0bf67016a4',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'JG18PAG',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120461494',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'VAUXHALL',
'model': 'ASTRA HATCHBACK',
'odometer': 37464,
'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': 'SMC Ford Gillingham',
'title': 'VAUXHALL ASTRA HATCHBACK 1.4T 16V 150 SRi Vx-line Nav 5dr',
'transmission': 'manual',
'trim': '1.4T 16V 150 SRi Vx-line Nav 5dr',
'vin': None,
'year': 2018}
2026-03-24 13:18:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:18:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120461494%27 HTTP/1.1" 200 None
2026-03-24 13:18:13 [astonbarclay.gb] INFO: Saving data for 120461494: {'auction_closing_time': 1774432800.0, 'created_time': 1773838941.310347, 'last_price_update_time': 1774358293.165014}
2026-03-24 13:18:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:18:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120461494') HTTP/1.1" 204 0
2026-03-24 13:18:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120595478?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-24 13:18:13 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:18:13 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120595589, 'registration': 'BJ59XPE', 'account': 'ALL021', 'make': 'FORD', 'model': 'FOCUS HATCHBACK', 'derivative': '1.6 Zetec 5dr', 'mileage': 65278, 'mileageWarranty': True, 'type': 'car', 'saleId': 19178, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 472}, 'saleStart': '2026-03-25T10:00Z', 'lot': 2332, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2009-11-23', 'fuel': 'Petrol', 'motExpiry': '2026-11-23', 'doors': 5, 'engineSize': 1596, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/BJ59XPE/2026-03-21/image/65826b55-894c-4724-b1a1-c2b480eb1ec0_removebg.jpg?w=600', 'https://abimg003.imgix.net/BJ59XPE/2026-03-21/image/079b4b0e-bfd2-49d1-a2ac-edf89cf38987_removebg.jpg?w=600', 'https://abimg003.imgix.net/BJ59XPE/2026-03-21/image/711c295a-cffa-4e9c-b3c2-382e2f1c13e9_removebg.jpg?w=600', 'https://abimg003.imgix.net/BJ59XPE/2026-03-21/image/07d577ac-784b-457f-86b2-a5e3b808387f_removebg.jpg?w=600', 'https://abimg003.imgix.net/BJ59XPE/2026-03-21/image/9bb9db77-64f7-4bfa-ba52-1ebd4bb573b2_removebg.jpg?w=600', 'https://abimg003.imgix.net/BJ59XPE/2026-03-21/image/155b7a40-be22-48b9-a007-c910ab19501c_removebg.jpg?w=600', 'https://abimg003.imgix.net/BJ59XPE/2026-03-21/image/ea81f7b7-c8b0-440b-b867-aa2c330f3fda_removebg.jpg?w=600', 'https://abimg003.imgix.net/BJ59XPE/2026-03-21/image/ffcf205c-5657-49f6-94bd-0676874eac2f_removebg.jpg?w=600'], 'colour': 'SILVER', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Express', 'serviceHistory': 'Service book 10/12 19K - 10/13 25K - 11/15 35K - 11/17 44K - 10/19 29K - 11/21 55K - 11/23 60K', 'remarks': 'VOSA STATES, 57K, 60K, 62K, 64K - 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': 159, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/81ea2b3c-f38e-4165-9758-768e48198bcc.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 4, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 13:18:13 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120595589, 'registration': 'BJ59XPE', 'account': 'ALL021', 'make': 'FORD', 'model': 'FOCUS HATCHBACK', 'derivative': '1.6 Zetec 5dr', 'mileage': 65278, 'mileageWarranty': True, 'type': 'car', 'saleId': 19178, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 472}, 'saleStart': '2026-03-25T10:00Z', 'lot': 2332, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2009-11-23', 'fuel': 'Petrol', 'motExpiry': '2026-11-23', 'doors': 5, 'engineSize': 1596, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/BJ59XPE/2026-03-21/image/65826b55-894c-4724-b1a1-c2b480eb1ec0_removebg.jpg?w=600', 'https://abimg003.imgix.net/BJ59XPE/2026-03-21/image/079b4b0e-bfd2-49d1-a2ac-edf89cf38987_removebg.jpg?w=600', 'https://abimg003.imgix.net/BJ59XPE/2026-03-21/image/711c295a-cffa-4e9c-b3c2-382e2f1c13e9_removebg.jpg?w=600', 'https://abimg003.imgix.net/BJ59XPE/2026-03-21/image/07d577ac-784b-457f-86b2-a5e3b808387f_removebg.jpg?w=600', 'https://abimg003.imgix.net/BJ59XPE/2026-03-21/image/9bb9db77-64f7-4bfa-ba52-1ebd4bb573b2_removebg.jpg?w=600', 'https://abimg003.imgix.net/BJ59XPE/2026-03-21/image/155b7a40-be22-48b9-a007-c910ab19501c_removebg.jpg?w=600', 'https://abimg003.imgix.net/BJ59XPE/2026-03-21/image/ea81f7b7-c8b0-440b-b867-aa2c330f3fda_removebg.jpg?w=600', 'https://abimg003.imgix.net/BJ59XPE/2026-03-21/image/ffcf205c-5657-49f6-94bd-0676874eac2f_removebg.jpg?w=600'], 'colour': 'SILVER', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Express', 'serviceHistory': 'Service book 10/12 19K - 10/13 25K - 11/15 35K - 11/17 44K - 10/19 29K - 11/21 55K - 11/23 60K', 'remarks': 'VOSA STATES, 57K, 60K, 62K, 64K - 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': 159, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/81ea2b3c-f38e-4165-9758-768e48198bcc.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 4, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 13:18:13 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a2a5b65d-b256-55d0-b64f-58e1ede1165e with identifier: 120595589
2026-03-24 13:18:13 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a2a5b65d-b256-55d0-b64f-58e1ede1165e with scrape type 2
2026-03-24 13:18:13 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a2a5b65d-b256-55d0-b64f-58e1ede1165e with scrape type 2
2026-03-24 13:18:13 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: a2a5b65d-b256-55d0-b64f-58e1ede1165e, identifier: 120595589
2026-03-24 13:18:13 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: a2a5b65d-b256-55d0-b64f-58e1ede1165e with identifier: 120595589
2026-03-24 13:18:13 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: a2a5b65d-b256-55d0-b64f-58e1ede1165e with identifier: 120595589
2026-03-24 13:18:13 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: a2a5b65d-b256-55d0-b64f-58e1ede1165e with identifier: 120595589 to the API
2026-03-24 13:18:13 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 13:18:13 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-24 13:18:13 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120595589?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 159,
'color': 'SILVER',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 4',
'engine': '1.6L',
'expiration_date': '2026-03-25T10:00:00Z',
'fuel_type': 'Petrol',
'id': 'a2a5b65d-b256-55d0-b64f-58e1ede1165e',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'BJ59XPE',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120595589',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'FORD',
'model': 'FOCUS HATCHBACK',
'odometer': 65278,
'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': 'SMC GROUP',
'title': 'FORD FOCUS HATCHBACK 1.6 Zetec 5dr',
'transmission': 'manual',
'trim': '1.6 Zetec 5dr',
'vin': None,
'year': 2009}
2026-03-24 13:18:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:18:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120595589%27 HTTP/1.1" 200 None
2026-03-24 13:18:13 [astonbarclay.gb] INFO: Saving data for 120595589: {'auction_closing_time': 1774432800.0, 'created_time': 1774033582.781297, 'last_price_update_time': 1774358293.601081}
2026-03-24 13:18:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:18:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120595589') HTTP/1.1" 204 0
2026-03-24 13:18:13 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120595478, 'registration': 'AJ09AGY', 'account': 'ALL021', 'make': 'FORD', 'model': 'FOCUS DIESEL ESTATE', 'derivative': '2.0 TDCi Titanium 5dr', 'mileage': 161569, 'mileageWarranty': True, 'type': 'car', 'saleId': 19178, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 472}, 'saleStart': '2026-03-25T10:00Z', 'lot': 2331, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2009-03-30', 'fuel': 'Diesel', 'motExpiry': '2026-06-03', 'doors': 5, 'engineSize': 1997, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/AJ09AGY/2026-03-21/image/c2a49c92-4d52-431a-bf23-1c9fcd442f0f_removebg.jpg?w=600', 'https://abimg003.imgix.net/AJ09AGY/2026-03-21/image/5074f329-2464-4b40-9808-e85f199b90cc_removebg.jpg?w=600', 'https://abimg003.imgix.net/AJ09AGY/2026-03-21/image/258f21c2-2f1d-4276-a018-4b7e89a09136_removebg.jpg?w=600', 'https://abimg003.imgix.net/AJ09AGY/2026-03-21/image/e7d2e729-c154-47af-96c2-8efe22593388_removebg.jpg?w=600', 'https://abimg003.imgix.net/AJ09AGY/2026-03-21/image/479ec2e4-15dd-478e-b6fb-9b3c185156a0_removebg.jpg?w=600', 'https://abimg003.imgix.net/AJ09AGY/2026-03-21/image/015a862f-c5d0-47ac-8177-fdd0265aefca_removebg.jpg?w=600', 'https://abimg003.imgix.net/AJ09AGY/2026-03-21/image/45a2b03a-3194-4556-9141-d210a5fcfb3f_removebg.jpg?w=600', 'https://abimg003.imgix.net/AJ09AGY/2026-03-21/image/77192627-46a2-4db0-99c2-4588ec47d630_removebg.jpg?w=600'], 'colour': 'BLUE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Express', 'serviceHistory': 'Service print 10/20 113K - 02/22 125K 2K', 'remarks': 'VOSA STATES, 128K, 138K, 147K, 156K - SPARE KEY IN OFFICE', 'virtual': False, 'seller': 'SMC GROUP', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '3', 'v5': True, 'v5details': 'Here', 'co2': 147, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/e6c1fd72-526e-48b9-9d11-bf3b3906959b.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 4, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 13:18:13 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120595478, 'registration': 'AJ09AGY', 'account': 'ALL021', 'make': 'FORD', 'model': 'FOCUS DIESEL ESTATE', 'derivative': '2.0 TDCi Titanium 5dr', 'mileage': 161569, 'mileageWarranty': True, 'type': 'car', 'saleId': 19178, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 472}, 'saleStart': '2026-03-25T10:00Z', 'lot': 2331, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2009-03-30', 'fuel': 'Diesel', 'motExpiry': '2026-06-03', 'doors': 5, 'engineSize': 1997, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/AJ09AGY/2026-03-21/image/c2a49c92-4d52-431a-bf23-1c9fcd442f0f_removebg.jpg?w=600', 'https://abimg003.imgix.net/AJ09AGY/2026-03-21/image/5074f329-2464-4b40-9808-e85f199b90cc_removebg.jpg?w=600', 'https://abimg003.imgix.net/AJ09AGY/2026-03-21/image/258f21c2-2f1d-4276-a018-4b7e89a09136_removebg.jpg?w=600', 'https://abimg003.imgix.net/AJ09AGY/2026-03-21/image/e7d2e729-c154-47af-96c2-8efe22593388_removebg.jpg?w=600', 'https://abimg003.imgix.net/AJ09AGY/2026-03-21/image/479ec2e4-15dd-478e-b6fb-9b3c185156a0_removebg.jpg?w=600', 'https://abimg003.imgix.net/AJ09AGY/2026-03-21/image/015a862f-c5d0-47ac-8177-fdd0265aefca_removebg.jpg?w=600', 'https://abimg003.imgix.net/AJ09AGY/2026-03-21/image/45a2b03a-3194-4556-9141-d210a5fcfb3f_removebg.jpg?w=600', 'https://abimg003.imgix.net/AJ09AGY/2026-03-21/image/77192627-46a2-4db0-99c2-4588ec47d630_removebg.jpg?w=600'], 'colour': 'BLUE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Express', 'serviceHistory': 'Service print 10/20 113K - 02/22 125K 2K', 'remarks': 'VOSA STATES, 128K, 138K, 147K, 156K - SPARE KEY IN OFFICE', 'virtual': False, 'seller': 'SMC GROUP', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '3', 'v5': True, 'v5details': 'Here', 'co2': 147, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/e6c1fd72-526e-48b9-9d11-bf3b3906959b.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 4, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 13:18:13 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9d14e007-2b7d-5336-a2b2-3879a9935f0b with identifier: 120595478
2026-03-24 13:18:13 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9d14e007-2b7d-5336-a2b2-3879a9935f0b with scrape type 2
2026-03-24 13:18:13 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9d14e007-2b7d-5336-a2b2-3879a9935f0b with scrape type 2
2026-03-24 13:18:13 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 9d14e007-2b7d-5336-a2b2-3879a9935f0b, identifier: 120595478
2026-03-24 13:18:13 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 9d14e007-2b7d-5336-a2b2-3879a9935f0b with identifier: 120595478
2026-03-24 13:18:13 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 9d14e007-2b7d-5336-a2b2-3879a9935f0b with identifier: 120595478
2026-03-24 13:18:13 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 9d14e007-2b7d-5336-a2b2-3879a9935f0b with identifier: 120595478 to the API
2026-03-24 13:18:13 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 13:18: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-24 13:18:15 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120595478?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 147,
'color': 'BLUE',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 4',
'engine': '2.0L',
'expiration_date': '2026-03-25T10:00:00Z',
'fuel_type': 'Diesel',
'id': '9d14e007-2b7d-5336-a2b2-3879a9935f0b',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'AJ09AGY',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120595478',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'FORD',
'model': 'FOCUS DIESEL ESTATE',
'odometer': 161569,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2009-03-30',
'seller_name': 'SMC GROUP',
'title': 'FORD FOCUS DIESEL ESTATE 2.0 TDCi Titanium 5dr',
'transmission': 'manual',
'trim': '2.0 TDCi Titanium 5dr',
'vin': None,
'year': 2009}
2026-03-24 13:18:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:18:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120595478%27 HTTP/1.1" 200 None
2026-03-24 13:18:15 [astonbarclay.gb] INFO: Saving data for 120595478: {'auction_closing_time': 1774432800.0, 'created_time': 1774033634.087936, 'last_price_update_time': 1774358295.023337}
2026-03-24 13:18:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:18:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120595478') HTTP/1.1" 204 0
2026-03-24 13:18:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120461534?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-24 13:18:15 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:18:15 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120461534, 'registration': 'GL17FPF', 'account': 'SMC024', 'make': 'FORD', 'model': 'FOCUS HATCHBACK', 'derivative': '1.0 EcoBoost 125 Zetec Edition 5dr', 'mileage': 64285, 'mileageWarranty': True, 'type': 'car', 'saleId': 19178, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 472}, 'saleStart': '2026-03-25T10:00Z', 'lot': 2338, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2017-05-19', 'fuel': 'Petrol', 'motExpiry': '2026-08-31', 'doors': 5, 'engineSize': 999, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/GL17FPF/2026-03-19/image/c4a3a113-e349-439e-a958-b0c9e12f26b5_removebg.jpg?w=600', 'https://abimg003.imgix.net/GL17FPF/2026-03-19/image/92fa40f8-d19b-44b8-a600-383d7c366800_removebg.jpg?w=600', 'https://abimg003.imgix.net/GL17FPF/2026-03-19/image/d397ff39-fc2f-4850-914c-3706d6bc67cd_removebg.jpg?w=600', 'https://abimg003.imgix.net/GL17FPF/2026-03-19/image/aa5d4628-f8ff-451b-821f-8a4780c0b8d7_removebg.jpg?w=600', 'https://abimg003.imgix.net/GL17FPF/2026-03-19/image/22b1bc25-20f1-4af2-b767-6f14d79fe218_removebg.jpg?w=600', 'https://abimg003.imgix.net/GL17FPF/2026-03-19/image/42efafce-3063-4a08-9a7f-2326e6854645_removebg.jpg?w=600', 'https://abimg003.imgix.net/GL17FPF/2026-03-19/image/bfd5e002-5ec7-4470-a9fd-775066390e84_removebg.jpg?w=600', 'https://abimg003.imgix.net/GL17FPF/2026-03-19/image/4890888a-4f80-49ea-9a4a-7583f3099e21_removebg.jpg?w=600', 'https://abimg003.imgix.net/GL17FPF/2026-03-19/image/243de22b-b4e0-44dd-9b05-66a3db4b072e_removebg.jpg?w=600', 'https://abimg003.imgix.net/GL17FPF/2026-03-19/image/c49f7a09-f04f-477d-9223-a36f8daac2df_removebg.jpg?w=600'], 'colour': 'SILVER', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 05/18 9K- 08/20 27K- 09/21 36K- 09/22 43K- 08/23 50K- 08/23 50K- 08/25 59K-', 'remarks': 'VOSA STATES 42K - 50K - 54K - 59K', 'virtual': False, 'seller': 'SMC Ford Gillingham', '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/b6625f93-84eb-4f91-88a7-61467cee2a8d.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 13:18:15 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120461534, 'registration': 'GL17FPF', 'account': 'SMC024', 'make': 'FORD', 'model': 'FOCUS HATCHBACK', 'derivative': '1.0 EcoBoost 125 Zetec Edition 5dr', 'mileage': 64285, 'mileageWarranty': True, 'type': 'car', 'saleId': 19178, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 472}, 'saleStart': '2026-03-25T10:00Z', 'lot': 2338, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2017-05-19', 'fuel': 'Petrol', 'motExpiry': '2026-08-31', 'doors': 5, 'engineSize': 999, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/GL17FPF/2026-03-19/image/c4a3a113-e349-439e-a958-b0c9e12f26b5_removebg.jpg?w=600', 'https://abimg003.imgix.net/GL17FPF/2026-03-19/image/92fa40f8-d19b-44b8-a600-383d7c366800_removebg.jpg?w=600', 'https://abimg003.imgix.net/GL17FPF/2026-03-19/image/d397ff39-fc2f-4850-914c-3706d6bc67cd_removebg.jpg?w=600', 'https://abimg003.imgix.net/GL17FPF/2026-03-19/image/aa5d4628-f8ff-451b-821f-8a4780c0b8d7_removebg.jpg?w=600', 'https://abimg003.imgix.net/GL17FPF/2026-03-19/image/22b1bc25-20f1-4af2-b767-6f14d79fe218_removebg.jpg?w=600', 'https://abimg003.imgix.net/GL17FPF/2026-03-19/image/42efafce-3063-4a08-9a7f-2326e6854645_removebg.jpg?w=600', 'https://abimg003.imgix.net/GL17FPF/2026-03-19/image/bfd5e002-5ec7-4470-a9fd-775066390e84_removebg.jpg?w=600', 'https://abimg003.imgix.net/GL17FPF/2026-03-19/image/4890888a-4f80-49ea-9a4a-7583f3099e21_removebg.jpg?w=600', 'https://abimg003.imgix.net/GL17FPF/2026-03-19/image/243de22b-b4e0-44dd-9b05-66a3db4b072e_removebg.jpg?w=600', 'https://abimg003.imgix.net/GL17FPF/2026-03-19/image/c49f7a09-f04f-477d-9223-a36f8daac2df_removebg.jpg?w=600'], 'colour': 'SILVER', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 05/18 9K- 08/20 27K- 09/21 36K- 09/22 43K- 08/23 50K- 08/23 50K- 08/25 59K-', 'remarks': 'VOSA STATES 42K - 50K - 54K - 59K', 'virtual': False, 'seller': 'SMC Ford Gillingham', '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/b6625f93-84eb-4f91-88a7-61467cee2a8d.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 13:18:15 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e580c810-fa6b-5e47-a24b-76dfbfdf0f7b with identifier: 120461534
2026-03-24 13:18:15 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e580c810-fa6b-5e47-a24b-76dfbfdf0f7b with scrape type 2
2026-03-24 13:18:15 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e580c810-fa6b-5e47-a24b-76dfbfdf0f7b with scrape type 2
2026-03-24 13:18:15 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: e580c810-fa6b-5e47-a24b-76dfbfdf0f7b, identifier: 120461534
2026-03-24 13:18:15 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: e580c810-fa6b-5e47-a24b-76dfbfdf0f7b with identifier: 120461534
2026-03-24 13:18:15 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: e580c810-fa6b-5e47-a24b-76dfbfdf0f7b with identifier: 120461534
2026-03-24 13:18:15 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: e580c810-fa6b-5e47-a24b-76dfbfdf0f7b with identifier: 120461534 to the API
2026-03-24 13:18:15 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 13:18:16 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-24 13:18:16 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120461534?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': '2026-03-25T10:00:00Z',
'fuel_type': 'Petrol',
'id': 'e580c810-fa6b-5e47-a24b-76dfbfdf0f7b',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'GL17FPF',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120461534',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'FORD',
'model': 'FOCUS HATCHBACK',
'odometer': 64285,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2017-05-19',
'seller_name': 'SMC Ford Gillingham',
'title': 'FORD FOCUS HATCHBACK 1.0 EcoBoost 125 Zetec Edition 5dr',
'transmission': 'manual',
'trim': '1.0 EcoBoost 125 Zetec Edition 5dr',
'vin': None,
'year': 2017}
2026-03-24 13:18:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:18:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120461534%27 HTTP/1.1" 200 None
2026-03-24 13:18:16 [astonbarclay.gb] INFO: Saving data for 120461534: {'auction_closing_time': 1774432800.0, 'created_time': 1773838949.847808, 'last_price_update_time': 1774358296.594561}
2026-03-24 13:18:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:18:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120461534') HTTP/1.1" 204 0
2026-03-24 13:18:17 [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-24 13:18:17 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:18:17 [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-24 13:18:17 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:18:17 [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': 19178, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 472}, 'saleStart': '2026-03-25T10:00Z', 'lot': 2327, 'hall': 'Hall 2', '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': False, 'v5details': None, '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-24 13:18:17 [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': 19178, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 472}, 'saleStart': '2026-03-25T10:00Z', 'lot': 2327, 'hall': 'Hall 2', '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': False, 'v5details': None, '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-24 13:18:17 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 81be334f-cce6-5dce-a066-12eb15c7d3e6 with identifier: 120595560
2026-03-24 13:18:17 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 81be334f-cce6-5dce-a066-12eb15c7d3e6 with scrape type 2
2026-03-24 13:18:17 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 81be334f-cce6-5dce-a066-12eb15c7d3e6 with scrape type 2
2026-03-24 13:18:17 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 81be334f-cce6-5dce-a066-12eb15c7d3e6, identifier: 120595560
2026-03-24 13:18:17 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 81be334f-cce6-5dce-a066-12eb15c7d3e6 with identifier: 120595560
2026-03-24 13:18:17 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 81be334f-cce6-5dce-a066-12eb15c7d3e6 with identifier: 120595560
2026-03-24 13:18:17 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 81be334f-cce6-5dce-a066-12eb15c7d3e6 with identifier: 120595560 to the API
2026-03-24 13:18:17 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 13:18: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-24 13:18:18 [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-25T10: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-24 13:18:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:18:18 [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-24 13:18:18 [astonbarclay.gb] INFO: Saving data for 120595560: {'created_time': 1774033476.381625, 'last_price_update_time': 1774358298.487424, 'auction_closing_time': 1774432800.0}
2026-03-24 13:18:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:18:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120595560') HTTP/1.1" 204 0
2026-03-24 13:18:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120548797?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-24 13:18:18 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:18:18 [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': 19178, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 472}, 'saleStart': '2026-03-25T10:00Z', 'lot': 2326, 'hall': 'Hall 2', '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-24 13:18:18 [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': 19178, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 472}, 'saleStart': '2026-03-25T10:00Z', 'lot': 2326, 'hall': 'Hall 2', '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-24 13:18:18 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 69b454b3-81c5-5686-b320-d2f631d22a2f with identifier: 120548775
2026-03-24 13:18:18 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 69b454b3-81c5-5686-b320-d2f631d22a2f with scrape type 2
2026-03-24 13:18:18 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 69b454b3-81c5-5686-b320-d2f631d22a2f with scrape type 2
2026-03-24 13:18:18 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 69b454b3-81c5-5686-b320-d2f631d22a2f, identifier: 120548775
2026-03-24 13:18:18 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 69b454b3-81c5-5686-b320-d2f631d22a2f with identifier: 120548775
2026-03-24 13:18:18 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 69b454b3-81c5-5686-b320-d2f631d22a2f with identifier: 120548775
2026-03-24 13:18:18 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 69b454b3-81c5-5686-b320-d2f631d22a2f with identifier: 120548775 to the API
2026-03-24 13:18:18 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 13:18: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-24 13:18:18 [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-25T10: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-24 13:18:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:18:18 [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-24 13:18:18 [astonbarclay.gb] INFO: Saving data for 120548775: {'auction_closing_time': 1774432800.0, 'created_time': 1774033625.82115, 'last_price_update_time': 1774358298.908223}
2026-03-24 13:18:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:18:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120548775') HTTP/1.1" 204 0
2026-03-24 13:18:18 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120548797, 'registration': 'LD23OUA', 'account': 'ALL023', 'make': 'TESLA', 'model': 'MODEL 3 SALOON', 'derivative': 'Long Range AWD 4dr Auto', 'mileage': 59244, 'mileageWarranty': True, 'type': 'car', 'saleId': 19178, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 472}, 'saleStart': '2026-03-25T10:00Z', 'lot': 2328, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2023-03-17', 'fuel': 'Electric', 'motExpiry': '2027-03-16', 'doors': 4, 'engineSize': None, 'bodyType': 'Saloon', 'images': ['https://abimg003.imgix.net/LD23OUA/2026-03-23/image/aa1b2b09-598b-4dc4-b7f9-a5812b0ef256_removebg.jpg?w=600', 'https://abimg003.imgix.net/LD23OUA/2026-03-23/image/1846cc75-e5b9-48b2-95d9-62ff888c54e7_removebg.jpg?w=600', 'https://abimg003.imgix.net/LD23OUA/2026-03-23/image/9d52f9e9-69ab-4309-a1c2-6cd53837d260_removebg.jpg?w=600', 'https://abimg003.imgix.net/LD23OUA/2026-03-23/image/ab48f5ee-0288-41cb-becb-cce8fb5ffead_removebg.jpg?w=600', 'https://abimg003.imgix.net/LD23OUA/2026-03-23/image/77c0f6d8-fa1e-4b36-9b37-94f4da8d11f7_removebg.jpg?w=600', 'https://abimg003.imgix.net/LD23OUA/2026-03-23/image/8de26ae6-7b82-4c18-994c-f00ddf6431b1_removebg.jpg?w=600', 'https://abimg003.imgix.net/LD23OUA/2026-03-23/image/18caa6ea-4d2c-473c-bbde-0ede96b3ec43_removebg.jpg?w=600', 'https://abimg003.imgix.net/LD23OUA/2026-03-23/image/dd315a62-0002-4b90-bb58-434d4f89fcb6_removebg.jpg?w=600', 'https://abimg003.imgix.net/LD23OUA/2026-03-23/image/3ba6a2a5-bedb-49b9-a18b-6b5854a3effd_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': 'VOSA STATES, 58K', 'virtual': False, 'seller': 'SMC 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/a2a8b6eb-3dd2-460e-a1af-5b87da549901.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 13:18:18 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120548797, 'registration': 'LD23OUA', 'account': 'ALL023', 'make': 'TESLA', 'model': 'MODEL 3 SALOON', 'derivative': 'Long Range AWD 4dr Auto', 'mileage': 59244, 'mileageWarranty': True, 'type': 'car', 'saleId': 19178, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 472}, 'saleStart': '2026-03-25T10:00Z', 'lot': 2328, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2023-03-17', 'fuel': 'Electric', 'motExpiry': '2027-03-16', 'doors': 4, 'engineSize': None, 'bodyType': 'Saloon', 'images': ['https://abimg003.imgix.net/LD23OUA/2026-03-23/image/aa1b2b09-598b-4dc4-b7f9-a5812b0ef256_removebg.jpg?w=600', 'https://abimg003.imgix.net/LD23OUA/2026-03-23/image/1846cc75-e5b9-48b2-95d9-62ff888c54e7_removebg.jpg?w=600', 'https://abimg003.imgix.net/LD23OUA/2026-03-23/image/9d52f9e9-69ab-4309-a1c2-6cd53837d260_removebg.jpg?w=600', 'https://abimg003.imgix.net/LD23OUA/2026-03-23/image/ab48f5ee-0288-41cb-becb-cce8fb5ffead_removebg.jpg?w=600', 'https://abimg003.imgix.net/LD23OUA/2026-03-23/image/77c0f6d8-fa1e-4b36-9b37-94f4da8d11f7_removebg.jpg?w=600', 'https://abimg003.imgix.net/LD23OUA/2026-03-23/image/8de26ae6-7b82-4c18-994c-f00ddf6431b1_removebg.jpg?w=600', 'https://abimg003.imgix.net/LD23OUA/2026-03-23/image/18caa6ea-4d2c-473c-bbde-0ede96b3ec43_removebg.jpg?w=600', 'https://abimg003.imgix.net/LD23OUA/2026-03-23/image/dd315a62-0002-4b90-bb58-434d4f89fcb6_removebg.jpg?w=600', 'https://abimg003.imgix.net/LD23OUA/2026-03-23/image/3ba6a2a5-bedb-49b9-a18b-6b5854a3effd_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': 'VOSA STATES, 58K', 'virtual': False, 'seller': 'SMC 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/a2a8b6eb-3dd2-460e-a1af-5b87da549901.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 13:18:18 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2e5578c2-9f2e-55e8-a6c2-7710fec07ab1 with identifier: 120548797
2026-03-24 13:18:18 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2e5578c2-9f2e-55e8-a6c2-7710fec07ab1 with scrape type 2
2026-03-24 13:18:18 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2e5578c2-9f2e-55e8-a6c2-7710fec07ab1 with scrape type 2
2026-03-24 13:18:19 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 2e5578c2-9f2e-55e8-a6c2-7710fec07ab1, identifier: 120548797
2026-03-24 13:18:19 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 2e5578c2-9f2e-55e8-a6c2-7710fec07ab1 with identifier: 120548797
2026-03-24 13:18:19 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 2e5578c2-9f2e-55e8-a6c2-7710fec07ab1 with identifier: 120548797
2026-03-24 13:18:19 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 2e5578c2-9f2e-55e8-a6c2-7710fec07ab1 with identifier: 120548797 to the API
2026-03-24 13:18:19 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 13:18: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-24 13:18:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120548797?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-25T10:00:00Z',
'fuel_type': 'Electric',
'id': '2e5578c2-9f2e-55e8-a6c2-7710fec07ab1',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'LD23OUA',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120548797',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'TESLA',
'model': 'MODEL 3 SALOON',
'odometer': 59244,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-03-17',
'seller_name': 'SMC GROUP',
'title': 'TESLA MODEL 3 SALOON Long Range AWD 4dr Auto',
'transmission': 'automatic',
'trim': 'Long Range AWD 4dr Auto',
'vin': None,
'year': 2023}
2026-03-24 13:18:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:18:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120548797%27 HTTP/1.1" 200 None
2026-03-24 13:18:20 [astonbarclay.gb] INFO: Saving data for 120548797: {'auction_closing_time': 1774432800.0, 'created_time': 1774033770.634023, 'last_price_update_time': 1774358300.179942}
2026-03-24 13:18:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:18:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120548797') HTTP/1.1" 204 0
2026-03-24 13:18:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120461503?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-24 13:18:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120505609?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-24 13:18:20 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:18:20 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:18:20 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120461503, 'registration': 'EG18JVZ', 'account': 'SMC024', 'make': 'FORD', 'model': 'ECOSPORT DIESEL HATCHBACK', 'derivative': '1.5 TDCi Zetec 5dr', 'mileage': 79592, 'mileageWarranty': True, 'type': 'car', 'saleId': 19178, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 472}, 'saleStart': '2026-03-25T10:00Z', 'lot': 2323, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2018-07-31', 'fuel': 'Diesel', 'motExpiry': '2026-12-09', 'doors': 5, 'engineSize': 1499, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/EG18JVZ/2026-03-18/image/e9f38499-4c5c-4df9-a9fd-7f9a62a4a04d_removebg.jpg?w=600', 'https://abimg003.imgix.net/EG18JVZ/2026-03-18/image/f2e2499b-a8b6-44e2-932c-c939e92411a1_removebg.jpg?w=600', 'https://abimg003.imgix.net/EG18JVZ/2026-03-18/image/425095e0-160b-4b76-87d5-55421b53cd4a_removebg.jpg?w=600', 'https://abimg003.imgix.net/EG18JVZ/2026-03-18/image/949f49c0-faad-441c-9aa2-01628879395e_removebg.jpg?w=600', 'https://abimg003.imgix.net/EG18JVZ/2026-03-18/image/d82861a4-2666-491c-b1df-4311c2f4b5c5_removebg.jpg?w=600', 'https://abimg003.imgix.net/EG18JVZ/2026-03-18/image/9217e4e8-11c0-4084-bd81-72ff868af41c_removebg.jpg?w=600', 'https://abimg003.imgix.net/EG18JVZ/2026-03-18/image/2499f825-3422-441d-85ef-200f2731ffe0_removebg.jpg?w=600', 'https://abimg003.imgix.net/EG18JVZ/2026-03-18/image/5a9335de-715a-4a1f-8fa8-589ba7aa563b_removebg.jpg?w=600', 'https://abimg003.imgix.net/EG18JVZ/2026-03-18/image/08f31821-1b17-42fa-8fd0-eee108ec39f8_removebg.jpg?w=600'], 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 08/19 9K - 08/20 16K - 07/21 28K - 11/22 40K -', 'remarks': 'VOSA STATES 40K- 54K- 67K- 77K-', 'virtual': False, 'seller': 'SMC Ford Gillingham', '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/d59d0df9-a29b-4898-89d2-d2c40a388e30.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 13:18:20 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120461503, 'registration': 'EG18JVZ', 'account': 'SMC024', 'make': 'FORD', 'model': 'ECOSPORT DIESEL HATCHBACK', 'derivative': '1.5 TDCi Zetec 5dr', 'mileage': 79592, 'mileageWarranty': True, 'type': 'car', 'saleId': 19178, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 472}, 'saleStart': '2026-03-25T10:00Z', 'lot': 2323, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2018-07-31', 'fuel': 'Diesel', 'motExpiry': '2026-12-09', 'doors': 5, 'engineSize': 1499, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/EG18JVZ/2026-03-18/image/e9f38499-4c5c-4df9-a9fd-7f9a62a4a04d_removebg.jpg?w=600', 'https://abimg003.imgix.net/EG18JVZ/2026-03-18/image/f2e2499b-a8b6-44e2-932c-c939e92411a1_removebg.jpg?w=600', 'https://abimg003.imgix.net/EG18JVZ/2026-03-18/image/425095e0-160b-4b76-87d5-55421b53cd4a_removebg.jpg?w=600', 'https://abimg003.imgix.net/EG18JVZ/2026-03-18/image/949f49c0-faad-441c-9aa2-01628879395e_removebg.jpg?w=600', 'https://abimg003.imgix.net/EG18JVZ/2026-03-18/image/d82861a4-2666-491c-b1df-4311c2f4b5c5_removebg.jpg?w=600', 'https://abimg003.imgix.net/EG18JVZ/2026-03-18/image/9217e4e8-11c0-4084-bd81-72ff868af41c_removebg.jpg?w=600', 'https://abimg003.imgix.net/EG18JVZ/2026-03-18/image/2499f825-3422-441d-85ef-200f2731ffe0_removebg.jpg?w=600', 'https://abimg003.imgix.net/EG18JVZ/2026-03-18/image/5a9335de-715a-4a1f-8fa8-589ba7aa563b_removebg.jpg?w=600', 'https://abimg003.imgix.net/EG18JVZ/2026-03-18/image/08f31821-1b17-42fa-8fd0-eee108ec39f8_removebg.jpg?w=600'], 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 08/19 9K - 08/20 16K - 07/21 28K - 11/22 40K -', 'remarks': 'VOSA STATES 40K- 54K- 67K- 77K-', 'virtual': False, 'seller': 'SMC Ford Gillingham', '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/d59d0df9-a29b-4898-89d2-d2c40a388e30.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 13:18:20 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 376890ba-c2ad-58e2-9bec-81506d2c5c3c with identifier: 120461503
2026-03-24 13:18:20 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 376890ba-c2ad-58e2-9bec-81506d2c5c3c with scrape type 2
2026-03-24 13:18:20 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 376890ba-c2ad-58e2-9bec-81506d2c5c3c with scrape type 2
2026-03-24 13:18:20 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 376890ba-c2ad-58e2-9bec-81506d2c5c3c, identifier: 120461503
2026-03-24 13:18:20 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120505609, 'registration': 'KX14UNP', 'account': 'SMC007', 'make': 'SEAT', 'model': 'IBIZA SPORT COUPE SPECIAL EDITION', 'derivative': '1.4 Toca 3dr', 'mileage': 76158, 'mileageWarranty': True, 'type': 'car', 'saleId': 19178, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 472}, 'saleStart': '2026-03-25T10:00Z', 'lot': 2324, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2014-03-28', 'fuel': 'Petrol', 'motExpiry': '2026-03-27', 'doors': 3, 'engineSize': 1390, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/KX14UNP/2026-03-18/image/5227c32d-855e-4c87-891e-d939b472eef8_removebg.jpg?w=600', 'https://abimg003.imgix.net/KX14UNP/2026-03-18/image/35250916-7894-43d4-9ae4-4bbc0abf9ade_removebg.jpg?w=600', 'https://abimg003.imgix.net/KX14UNP/2026-03-18/image/4337706f-1ac2-4cd4-aa48-79ceed9940af_removebg.jpg?w=600', 'https://abimg003.imgix.net/KX14UNP/2026-03-18/image/20cb3fdb-c842-48a9-8624-dd63aea5ec62_removebg.jpg?w=600', 'https://abimg003.imgix.net/KX14UNP/2026-03-18/image/6c7a5d56-5874-4cc6-86cb-e2b864b41d40_removebg.jpg?w=600', 'https://abimg003.imgix.net/KX14UNP/2026-03-18/image/dda61681-6e49-40b6-9076-527eee26086f_removebg.jpg?w=600', 'https://abimg003.imgix.net/KX14UNP/2026-03-18/image/fa0be8cc-74e2-4022-9af3-90ae7ef27f91_removebg.jpg?w=600'], 'colour': 'RED', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Express', 'serviceHistory': 'Service book 08/15 5K - 08/16 15K - 03/19 32K - 03/20 38K - 10/21 47K - 10/22 54K - 10/23 60K - 10/24 66K', 'remarks': 'VOSA STATES, 50K, 57K, 62K, 69K - 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': 139, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/50faf6a5-b6b7-46cb-a134-552673673d01.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 13:18:20 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120505609, 'registration': 'KX14UNP', 'account': 'SMC007', 'make': 'SEAT', 'model': 'IBIZA SPORT COUPE SPECIAL EDITION', 'derivative': '1.4 Toca 3dr', 'mileage': 76158, 'mileageWarranty': True, 'type': 'car', 'saleId': 19178, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 472}, 'saleStart': '2026-03-25T10:00Z', 'lot': 2324, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2014-03-28', 'fuel': 'Petrol', 'motExpiry': '2026-03-27', 'doors': 3, 'engineSize': 1390, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/KX14UNP/2026-03-18/image/5227c32d-855e-4c87-891e-d939b472eef8_removebg.jpg?w=600', 'https://abimg003.imgix.net/KX14UNP/2026-03-18/image/35250916-7894-43d4-9ae4-4bbc0abf9ade_removebg.jpg?w=600', 'https://abimg003.imgix.net/KX14UNP/2026-03-18/image/4337706f-1ac2-4cd4-aa48-79ceed9940af_removebg.jpg?w=600', 'https://abimg003.imgix.net/KX14UNP/2026-03-18/image/20cb3fdb-c842-48a9-8624-dd63aea5ec62_removebg.jpg?w=600', 'https://abimg003.imgix.net/KX14UNP/2026-03-18/image/6c7a5d56-5874-4cc6-86cb-e2b864b41d40_removebg.jpg?w=600', 'https://abimg003.imgix.net/KX14UNP/2026-03-18/image/dda61681-6e49-40b6-9076-527eee26086f_removebg.jpg?w=600', 'https://abimg003.imgix.net/KX14UNP/2026-03-18/image/fa0be8cc-74e2-4022-9af3-90ae7ef27f91_removebg.jpg?w=600'], 'colour': 'RED', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Express', 'serviceHistory': 'Service book 08/15 5K - 08/16 15K - 03/19 32K - 03/20 38K - 10/21 47K - 10/22 54K - 10/23 60K - 10/24 66K', 'remarks': 'VOSA STATES, 50K, 57K, 62K, 69K - 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': 139, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/50faf6a5-b6b7-46cb-a134-552673673d01.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 13:18:20 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a398d022-fdac-5b05-9d98-e8846e3a68e0 with identifier: 120505609
2026-03-24 13:18:20 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a398d022-fdac-5b05-9d98-e8846e3a68e0 with scrape type 2
2026-03-24 13:18:20 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a398d022-fdac-5b05-9d98-e8846e3a68e0 with scrape type 2
2026-03-24 13:18:20 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: a398d022-fdac-5b05-9d98-e8846e3a68e0, identifier: 120505609
2026-03-24 13:18:20 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 376890ba-c2ad-58e2-9bec-81506d2c5c3c with identifier: 120461503
2026-03-24 13:18:20 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 376890ba-c2ad-58e2-9bec-81506d2c5c3c with identifier: 120461503
2026-03-24 13:18:20 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 376890ba-c2ad-58e2-9bec-81506d2c5c3c with identifier: 120461503 to the API
2026-03-24 13:18:20 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 13:18: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-24 13:18:22 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120461503?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 107,
'color': 'WHITE',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'expiration_date': '2026-03-25T10:00:00Z',
'fuel_type': 'Diesel',
'id': '376890ba-c2ad-58e2-9bec-81506d2c5c3c',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'EG18JVZ',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120461503',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'FORD',
'model': 'ECOSPORT DIESEL HATCHBACK',
'odometer': 79592,
'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': 'SMC Ford Gillingham',
'title': 'FORD ECOSPORT DIESEL HATCHBACK 1.5 TDCi Zetec 5dr',
'transmission': 'manual',
'trim': '1.5 TDCi Zetec 5dr',
'vin': None,
'year': 2018}
2026-03-24 13:18:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:18:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120461503%27 HTTP/1.1" 200 None
2026-03-24 13:18:22 [astonbarclay.gb] INFO: Saving data for 120461503: {'auction_closing_time': 1774432800.0, 'created_time': 1773838953.295202, 'last_price_update_time': 1774358302.032193}
2026-03-24 13:18:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:18:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120461503') HTTP/1.1" 204 0
2026-03-24 13:18:22 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: a398d022-fdac-5b05-9d98-e8846e3a68e0 with identifier: 120505609
2026-03-24 13:18:22 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: a398d022-fdac-5b05-9d98-e8846e3a68e0 with identifier: 120505609
2026-03-24 13:18:22 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: a398d022-fdac-5b05-9d98-e8846e3a68e0 with identifier: 120505609 to the API
2026-03-24 13:18:22 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 13:18:22 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-24 13:18:22 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120505609?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-25T10:00:00Z',
'fuel_type': 'Petrol',
'id': 'a398d022-fdac-5b05-9d98-e8846e3a68e0',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'KX14UNP',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120505609',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'SEAT',
'model': 'IBIZA SPORT COUPE SPECIAL EDITION',
'odometer': 76158,
'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': 'SMC Group',
'title': 'SEAT IBIZA SPORT COUPE SPECIAL EDITION 1.4 Toca 3dr',
'transmission': 'manual',
'trim': '1.4 Toca 3dr',
'vin': None,
'year': 2014}
2026-03-24 13:18:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:18:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120505609%27 HTTP/1.1" 200 None
2026-03-24 13:18:22 [astonbarclay.gb] INFO: Saving data for 120505609: {'auction_closing_time': 1774432800.0, 'created_time': 1773838943.202317, 'last_price_update_time': 1774358302.327436}
2026-03-24 13:18:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:18:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120505609') HTTP/1.1" 204 0
2026-03-24 13:18:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120595549?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-24 13:18:22 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:18:22 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120595549, 'registration': 'KV16VDD', 'account': 'ALL021', 'make': 'PEUGEOT', 'model': '208 HATCHBACK', 'derivative': '1.2 PureTech 82 Active 5dr', 'mileage': 61099, 'mileageWarranty': True, 'type': 'car', 'saleId': 19178, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 472}, 'saleStart': '2026-03-25T10:00Z', 'lot': 2329, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2016-08-05', 'fuel': 'Petrol', 'motExpiry': '2026-08-04', 'doors': 5, 'engineSize': 1200, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/KV16VDD/2026-03-23/image/b07c3392-a5c6-48ae-82ce-eacef88be643_removebg.jpg?w=600', 'https://abimg003.imgix.net/KV16VDD/2026-03-23/image/87bcd50e-2b93-4fb0-9058-ccf0d5a8fdff_removebg.jpg?w=600', 'https://abimg003.imgix.net/KV16VDD/2026-03-23/image/fd3cc946-a033-4643-b3dc-940babeffec9_removebg.jpg?w=600', 'https://abimg003.imgix.net/KV16VDD/2026-03-23/image/55bb0df6-db73-4c7d-a6d3-a1aca30f5b58_removebg.jpg?w=600', 'https://abimg003.imgix.net/KV16VDD/2026-03-23/image/4ca819a7-4416-4749-adee-8be9034f6bdd_removebg.jpg?w=600', 'https://abimg003.imgix.net/KV16VDD/2026-03-23/image/82357843-168f-4ad0-bba3-91140abe04ff_removebg.jpg?w=600', 'https://abimg003.imgix.net/KV16VDD/2026-03-23/image/682b8c74-467f-4aad-bf79-c42b9227985e_removebg.jpg?w=600', 'https://abimg003.imgix.net/KV16VDD/2026-03-23/image/681b1416-bff8-4586-8792-18fc1a3370ba_removebg.jpg?w=600', 'https://abimg003.imgix.net/KV16VDD/2026-03-23/image/9d74b309-5770-4b1e-b8ad-551d1ee1e1e0_removebg.jpg?w=600'], 'colour': 'BLUE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': 'VOSA STATES, 44K, 49K, 54K, 58K - 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': 104, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/18e622cf-c8d0-498c-81c3-0f45589d7e65.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 13:18:22 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120595549, 'registration': 'KV16VDD', 'account': 'ALL021', 'make': 'PEUGEOT', 'model': '208 HATCHBACK', 'derivative': '1.2 PureTech 82 Active 5dr', 'mileage': 61099, 'mileageWarranty': True, 'type': 'car', 'saleId': 19178, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 472}, 'saleStart': '2026-03-25T10:00Z', 'lot': 2329, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2016-08-05', 'fuel': 'Petrol', 'motExpiry': '2026-08-04', 'doors': 5, 'engineSize': 1200, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/KV16VDD/2026-03-23/image/b07c3392-a5c6-48ae-82ce-eacef88be643_removebg.jpg?w=600', 'https://abimg003.imgix.net/KV16VDD/2026-03-23/image/87bcd50e-2b93-4fb0-9058-ccf0d5a8fdff_removebg.jpg?w=600', 'https://abimg003.imgix.net/KV16VDD/2026-03-23/image/fd3cc946-a033-4643-b3dc-940babeffec9_removebg.jpg?w=600', 'https://abimg003.imgix.net/KV16VDD/2026-03-23/image/55bb0df6-db73-4c7d-a6d3-a1aca30f5b58_removebg.jpg?w=600', 'https://abimg003.imgix.net/KV16VDD/2026-03-23/image/4ca819a7-4416-4749-adee-8be9034f6bdd_removebg.jpg?w=600', 'https://abimg003.imgix.net/KV16VDD/2026-03-23/image/82357843-168f-4ad0-bba3-91140abe04ff_removebg.jpg?w=600', 'https://abimg003.imgix.net/KV16VDD/2026-03-23/image/682b8c74-467f-4aad-bf79-c42b9227985e_removebg.jpg?w=600', 'https://abimg003.imgix.net/KV16VDD/2026-03-23/image/681b1416-bff8-4586-8792-18fc1a3370ba_removebg.jpg?w=600', 'https://abimg003.imgix.net/KV16VDD/2026-03-23/image/9d74b309-5770-4b1e-b8ad-551d1ee1e1e0_removebg.jpg?w=600'], 'colour': 'BLUE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': 'VOSA STATES, 44K, 49K, 54K, 58K - 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': 104, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/18e622cf-c8d0-498c-81c3-0f45589d7e65.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 13:18:22 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: fcee8eb3-fd0a-5653-a509-75f894e7f783 with identifier: 120595549
2026-03-24 13:18:22 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fcee8eb3-fd0a-5653-a509-75f894e7f783 with scrape type 2
2026-03-24 13:18:22 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item fcee8eb3-fd0a-5653-a509-75f894e7f783 with scrape type 2
2026-03-24 13:18:22 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: fcee8eb3-fd0a-5653-a509-75f894e7f783, identifier: 120595549
2026-03-24 13:18:22 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: fcee8eb3-fd0a-5653-a509-75f894e7f783 with identifier: 120595549
2026-03-24 13:18:22 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: fcee8eb3-fd0a-5653-a509-75f894e7f783 with identifier: 120595549
2026-03-24 13:18:22 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: fcee8eb3-fd0a-5653-a509-75f894e7f783 with identifier: 120595549 to the API
2026-03-24 13:18:22 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 13:18: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-24 13:18:24 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120595549?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 104,
'color': 'BLUE',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.2L',
'expiration_date': '2026-03-25T10:00:00Z',
'fuel_type': 'Petrol',
'id': 'fcee8eb3-fd0a-5653-a509-75f894e7f783',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'KV16VDD',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120595549',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'PEUGEOT',
'model': '208 HATCHBACK',
'odometer': 61099,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2016-08-05',
'seller_name': 'SMC GROUP',
'title': 'PEUGEOT 208 HATCHBACK 1.2 PureTech 82 Active 5dr',
'transmission': 'manual',
'trim': '1.2 PureTech 82 Active 5dr',
'vin': None,
'year': 2016}
2026-03-24 13:18:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:18:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120595549%27 HTTP/1.1" 200 None
2026-03-24 13:18:24 [astonbarclay.gb] INFO: Saving data for 120595549: {'created_time': 1774033448.654843, 'last_price_update_time': 1774358304.212085, 'auction_closing_time': 1774432800.0}
2026-03-24 13:18:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:18:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120595549') HTTP/1.1" 204 0
2026-03-24 13:18:24 [zyte_api._retry] DEBUG: Finished call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request' after 131.715(s), this was the 1st time calling it.
2026-03-24 13:18:24 [zyte_api._retry] DEBUG: Retrying zyte_api._async.AsyncZyteAPI.get.<locals>.request in 6.87270779219016 seconds as it raised ClientConnectorError: Cannot connect to host api.zyte.com:443 ssl:default [Connect call failed ('69.41.180.81', 443)].
2026-03-24 13:18:24 [zyte_api._retry] DEBUG: Finished call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request' after 131.716(s), this was the 1st time calling it.
2026-03-24 13:18:24 [zyte_api._retry] DEBUG: Retrying zyte_api._async.AsyncZyteAPI.get.<locals>.request in 6.675142380639405 seconds as it raised ClientConnectorError: Cannot connect to host api.zyte.com:443 ssl:default [Connect call failed ('69.41.180.81', 443)].
2026-03-24 13:18:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120592255?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-24 13:18:24 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:18:24 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120592255, 'registration': 'LO64DFF', 'account': 'ALL021', 'make': 'LEXUS', 'model': 'IS SALOON', 'derivative': '300h SE 4dr CVT Auto', 'mileage': 54441, 'mileageWarranty': True, 'type': 'car', 'saleId': 19178, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 472}, 'saleStart': '2026-03-25T10:00Z', 'lot': 2333, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2015-01-19', 'fuel': 'Petrol/Electric Hybrid', 'motExpiry': '2026-11-18', 'doors': 4, 'engineSize': 2494, 'bodyType': 'Saloon', 'images': ['https://abimg003.imgix.net/LO64DFF/2026-03-21/image/c0207a1f-e419-41ed-936f-83dca24f62d9_removebg.jpg?w=600', 'https://abimg003.imgix.net/LO64DFF/2026-03-21/image/288860e8-9bc1-4f55-b204-ab1f7fa816cf_removebg.jpg?w=600', 'https://abimg003.imgix.net/LO64DFF/2026-03-21/image/27d9f34a-b731-46ad-91e2-b5bfa75ebcd5_removebg.jpg?w=600', 'https://abimg003.imgix.net/LO64DFF/2026-03-21/image/2f06739d-013f-470d-98e6-84577e25d930_removebg.jpg?w=600', 'https://abimg003.imgix.net/LO64DFF/2026-03-21/image/b6887676-a0bb-41d7-9967-1f69ed9f7cfd_removebg.jpg?w=600', 'https://abimg003.imgix.net/LO64DFF/2026-03-21/image/39db2370-48b1-498a-877d-99ae7e5d91bb_removebg.jpg?w=600', 'https://abimg003.imgix.net/LO64DFF/2026-03-21/image/08006293-6beb-4869-ae76-95574175c47b_removebg.jpg?w=600', 'https://abimg003.imgix.net/LO64DFF/2026-03-21/image/e92626a1-ef0f-4a81-883e-7532e92024b6_removebg.jpg?w=600', 'https://abimg003.imgix.net/LO64DFF/2026-03-21/image/a354c4e0-7bb9-4431-bb6c-a4b120e9138e_removebg.jpg?w=600'], 'colour': 'SILVER', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 02/16 7K - 03/17 11K - 05/18 14K - 04/19 17K - 06/20 22K - 06/21 24K - 05/22 28K - 05/23 34K - 06/24 42K - 06/25 48K', 'remarks': 'VOSA STATES, 31K, 38K, 46K, 52K - 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': 99, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/4586da18-f7f3-4f92-8f3b-95233b706127.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 13:18:24 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120592255, 'registration': 'LO64DFF', 'account': 'ALL021', 'make': 'LEXUS', 'model': 'IS SALOON', 'derivative': '300h SE 4dr CVT Auto', 'mileage': 54441, 'mileageWarranty': True, 'type': 'car', 'saleId': 19178, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 472}, 'saleStart': '2026-03-25T10:00Z', 'lot': 2333, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2015-01-19', 'fuel': 'Petrol/Electric Hybrid', 'motExpiry': '2026-11-18', 'doors': 4, 'engineSize': 2494, 'bodyType': 'Saloon', 'images': ['https://abimg003.imgix.net/LO64DFF/2026-03-21/image/c0207a1f-e419-41ed-936f-83dca24f62d9_removebg.jpg?w=600', 'https://abimg003.imgix.net/LO64DFF/2026-03-21/image/288860e8-9bc1-4f55-b204-ab1f7fa816cf_removebg.jpg?w=600', 'https://abimg003.imgix.net/LO64DFF/2026-03-21/image/27d9f34a-b731-46ad-91e2-b5bfa75ebcd5_removebg.jpg?w=600', 'https://abimg003.imgix.net/LO64DFF/2026-03-21/image/2f06739d-013f-470d-98e6-84577e25d930_removebg.jpg?w=600', 'https://abimg003.imgix.net/LO64DFF/2026-03-21/image/b6887676-a0bb-41d7-9967-1f69ed9f7cfd_removebg.jpg?w=600', 'https://abimg003.imgix.net/LO64DFF/2026-03-21/image/39db2370-48b1-498a-877d-99ae7e5d91bb_removebg.jpg?w=600', 'https://abimg003.imgix.net/LO64DFF/2026-03-21/image/08006293-6beb-4869-ae76-95574175c47b_removebg.jpg?w=600', 'https://abimg003.imgix.net/LO64DFF/2026-03-21/image/e92626a1-ef0f-4a81-883e-7532e92024b6_removebg.jpg?w=600', 'https://abimg003.imgix.net/LO64DFF/2026-03-21/image/a354c4e0-7bb9-4431-bb6c-a4b120e9138e_removebg.jpg?w=600'], 'colour': 'SILVER', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 02/16 7K - 03/17 11K - 05/18 14K - 04/19 17K - 06/20 22K - 06/21 24K - 05/22 28K - 05/23 34K - 06/24 42K - 06/25 48K', 'remarks': 'VOSA STATES, 31K, 38K, 46K, 52K - 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': 99, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/4586da18-f7f3-4f92-8f3b-95233b706127.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 13:18:24 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 36741bee-a8b1-580b-8d2e-b9dcd4130661 with identifier: 120592255
2026-03-24 13:18:24 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 36741bee-a8b1-580b-8d2e-b9dcd4130661 with scrape type 2
2026-03-24 13:18:24 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 36741bee-a8b1-580b-8d2e-b9dcd4130661 with scrape type 2
2026-03-24 13:18:24 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 36741bee-a8b1-580b-8d2e-b9dcd4130661, identifier: 120592255
2026-03-24 13:18:24 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 36741bee-a8b1-580b-8d2e-b9dcd4130661 with identifier: 120592255
2026-03-24 13:18:24 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 36741bee-a8b1-580b-8d2e-b9dcd4130661 with identifier: 120592255
2026-03-24 13:18:24 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 36741bee-a8b1-580b-8d2e-b9dcd4130661 with identifier: 120592255 to the API
2026-03-24 13:18:24 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 13:18: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-24 13:18:24 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120592255?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 99,
'color': 'SILVER',
'currency': 'GBP',
'doors_number': 4,
'emission_standard': 'EURO 5',
'engine': '2.5L',
'expiration_date': '2026-03-25T10:00:00Z',
'fuel_type': 'Petrol/Electric Hybrid',
'id': '36741bee-a8b1-580b-8d2e-b9dcd4130661',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'LO64DFF',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120592255',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'LEXUS',
'model': 'IS SALOON',
'odometer': 54441,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2015-01-19',
'seller_name': 'SMC GROUP',
'title': 'LEXUS IS SALOON 300h SE 4dr CVT Auto',
'transmission': 'automatic',
'trim': '300h SE 4dr CVT Auto',
'vin': None,
'year': 2015}
2026-03-24 13:18:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:18:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120592255%27 HTTP/1.1" 200 None
2026-03-24 13:18:24 [astonbarclay.gb] INFO: Saving data for 120592255: {'auction_closing_time': 1774432800.0, 'created_time': 1774033630.291979, 'last_price_update_time': 1774358304.73995}
2026-03-24 13:18:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:18:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120592255') HTTP/1.1" 204 0
2026-03-24 13:18:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120595514?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-24 13:18:24 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:18:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120461543?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-24 13:18:24 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:18:24 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120595514, 'registration': 'LT15HZF', 'account': 'ALL021', 'make': 'AUDI', 'model': 'A4 DIESEL SALOON', 'derivative': '2.0 TDIe SE Technik 4dr', 'mileage': 125377, 'mileageWarranty': True, 'type': 'car', 'saleId': 19178, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 472}, 'saleStart': '2026-03-25T10:00Z', 'lot': 2317, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2015-03-06', 'fuel': 'Diesel', 'motExpiry': '2027-03-05', 'doors': 4, 'engineSize': 1968, 'bodyType': 'Saloon', 'images': ['https://abimg003.imgix.net/LT15HZF/2026-03-21/image/9bcddcf7-c420-4561-bdd5-95e3edba9bb0_removebg.jpg?w=600', 'https://abimg003.imgix.net/LT15HZF/2026-03-21/image/a654d4f5-6e5b-4e1a-93ec-7a583f1529a5_removebg.jpg?w=600', 'https://abimg003.imgix.net/LT15HZF/2026-03-21/image/127d9ec3-92de-4bfa-9a5d-c6cabbccad2a_removebg.jpg?w=600', 'https://abimg003.imgix.net/LT15HZF/2026-03-21/image/678e0baa-dea5-4d3d-94e5-f5f4dcf5422c_removebg.jpg?w=600', 'https://abimg003.imgix.net/LT15HZF/2026-03-21/image/fa30189e-c353-4cf9-aa3d-29004c61f926_removebg.jpg?w=600', 'https://abimg003.imgix.net/LT15HZF/2026-03-21/image/de5e5bc3-847b-4fd0-9206-a8232a3ff9ed_removebg.jpg?w=600', 'https://abimg003.imgix.net/LT15HZF/2026-03-21/image/3cbcba8d-e949-47bf-9d9d-010ea3a26757_removebg.jpg?w=600'], 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Express', 'serviceHistory': 'Service print 03/21 86K - 12/24 116K - 02/26 125K', 'remarks': 'VOSA STATES, 101K, 109K, 117K, 125K', 'virtual': False, 'seller': 'SMC GROUP', '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/5ea8d78d-01cd-4637-8f2d-5b6ad38dabfa.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 13:18:24 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120595514, 'registration': 'LT15HZF', 'account': 'ALL021', 'make': 'AUDI', 'model': 'A4 DIESEL SALOON', 'derivative': '2.0 TDIe SE Technik 4dr', 'mileage': 125377, 'mileageWarranty': True, 'type': 'car', 'saleId': 19178, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 472}, 'saleStart': '2026-03-25T10:00Z', 'lot': 2317, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2015-03-06', 'fuel': 'Diesel', 'motExpiry': '2027-03-05', 'doors': 4, 'engineSize': 1968, 'bodyType': 'Saloon', 'images': ['https://abimg003.imgix.net/LT15HZF/2026-03-21/image/9bcddcf7-c420-4561-bdd5-95e3edba9bb0_removebg.jpg?w=600', 'https://abimg003.imgix.net/LT15HZF/2026-03-21/image/a654d4f5-6e5b-4e1a-93ec-7a583f1529a5_removebg.jpg?w=600', 'https://abimg003.imgix.net/LT15HZF/2026-03-21/image/127d9ec3-92de-4bfa-9a5d-c6cabbccad2a_removebg.jpg?w=600', 'https://abimg003.imgix.net/LT15HZF/2026-03-21/image/678e0baa-dea5-4d3d-94e5-f5f4dcf5422c_removebg.jpg?w=600', 'https://abimg003.imgix.net/LT15HZF/2026-03-21/image/fa30189e-c353-4cf9-aa3d-29004c61f926_removebg.jpg?w=600', 'https://abimg003.imgix.net/LT15HZF/2026-03-21/image/de5e5bc3-847b-4fd0-9206-a8232a3ff9ed_removebg.jpg?w=600', 'https://abimg003.imgix.net/LT15HZF/2026-03-21/image/3cbcba8d-e949-47bf-9d9d-010ea3a26757_removebg.jpg?w=600'], 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Express', 'serviceHistory': 'Service print 03/21 86K - 12/24 116K - 02/26 125K', 'remarks': 'VOSA STATES, 101K, 109K, 117K, 125K', 'virtual': False, 'seller': 'SMC GROUP', '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/5ea8d78d-01cd-4637-8f2d-5b6ad38dabfa.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 13:18:24 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ddacc142-2d6d-5482-82ab-affeef234940 with identifier: 120595514
2026-03-24 13:18:24 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ddacc142-2d6d-5482-82ab-affeef234940 with scrape type 2
2026-03-24 13:18:24 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ddacc142-2d6d-5482-82ab-affeef234940 with scrape type 2
2026-03-24 13:18:25 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: ddacc142-2d6d-5482-82ab-affeef234940, identifier: 120595514
2026-03-24 13:18:25 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: ddacc142-2d6d-5482-82ab-affeef234940 with identifier: 120595514
2026-03-24 13:18:25 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: ddacc142-2d6d-5482-82ab-affeef234940 with identifier: 120595514
2026-03-24 13:18:25 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: ddacc142-2d6d-5482-82ab-affeef234940 with identifier: 120595514 to the API
2026-03-24 13:18:25 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 13:18: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-24 13:18:26 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120595514?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 112,
'color': 'WHITE',
'currency': 'GBP',
'doors_number': 4,
'emission_standard': 'EURO 5',
'engine': '2.0L',
'expiration_date': '2026-03-25T10:00:00Z',
'fuel_type': 'Diesel',
'id': 'ddacc142-2d6d-5482-82ab-affeef234940',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'LT15HZF',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120595514',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'AUDI',
'model': 'A4 DIESEL SALOON',
'odometer': 125377,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2015-03-06',
'seller_name': 'SMC GROUP',
'title': 'AUDI A4 DIESEL SALOON 2.0 TDIe SE Technik 4dr',
'transmission': 'manual',
'trim': '2.0 TDIe SE Technik 4dr',
'vin': None,
'year': 2015}
2026-03-24 13:18:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:18:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120595514%27 HTTP/1.1" 200 None
2026-03-24 13:18:26 [astonbarclay.gb] INFO: Saving data for 120595514: {'auction_closing_time': 1774432800.0, 'created_time': 1774033593.023132, 'last_price_update_time': 1774358306.133312}
2026-03-24 13:18:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:18:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120595514') HTTP/1.1" 204 0
2026-03-24 13:18:26 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120461543, 'registration': 'OE68VSM', 'account': 'SMC024', 'make': 'JAGUAR', 'model': 'F-TYPE COUPE', 'derivative': '2.0 R-Dynamic 2dr Auto', 'mileage': 22847, 'mileageWarranty': True, 'type': 'car', 'saleId': 19178, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 472}, 'saleStart': '2026-03-25T10:00Z', 'lot': 2316, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2018-12-22', 'fuel': 'Petrol', 'motExpiry': '2026-06-18', 'doors': 2, 'engineSize': 1997, 'bodyType': 'Coupe', 'images': ['https://abimg003.imgix.net/OE68VSM/2026-03-18/image/15d11c84-33c3-466e-bc53-307780e3b5f9_removebg.jpg?w=600', 'https://abimg003.imgix.net/OE68VSM/2026-03-18/image/412b97d4-eb75-4f0b-8d88-e4b2efb16673_removebg.jpg?w=600', 'https://abimg003.imgix.net/OE68VSM/2026-03-18/image/1262d0d9-015a-4757-874d-6ba76625d0b8_removebg.jpg?w=600', 'https://abimg003.imgix.net/OE68VSM/2026-03-18/image/a61d9492-b099-47ee-b061-0ca028af5794_removebg.jpg?w=600', 'https://abimg003.imgix.net/OE68VSM/2026-03-18/image/a590757e-fa1e-42e9-a310-2c8dccd82d6e_removebg.jpg?w=600', 'https://abimg003.imgix.net/OE68VSM/2026-03-18/image/04de67a7-d0ca-4c49-a754-1e447861d7cb_removebg.jpg?w=600', 'https://abimg003.imgix.net/OE68VSM/2026-03-18/image/33e62ee2-8cf3-46e8-8a4b-10f1b44d72d3_removebg.jpg?w=600', 'https://abimg003.imgix.net/OE68VSM/2026-03-18/image/6ab5936f-9ef1-4e37-a3f5-29dfee6865e5_removebg.jpg?w=600', 'https://abimg003.imgix.net/OE68VSM/2026-03-18/image/bdc18ecf-6a86-4c9f-8fe8-165c9c9b1c65_removebg.jpg?w=600'], 'colour': 'BLUE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Fleet', 'serviceHistory': 'Service print 10/19 10K - 01/20 10K - 02/21 13K -03/22 16K - 06/23 18K - 06/24 19K', 'remarks': 'VOSA STATES 18K- 18K- 19K- 21K-', 'virtual': False, 'seller': 'SMC Ford Gillingham', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '2', 'v5': True, 'v5details': 'Here', 'co2': 179, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/63e7ad1c-c11d-40fb-b6de-54dfddce422b.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 13:18:26 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120461543, 'registration': 'OE68VSM', 'account': 'SMC024', 'make': 'JAGUAR', 'model': 'F-TYPE COUPE', 'derivative': '2.0 R-Dynamic 2dr Auto', 'mileage': 22847, 'mileageWarranty': True, 'type': 'car', 'saleId': 19178, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 472}, 'saleStart': '2026-03-25T10:00Z', 'lot': 2316, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2018-12-22', 'fuel': 'Petrol', 'motExpiry': '2026-06-18', 'doors': 2, 'engineSize': 1997, 'bodyType': 'Coupe', 'images': ['https://abimg003.imgix.net/OE68VSM/2026-03-18/image/15d11c84-33c3-466e-bc53-307780e3b5f9_removebg.jpg?w=600', 'https://abimg003.imgix.net/OE68VSM/2026-03-18/image/412b97d4-eb75-4f0b-8d88-e4b2efb16673_removebg.jpg?w=600', 'https://abimg003.imgix.net/OE68VSM/2026-03-18/image/1262d0d9-015a-4757-874d-6ba76625d0b8_removebg.jpg?w=600', 'https://abimg003.imgix.net/OE68VSM/2026-03-18/image/a61d9492-b099-47ee-b061-0ca028af5794_removebg.jpg?w=600', 'https://abimg003.imgix.net/OE68VSM/2026-03-18/image/a590757e-fa1e-42e9-a310-2c8dccd82d6e_removebg.jpg?w=600', 'https://abimg003.imgix.net/OE68VSM/2026-03-18/image/04de67a7-d0ca-4c49-a754-1e447861d7cb_removebg.jpg?w=600', 'https://abimg003.imgix.net/OE68VSM/2026-03-18/image/33e62ee2-8cf3-46e8-8a4b-10f1b44d72d3_removebg.jpg?w=600', 'https://abimg003.imgix.net/OE68VSM/2026-03-18/image/6ab5936f-9ef1-4e37-a3f5-29dfee6865e5_removebg.jpg?w=600', 'https://abimg003.imgix.net/OE68VSM/2026-03-18/image/bdc18ecf-6a86-4c9f-8fe8-165c9c9b1c65_removebg.jpg?w=600'], 'colour': 'BLUE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Fleet', 'serviceHistory': 'Service print 10/19 10K - 01/20 10K - 02/21 13K -03/22 16K - 06/23 18K - 06/24 19K', 'remarks': 'VOSA STATES 18K- 18K- 19K- 21K-', 'virtual': False, 'seller': 'SMC Ford Gillingham', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '2', 'v5': True, 'v5details': 'Here', 'co2': 179, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/63e7ad1c-c11d-40fb-b6de-54dfddce422b.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 13:18:26 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d9fe20ee-47e3-51c7-b626-0ec86d486ec5 with identifier: 120461543
2026-03-24 13:18:26 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d9fe20ee-47e3-51c7-b626-0ec86d486ec5 with scrape type 2
2026-03-24 13:18:26 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d9fe20ee-47e3-51c7-b626-0ec86d486ec5 with scrape type 2
2026-03-24 13:18:26 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: d9fe20ee-47e3-51c7-b626-0ec86d486ec5, identifier: 120461543
2026-03-24 13:18:26 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: d9fe20ee-47e3-51c7-b626-0ec86d486ec5 with identifier: 120461543
2026-03-24 13:18:26 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: d9fe20ee-47e3-51c7-b626-0ec86d486ec5 with identifier: 120461543
2026-03-24 13:18:26 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: d9fe20ee-47e3-51c7-b626-0ec86d486ec5 with identifier: 120461543 to the API
2026-03-24 13:18:26 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 13:18:28 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-24 13:18:28 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120461543?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 179,
'color': 'BLUE',
'currency': 'GBP',
'doors_number': 2,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'expiration_date': '2026-03-25T10:00:00Z',
'fuel_type': 'Petrol',
'id': 'd9fe20ee-47e3-51c7-b626-0ec86d486ec5',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'OE68VSM',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120461543',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'JAGUAR',
'model': 'F-TYPE COUPE',
'odometer': 22847,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2018-12-22',
'seller_name': 'SMC Ford Gillingham',
'title': 'JAGUAR F-TYPE COUPE 2.0 R-Dynamic 2dr Auto',
'transmission': 'automatic',
'trim': '2.0 R-Dynamic 2dr Auto',
'vin': None,
'year': 2018}
2026-03-24 13:18:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:18:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120461543%27 HTTP/1.1" 200 None
2026-03-24 13:18:28 [astonbarclay.gb] INFO: Saving data for 120461543: {'auction_closing_time': 1774432800.0, 'created_time': 1773838939.471177, 'last_price_update_time': 1774358308.67155}
2026-03-24 13:18:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:18:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120461543') HTTP/1.1" 204 0
2026-03-24 13:18:29 [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-24 13:18:29 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:18:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120461472?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-24 13:18:29 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:18:29 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120473894, 'registration': 'SA12FYD', 'account': 'ESS030', 'make': 'AUDI', 'model': 'A4 DIESEL AVANT', 'derivative': '2.0 TDIe SE Technik 5dr', 'mileage': 166687, 'mileageWarranty': True, 'type': 'car', 'saleId': 19178, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 472}, 'saleStart': '2026-03-25T10:00Z', 'lot': 2304, 'hall': 'Hall 2', '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-24 13:18:29 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120473894, 'registration': 'SA12FYD', 'account': 'ESS030', 'make': 'AUDI', 'model': 'A4 DIESEL AVANT', 'derivative': '2.0 TDIe SE Technik 5dr', 'mileage': 166687, 'mileageWarranty': True, 'type': 'car', 'saleId': 19178, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 472}, 'saleStart': '2026-03-25T10:00Z', 'lot': 2304, 'hall': 'Hall 2', '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-24 13:18:29 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f40689a3-a940-52e0-bde4-115466c23729 with identifier: 120473894
2026-03-24 13:18:29 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f40689a3-a940-52e0-bde4-115466c23729 with scrape type 2
2026-03-24 13:18:29 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f40689a3-a940-52e0-bde4-115466c23729 with scrape type 2
2026-03-24 13:18:29 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: f40689a3-a940-52e0-bde4-115466c23729, identifier: 120473894
2026-03-24 13:18:29 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: f40689a3-a940-52e0-bde4-115466c23729 with identifier: 120473894
2026-03-24 13:18:29 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: f40689a3-a940-52e0-bde4-115466c23729 with identifier: 120473894
2026-03-24 13:18:29 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: f40689a3-a940-52e0-bde4-115466c23729 with identifier: 120473894 to the API
2026-03-24 13:18:29 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 13:18: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-24 13:18:30 [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-25T10: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-24 13:18:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:18:30 [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-24 13:18:30 [astonbarclay.gb] INFO: Saving data for 120473894: {'auction_closing_time': 1774432800.0, 'created_time': 1773838946.295658, 'last_price_update_time': 1774358310.2814}
2026-03-24 13:18:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:18:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120473894') HTTP/1.1" 204 0
2026-03-24 13:18:30 [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-24 13:18:30 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120461472, 'registration': 'LV63UKX', 'account': 'SMC024', 'make': 'VAUXHALL', 'model': 'MOKKA HATCHBACK', 'derivative': '1.4T Exclusiv 5dr 4WD', 'mileage': 94131, 'mileageWarranty': True, 'type': 'car', 'saleId': 19178, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 472}, 'saleStart': '2026-03-25T10:00Z', 'lot': 2311, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2013-12-28', 'fuel': 'Petrol', 'motExpiry': '2027-01-22', 'doors': 5, 'engineSize': 1364, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/LV63UKX/2026-03-18/image/d75d38cf-7497-404c-9a27-7ef8f6e417ab_removebg.jpg?w=600', 'https://abimg003.imgix.net/LV63UKX/2026-03-18/image/c567abf3-efa1-470d-841e-cc4ef6db0a5f_removebg.jpg?w=600', 'https://abimg003.imgix.net/LV63UKX/2026-03-18/image/5264a2d1-386e-48a8-9252-4f9bd293206b_removebg.jpg?w=600', 'https://abimg003.imgix.net/LV63UKX/2026-03-18/image/0f24186e-0af8-4d59-beac-c83b2362a269_removebg.jpg?w=600', 'https://abimg003.imgix.net/LV63UKX/2026-03-18/image/2928b98e-d4d3-47ab-80c3-f152b1de58d2_removebg.jpg?w=600', 'https://abimg003.imgix.net/LV63UKX/2026-03-18/image/249e3f41-dd33-47b5-a99a-e6461da8691c_removebg.jpg?w=600', 'https://abimg003.imgix.net/LV63UKX/2026-03-18/image/21e8095f-12a3-4790-8528-8c16f531d35d_removebg.jpg?w=600', 'https://abimg003.imgix.net/LV63UKX/2026-03-18/image/6344acf0-f87f-47d0-a7b5-c9e5992f65d7_removebg.jpg?w=600'], 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Express', 'serviceHistory': 'Service book 12/15 15K - 11/16 21K - 01/18 28K - 01/21 57K - 01/22 65K - 01/25 93K -', 'remarks': 'VOSA STATES 73K - 80K- 87K- 93K - SPARE KEY IN OFFICE', 'virtual': False, 'seller': 'SMC Ford Gillingham', '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/8069f0d7-4e5c-4655-ad8e-9d4f67462d7a.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 13:18:30 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120461472, 'registration': 'LV63UKX', 'account': 'SMC024', 'make': 'VAUXHALL', 'model': 'MOKKA HATCHBACK', 'derivative': '1.4T Exclusiv 5dr 4WD', 'mileage': 94131, 'mileageWarranty': True, 'type': 'car', 'saleId': 19178, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 472}, 'saleStart': '2026-03-25T10:00Z', 'lot': 2311, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2013-12-28', 'fuel': 'Petrol', 'motExpiry': '2027-01-22', 'doors': 5, 'engineSize': 1364, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/LV63UKX/2026-03-18/image/d75d38cf-7497-404c-9a27-7ef8f6e417ab_removebg.jpg?w=600', 'https://abimg003.imgix.net/LV63UKX/2026-03-18/image/c567abf3-efa1-470d-841e-cc4ef6db0a5f_removebg.jpg?w=600', 'https://abimg003.imgix.net/LV63UKX/2026-03-18/image/5264a2d1-386e-48a8-9252-4f9bd293206b_removebg.jpg?w=600', 'https://abimg003.imgix.net/LV63UKX/2026-03-18/image/0f24186e-0af8-4d59-beac-c83b2362a269_removebg.jpg?w=600', 'https://abimg003.imgix.net/LV63UKX/2026-03-18/image/2928b98e-d4d3-47ab-80c3-f152b1de58d2_removebg.jpg?w=600', 'https://abimg003.imgix.net/LV63UKX/2026-03-18/image/249e3f41-dd33-47b5-a99a-e6461da8691c_removebg.jpg?w=600', 'https://abimg003.imgix.net/LV63UKX/2026-03-18/image/21e8095f-12a3-4790-8528-8c16f531d35d_removebg.jpg?w=600', 'https://abimg003.imgix.net/LV63UKX/2026-03-18/image/6344acf0-f87f-47d0-a7b5-c9e5992f65d7_removebg.jpg?w=600'], 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Express', 'serviceHistory': 'Service book 12/15 15K - 11/16 21K - 01/18 28K - 01/21 57K - 01/22 65K - 01/25 93K -', 'remarks': 'VOSA STATES 73K - 80K- 87K- 93K - SPARE KEY IN OFFICE', 'virtual': False, 'seller': 'SMC Ford Gillingham', '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/8069f0d7-4e5c-4655-ad8e-9d4f67462d7a.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 13:18:30 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 58592e49-54ca-5d7a-9c98-222d2d062192 with identifier: 120461472
2026-03-24 13:18:30 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 58592e49-54ca-5d7a-9c98-222d2d062192 with scrape type 2
2026-03-24 13:18:30 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 58592e49-54ca-5d7a-9c98-222d2d062192 with scrape type 2
2026-03-24 13:18:30 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 58592e49-54ca-5d7a-9c98-222d2d062192, identifier: 120461472
2026-03-24 13:18:30 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:18:30 [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-24 13:18:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120595526?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-24 13:18:30 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 58592e49-54ca-5d7a-9c98-222d2d062192 with identifier: 120461472
2026-03-24 13:18:30 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 58592e49-54ca-5d7a-9c98-222d2d062192 with identifier: 120461472
2026-03-24 13:18:30 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 58592e49-54ca-5d7a-9c98-222d2d062192 with identifier: 120461472 to the API
2026-03-24 13:18:30 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 13:18:32 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-24 13:18:32 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120461472?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 149,
'color': 'WHITE',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 5',
'engine': '1.4L',
'expiration_date': '2026-03-25T10:00:00Z',
'fuel_type': 'Petrol',
'id': '58592e49-54ca-5d7a-9c98-222d2d062192',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'LV63UKX',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120461472',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'VAUXHALL',
'model': 'MOKKA HATCHBACK',
'odometer': 94131,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2013-12-28',
'seller_name': 'SMC Ford Gillingham',
'title': 'VAUXHALL MOKKA HATCHBACK 1.4T Exclusiv 5dr 4WD',
'transmission': 'manual',
'trim': '1.4T Exclusiv 5dr 4WD',
'vin': None,
'year': 2013}
2026-03-24 13:18:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:18:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120461472%27 HTTP/1.1" 200 None
2026-03-24 13:18:32 [astonbarclay.gb] INFO: Saving data for 120461472: {'auction_closing_time': 1774432800.0, 'created_time': 1773838905.815942, 'last_price_update_time': 1774358312.794877}
2026-03-24 13:18:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:18:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120461472') HTTP/1.1" 204 0
2026-03-24 13:18:32 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:18:32 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:18:32 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 2nd time calling it.
2026-03-24 13:18:32 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 2nd time calling it.
2026-03-24 13:18:32 [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': 19178, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 472}, 'saleStart': '2026-03-25T10:00Z', 'lot': 2314, 'hall': 'Hall 2', '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-24 13:18:32 [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': 19178, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 472}, 'saleStart': '2026-03-25T10:00Z', 'lot': 2314, 'hall': 'Hall 2', '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-24 13:18:32 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7f58bdb7-cba9-5638-af13-2cfd9487bc61 with identifier: 120595536
2026-03-24 13:18:32 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7f58bdb7-cba9-5638-af13-2cfd9487bc61 with scrape type 2
2026-03-24 13:18:32 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7f58bdb7-cba9-5638-af13-2cfd9487bc61 with scrape type 2
2026-03-24 13:18:32 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 7f58bdb7-cba9-5638-af13-2cfd9487bc61, identifier: 120595536
2026-03-24 13:18:32 [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': 19178, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 472}, 'saleStart': '2026-03-25T10:00Z', 'lot': 2310, 'hall': 'Hall 2', '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': 'NO V5 FORMER KEEPERS UNKNOWN - 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-24 13:18:32 [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': 19178, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 472}, 'saleStart': '2026-03-25T10:00Z', 'lot': 2310, 'hall': 'Hall 2', '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': 'NO V5 FORMER KEEPERS UNKNOWN - 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-24 13:18:32 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: de316958-65b9-5c06-bccc-176f01b8250b with identifier: 120461410
2026-03-24 13:18:32 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item de316958-65b9-5c06-bccc-176f01b8250b with scrape type 2
2026-03-24 13:18:32 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item de316958-65b9-5c06-bccc-176f01b8250b with scrape type 2
2026-03-24 13:18:32 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: de316958-65b9-5c06-bccc-176f01b8250b, identifier: 120461410
2026-03-24 13:18:33 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120595526, 'registration': 'SA12PZE', 'account': 'ALL021', 'make': 'FORD', 'model': 'FIESTA HATCHBACK', 'derivative': '1.4 Titanium 5dr', 'mileage': 103060, 'mileageWarranty': True, 'type': 'car', 'saleId': 19178, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 472}, 'saleStart': '2026-03-25T10:00Z', 'lot': 2319, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2012-03-30', 'fuel': 'Petrol', 'motExpiry': '2026-04-04', 'doors': 5, 'engineSize': 1388, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/SA12PZE/2026-03-21/image/1fb397fd-4c35-49bd-b7d9-03472824b7cf_removebg.jpg?w=600', 'https://abimg003.imgix.net/SA12PZE/2026-03-21/image/02ac4865-93e8-4931-a681-3199a6e93426_removebg.jpg?w=600', 'https://abimg003.imgix.net/SA12PZE/2026-03-21/image/8e481997-23b8-4646-b997-359251293242_removebg.jpg?w=600', 'https://abimg003.imgix.net/SA12PZE/2026-03-21/image/7274b6e4-8d9a-4c9f-ae2c-43a66acd0a7c_removebg.jpg?w=600', 'https://abimg003.imgix.net/SA12PZE/2026-03-21/image/feff5911-313e-49cb-9dfb-781a83cb9231_removebg.jpg?w=600', 'https://abimg003.imgix.net/SA12PZE/2026-03-21/image/533ae39b-51f9-42a7-9265-498c5a4ff098_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Express', 'serviceHistory': 'Service book 03/13 7K - 03/1414K - 04/15 22K - 04/16 36K - 03/17 50K - 03/18 65K - 04/19 80K - 03/20 93K - 03/21 93K - 03/22 95K - 03/23 98K', 'remarks': 'VOSA STATES, 95K, 98K, 99K, 101K - 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': 130, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/879aea71-7a87-45b4-b8cf-8f64708860e2.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 13:18:33 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120595526, 'registration': 'SA12PZE', 'account': 'ALL021', 'make': 'FORD', 'model': 'FIESTA HATCHBACK', 'derivative': '1.4 Titanium 5dr', 'mileage': 103060, 'mileageWarranty': True, 'type': 'car', 'saleId': 19178, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 472}, 'saleStart': '2026-03-25T10:00Z', 'lot': 2319, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2012-03-30', 'fuel': 'Petrol', 'motExpiry': '2026-04-04', 'doors': 5, 'engineSize': 1388, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/SA12PZE/2026-03-21/image/1fb397fd-4c35-49bd-b7d9-03472824b7cf_removebg.jpg?w=600', 'https://abimg003.imgix.net/SA12PZE/2026-03-21/image/02ac4865-93e8-4931-a681-3199a6e93426_removebg.jpg?w=600', 'https://abimg003.imgix.net/SA12PZE/2026-03-21/image/8e481997-23b8-4646-b997-359251293242_removebg.jpg?w=600', 'https://abimg003.imgix.net/SA12PZE/2026-03-21/image/7274b6e4-8d9a-4c9f-ae2c-43a66acd0a7c_removebg.jpg?w=600', 'https://abimg003.imgix.net/SA12PZE/2026-03-21/image/feff5911-313e-49cb-9dfb-781a83cb9231_removebg.jpg?w=600', 'https://abimg003.imgix.net/SA12PZE/2026-03-21/image/533ae39b-51f9-42a7-9265-498c5a4ff098_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Express', 'serviceHistory': 'Service book 03/13 7K - 03/1414K - 04/15 22K - 04/16 36K - 03/17 50K - 03/18 65K - 04/19 80K - 03/20 93K - 03/21 93K - 03/22 95K - 03/23 98K', 'remarks': 'VOSA STATES, 95K, 98K, 99K, 101K - 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': 130, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/879aea71-7a87-45b4-b8cf-8f64708860e2.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 13:18:33 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ff4da7b7-392a-56b4-b8d0-1d71705a0fd0 with identifier: 120595526
2026-03-24 13:18:33 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ff4da7b7-392a-56b4-b8d0-1d71705a0fd0 with scrape type 2
2026-03-24 13:18:33 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ff4da7b7-392a-56b4-b8d0-1d71705a0fd0 with scrape type 2
2026-03-24 13:18:33 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: ff4da7b7-392a-56b4-b8d0-1d71705a0fd0, identifier: 120595526
2026-03-24 13:18:33 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 7f58bdb7-cba9-5638-af13-2cfd9487bc61 with identifier: 120595536
2026-03-24 13:18:33 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 7f58bdb7-cba9-5638-af13-2cfd9487bc61 with identifier: 120595536
2026-03-24 13:18:33 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 7f58bdb7-cba9-5638-af13-2cfd9487bc61 with identifier: 120595536 to the API
2026-03-24 13:18:33 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 13:18: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-24 13:18:34 [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-25T10: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-24 13:18:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:18:34 [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-24 13:18:34 [astonbarclay.gb] INFO: Saving data for 120595536: {'auction_closing_time': 1774432800.0, 'created_time': 1774033628.772, 'last_price_update_time': 1774358314.329557}
2026-03-24 13:18:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:18:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120595536') HTTP/1.1" 204 0
2026-03-24 13:18:34 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: de316958-65b9-5c06-bccc-176f01b8250b with identifier: 120461410
2026-03-24 13:18:34 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: de316958-65b9-5c06-bccc-176f01b8250b with identifier: 120461410
2026-03-24 13:18:34 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: de316958-65b9-5c06-bccc-176f01b8250b with identifier: 120461410 to the API
2026-03-24 13:18:34 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 13:18: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-24 13:18:34 [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-25T10: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-24 13:18:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:18:34 [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-24 13:18:34 [astonbarclay.gb] INFO: Saving data for 120461410: {'auction_closing_time': 1774432800.0, 'created_time': 1773860524.050329, 'last_price_update_time': 1774358314.652269}
2026-03-24 13:18:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:18:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120461410') HTTP/1.1" 204 0
2026-03-24 13:18:34 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: ff4da7b7-392a-56b4-b8d0-1d71705a0fd0 with identifier: 120595526
2026-03-24 13:18:34 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: ff4da7b7-392a-56b4-b8d0-1d71705a0fd0 with identifier: 120595526
2026-03-24 13:18:34 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: ff4da7b7-392a-56b4-b8d0-1d71705a0fd0 with identifier: 120595526 to the API
2026-03-24 13:18:34 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 13:18: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-24 13:18:35 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120595526?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-25T10:00:00Z',
'fuel_type': 'Petrol',
'id': 'ff4da7b7-392a-56b4-b8d0-1d71705a0fd0',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'SA12PZE',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120595526',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'FORD',
'model': 'FIESTA HATCHBACK',
'odometer': 103060,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2012-03-30',
'seller_name': 'SMC GROUP',
'title': 'FORD FIESTA HATCHBACK 1.4 Titanium 5dr',
'transmission': 'manual',
'trim': '1.4 Titanium 5dr',
'vin': None,
'year': 2012}
2026-03-24 13:18:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:18:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120595526%27 HTTP/1.1" 200 None
2026-03-24 13:18:36 [astonbarclay.gb] INFO: Saving data for 120595526: {'auction_closing_time': 1774432800.0, 'created_time': 1774033625.264298, 'last_price_update_time': 1774358316.011043}
2026-03-24 13:18:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:18:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120595526') HTTP/1.1" 204 0
2026-03-24 13:18:36 [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-24 13:18:36 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:18:36 [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': 19178, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 472}, 'saleStart': '2026-03-25T10:00Z', 'lot': 2302, 'hall': 'Hall 2', '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-24 13:18:36 [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': 19178, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 472}, 'saleStart': '2026-03-25T10:00Z', 'lot': 2302, 'hall': 'Hall 2', '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-24 13:18:36 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8ac6d834-022f-585d-9b94-d80a7c71f774 with identifier: 120595487
2026-03-24 13:18:36 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8ac6d834-022f-585d-9b94-d80a7c71f774 with scrape type 2
2026-03-24 13:18:36 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8ac6d834-022f-585d-9b94-d80a7c71f774 with scrape type 2
2026-03-24 13:18:36 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 8ac6d834-022f-585d-9b94-d80a7c71f774, identifier: 120595487
2026-03-24 13:18:36 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 8ac6d834-022f-585d-9b94-d80a7c71f774 with identifier: 120595487
2026-03-24 13:18:36 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 8ac6d834-022f-585d-9b94-d80a7c71f774 with identifier: 120595487
2026-03-24 13:18:36 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 8ac6d834-022f-585d-9b94-d80a7c71f774 with identifier: 120595487 to the API
2026-03-24 13:18:36 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 13:18: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-24 13:18:37 [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-25T10: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-24 13:18:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:18:37 [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-24 13:18:37 [astonbarclay.gb] INFO: Saving data for 120595487: {'auction_closing_time': 1774432800.0, 'created_time': 1774033632.360367, 'last_price_update_time': 1774358317.809085}
2026-03-24 13:18:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:18:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120595487') HTTP/1.1" 204 0
2026-03-24 13:18:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120374976?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-24 13:18:37 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:18:37 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120374976, 'registration': 'KX68XXS', 'account': 'JOH105', 'make': 'VOLVO', 'model': 'V40 HATCHBACK', 'derivative': 'T3 [152] Inscription 5dr', 'mileage': 58727, 'mileageWarranty': True, 'type': 'car', 'saleId': 19178, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 472}, 'saleStart': '2026-03-25T10:00Z', 'lot': 2210, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2018-10-24', 'fuel': 'Petrol', 'motExpiry': '2027-03-09', 'doors': 5, 'engineSize': 1969, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/KX68XXS/2026-03-13/image/6f1ac39a-ef5d-4bd8-99c0-4b48af2611c6_removebg.jpg?w=600', 'https://abimg003.imgix.net/KX68XXS/2026-03-13/image/0245e0f8-e5c2-4bad-9169-413b77b985f7_removebg.jpg?w=600', 'https://abimg003.imgix.net/KX68XXS/2026-03-13/image/7dfee8b9-ae8f-4221-aab8-c66ddce67e3e_removebg.jpg?w=600', 'https://abimg003.imgix.net/KX68XXS/2026-03-13/image/2061dd1b-e53f-46d0-ae28-1d62ccb2b9de_removebg.jpg?w=600', 'https://abimg003.imgix.net/KX68XXS/2026-03-13/image/7ca89498-ad11-4ec8-84ba-ec909bfac467_removebg.jpg?w=600', 'https://abimg003.imgix.net/KX68XXS/2026-03-13/image/1fc7516e-789f-4780-8527-2d0fedda24f5_removebg.jpg?w=600', 'https://abimg003.imgix.net/KX68XXS/2026-03-13/image/4cd9de7f-bfa0-4ac1-ac6e-703d0799565a_removebg.jpg?w=600', 'https://abimg003.imgix.net/KX68XXS/2026-03-13/image/1d2d7858-1acf-456e-b065-68609a194d30_removebg.jpg?w=600', 'https://abimg003.imgix.net/KX68XXS/2026-03-13/image/ca76a2ec-881b-4f72-bc2f-1422530b36c8_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 01/20-14K, 03/21-21K, 03/22-28K, 04/23-37K, 04/24-45K, 04/25-51K.', 'remarks': 'VOSA STATES MILES@ 41K, 49K, 56K, 58K.', 'virtual': False, 'seller': 'John Grose Group', '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/c160e19d-2186-470a-bd0b-574e38f272d9.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 13:18:37 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120374976, 'registration': 'KX68XXS', 'account': 'JOH105', 'make': 'VOLVO', 'model': 'V40 HATCHBACK', 'derivative': 'T3 [152] Inscription 5dr', 'mileage': 58727, 'mileageWarranty': True, 'type': 'car', 'saleId': 19178, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 472}, 'saleStart': '2026-03-25T10:00Z', 'lot': 2210, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2018-10-24', 'fuel': 'Petrol', 'motExpiry': '2027-03-09', 'doors': 5, 'engineSize': 1969, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/KX68XXS/2026-03-13/image/6f1ac39a-ef5d-4bd8-99c0-4b48af2611c6_removebg.jpg?w=600', 'https://abimg003.imgix.net/KX68XXS/2026-03-13/image/0245e0f8-e5c2-4bad-9169-413b77b985f7_removebg.jpg?w=600', 'https://abimg003.imgix.net/KX68XXS/2026-03-13/image/7dfee8b9-ae8f-4221-aab8-c66ddce67e3e_removebg.jpg?w=600', 'https://abimg003.imgix.net/KX68XXS/2026-03-13/image/2061dd1b-e53f-46d0-ae28-1d62ccb2b9de_removebg.jpg?w=600', 'https://abimg003.imgix.net/KX68XXS/2026-03-13/image/7ca89498-ad11-4ec8-84ba-ec909bfac467_removebg.jpg?w=600', 'https://abimg003.imgix.net/KX68XXS/2026-03-13/image/1fc7516e-789f-4780-8527-2d0fedda24f5_removebg.jpg?w=600', 'https://abimg003.imgix.net/KX68XXS/2026-03-13/image/4cd9de7f-bfa0-4ac1-ac6e-703d0799565a_removebg.jpg?w=600', 'https://abimg003.imgix.net/KX68XXS/2026-03-13/image/1d2d7858-1acf-456e-b065-68609a194d30_removebg.jpg?w=600', 'https://abimg003.imgix.net/KX68XXS/2026-03-13/image/ca76a2ec-881b-4f72-bc2f-1422530b36c8_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 01/20-14K, 03/21-21K, 03/22-28K, 04/23-37K, 04/24-45K, 04/25-51K.', 'remarks': 'VOSA STATES MILES@ 41K, 49K, 56K, 58K.', 'virtual': False, 'seller': 'John Grose Group', '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/c160e19d-2186-470a-bd0b-574e38f272d9.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 13:18:37 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c83d58bb-8d6f-5edc-a19a-df4bf3d2ecf7 with identifier: 120374976
2026-03-24 13:18:37 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c83d58bb-8d6f-5edc-a19a-df4bf3d2ecf7 with scrape type 2
2026-03-24 13:18:37 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c83d58bb-8d6f-5edc-a19a-df4bf3d2ecf7 with scrape type 2
2026-03-24 13:18:38 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: c83d58bb-8d6f-5edc-a19a-df4bf3d2ecf7, identifier: 120374976
2026-03-24 13:18:38 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: c83d58bb-8d6f-5edc-a19a-df4bf3d2ecf7 with identifier: 120374976
2026-03-24 13:18:38 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: c83d58bb-8d6f-5edc-a19a-df4bf3d2ecf7 with identifier: 120374976
2026-03-24 13:18:38 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: c83d58bb-8d6f-5edc-a19a-df4bf3d2ecf7 with identifier: 120374976 to the API
2026-03-24 13:18:38 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 13:18: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-24 13:18:39 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120374976?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 139,
'color': 'BLACK',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'expiration_date': '2026-03-25T10:00:00Z',
'fuel_type': 'Petrol',
'id': 'c83d58bb-8d6f-5edc-a19a-df4bf3d2ecf7',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'KX68XXS',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120374976',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'VOLVO',
'model': 'V40 HATCHBACK',
'odometer': 58727,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2018-10-24',
'seller_name': 'John Grose Group',
'title': 'VOLVO V40 HATCHBACK T3 [152] Inscription 5dr',
'transmission': 'manual',
'trim': 'T3 [152] Inscription 5dr',
'vin': None,
'year': 2018}
2026-03-24 13:18:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:18:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120374976%27 HTTP/1.1" 200 None
2026-03-24 13:18:39 [astonbarclay.gb] INFO: Saving data for 120374976: {'auction_closing_time': 1774432800.0, 'created_time': 1773430171.540523, 'last_price_update_time': 1774358319.090944}
2026-03-24 13:18:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:18:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120374976') HTTP/1.1" 204 0
2026-03-24 13:18:39 [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-24 13:18:39 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:18:39 [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': 19178, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 472}, 'saleStart': '2026-03-25T10:00Z', 'lot': 2009, '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-24 13:18:39 [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': 19178, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 472}, 'saleStart': '2026-03-25T10:00Z', 'lot': 2009, '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-24 13:18:39 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 811c353a-6842-5069-9c86-08dd1b033706 with identifier: 120586865
2026-03-24 13:18:39 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 811c353a-6842-5069-9c86-08dd1b033706 with scrape type 2
2026-03-24 13:18:39 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 811c353a-6842-5069-9c86-08dd1b033706 with scrape type 2
2026-03-24 13:18:40 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 811c353a-6842-5069-9c86-08dd1b033706, identifier: 120586865
2026-03-24 13:18:40 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 811c353a-6842-5069-9c86-08dd1b033706 with identifier: 120586865
2026-03-24 13:18:40 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 811c353a-6842-5069-9c86-08dd1b033706 with identifier: 120586865
2026-03-24 13:18:40 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 811c353a-6842-5069-9c86-08dd1b033706 with identifier: 120586865 to the API
2026-03-24 13:18:40 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 13:18: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-24 13:18:41 [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-25T10:00: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-24 13:18:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:18:41 [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-24 13:18:41 [astonbarclay.gb] INFO: Saving data for 120586865: {'auction_closing_time': 1774432800.0, 'created_time': 1774033605.871625, 'last_price_update_time': 1774358321.813426}
2026-03-24 13:18:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:18:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120586865') HTTP/1.1" 204 0
2026-03-24 13:18:41 [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-24 13:18:41 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:18:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120461565?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-24 13:18:41 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:18:41 [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': 19178, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 473}, 'saleStart': '2026-03-25T10:00Z', 'lot': 2005, '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-24 13:18:41 [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': 19178, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 473}, 'saleStart': '2026-03-25T10:00Z', 'lot': 2005, '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-24 13:18:41 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 00ebb668-aeca-55c6-a3c5-8079f09ccb4e with identifier: 120649354
2026-03-24 13:18:41 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 00ebb668-aeca-55c6-a3c5-8079f09ccb4e with scrape type 2
2026-03-24 13:18:41 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 00ebb668-aeca-55c6-a3c5-8079f09ccb4e with scrape type 2
2026-03-24 13:18:42 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 00ebb668-aeca-55c6-a3c5-8079f09ccb4e, identifier: 120649354
2026-03-24 13:18:42 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 00ebb668-aeca-55c6-a3c5-8079f09ccb4e with identifier: 120649354
2026-03-24 13:18:42 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 00ebb668-aeca-55c6-a3c5-8079f09ccb4e with identifier: 120649354
2026-03-24 13:18:42 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 00ebb668-aeca-55c6-a3c5-8079f09ccb4e with identifier: 120649354 to the API
2026-03-24 13:18:42 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 13:18:43 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-24 13:18:43 [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-25T10:00: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-24 13:18:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:18:43 [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-24 13:18:43 [astonbarclay.gb] INFO: Saving data for 120649354: {'auction_closing_time': 1774432800.0, 'created_time': 1774033698.922489, 'last_price_update_time': 1774358323.307305}
2026-03-24 13:18:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:18:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120649354') HTTP/1.1" 204 0
2026-03-24 13:18:43 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120461565, 'registration': 'LV14RYF', 'account': 'SMC024', 'make': 'RENAULT', 'model': 'CAPTUR HATCHBACK', 'derivative': '1.2 TCE Dynamique MediaNav 5dr EDC', 'mileage': 104487, 'mileageWarranty': True, 'type': 'car', 'saleId': 19178, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 473}, 'saleStart': '2026-03-25T10:00Z', 'lot': 2346, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2014-06-14', 'fuel': 'Petrol', 'motExpiry': '2026-06-10', 'doors': 5, 'engineSize': 1197, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/LV14RYF/2026-03-18/image/9821f627-0628-49d2-9813-6650bff51d99_removebg.jpg?w=600', 'https://abimg003.imgix.net/LV14RYF/2026-03-18/image/bec9715c-cf81-4b2d-9635-8921994bb4c0_removebg.jpg?w=600', 'https://abimg003.imgix.net/LV14RYF/2026-03-18/image/b52f8bb2-65fe-46af-b53d-7293fd099e05_removebg.jpg?w=600', 'https://abimg003.imgix.net/LV14RYF/2026-03-18/image/fc36f51e-81f0-43ef-9808-f78ec73d7e20_removebg.jpg?w=600', 'https://abimg003.imgix.net/LV14RYF/2026-03-18/image/8fac5aea-94c7-4ed6-96ec-b07ce9fadc25_removebg.jpg?w=600', 'https://abimg003.imgix.net/LV14RYF/2026-03-18/image/e0a3df1c-0075-421e-a626-eee85bb8cb64_removebg.jpg?w=600'], 'colour': 'GREY/BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Express', 'serviceHistory': 'Service book 06/15 12K - 06/16 24K - 04/17 34K - 12/23 ?? - 12/24 97K -', 'remarks': 'VOSA STATES 80K - 87K- 94K - 100K -', 'virtual': False, 'seller': 'SMC Ford Gillingham', '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/601cdca8-9546-4bdf-ae81-8d444e974e55.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 13:18:43 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120461565, 'registration': 'LV14RYF', 'account': 'SMC024', 'make': 'RENAULT', 'model': 'CAPTUR HATCHBACK', 'derivative': '1.2 TCE Dynamique MediaNav 5dr EDC', 'mileage': 104487, 'mileageWarranty': True, 'type': 'car', 'saleId': 19178, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 473}, 'saleStart': '2026-03-25T10:00Z', 'lot': 2346, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2014-06-14', 'fuel': 'Petrol', 'motExpiry': '2026-06-10', 'doors': 5, 'engineSize': 1197, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/LV14RYF/2026-03-18/image/9821f627-0628-49d2-9813-6650bff51d99_removebg.jpg?w=600', 'https://abimg003.imgix.net/LV14RYF/2026-03-18/image/bec9715c-cf81-4b2d-9635-8921994bb4c0_removebg.jpg?w=600', 'https://abimg003.imgix.net/LV14RYF/2026-03-18/image/b52f8bb2-65fe-46af-b53d-7293fd099e05_removebg.jpg?w=600', 'https://abimg003.imgix.net/LV14RYF/2026-03-18/image/fc36f51e-81f0-43ef-9808-f78ec73d7e20_removebg.jpg?w=600', 'https://abimg003.imgix.net/LV14RYF/2026-03-18/image/8fac5aea-94c7-4ed6-96ec-b07ce9fadc25_removebg.jpg?w=600', 'https://abimg003.imgix.net/LV14RYF/2026-03-18/image/e0a3df1c-0075-421e-a626-eee85bb8cb64_removebg.jpg?w=600'], 'colour': 'GREY/BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Express', 'serviceHistory': 'Service book 06/15 12K - 06/16 24K - 04/17 34K - 12/23 ?? - 12/24 97K -', 'remarks': 'VOSA STATES 80K - 87K- 94K - 100K -', 'virtual': False, 'seller': 'SMC Ford Gillingham', '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/601cdca8-9546-4bdf-ae81-8d444e974e55.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 13:18:43 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e5039020-1393-5613-b6fb-f1d400300c78 with identifier: 120461565
2026-03-24 13:18:43 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e5039020-1393-5613-b6fb-f1d400300c78 with scrape type 2
2026-03-24 13:18:43 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e5039020-1393-5613-b6fb-f1d400300c78 with scrape type 2
2026-03-24 13:18:43 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: e5039020-1393-5613-b6fb-f1d400300c78, identifier: 120461565
2026-03-24 13:18:43 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: e5039020-1393-5613-b6fb-f1d400300c78 with identifier: 120461565
2026-03-24 13:18:43 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-24 13:18:43 [urllib3.connectionpool] DEBUG: https://translate.google.com:443 "GET /m?tl=en&sl=auto&q=GREY%2FBLACK HTTP/1.1" 200 None
2026-03-24 13:18:43 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-24 13:18:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='auto',RowKey='auto') HTTP/1.1" 204 0
2026-03-24 13:18:43 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: e5039020-1393-5613-b6fb-f1d400300c78 with identifier: 120461565
2026-03-24 13:18:43 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: e5039020-1393-5613-b6fb-f1d400300c78 with identifier: 120461565 to the API
2026-03-24 13:18:43 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 13:18:44 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-24 13:18:44 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120461565?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 125,
'color': 'GREY',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 5',
'engine': '1.2L',
'expiration_date': '2026-03-25T10:00:00Z',
'fuel_type': 'Petrol',
'id': 'e5039020-1393-5613-b6fb-f1d400300c78',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'LV14RYF',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120461565',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'RENAULT',
'model': 'CAPTUR HATCHBACK',
'odometer': 104487,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2014-06-14',
'seller_name': 'SMC Ford Gillingham',
'title': 'RENAULT CAPTUR HATCHBACK 1.2 TCE Dynamique MediaNav 5dr EDC',
'transmission': 'automatic',
'trim': '1.2 TCE Dynamique MediaNav 5dr EDC',
'vin': None,
'year': 2014}
2026-03-24 13:18:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:18:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120461565%27 HTTP/1.1" 200 None
2026-03-24 13:18:44 [astonbarclay.gb] INFO: Saving data for 120461565: {'auction_closing_time': 1774432800.0, 'created_time': 1773838945.695003, 'last_price_update_time': 1774358324.918988}
2026-03-24 13:18:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:18:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120461565') HTTP/1.1" 204 0
2026-03-24 13:18:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120586856?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-24 13:18:44 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:18:45 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120586856, 'registration': 'FL56DXE', 'account': 'PAR023', 'make': 'VOLVO', 'model': 'XC90 DIESEL ESTATE', 'derivative': '2.4 D5 SE Lux 5dr Geartronic', 'mileage': 111746, 'mileageWarranty': True, 'type': 'car', 'saleId': 19178, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 473}, 'saleStart': '2026-03-25T10:00Z', 'lot': 2010, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2007-01-26', 'fuel': 'Diesel', 'motExpiry': '2026-02-11', 'doors': 5, 'engineSize': 2401, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/FL56DXE/2026-03-23/image/e1cee04f-8054-416d-b21a-65b090945529_removebg.jpg?w=600', 'https://abimg003.imgix.net/FL56DXE/2026-03-23/image/7277541f-b6cb-47a8-a623-b0bf4b9e3a6c_removebg.jpg?w=600', 'https://abimg003.imgix.net/FL56DXE/2026-03-23/image/8ac7fdfa-4dab-4c2e-9175-b2c65ab3495e_removebg.jpg?w=600', 'https://abimg003.imgix.net/FL56DXE/2026-03-23/image/4a05e07a-37dd-4c6d-a7e7-7ffba61de8af_removebg.jpg?w=600', 'https://abimg003.imgix.net/FL56DXE/2026-03-23/image/d7b8b02f-12d9-4259-bf8c-b7028170633d_removebg.jpg?w=600', 'https://abimg003.imgix.net/FL56DXE/2026-03-23/image/80244411-e869-4527-800e-e6931f660b3f_removebg.jpg?w=600', 'https://abimg003.imgix.net/FL56DXE/2026-03-23/image/393a1eea-5d71-4f5b-a6bb-8a8373edf529_removebg.jpg?w=600'], 'colour': 'GOLD', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Express', 'serviceHistory': 'Service book 02/08-10K, 01/09-21K, 01/10-31K, 01/11-43K, 03/12-54K, 02/13-62K, 02/19-89K, 01/21-93K', 'remarks': 'VOSA STATES 103K, 107K, 109K, 110K', 'virtual': False, 'seller': 'Auction Plus', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '2', 'v5': True, 'v5details': 'Here', 'co2': 239, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/25af79ca-fe77-4775-8551-58f8458ed50c.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 4, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 13:18:45 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120586856, 'registration': 'FL56DXE', 'account': 'PAR023', 'make': 'VOLVO', 'model': 'XC90 DIESEL ESTATE', 'derivative': '2.4 D5 SE Lux 5dr Geartronic', 'mileage': 111746, 'mileageWarranty': True, 'type': 'car', 'saleId': 19178, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 473}, 'saleStart': '2026-03-25T10:00Z', 'lot': 2010, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2007-01-26', 'fuel': 'Diesel', 'motExpiry': '2026-02-11', 'doors': 5, 'engineSize': 2401, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/FL56DXE/2026-03-23/image/e1cee04f-8054-416d-b21a-65b090945529_removebg.jpg?w=600', 'https://abimg003.imgix.net/FL56DXE/2026-03-23/image/7277541f-b6cb-47a8-a623-b0bf4b9e3a6c_removebg.jpg?w=600', 'https://abimg003.imgix.net/FL56DXE/2026-03-23/image/8ac7fdfa-4dab-4c2e-9175-b2c65ab3495e_removebg.jpg?w=600', 'https://abimg003.imgix.net/FL56DXE/2026-03-23/image/4a05e07a-37dd-4c6d-a7e7-7ffba61de8af_removebg.jpg?w=600', 'https://abimg003.imgix.net/FL56DXE/2026-03-23/image/d7b8b02f-12d9-4259-bf8c-b7028170633d_removebg.jpg?w=600', 'https://abimg003.imgix.net/FL56DXE/2026-03-23/image/80244411-e869-4527-800e-e6931f660b3f_removebg.jpg?w=600', 'https://abimg003.imgix.net/FL56DXE/2026-03-23/image/393a1eea-5d71-4f5b-a6bb-8a8373edf529_removebg.jpg?w=600'], 'colour': 'GOLD', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Express', 'serviceHistory': 'Service book 02/08-10K, 01/09-21K, 01/10-31K, 01/11-43K, 03/12-54K, 02/13-62K, 02/19-89K, 01/21-93K', 'remarks': 'VOSA STATES 103K, 107K, 109K, 110K', 'virtual': False, 'seller': 'Auction Plus', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '2', 'v5': True, 'v5details': 'Here', 'co2': 239, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/25af79ca-fe77-4775-8551-58f8458ed50c.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 4, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 13:18:45 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ff7e53f2-c321-5ca9-a17a-91abe009d13a with identifier: 120586856
2026-03-24 13:18:45 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ff7e53f2-c321-5ca9-a17a-91abe009d13a with scrape type 2
2026-03-24 13:18:45 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ff7e53f2-c321-5ca9-a17a-91abe009d13a with scrape type 2
2026-03-24 13:18:45 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: ff7e53f2-c321-5ca9-a17a-91abe009d13a, identifier: 120586856
2026-03-24 13:18:45 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: ff7e53f2-c321-5ca9-a17a-91abe009d13a with identifier: 120586856
2026-03-24 13:18:45 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: ff7e53f2-c321-5ca9-a17a-91abe009d13a with identifier: 120586856
2026-03-24 13:18:45 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: ff7e53f2-c321-5ca9-a17a-91abe009d13a with identifier: 120586856 to the API
2026-03-24 13:18:45 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 13:18:46 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-24 13:18:46 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120586856?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 239,
'color': 'GOLD',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 4',
'engine': '2.4L',
'expiration_date': '2026-03-25T10:00:00Z',
'fuel_type': 'Diesel',
'id': 'ff7e53f2-c321-5ca9-a17a-91abe009d13a',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'FL56DXE',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120586856',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'VOLVO',
'model': 'XC90 DIESEL ESTATE',
'odometer': 111746,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2007-01-26',
'seller_name': 'Auction Plus',
'title': 'VOLVO XC90 DIESEL ESTATE 2.4 D5 SE Lux 5dr Geartronic',
'transmission': 'automatic',
'trim': '2.4 D5 SE Lux 5dr Geartronic',
'vin': None,
'year': 2007}
2026-03-24 13:18:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:18:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120586856%27 HTTP/1.1" 200 None
2026-03-24 13:18:46 [astonbarclay.gb] INFO: Saving data for 120586856: {'auction_closing_time': 1774432800.0, 'created_time': 1774033617.294436, 'last_price_update_time': 1774358326.774605}
2026-03-24 13:18:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:18:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120586856') HTTP/1.1" 204 0
2026-03-24 13:18:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120175432?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-24 13:18:46 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:18:46 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120175432, 'registration': 'BK20WRD', 'account': 'DAM009', 'make': 'CITROEN', 'model': 'C3 DIESEL HATCHBACK', 'derivative': '1.5 BlueHDi 100 Flair Plus 5dr [5 Speed]', 'mileage': 89415, 'mileageWarranty': True, 'type': 'car', 'saleId': 19178, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 473}, 'saleStart': '2026-03-25T10:00Z', 'lot': 2020, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2020-03-09', 'fuel': 'Diesel', 'motExpiry': '2026-03-12', 'doors': 5, 'engineSize': 1500, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/BK20WRD/2026-03-05/image/6312c084-7bca-4862-be7b-55b57f6d3ad0_removebg.jpg?w=600', 'https://abimg003.imgix.net/BK20WRD/2026-03-05/image/e41f5bd9-8653-4035-be0f-79b111a7f336_removebg.jpg?w=600', 'https://abimg003.imgix.net/BK20WRD/2026-03-05/image/444ef75c-b483-47ca-8006-4389f141d881_removebg.jpg?w=600', 'https://abimg003.imgix.net/BK20WRD/2026-03-05/image/401483f7-9cda-46bd-8beb-093edb2bbcab_removebg.jpg?w=600', 'https://abimg003.imgix.net/BK20WRD/2026-03-05/image/4a788adb-b15f-44a3-882e-19d194f14354_removebg.jpg?w=600', 'https://abimg003.imgix.net/BK20WRD/2026-03-05/image/dc1d4f20-60ae-4f42-b4e0-447c5fb5b5be_removebg.jpg?w=600', 'https://abimg003.imgix.net/BK20WRD/2026-03-05/image/210492cb-1da8-4dee-965d-371f27e93f5b_removebg.jpg?w=600', 'https://abimg003.imgix.net/BK20WRD/2026-03-05/image/978633cf-cccb-4d58-94f0-6a028fa60fde_removebg.jpg?w=600', 'https://abimg003.imgix.net/BK20WRD/2026-03-05/image/1a77122c-894d-49aa-acf6-4835db7f5a8f_removebg.jpg?w=600', 'https://abimg003.imgix.net/BK20WRD/2026-03-05/image/30a44526-73dc-404d-b4d8-78824fe3a1e3_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': 'VOSA STATES 66K, 80K, 87K', 'virtual': False, 'seller': 'Auction Plus', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '3', 'v5': True, 'v5details': 'Here', 'co2': 85, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/ab27cfbb-2c9c-4104-b759-75eb471c6795.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 13:18:46 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120175432, 'registration': 'BK20WRD', 'account': 'DAM009', 'make': 'CITROEN', 'model': 'C3 DIESEL HATCHBACK', 'derivative': '1.5 BlueHDi 100 Flair Plus 5dr [5 Speed]', 'mileage': 89415, 'mileageWarranty': True, 'type': 'car', 'saleId': 19178, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 473}, 'saleStart': '2026-03-25T10:00Z', 'lot': 2020, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2020-03-09', 'fuel': 'Diesel', 'motExpiry': '2026-03-12', 'doors': 5, 'engineSize': 1500, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/BK20WRD/2026-03-05/image/6312c084-7bca-4862-be7b-55b57f6d3ad0_removebg.jpg?w=600', 'https://abimg003.imgix.net/BK20WRD/2026-03-05/image/e41f5bd9-8653-4035-be0f-79b111a7f336_removebg.jpg?w=600', 'https://abimg003.imgix.net/BK20WRD/2026-03-05/image/444ef75c-b483-47ca-8006-4389f141d881_removebg.jpg?w=600', 'https://abimg003.imgix.net/BK20WRD/2026-03-05/image/401483f7-9cda-46bd-8beb-093edb2bbcab_removebg.jpg?w=600', 'https://abimg003.imgix.net/BK20WRD/2026-03-05/image/4a788adb-b15f-44a3-882e-19d194f14354_removebg.jpg?w=600', 'https://abimg003.imgix.net/BK20WRD/2026-03-05/image/dc1d4f20-60ae-4f42-b4e0-447c5fb5b5be_removebg.jpg?w=600', 'https://abimg003.imgix.net/BK20WRD/2026-03-05/image/210492cb-1da8-4dee-965d-371f27e93f5b_removebg.jpg?w=600', 'https://abimg003.imgix.net/BK20WRD/2026-03-05/image/978633cf-cccb-4d58-94f0-6a028fa60fde_removebg.jpg?w=600', 'https://abimg003.imgix.net/BK20WRD/2026-03-05/image/1a77122c-894d-49aa-acf6-4835db7f5a8f_removebg.jpg?w=600', 'https://abimg003.imgix.net/BK20WRD/2026-03-05/image/30a44526-73dc-404d-b4d8-78824fe3a1e3_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': 'VOSA STATES 66K, 80K, 87K', 'virtual': False, 'seller': 'Auction Plus', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '3', 'v5': True, 'v5details': 'Here', 'co2': 85, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/ab27cfbb-2c9c-4104-b759-75eb471c6795.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 13:18:46 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: acc9059e-357b-5249-ba79-9b30d1be6ec7 with identifier: 120175432
2026-03-24 13:18:46 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item acc9059e-357b-5249-ba79-9b30d1be6ec7 with scrape type 2
2026-03-24 13:18:46 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item acc9059e-357b-5249-ba79-9b30d1be6ec7 with scrape type 2
2026-03-24 13:18:47 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: acc9059e-357b-5249-ba79-9b30d1be6ec7, identifier: 120175432
2026-03-24 13:18:47 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: acc9059e-357b-5249-ba79-9b30d1be6ec7 with identifier: 120175432
2026-03-24 13:18:47 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: acc9059e-357b-5249-ba79-9b30d1be6ec7 with identifier: 120175432
2026-03-24 13:18:47 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: acc9059e-357b-5249-ba79-9b30d1be6ec7 with identifier: 120175432 to the API
2026-03-24 13:18:47 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 13:18: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-24 13:18:48 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120175432?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 85,
'color': 'GREY',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'expiration_date': '2026-03-25T10:00:00Z',
'fuel_type': 'Diesel',
'id': 'acc9059e-357b-5249-ba79-9b30d1be6ec7',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'BK20WRD',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120175432',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'CITROEN',
'model': 'C3 DIESEL HATCHBACK',
'odometer': 89415,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-03-09',
'seller_name': 'Auction Plus',
'title': 'CITROEN C3 DIESEL HATCHBACK 1.5 BlueHDi 100 Flair Plus 5dr [5 '
'Speed]',
'transmission': 'manual',
'trim': '1.5 BlueHDi 100 Flair Plus 5dr [5 Speed]',
'vin': None,
'year': 2020}
2026-03-24 13:18:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:18:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120175432%27 HTTP/1.1" 200 None
2026-03-24 13:18:48 [astonbarclay.gb] INFO: Saving data for 120175432: {'auction_closing_time': 1774432800.0, 'created_time': 1773403806.866415, 'last_price_update_time': 1774358328.484691}
2026-03-24 13:18:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:18:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120175432') HTTP/1.1" 204 0
2026-03-24 13:18:49 [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-24 13:18:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120656145?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-24 13:18:49 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:18:49 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:18:49 [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': 19178, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 473}, 'saleStart': '2026-03-25T10:00Z', 'lot': 2002, '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-24 13:18:49 [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': 19178, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 473}, 'saleStart': '2026-03-25T10:00Z', 'lot': 2002, '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-24 13:18:49 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3648f07a-46e5-5a63-bd60-992a48e7a95c with identifier: 120619943
2026-03-24 13:18:49 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3648f07a-46e5-5a63-bd60-992a48e7a95c with scrape type 2
2026-03-24 13:18:49 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3648f07a-46e5-5a63-bd60-992a48e7a95c with scrape type 2
2026-03-24 13:18:49 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 3648f07a-46e5-5a63-bd60-992a48e7a95c, identifier: 120619943
2026-03-24 13:18:49 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120656145, 'registration': 'SO55HRN', 'account': 'WBA004', 'make': 'FORD', 'model': 'FOCUS HATCHBACK', 'derivative': '1.4 Studio 5dr', 'mileage': 63588, 'mileageWarranty': True, 'type': 'car', 'saleId': 19179, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 473}, 'saleStart': '2026-03-25T10:00Z', 'lot': 1290, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2005-12-06', 'fuel': 'Petrol', 'motExpiry': '2026-06-12', 'doors': 5, 'engineSize': 1388, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/SO55HRN/2026-03-21/image/206fb65d-2a09-4111-8ee8-e17d7bc57aa0_removebg.jpg?w=600', 'https://abimg003.imgix.net/SO55HRN/2026-03-21/image/ec9deeba-802e-43b2-8c3e-e6d1f0ab839c_removebg.jpg?w=600', 'https://abimg003.imgix.net/SO55HRN/2026-03-21/image/72b0d06f-4998-4141-a615-96de5e4c2883_removebg.jpg?w=600', 'https://abimg003.imgix.net/SO55HRN/2026-03-21/image/e4d4f25c-4cb1-4212-b33c-c64d04caf697_removebg.jpg?w=600', 'https://abimg003.imgix.net/SO55HRN/2026-03-21/image/413b6ab8-2c5b-4401-9258-874825fe948c_removebg.jpg?w=600', 'https://abimg003.imgix.net/SO55HRN/2026-03-21/image/1a1a8c46-1ada-4c71-affa-7235e882487b_removebg.jpg?w=600', 'https://abimg003.imgix.net/SO55HRN/2026-03-21/image/5e8ea4ab-af23-4455-8d03-8f9c2afdadd7_removebg.jpg?w=600', 'https://abimg003.imgix.net/SO55HRN/2026-03-21/image/3a8da76d-e4d5-433b-8331-7646c941995c_removebg.jpg?w=600', 'https://abimg003.imgix.net/SO55HRN/2026-03-21/image/242ac228-fdc1-4adc-ae9f-6a5ef7d069d2_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': 'MILEAGE DISCREPANCY VOSA STATES 22K - 25K - 27K - 30K - 32,775 MILES (PASS) - 634,795 MILES (PASS) - 37,834 MILES (PASS) - 39K - 41K - 43K - 46K - 48K - 50K - 52K - 56K - 59K - 61K - SPARE KEY IN OFFICE', 'virtual': False, 'seller': 'UKCGR - Trade', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '5', 'v5': True, 'v5details': 'Here', 'co2': 159, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/e42edf4b-136d-472a-a3c4-a5bb418d78de.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': None, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 13:18:49 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120656145, 'registration': 'SO55HRN', 'account': 'WBA004', 'make': 'FORD', 'model': 'FOCUS HATCHBACK', 'derivative': '1.4 Studio 5dr', 'mileage': 63588, 'mileageWarranty': True, 'type': 'car', 'saleId': 19179, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 473}, 'saleStart': '2026-03-25T10:00Z', 'lot': 1290, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2005-12-06', 'fuel': 'Petrol', 'motExpiry': '2026-06-12', 'doors': 5, 'engineSize': 1388, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/SO55HRN/2026-03-21/image/206fb65d-2a09-4111-8ee8-e17d7bc57aa0_removebg.jpg?w=600', 'https://abimg003.imgix.net/SO55HRN/2026-03-21/image/ec9deeba-802e-43b2-8c3e-e6d1f0ab839c_removebg.jpg?w=600', 'https://abimg003.imgix.net/SO55HRN/2026-03-21/image/72b0d06f-4998-4141-a615-96de5e4c2883_removebg.jpg?w=600', 'https://abimg003.imgix.net/SO55HRN/2026-03-21/image/e4d4f25c-4cb1-4212-b33c-c64d04caf697_removebg.jpg?w=600', 'https://abimg003.imgix.net/SO55HRN/2026-03-21/image/413b6ab8-2c5b-4401-9258-874825fe948c_removebg.jpg?w=600', 'https://abimg003.imgix.net/SO55HRN/2026-03-21/image/1a1a8c46-1ada-4c71-affa-7235e882487b_removebg.jpg?w=600', 'https://abimg003.imgix.net/SO55HRN/2026-03-21/image/5e8ea4ab-af23-4455-8d03-8f9c2afdadd7_removebg.jpg?w=600', 'https://abimg003.imgix.net/SO55HRN/2026-03-21/image/3a8da76d-e4d5-433b-8331-7646c941995c_removebg.jpg?w=600', 'https://abimg003.imgix.net/SO55HRN/2026-03-21/image/242ac228-fdc1-4adc-ae9f-6a5ef7d069d2_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': 'MILEAGE DISCREPANCY VOSA STATES 22K - 25K - 27K - 30K - 32,775 MILES (PASS) - 634,795 MILES (PASS) - 37,834 MILES (PASS) - 39K - 41K - 43K - 46K - 48K - 50K - 52K - 56K - 59K - 61K - SPARE KEY IN OFFICE', 'virtual': False, 'seller': 'UKCGR - Trade', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '5', 'v5': True, 'v5details': 'Here', 'co2': 159, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/e42edf4b-136d-472a-a3c4-a5bb418d78de.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': None, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 13:18:49 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b2fbcb4a-dc83-5611-8097-ae915b0b4ec1 with identifier: 120656145
2026-03-24 13:18:49 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b2fbcb4a-dc83-5611-8097-ae915b0b4ec1 with scrape type 2
2026-03-24 13:18:49 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b2fbcb4a-dc83-5611-8097-ae915b0b4ec1 with scrape type 2
2026-03-24 13:18:49 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: b2fbcb4a-dc83-5611-8097-ae915b0b4ec1, identifier: 120656145
2026-03-24 13:18:49 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 3648f07a-46e5-5a63-bd60-992a48e7a95c with identifier: 120619943
2026-03-24 13:18:49 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 3648f07a-46e5-5a63-bd60-992a48e7a95c with identifier: 120619943
2026-03-24 13:18:49 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 3648f07a-46e5-5a63-bd60-992a48e7a95c with identifier: 120619943 to the API
2026-03-24 13:18:49 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 13:18: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-24 13:18:51 [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-25T10:00: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-24 13:18:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:18:51 [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-24 13:18:51 [astonbarclay.gb] INFO: Saving data for 120619943: {'created_time': 1773946999.387447, 'last_price_update_time': 1774358331.775876, 'auction_closing_time': 1774432800.0}
2026-03-24 13:18:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:18:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120619943') HTTP/1.1" 204 0
2026-03-24 13:18:51 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: b2fbcb4a-dc83-5611-8097-ae915b0b4ec1 with identifier: 120656145
2026-03-24 13:18:51 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: b2fbcb4a-dc83-5611-8097-ae915b0b4ec1 with identifier: 120656145
2026-03-24 13:18:51 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: b2fbcb4a-dc83-5611-8097-ae915b0b4ec1 with identifier: 120656145 to the API
2026-03-24 13:18:51 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 13:18: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-24 13:18:54 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120656145?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 159,
'color': 'BLACK',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': None,
'engine': '1.4L',
'expiration_date': '2026-03-25T10:00:00Z',
'fuel_type': 'Petrol',
'id': 'b2fbcb4a-dc83-5611-8097-ae915b0b4ec1',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'SO55HRN',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120656145',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'FORD',
'model': 'FOCUS HATCHBACK',
'odometer': 63588,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2005-12-06',
'seller_name': 'UKCGR - Trade',
'title': 'FORD FOCUS HATCHBACK 1.4 Studio 5dr',
'transmission': 'manual',
'trim': '1.4 Studio 5dr',
'vin': None,
'year': 2005}
2026-03-24 13:18:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:18:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120656145%27 HTTP/1.1" 200 None
2026-03-24 13:18:54 [astonbarclay.gb] INFO: Saving data for 120656145: {'auction_closing_time': 1774432800.0, 'created_time': 1774034158.390451, 'last_price_update_time': 1774358334.143982}
2026-03-24 13:18:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:18:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120656145') HTTP/1.1" 204 0
2026-03-24 13:18:55 [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-24 13:18:55 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:18:55 [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': 19179, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 473}, 'saleStart': '2026-03-25T10:00Z', 'lot': 1286, 'hall': 'Hall 1', '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-24 13:18:55 [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': 19179, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 473}, 'saleStart': '2026-03-25T10:00Z', 'lot': 1286, 'hall': 'Hall 1', '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-24 13:18:55 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 29fad2c2-3792-5bdc-83d2-f6f8afcedcee with identifier: 120256417
2026-03-24 13:18:55 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 29fad2c2-3792-5bdc-83d2-f6f8afcedcee with scrape type 2
2026-03-24 13:18:55 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 29fad2c2-3792-5bdc-83d2-f6f8afcedcee with scrape type 2
2026-03-24 13:18:55 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 29fad2c2-3792-5bdc-83d2-f6f8afcedcee, identifier: 120256417
2026-03-24 13:18:55 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 29fad2c2-3792-5bdc-83d2-f6f8afcedcee with identifier: 120256417
2026-03-24 13:18:55 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 29fad2c2-3792-5bdc-83d2-f6f8afcedcee with identifier: 120256417
2026-03-24 13:18:55 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 29fad2c2-3792-5bdc-83d2-f6f8afcedcee with identifier: 120256417 to the API
2026-03-24 13:18:55 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 13:18:58 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-24 13:18:58 [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-25T10:00: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-24 13:18:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:18:58 [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-24 13:18:58 [astonbarclay.gb] INFO: Saving data for 120256417: {'auction_closing_time': 1774432800.0, 'created_time': 1773404374.134231, 'last_price_update_time': 1774358338.114665}
2026-03-24 13:18:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:18:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120256417') HTTP/1.1" 204 0
2026-03-24 13:18:58 [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-24 13:18:58 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:18:59 [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': 19179, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 473}, 'saleStart': '2026-03-25T10:00Z', 'lot': 1274, 'hall': 'Hall 1', '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-24 13:18:59 [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': 19179, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 473}, 'saleStart': '2026-03-25T10:00Z', 'lot': 1274, 'hall': 'Hall 1', '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-24 13:18:59 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a8826457-9ddc-5838-863e-5ee7e3bd04cc with identifier: 120650626
2026-03-24 13:18:59 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a8826457-9ddc-5838-863e-5ee7e3bd04cc with scrape type 2
2026-03-24 13:18:59 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a8826457-9ddc-5838-863e-5ee7e3bd04cc with scrape type 2
2026-03-24 13:18:59 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: a8826457-9ddc-5838-863e-5ee7e3bd04cc, identifier: 120650626
2026-03-24 13:18:59 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: a8826457-9ddc-5838-863e-5ee7e3bd04cc with identifier: 120650626
2026-03-24 13:18:59 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: a8826457-9ddc-5838-863e-5ee7e3bd04cc with identifier: 120650626
2026-03-24 13:18:59 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: a8826457-9ddc-5838-863e-5ee7e3bd04cc with identifier: 120650626 to the API
2026-03-24 13:18:59 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 13:19:01 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-24 13:19:01 [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-25T10:00: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-24 13:19:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:19:01 [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-24 13:19:01 [astonbarclay.gb] INFO: Saving data for 120650626: {'auction_closing_time': 1774432800.0, 'created_time': 1774034236.672953, 'last_price_update_time': 1774358341.902041}
2026-03-24 13:19:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:19:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120650626') HTTP/1.1" 204 0
2026-03-24 13:19:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120658357?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-24 13:19:01 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:19:02 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120658357, 'registration': 'LS59NXU', 'account': 'WBA004', 'make': 'FORD', 'model': 'FIESTA HATCHBACK', 'derivative': '1.25 Zetec 5dr [82]', 'mileage': 93353, 'mileageWarranty': True, 'type': 'car', 'saleId': 19179, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 473}, 'saleStart': '2026-03-25T10:00Z', 'lot': 1294, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2009-10-31', 'fuel': 'Petrol', 'motExpiry': '2026-06-16', 'doors': 5, 'engineSize': 1242, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/LS59NXU/2026-03-21/image/063924e8-804b-4553-95ec-3f7aab9aab34_removebg.jpg?w=600', 'https://abimg003.imgix.net/LS59NXU/2026-03-21/image/60c7e69d-4fa9-45f4-a4f9-e1d27b8cb26b_removebg.jpg?w=600', 'https://abimg003.imgix.net/LS59NXU/2026-03-21/image/36bf65f8-5712-46aa-9fe8-6f62d08ebaad_removebg.jpg?w=600', 'https://abimg003.imgix.net/LS59NXU/2026-03-21/image/3cbfc1d3-9137-476a-a150-99b64ee933b2_removebg.jpg?w=600', 'https://abimg003.imgix.net/LS59NXU/2026-03-21/image/12578ca0-750a-447c-8618-147b9081de54_removebg.jpg?w=600', 'https://abimg003.imgix.net/LS59NXU/2026-03-21/image/61b5ab24-29c6-4669-8ed3-5a699e378510_removebg.jpg?w=600', 'https://abimg003.imgix.net/LS59NXU/2026-03-21/image/bff61fe4-e9bf-4177-a892-5f652953afa8_removebg.jpg?w=600', 'https://abimg003.imgix.net/LS59NXU/2026-03-21/image/340689bf-4976-4379-b3b1-35763375a561_removebg.jpg?w=600', 'https://abimg003.imgix.net/LS59NXU/2026-03-21/image/96f7125d-9966-49ba-8cfd-d9fd65228f42_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 08/10- 6K, 09/11- 12K, 10/12- 18K, 10/13- 23K, 06/14- 28K,', 'remarks': 'VOSA STATES 90K, 91K, 91K, 92K, 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': 133, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/fe84d260-d964-41e2-a5a9-76b3dd3b745b.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 13:19:02 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120658357, 'registration': 'LS59NXU', 'account': 'WBA004', 'make': 'FORD', 'model': 'FIESTA HATCHBACK', 'derivative': '1.25 Zetec 5dr [82]', 'mileage': 93353, 'mileageWarranty': True, 'type': 'car', 'saleId': 19179, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 473}, 'saleStart': '2026-03-25T10:00Z', 'lot': 1294, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2009-10-31', 'fuel': 'Petrol', 'motExpiry': '2026-06-16', 'doors': 5, 'engineSize': 1242, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/LS59NXU/2026-03-21/image/063924e8-804b-4553-95ec-3f7aab9aab34_removebg.jpg?w=600', 'https://abimg003.imgix.net/LS59NXU/2026-03-21/image/60c7e69d-4fa9-45f4-a4f9-e1d27b8cb26b_removebg.jpg?w=600', 'https://abimg003.imgix.net/LS59NXU/2026-03-21/image/36bf65f8-5712-46aa-9fe8-6f62d08ebaad_removebg.jpg?w=600', 'https://abimg003.imgix.net/LS59NXU/2026-03-21/image/3cbfc1d3-9137-476a-a150-99b64ee933b2_removebg.jpg?w=600', 'https://abimg003.imgix.net/LS59NXU/2026-03-21/image/12578ca0-750a-447c-8618-147b9081de54_removebg.jpg?w=600', 'https://abimg003.imgix.net/LS59NXU/2026-03-21/image/61b5ab24-29c6-4669-8ed3-5a699e378510_removebg.jpg?w=600', 'https://abimg003.imgix.net/LS59NXU/2026-03-21/image/bff61fe4-e9bf-4177-a892-5f652953afa8_removebg.jpg?w=600', 'https://abimg003.imgix.net/LS59NXU/2026-03-21/image/340689bf-4976-4379-b3b1-35763375a561_removebg.jpg?w=600', 'https://abimg003.imgix.net/LS59NXU/2026-03-21/image/96f7125d-9966-49ba-8cfd-d9fd65228f42_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 08/10- 6K, 09/11- 12K, 10/12- 18K, 10/13- 23K, 06/14- 28K,', 'remarks': 'VOSA STATES 90K, 91K, 91K, 92K, 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': 133, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/fe84d260-d964-41e2-a5a9-76b3dd3b745b.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 13:19:02 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f9262151-3a68-5feb-9098-b9b252250217 with identifier: 120658357
2026-03-24 13:19:02 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f9262151-3a68-5feb-9098-b9b252250217 with scrape type 2
2026-03-24 13:19:02 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f9262151-3a68-5feb-9098-b9b252250217 with scrape type 2
2026-03-24 13:19:02 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: f9262151-3a68-5feb-9098-b9b252250217, identifier: 120658357
2026-03-24 13:19:02 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: f9262151-3a68-5feb-9098-b9b252250217 with identifier: 120658357
2026-03-24 13:19:02 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: f9262151-3a68-5feb-9098-b9b252250217 with identifier: 120658357
2026-03-24 13:19:02 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: f9262151-3a68-5feb-9098-b9b252250217 with identifier: 120658357 to the API
2026-03-24 13:19:02 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 13:19: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-24 13:19:04 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120658357?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 133,
'color': 'BLACK',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 5',
'engine': '1.2L',
'expiration_date': '2026-03-25T10:00:00Z',
'fuel_type': 'Petrol',
'id': 'f9262151-3a68-5feb-9098-b9b252250217',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'LS59NXU',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120658357',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'FORD',
'model': 'FIESTA HATCHBACK',
'odometer': 93353,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2009-10-31',
'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-24 13:19:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:19:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120658357%27 HTTP/1.1" 200 None
2026-03-24 13:19:04 [astonbarclay.gb] INFO: Saving data for 120658357: {'auction_closing_time': 1774432800.0, 'created_time': 1774034140.334466, 'last_price_update_time': 1774358344.188878}
2026-03-24 13:19:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:19:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120658357') HTTP/1.1" 204 0
2026-03-24 13:19:04 [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-24 13:19:04 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:19:05 [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': 19179, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 473}, 'saleStart': '2026-03-25T10:00Z', 'lot': 1271, 'hall': 'Hall 1', '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-24 13:19:05 [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': 19179, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 473}, 'saleStart': '2026-03-25T10:00Z', 'lot': 1271, 'hall': 'Hall 1', '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-24 13:19:05 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b91fb4b2-669b-5d6d-81a6-ab2bb413cf9a with identifier: 120367074
2026-03-24 13:19:05 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b91fb4b2-669b-5d6d-81a6-ab2bb413cf9a with scrape type 2
2026-03-24 13:19:05 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b91fb4b2-669b-5d6d-81a6-ab2bb413cf9a with scrape type 2
2026-03-24 13:19:05 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: b91fb4b2-669b-5d6d-81a6-ab2bb413cf9a, identifier: 120367074
2026-03-24 13:19:05 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: b91fb4b2-669b-5d6d-81a6-ab2bb413cf9a with identifier: 120367074
2026-03-24 13:19:05 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: b91fb4b2-669b-5d6d-81a6-ab2bb413cf9a with identifier: 120367074
2026-03-24 13:19:05 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: b91fb4b2-669b-5d6d-81a6-ab2bb413cf9a with identifier: 120367074 to the API
2026-03-24 13:19:05 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 13:19:06 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-24 13:19:06 [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-25T10:00: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-24 13:19:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:19:06 [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-24 13:19:06 [astonbarclay.gb] INFO: Saving data for 120367074: {'auction_closing_time': 1774432800.0, 'created_time': 1773404128.672368, 'last_price_update_time': 1774358346.540899}
2026-03-24 13:19:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:19:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120367074') HTTP/1.1" 204 0
2026-03-24 13:19:06 [scrapy.extensions.logstats] INFO: Crawled 333 pages (at 33 pages/min), scraped 307 items (at 33 items/min)
2026-03-24 13:19:06 [scrapy.extensions.memusage] INFO: Peak memory usage is 181MiB
2026-03-24 13:19:06 [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-24 13:19:06 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:19:06 [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': 19178, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 473}, 'saleStart': '2026-03-25T10:00Z', 'lot': 2001, '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-24 13:19:06 [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': 19178, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 473}, 'saleStart': '2026-03-25T10:00Z', 'lot': 2001, '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-24 13:19:06 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1118690e-81ee-57a8-8672-b14331de328b with identifier: 120606319
2026-03-24 13:19:06 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1118690e-81ee-57a8-8672-b14331de328b with scrape type 2
2026-03-24 13:19:06 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1118690e-81ee-57a8-8672-b14331de328b with scrape type 2
2026-03-24 13:19:06 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 1118690e-81ee-57a8-8672-b14331de328b, identifier: 120606319
2026-03-24 13:19:06 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 1118690e-81ee-57a8-8672-b14331de328b with identifier: 120606319
2026-03-24 13:19:06 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 1118690e-81ee-57a8-8672-b14331de328b with identifier: 120606319
2026-03-24 13:19:06 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 1118690e-81ee-57a8-8672-b14331de328b with identifier: 120606319 to the API
2026-03-24 13:19:06 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 13:19: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-24 13:19:07 [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-25T10:00: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-24 13:19:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:19:07 [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-24 13:19:07 [astonbarclay.gb] INFO: Saving data for 120606319: {'auction_closing_time': 1774432800.0, 'created_time': 1773928389.567935, 'last_price_update_time': 1774358347.228698}
2026-03-24 13:19:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:19:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120606319') HTTP/1.1" 204 0
2026-03-24 13:19:08 [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-24 13:19:08 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:19:08 [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': 19179, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 473}, 'saleStart': '2026-03-25T10:00Z', 'lot': 1279, '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-24 13:19:08 [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': 19179, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 473}, 'saleStart': '2026-03-25T10:00Z', 'lot': 1279, '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-24 13:19:08 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 80d8ac76-ca28-54cc-8a54-bae919051005 with identifier: 120320853
2026-03-24 13:19:08 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 80d8ac76-ca28-54cc-8a54-bae919051005 with scrape type 2
2026-03-24 13:19:08 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 80d8ac76-ca28-54cc-8a54-bae919051005 with scrape type 2
2026-03-24 13:19:08 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 80d8ac76-ca28-54cc-8a54-bae919051005, identifier: 120320853
2026-03-24 13:19:08 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 80d8ac76-ca28-54cc-8a54-bae919051005 with identifier: 120320853
2026-03-24 13:19:08 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 80d8ac76-ca28-54cc-8a54-bae919051005 with identifier: 120320853
2026-03-24 13:19:08 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 80d8ac76-ca28-54cc-8a54-bae919051005 with identifier: 120320853 to the API
2026-03-24 13:19:08 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 13:19: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-24 13:19:09 [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-25T10: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-24 13:19:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:19:09 [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-24 13:19:09 [astonbarclay.gb] INFO: Saving data for 120320853: {'auction_closing_time': 1774432800.0, 'created_time': 1773404407.895441, 'last_price_update_time': 1774358349.590155}
2026-03-24 13:19:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:19:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120320853') HTTP/1.1" 204 0
2026-03-24 13:19:09 [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-24 13:19:09 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:19:10 [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': 19178, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 473}, 'saleStart': '2026-03-25T10:00Z', 'lot': None, 'hall': 'Hall 2', '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-24 13:19:10 [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': 19178, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 473}, 'saleStart': '2026-03-25T10:00Z', 'lot': None, 'hall': 'Hall 2', '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-24 13:19:10 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 46d58d66-1abc-5c3b-bc10-da6a5b7e4938 with identifier: 120506878
2026-03-24 13:19:10 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 46d58d66-1abc-5c3b-bc10-da6a5b7e4938 with scrape type 2
2026-03-24 13:19:10 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 46d58d66-1abc-5c3b-bc10-da6a5b7e4938 with scrape type 2
2026-03-24 13:19:10 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 46d58d66-1abc-5c3b-bc10-da6a5b7e4938, identifier: 120506878
2026-03-24 13:19:10 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 46d58d66-1abc-5c3b-bc10-da6a5b7e4938 with identifier: 120506878
2026-03-24 13:19:10 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 46d58d66-1abc-5c3b-bc10-da6a5b7e4938 with identifier: 120506878
2026-03-24 13:19:10 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 46d58d66-1abc-5c3b-bc10-da6a5b7e4938 with identifier: 120506878 to the API
2026-03-24 13:19:10 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 13:19: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-24 13:19:11 [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-25T10:00: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-24 13:19:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:19:11 [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-24 13:19:11 [astonbarclay.gb] INFO: Saving data for 120506878: {'auction_closing_time': 1774432800.0, 'created_time': 1773752596.531605, 'last_price_update_time': 1774358351.225375}
2026-03-24 13:19:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:19:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120506878') HTTP/1.1" 204 0
2026-03-24 13:19:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120667264?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-24 13:19:11 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:19:11 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120667264, 'registration': 'FX61LJL', 'account': 'WBA004', 'make': 'ALFA ROMEO', 'model': 'MITO HATCHBACK', 'derivative': '1.4 TB MultiAir 135 Distinctive 3dr', 'mileage': 105667, 'mileageWarranty': True, 'type': 'car', 'saleId': 19179, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 473}, 'saleStart': '2026-03-25T10:00Z', 'lot': 1270, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2011-09-01', 'fuel': 'Petrol', 'motExpiry': '2026-05-25', 'doors': 3, 'engineSize': 1368, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/FX61LJL/2026-03-23/image/23847ddd-500d-4b46-83c4-9cee5743089a_removebg.jpg?w=600', 'https://abimg003.imgix.net/FX61LJL/2026-03-23/image/b4e6587b-2a65-42d2-b48a-fd8a778ece52_removebg.jpg?w=600', 'https://abimg003.imgix.net/FX61LJL/2026-03-23/image/4cc4b839-dfcf-4c99-b75f-8a0357592485_removebg.jpg?w=600', 'https://abimg003.imgix.net/FX61LJL/2026-03-23/image/f642f857-33ef-408c-bf66-98241ecefb90_removebg.jpg?w=600', 'https://abimg003.imgix.net/FX61LJL/2026-03-23/image/54b19432-89ed-47d1-afb4-57665f452599_removebg.jpg?w=600', 'https://abimg003.imgix.net/FX61LJL/2026-03-23/image/09c4679b-81a2-436e-a64d-5325a124affd_removebg.jpg?w=600', 'https://abimg003.imgix.net/FX61LJL/2026-03-23/image/dc28c270-3a41-46a7-9e58-fcdd58070652_removebg.jpg?w=600', 'https://abimg003.imgix.net/FX61LJL/2026-03-23/image/b6ab9b25-43f1-456e-96b4-432afc3b84fe_removebg.jpg?w=600', 'https://abimg003.imgix.net/FX61LJL/2026-03-23/image/4283cbb4-0119-463c-9336-92de47a2cd85_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 08/13 9K - 11/14 16K - 11/15 24K - 11/16 31K - 10/17 36K - 10/18 42K - 11/19 49K - 11/20 53K - 11/21 59K -', 'remarks': 'VOSA STATES 61K- 73K- 84K- 95K - 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': 128, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/91dce172-c885-4de0-a252-26ae8b5a9763.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 13:19:11 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120667264, 'registration': 'FX61LJL', 'account': 'WBA004', 'make': 'ALFA ROMEO', 'model': 'MITO HATCHBACK', 'derivative': '1.4 TB MultiAir 135 Distinctive 3dr', 'mileage': 105667, 'mileageWarranty': True, 'type': 'car', 'saleId': 19179, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 473}, 'saleStart': '2026-03-25T10:00Z', 'lot': 1270, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2011-09-01', 'fuel': 'Petrol', 'motExpiry': '2026-05-25', 'doors': 3, 'engineSize': 1368, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/FX61LJL/2026-03-23/image/23847ddd-500d-4b46-83c4-9cee5743089a_removebg.jpg?w=600', 'https://abimg003.imgix.net/FX61LJL/2026-03-23/image/b4e6587b-2a65-42d2-b48a-fd8a778ece52_removebg.jpg?w=600', 'https://abimg003.imgix.net/FX61LJL/2026-03-23/image/4cc4b839-dfcf-4c99-b75f-8a0357592485_removebg.jpg?w=600', 'https://abimg003.imgix.net/FX61LJL/2026-03-23/image/f642f857-33ef-408c-bf66-98241ecefb90_removebg.jpg?w=600', 'https://abimg003.imgix.net/FX61LJL/2026-03-23/image/54b19432-89ed-47d1-afb4-57665f452599_removebg.jpg?w=600', 'https://abimg003.imgix.net/FX61LJL/2026-03-23/image/09c4679b-81a2-436e-a64d-5325a124affd_removebg.jpg?w=600', 'https://abimg003.imgix.net/FX61LJL/2026-03-23/image/dc28c270-3a41-46a7-9e58-fcdd58070652_removebg.jpg?w=600', 'https://abimg003.imgix.net/FX61LJL/2026-03-23/image/b6ab9b25-43f1-456e-96b4-432afc3b84fe_removebg.jpg?w=600', 'https://abimg003.imgix.net/FX61LJL/2026-03-23/image/4283cbb4-0119-463c-9336-92de47a2cd85_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 08/13 9K - 11/14 16K - 11/15 24K - 11/16 31K - 10/17 36K - 10/18 42K - 11/19 49K - 11/20 53K - 11/21 59K -', 'remarks': 'VOSA STATES 61K- 73K- 84K- 95K - 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': 128, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/91dce172-c885-4de0-a252-26ae8b5a9763.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 13:19:11 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6806d833-69b2-566c-a5bf-91799154c3a1 with identifier: 120667264
2026-03-24 13:19:11 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6806d833-69b2-566c-a5bf-91799154c3a1 with scrape type 2
2026-03-24 13:19:11 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6806d833-69b2-566c-a5bf-91799154c3a1 with scrape type 2
2026-03-24 13:19:11 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 6806d833-69b2-566c-a5bf-91799154c3a1, identifier: 120667264
2026-03-24 13:19:11 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 6806d833-69b2-566c-a5bf-91799154c3a1 with identifier: 120667264
2026-03-24 13:19:11 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 6806d833-69b2-566c-a5bf-91799154c3a1 with identifier: 120667264
2026-03-24 13:19:11 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 6806d833-69b2-566c-a5bf-91799154c3a1 with identifier: 120667264 to the API
2026-03-24 13:19:11 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 13:19: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-24 13:19:14 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120667264?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 128,
'color': 'BLACK',
'currency': 'GBP',
'doors_number': 3,
'emission_standard': 'EURO 5',
'engine': '1.4L',
'expiration_date': '2026-03-25T10:00:00Z',
'fuel_type': 'Petrol',
'id': '6806d833-69b2-566c-a5bf-91799154c3a1',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'FX61LJL',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120667264',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'ALFA ROMEO',
'model': 'MITO HATCHBACK',
'odometer': 105667,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2011-09-01',
'seller_name': 'UKCGR - Trade',
'title': 'ALFA ROMEO MITO HATCHBACK 1.4 TB MultiAir 135 Distinctive 3dr',
'transmission': 'manual',
'trim': '1.4 TB MultiAir 135 Distinctive 3dr',
'vin': None,
'year': 2011}
2026-03-24 13:19:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:19:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120667264%27 HTTP/1.1" 200 None
2026-03-24 13:19:14 [astonbarclay.gb] INFO: Saving data for 120667264: {'auction_closing_time': 1774432800.0, 'created_time': 1774260157.758792, 'last_price_update_time': 1774358354.306516}
2026-03-24 13:19:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:19:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120667264') HTTP/1.1" 204 0
2026-03-24 13:19:15 [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-24 13:19:15 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:19:15 [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-24 13:19:15 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:19:15 [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': 19178, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 473}, 'saleStart': '2026-03-25T10:00Z', 'lot': 2008, '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-24 13:19:15 [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': 19178, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 473}, 'saleStart': '2026-03-25T10:00Z', 'lot': 2008, '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-24 13:19:15 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5b6ce892-58bf-5f15-971c-07c1f46ffef6 with identifier: 120586845
2026-03-24 13:19:15 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5b6ce892-58bf-5f15-971c-07c1f46ffef6 with scrape type 2
2026-03-24 13:19:15 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5b6ce892-58bf-5f15-971c-07c1f46ffef6 with scrape type 2
2026-03-24 13:19:15 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 5b6ce892-58bf-5f15-971c-07c1f46ffef6, identifier: 120586845
2026-03-24 13:19:15 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 5b6ce892-58bf-5f15-971c-07c1f46ffef6 with identifier: 120586845
2026-03-24 13:19:15 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 5b6ce892-58bf-5f15-971c-07c1f46ffef6 with identifier: 120586845
2026-03-24 13:19:15 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 5b6ce892-58bf-5f15-971c-07c1f46ffef6 with identifier: 120586845 to the API
2026-03-24 13:19:15 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 13:19:16 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-24 13:19:16 [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-25T10:00: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-24 13:19:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:19:16 [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-24 13:19:16 [astonbarclay.gb] INFO: Saving data for 120586845: {'auction_closing_time': 1774432800.0, 'created_time': 1774033627.378742, 'last_price_update_time': 1774358356.75245}
2026-03-24 13:19:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:19:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120586845') HTTP/1.1" 204 0
2026-03-24 13:19:16 [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-24 13:19:16 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:19:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120652577?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-24 13:19:16 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:19:16 [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': 19179, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 473}, 'saleStart': '2026-03-25T10:00Z', 'lot': 1263, '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-24 13:19:16 [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': 19179, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 473}, 'saleStart': '2026-03-25T10:00Z', 'lot': 1263, '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-24 13:19:16 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 58ce9332-636c-546e-ba8d-5f2d227cc0a3 with identifier: 120396890
2026-03-24 13:19:16 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 58ce9332-636c-546e-ba8d-5f2d227cc0a3 with scrape type 2
2026-03-24 13:19:16 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 58ce9332-636c-546e-ba8d-5f2d227cc0a3 with scrape type 2
2026-03-24 13:19:16 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 58ce9332-636c-546e-ba8d-5f2d227cc0a3, identifier: 120396890
2026-03-24 13:19:16 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 58ce9332-636c-546e-ba8d-5f2d227cc0a3 with identifier: 120396890
2026-03-24 13:19:16 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 58ce9332-636c-546e-ba8d-5f2d227cc0a3 with identifier: 120396890
2026-03-24 13:19:16 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 58ce9332-636c-546e-ba8d-5f2d227cc0a3 with identifier: 120396890 to the API
2026-03-24 13:19:16 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 13:19:17 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-24 13:19:17 [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-25T10: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-24 13:19:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:19:17 [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-24 13:19:17 [astonbarclay.gb] INFO: Saving data for 120396890: {'auction_closing_time': 1774432800.0, 'created_time': 1773403690.367575, 'last_price_update_time': 1774358357.377995}
2026-03-24 13:19:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:19:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120396890') HTTP/1.1" 204 0
2026-03-24 13:19:17 [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': 19179, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 473}, 'saleStart': '2026-03-25T10:00Z', 'lot': 1260, 'hall': 'Hall 1', '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-24 13:19:17 [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': 19179, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 473}, 'saleStart': '2026-03-25T10:00Z', 'lot': 1260, 'hall': 'Hall 1', '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-24 13:19:17 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: cb545c81-4485-5c01-856c-4c5555d2dcd3 with identifier: 120334042
2026-03-24 13:19:17 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item cb545c81-4485-5c01-856c-4c5555d2dcd3 with scrape type 2
2026-03-24 13:19:17 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item cb545c81-4485-5c01-856c-4c5555d2dcd3 with scrape type 2
2026-03-24 13:19:17 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: cb545c81-4485-5c01-856c-4c5555d2dcd3, identifier: 120334042
2026-03-24 13:19:17 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120652577, 'registration': 'DX21VTF', 'account': 'WBA003', 'make': 'LAND ROVER', 'model': 'DEFENDER 110 DIESEL', 'derivative': '3.0 D300 Hard Top SE Auto [3 Seat]', 'mileage': 109712, 'mileageWarranty': True, 'type': 'commercial', 'saleId': 19179, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 473}, 'saleStart': '2026-03-25T10:00Z', 'lot': 1268, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2021-04-12', 'fuel': 'Diesel', 'motExpiry': '2026-08-31', 'doors': None, 'engineSize': 2997, 'bodyType': 'Hardtop', 'images': ['https://abimg003.imgix.net/DX21VTF/2026-03-20/image/2299535c-500e-42b4-8087-574877fc4454_removebg.jpg?w=600', 'https://abimg003.imgix.net/DX21VTF/2026-03-20/image/fcd1b174-696e-41a7-a38c-d48f5187a4fd_removebg.jpg?w=600', 'https://abimg003.imgix.net/DX21VTF/2026-03-20/image/f4b60d54-7a63-4491-8a9a-63b0427232e2_removebg.jpg?w=600', 'https://abimg003.imgix.net/DX21VTF/2026-03-20/image/b66d0f17-ca39-4d2c-a5f9-9d87647819eb_removebg.jpg?w=600', 'https://abimg003.imgix.net/DX21VTF/2026-03-20/image/ab2da540-4688-432b-a840-e465a1d3f5a6_removebg.jpg?w=600', 'https://abimg003.imgix.net/DX21VTF/2026-03-20/image/87ac0cfa-9438-454c-bd92-8a791fb28885_removebg.jpg?w=600', 'https://abimg003.imgix.net/DX21VTF/2026-03-20/image/8736020e-67ce-49dc-9b29-78a83dfb2864_removebg.jpg?w=600', 'https://abimg003.imgix.net/DX21VTF/2026-03-20/image/8316259c-5699-48b4-8c34-0fe7b0607263_removebg.jpg?w=600', 'https://abimg003.imgix.net/DX21VTF/2026-03-20/image/407a63a3-3150-4e35-ae32-74db4574858c_removebg.jpg?w=600'], 'colour': 'GREEN', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith - LCV', 'serviceHistory': 'Service print 03/22-21K, 09/24-71K', 'remarks': 'VOSA STATES 66K, 96K, 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': 251, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/f37f8336-af1a-43d7-a147-b0c83336f312.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': '+VAT', 'value': '+VAT'}}
2026-03-24 13:19:17 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120652577, 'registration': 'DX21VTF', 'account': 'WBA003', 'make': 'LAND ROVER', 'model': 'DEFENDER 110 DIESEL', 'derivative': '3.0 D300 Hard Top SE Auto [3 Seat]', 'mileage': 109712, 'mileageWarranty': True, 'type': 'commercial', 'saleId': 19179, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 473}, 'saleStart': '2026-03-25T10:00Z', 'lot': 1268, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2021-04-12', 'fuel': 'Diesel', 'motExpiry': '2026-08-31', 'doors': None, 'engineSize': 2997, 'bodyType': 'Hardtop', 'images': ['https://abimg003.imgix.net/DX21VTF/2026-03-20/image/2299535c-500e-42b4-8087-574877fc4454_removebg.jpg?w=600', 'https://abimg003.imgix.net/DX21VTF/2026-03-20/image/fcd1b174-696e-41a7-a38c-d48f5187a4fd_removebg.jpg?w=600', 'https://abimg003.imgix.net/DX21VTF/2026-03-20/image/f4b60d54-7a63-4491-8a9a-63b0427232e2_removebg.jpg?w=600', 'https://abimg003.imgix.net/DX21VTF/2026-03-20/image/b66d0f17-ca39-4d2c-a5f9-9d87647819eb_removebg.jpg?w=600', 'https://abimg003.imgix.net/DX21VTF/2026-03-20/image/ab2da540-4688-432b-a840-e465a1d3f5a6_removebg.jpg?w=600', 'https://abimg003.imgix.net/DX21VTF/2026-03-20/image/87ac0cfa-9438-454c-bd92-8a791fb28885_removebg.jpg?w=600', 'https://abimg003.imgix.net/DX21VTF/2026-03-20/image/8736020e-67ce-49dc-9b29-78a83dfb2864_removebg.jpg?w=600', 'https://abimg003.imgix.net/DX21VTF/2026-03-20/image/8316259c-5699-48b4-8c34-0fe7b0607263_removebg.jpg?w=600', 'https://abimg003.imgix.net/DX21VTF/2026-03-20/image/407a63a3-3150-4e35-ae32-74db4574858c_removebg.jpg?w=600'], 'colour': 'GREEN', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith - LCV', 'serviceHistory': 'Service print 03/22-21K, 09/24-71K', 'remarks': 'VOSA STATES 66K, 96K, 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': 251, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/f37f8336-af1a-43d7-a147-b0c83336f312.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': '+VAT', 'value': '+VAT'}}
2026-03-24 13:19:17 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 27c970b0-d227-533c-a63f-70eaab2ddd0b with identifier: 120652577
2026-03-24 13:19:17 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 27c970b0-d227-533c-a63f-70eaab2ddd0b with scrape type 2
2026-03-24 13:19:17 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 27c970b0-d227-533c-a63f-70eaab2ddd0b with scrape type 2
2026-03-24 13:19:17 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 27c970b0-d227-533c-a63f-70eaab2ddd0b, identifier: 120652577
2026-03-24 13:19:17 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: cb545c81-4485-5c01-856c-4c5555d2dcd3 with identifier: 120334042
2026-03-24 13:19:17 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: cb545c81-4485-5c01-856c-4c5555d2dcd3 with identifier: 120334042
2026-03-24 13:19:17 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: cb545c81-4485-5c01-856c-4c5555d2dcd3 with identifier: 120334042 to the API
2026-03-24 13:19:17 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 13:19: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-24 13:19:18 [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-25T10:00: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-24 13:19:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:19:18 [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-24 13:19:18 [astonbarclay.gb] INFO: Saving data for 120334042: {'auction_closing_time': 1774432800.0, 'created_time': 1773404049.872789, 'last_price_update_time': 1774358358.577247}
2026-03-24 13:19:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:19:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120334042') HTTP/1.1" 204 0
2026-03-24 13:19:18 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 27c970b0-d227-533c-a63f-70eaab2ddd0b with identifier: 120652577
2026-03-24 13:19:18 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 27c970b0-d227-533c-a63f-70eaab2ddd0b with identifier: 120652577
2026-03-24 13:19:18 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 27c970b0-d227-533c-a63f-70eaab2ddd0b with identifier: 120652577 to the API
2026-03-24 13:19:18 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 13:19: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-24 13:19:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120652577?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 251,
'color': 'GREEN',
'currency': 'GBP',
'doors_number': None,
'emission_standard': 'EURO 6',
'engine': '3.0L',
'expiration_date': '2026-03-25T10:00:00Z',
'fuel_type': 'Diesel',
'id': '27c970b0-d227-533c-a63f-70eaab2ddd0b',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'DX21VTF',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120652577',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'LAND ROVER',
'model': 'DEFENDER 110 DIESEL',
'odometer': 109712,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-04-12',
'seller_name': 'UKCGR - Select',
'title': 'LAND ROVER DEFENDER 110 DIESEL 3.0 D300 Hard Top SE Auto [3 Seat]',
'transmission': 'automatic',
'trim': '3.0 D300 Hard Top SE Auto [3 Seat]',
'vin': None,
'year': 2021}
2026-03-24 13:19:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:19:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120652577%27 HTTP/1.1" 200 None
2026-03-24 13:19:20 [astonbarclay.gb] INFO: Saving data for 120652577: {'auction_closing_time': 1774432800.0, 'created_time': 1774034229.616929, 'last_price_update_time': 1774358360.890459}
2026-03-24 13:19:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:19:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120652577') HTTP/1.1" 204 0
2026-03-24 13:19:20 [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-24 13:19:20 [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-24 13:19:20 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:19:20 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:19:21 [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': 19179, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 473}, 'saleStart': '2026-03-25T10:00Z', 'lot': 1257, 'hall': 'Hall 1', '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-24 13:19:21 [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': 19179, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 473}, 'saleStart': '2026-03-25T10:00Z', 'lot': 1257, 'hall': 'Hall 1', '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-24 13:19:21 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1142d431-f8b0-5311-9a35-1f55e98d36bd with identifier: 120436090
2026-03-24 13:19:21 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1142d431-f8b0-5311-9a35-1f55e98d36bd with scrape type 2
2026-03-24 13:19:21 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1142d431-f8b0-5311-9a35-1f55e98d36bd with scrape type 2
2026-03-24 13:19:21 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 1142d431-f8b0-5311-9a35-1f55e98d36bd, identifier: 120436090
2026-03-24 13:19:21 [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': 19179, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 473}, 'saleStart': '2026-03-25T10:00Z', 'lot': 1266, 'hall': 'Hall 1', '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-24 13:19:21 [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': 19179, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 473}, 'saleStart': '2026-03-25T10:00Z', 'lot': 1266, 'hall': 'Hall 1', '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-24 13:19:21 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c66d5d9d-0902-5918-8cfb-856e52e26423 with identifier: 120454660
2026-03-24 13:19:21 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c66d5d9d-0902-5918-8cfb-856e52e26423 with scrape type 2
2026-03-24 13:19:21 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c66d5d9d-0902-5918-8cfb-856e52e26423 with scrape type 2
2026-03-24 13:19:21 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: c66d5d9d-0902-5918-8cfb-856e52e26423, identifier: 120454660
2026-03-24 13:19:21 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 1142d431-f8b0-5311-9a35-1f55e98d36bd with identifier: 120436090
2026-03-24 13:19:21 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 1142d431-f8b0-5311-9a35-1f55e98d36bd with identifier: 120436090
2026-03-24 13:19:21 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 1142d431-f8b0-5311-9a35-1f55e98d36bd with identifier: 120436090 to the API
2026-03-24 13:19:21 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 13:19: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-24 13:19:21 [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-25T10:00: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-24 13:19:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:19:21 [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-24 13:19:21 [astonbarclay.gb] INFO: Saving data for 120436090: {'auction_closing_time': 1774432800.0, 'created_time': 1773406843.604972, 'last_price_update_time': 1774358361.964164}
2026-03-24 13:19:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:19:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120436090') HTTP/1.1" 204 0
2026-03-24 13:19:21 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: c66d5d9d-0902-5918-8cfb-856e52e26423 with identifier: 120454660
2026-03-24 13:19:21 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: c66d5d9d-0902-5918-8cfb-856e52e26423 with identifier: 120454660
2026-03-24 13:19:22 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: c66d5d9d-0902-5918-8cfb-856e52e26423 with identifier: 120454660 to the API
2026-03-24 13:19:22 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 13:19:23 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-24 13:19:23 [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-25T10:00: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-24 13:19:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:19:23 [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-24 13:19:23 [astonbarclay.gb] INFO: Saving data for 120454660: {'auction_closing_time': 1774432800.0, 'created_time': 1773495242.127374, 'last_price_update_time': 1774358363.469125}
2026-03-24 13:19:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:19:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120454660') HTTP/1.1" 204 0
2026-03-24 13:19:23 [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-24 13:19:23 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:19:23 [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': 19179, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 473}, 'saleStart': '2026-03-25T10:00Z', 'lot': 1258, 'hall': 'Hall 1', '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-24 13:19:23 [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': 19179, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 473}, 'saleStart': '2026-03-25T10:00Z', 'lot': 1258, 'hall': 'Hall 1', '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-24 13:19:23 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 37f8aa62-4f21-5b47-a8bc-9b562b50e2d5 with identifier: 120668414
2026-03-24 13:19:23 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 37f8aa62-4f21-5b47-a8bc-9b562b50e2d5 with scrape type 2
2026-03-24 13:19:23 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 37f8aa62-4f21-5b47-a8bc-9b562b50e2d5 with scrape type 2
2026-03-24 13:19:23 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 37f8aa62-4f21-5b47-a8bc-9b562b50e2d5, identifier: 120668414
2026-03-24 13:19:23 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 37f8aa62-4f21-5b47-a8bc-9b562b50e2d5 with identifier: 120668414
2026-03-24 13:19:23 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 37f8aa62-4f21-5b47-a8bc-9b562b50e2d5 with identifier: 120668414
2026-03-24 13:19:23 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 37f8aa62-4f21-5b47-a8bc-9b562b50e2d5 with identifier: 120668414 to the API
2026-03-24 13:19:23 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 13:19: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-24 13:19:25 [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-25T10:00: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-24 13:19:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:19:25 [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-24 13:19:25 [astonbarclay.gb] INFO: Saving data for 120668414: {'auction_closing_time': 1774432800.0, 'created_time': 1774260154.536135, 'last_price_update_time': 1774358365.292903}
2026-03-24 13:19:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:19:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120668414') HTTP/1.1" 204 0
2026-03-24 13:19:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120646144?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-24 13:19:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120546011?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-24 13:19:25 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:19:25 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:19:25 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120646144, 'registration': 'ET19AUO', 'account': 'WBA003', 'make': 'AUDI', 'model': 'Q3 ESTATE', 'derivative': '35 TFSI Sport 5dr S Tronic', 'mileage': 104559, 'mileageWarranty': True, 'type': 'car', 'saleId': 19179, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 473}, 'saleStart': '2026-03-25T10:00Z', 'lot': 1265, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2019-05-14', 'fuel': 'Petrol', 'motExpiry': '2026-05-26', 'doors': 5, 'engineSize': 1498, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/ET19AUO/2026-03-20/image/a3372fd2-dc91-4668-98e2-e853514507e7_removebg.jpg?w=600', 'https://abimg003.imgix.net/ET19AUO/2026-03-20/image/1455c33c-6364-40b8-b12d-a676963ac278_removebg.jpg?w=600', 'https://abimg003.imgix.net/ET19AUO/2026-03-20/image/ff409e6e-aad6-4a4e-868a-6f422d604a70_removebg.jpg?w=600', 'https://abimg003.imgix.net/ET19AUO/2026-03-20/image/ea739929-6c2d-47b7-97d8-7437724b89bd_removebg.jpg?w=600', 'https://abimg003.imgix.net/ET19AUO/2026-03-20/image/0ad7fdf2-0a12-4d4a-96c3-37df91e675cf_removebg.jpg?w=600', 'https://abimg003.imgix.net/ET19AUO/2026-03-20/image/2e71c1a3-4121-4bc5-80f9-50ddf9b485de_removebg.jpg?w=600', 'https://abimg003.imgix.net/ET19AUO/2026-03-20/image/69cfbd4b-99ec-4a63-a8dd-961ce4ea21b2_removebg.jpg?w=600', 'https://abimg003.imgix.net/ET19AUO/2026-03-20/image/002b89a7-ed76-4a21-af9a-72a42c996c55_removebg.jpg?w=600', 'https://abimg003.imgix.net/ET19AUO/2026-03-20/image/7859cd5d-1513-45c6-884d-47395ad8945f_removebg.jpg?w=600', 'https://abimg003.imgix.net/ET19AUO/2026-03-20/image/5325edb6-7116-4855-876e-970be1efad56_removebg.jpg?w=600'], 'colour': 'BLUE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': 'VOSA STATES 40K, 55K, 72K, 89K', 'virtual': False, 'seller': 'UKCGR - Select', '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/f786cacf-8c18-48c5-8458-c46329af5269.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 13:19:25 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120646144, 'registration': 'ET19AUO', 'account': 'WBA003', 'make': 'AUDI', 'model': 'Q3 ESTATE', 'derivative': '35 TFSI Sport 5dr S Tronic', 'mileage': 104559, 'mileageWarranty': True, 'type': 'car', 'saleId': 19179, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 473}, 'saleStart': '2026-03-25T10:00Z', 'lot': 1265, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2019-05-14', 'fuel': 'Petrol', 'motExpiry': '2026-05-26', 'doors': 5, 'engineSize': 1498, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/ET19AUO/2026-03-20/image/a3372fd2-dc91-4668-98e2-e853514507e7_removebg.jpg?w=600', 'https://abimg003.imgix.net/ET19AUO/2026-03-20/image/1455c33c-6364-40b8-b12d-a676963ac278_removebg.jpg?w=600', 'https://abimg003.imgix.net/ET19AUO/2026-03-20/image/ff409e6e-aad6-4a4e-868a-6f422d604a70_removebg.jpg?w=600', 'https://abimg003.imgix.net/ET19AUO/2026-03-20/image/ea739929-6c2d-47b7-97d8-7437724b89bd_removebg.jpg?w=600', 'https://abimg003.imgix.net/ET19AUO/2026-03-20/image/0ad7fdf2-0a12-4d4a-96c3-37df91e675cf_removebg.jpg?w=600', 'https://abimg003.imgix.net/ET19AUO/2026-03-20/image/2e71c1a3-4121-4bc5-80f9-50ddf9b485de_removebg.jpg?w=600', 'https://abimg003.imgix.net/ET19AUO/2026-03-20/image/69cfbd4b-99ec-4a63-a8dd-961ce4ea21b2_removebg.jpg?w=600', 'https://abimg003.imgix.net/ET19AUO/2026-03-20/image/002b89a7-ed76-4a21-af9a-72a42c996c55_removebg.jpg?w=600', 'https://abimg003.imgix.net/ET19AUO/2026-03-20/image/7859cd5d-1513-45c6-884d-47395ad8945f_removebg.jpg?w=600', 'https://abimg003.imgix.net/ET19AUO/2026-03-20/image/5325edb6-7116-4855-876e-970be1efad56_removebg.jpg?w=600'], 'colour': 'BLUE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': 'VOSA STATES 40K, 55K, 72K, 89K', 'virtual': False, 'seller': 'UKCGR - Select', '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/f786cacf-8c18-48c5-8458-c46329af5269.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 13:19:25 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1a870544-3dfb-5482-a96e-ec4712e6eca6 with identifier: 120646144
2026-03-24 13:19:25 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1a870544-3dfb-5482-a96e-ec4712e6eca6 with scrape type 2
2026-03-24 13:19:25 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1a870544-3dfb-5482-a96e-ec4712e6eca6 with scrape type 2
2026-03-24 13:19:25 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 1a870544-3dfb-5482-a96e-ec4712e6eca6, identifier: 120646144
2026-03-24 13:19:25 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120546011, 'registration': 'EJ13FFU', 'account': 'WBA004', 'make': 'VAUXHALL', 'model': 'MERIVA ESTATE', 'derivative': '1.4T 16V [140] SE 5dr', 'mileage': 107964, 'mileageWarranty': True, 'type': 'car', 'saleId': 19179, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 473}, 'saleStart': '2026-03-25T10:00Z', 'lot': 1293, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2013-06-21', 'fuel': 'Petrol', 'motExpiry': '2026-04-17', 'doors': 5, 'engineSize': 1364, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/EJ13FFU/2026-03-18/image/179b4367-c786-4d1f-8797-bf6e251acc70_removebg.jpg?w=600', 'https://abimg003.imgix.net/EJ13FFU/2026-03-18/image/94533277-1caa-4184-bdd4-da0039848f54_removebg.jpg?w=600', 'https://abimg003.imgix.net/EJ13FFU/2026-03-18/image/3cf41753-40cf-4cf9-bf29-34e4d04307b2_removebg.jpg?w=600', 'https://abimg003.imgix.net/EJ13FFU/2026-03-18/image/72f6a2f9-d4eb-4633-82de-e40d99d0a424_removebg.jpg?w=600', 'https://abimg003.imgix.net/EJ13FFU/2026-03-18/image/d2af4a63-253f-4ec5-aae1-73338bf86faa_removebg.jpg?w=600', 'https://abimg003.imgix.net/EJ13FFU/2026-03-18/image/58b01182-94ae-4370-b88e-6c5255764aa6_removebg.jpg?w=600', 'https://abimg003.imgix.net/EJ13FFU/2026-03-18/image/7f889918-467d-415e-bc0e-82f09e6b8c7f_removebg.jpg?w=600', 'https://abimg003.imgix.net/EJ13FFU/2026-03-18/image/c1b4367a-3be0-4e97-a2b5-7d60e4f9089e_removebg.jpg?w=600'], 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print and book 05/14-5K, ??-18K, 06/16-23K, 05/17-26K, 05/17-32K, 05/18-41K, 06/19-49K, 04/23-95K, 04/24-101K, 07/25-106K', 'remarks': 'VOSA STATES 76K, 95K, 101K, 105K, SPARE KEY IN OFFICE', 'virtual': False, 'seller': 'UKCGR - Trade', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '3', 'v5': True, 'v5details': 'Here', 'co2': 149, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/d737c71f-b3c2-483d-bd7e-139c9a865a12.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 13:19:25 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120546011, 'registration': 'EJ13FFU', 'account': 'WBA004', 'make': 'VAUXHALL', 'model': 'MERIVA ESTATE', 'derivative': '1.4T 16V [140] SE 5dr', 'mileage': 107964, 'mileageWarranty': True, 'type': 'car', 'saleId': 19179, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 473}, 'saleStart': '2026-03-25T10:00Z', 'lot': 1293, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2013-06-21', 'fuel': 'Petrol', 'motExpiry': '2026-04-17', 'doors': 5, 'engineSize': 1364, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/EJ13FFU/2026-03-18/image/179b4367-c786-4d1f-8797-bf6e251acc70_removebg.jpg?w=600', 'https://abimg003.imgix.net/EJ13FFU/2026-03-18/image/94533277-1caa-4184-bdd4-da0039848f54_removebg.jpg?w=600', 'https://abimg003.imgix.net/EJ13FFU/2026-03-18/image/3cf41753-40cf-4cf9-bf29-34e4d04307b2_removebg.jpg?w=600', 'https://abimg003.imgix.net/EJ13FFU/2026-03-18/image/72f6a2f9-d4eb-4633-82de-e40d99d0a424_removebg.jpg?w=600', 'https://abimg003.imgix.net/EJ13FFU/2026-03-18/image/d2af4a63-253f-4ec5-aae1-73338bf86faa_removebg.jpg?w=600', 'https://abimg003.imgix.net/EJ13FFU/2026-03-18/image/58b01182-94ae-4370-b88e-6c5255764aa6_removebg.jpg?w=600', 'https://abimg003.imgix.net/EJ13FFU/2026-03-18/image/7f889918-467d-415e-bc0e-82f09e6b8c7f_removebg.jpg?w=600', 'https://abimg003.imgix.net/EJ13FFU/2026-03-18/image/c1b4367a-3be0-4e97-a2b5-7d60e4f9089e_removebg.jpg?w=600'], 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print and book 05/14-5K, ??-18K, 06/16-23K, 05/17-26K, 05/17-32K, 05/18-41K, 06/19-49K, 04/23-95K, 04/24-101K, 07/25-106K', 'remarks': 'VOSA STATES 76K, 95K, 101K, 105K, SPARE KEY IN OFFICE', 'virtual': False, 'seller': 'UKCGR - Trade', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '3', 'v5': True, 'v5details': 'Here', 'co2': 149, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/d737c71f-b3c2-483d-bd7e-139c9a865a12.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 13:19:25 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 80ad6b7a-74f9-5daa-b344-1d39b25153c8 with identifier: 120546011
2026-03-24 13:19:25 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 80ad6b7a-74f9-5daa-b344-1d39b25153c8 with scrape type 2
2026-03-24 13:19:25 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 80ad6b7a-74f9-5daa-b344-1d39b25153c8 with scrape type 2
2026-03-24 13:19:25 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 80ad6b7a-74f9-5daa-b344-1d39b25153c8, identifier: 120546011
2026-03-24 13:19:25 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 1a870544-3dfb-5482-a96e-ec4712e6eca6 with identifier: 120646144
2026-03-24 13:19:25 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 1a870544-3dfb-5482-a96e-ec4712e6eca6 with identifier: 120646144
2026-03-24 13:19:25 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 1a870544-3dfb-5482-a96e-ec4712e6eca6 with identifier: 120646144 to the API
2026-03-24 13:19:25 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 13:19: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-24 13:19:27 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120646144?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-25T10:00:00Z',
'fuel_type': 'Petrol',
'id': '1a870544-3dfb-5482-a96e-ec4712e6eca6',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'ET19AUO',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120646144',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'AUDI',
'model': 'Q3 ESTATE',
'odometer': 104559,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2019-05-14',
'seller_name': 'UKCGR - Select',
'title': 'AUDI Q3 ESTATE 35 TFSI Sport 5dr S Tronic',
'transmission': 'automatic',
'trim': '35 TFSI Sport 5dr S Tronic',
'vin': None,
'year': 2019}
2026-03-24 13:19:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:19:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120646144%27 HTTP/1.1" 200 None
2026-03-24 13:19:27 [astonbarclay.gb] INFO: Saving data for 120646144: {'auction_closing_time': 1774432800.0, 'created_time': 1774034208.93998, 'last_price_update_time': 1774358367.357453}
2026-03-24 13:19:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:19:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120646144') HTTP/1.1" 204 0
2026-03-24 13:19:27 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 80ad6b7a-74f9-5daa-b344-1d39b25153c8 with identifier: 120546011
2026-03-24 13:19:27 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 80ad6b7a-74f9-5daa-b344-1d39b25153c8 with identifier: 120546011
2026-03-24 13:19:27 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 80ad6b7a-74f9-5daa-b344-1d39b25153c8 with identifier: 120546011 to the API
2026-03-24 13:19:27 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 13:19: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-24 13:19:27 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120546011?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 149,
'color': 'WHITE',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 5',
'engine': '1.4L',
'expiration_date': '2026-03-25T10:00:00Z',
'fuel_type': 'Petrol',
'id': '80ad6b7a-74f9-5daa-b344-1d39b25153c8',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'EJ13FFU',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120546011',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'VAUXHALL',
'model': 'MERIVA ESTATE',
'odometer': 107964,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2013-06-21',
'seller_name': 'UKCGR - Trade',
'title': 'VAUXHALL MERIVA ESTATE 1.4T 16V [140] SE 5dr',
'transmission': 'manual',
'trim': '1.4T 16V [140] SE 5dr',
'vin': None,
'year': 2013}
2026-03-24 13:19:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:19:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120546011%27 HTTP/1.1" 200 None
2026-03-24 13:19:27 [astonbarclay.gb] INFO: Saving data for 120546011: {'auction_closing_time': 1774432800.0, 'created_time': 1773830792.035657, 'last_price_update_time': 1774358367.814176}
2026-03-24 13:19:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:19:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120546011') HTTP/1.1" 204 0
2026-03-24 13:19:28 [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-24 13:19:28 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:19:28 [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': 19179, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 473}, 'saleStart': '2026-03-25T10:00Z', 'lot': 1245, 'hall': 'Hall 1', '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-24 13:19:28 [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': 19179, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 473}, 'saleStart': '2026-03-25T10:00Z', 'lot': 1245, 'hall': 'Hall 1', '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-24 13:19:28 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 007e7952-ecd8-56a7-9a22-bfb107733452 with identifier: 120645930
2026-03-24 13:19:28 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 007e7952-ecd8-56a7-9a22-bfb107733452 with scrape type 2
2026-03-24 13:19:28 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 007e7952-ecd8-56a7-9a22-bfb107733452 with scrape type 2
2026-03-24 13:19:28 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 007e7952-ecd8-56a7-9a22-bfb107733452, identifier: 120645930
2026-03-24 13:19:28 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 007e7952-ecd8-56a7-9a22-bfb107733452 with identifier: 120645930
2026-03-24 13:19:28 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 007e7952-ecd8-56a7-9a22-bfb107733452 with identifier: 120645930
2026-03-24 13:19:29 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 007e7952-ecd8-56a7-9a22-bfb107733452 with identifier: 120645930 to the API
2026-03-24 13:19:29 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 13:19:29 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-24 13:19:29 [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-25T10:00: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-24 13:19:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:19:29 [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-24 13:19:29 [astonbarclay.gb] INFO: Saving data for 120645930: {'auction_closing_time': 1774432800.0, 'created_time': 1774033501.958089, 'last_price_update_time': 1774358369.683655}
2026-03-24 13:19:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:19:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120645930') HTTP/1.1" 204 0
2026-03-24 13:19:29 [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-24 13:19:29 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:19:29 [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': 19179, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 473}, 'saleStart': '2026-03-25T10:00Z', 'lot': 1248, 'hall': 'Hall 1', '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-24 13:19:29 [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': 19179, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 473}, 'saleStart': '2026-03-25T10:00Z', 'lot': 1248, 'hall': 'Hall 1', '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-24 13:19:29 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 35ab3a84-bc2b-581f-982c-af4e1d2a7d61 with identifier: 120401206
2026-03-24 13:19:29 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 35ab3a84-bc2b-581f-982c-af4e1d2a7d61 with scrape type 2
2026-03-24 13:19:29 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 35ab3a84-bc2b-581f-982c-af4e1d2a7d61 with scrape type 2
2026-03-24 13:19:29 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 35ab3a84-bc2b-581f-982c-af4e1d2a7d61, identifier: 120401206
2026-03-24 13:19:29 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 35ab3a84-bc2b-581f-982c-af4e1d2a7d61 with identifier: 120401206
2026-03-24 13:19:29 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 35ab3a84-bc2b-581f-982c-af4e1d2a7d61 with identifier: 120401206
2026-03-24 13:19:29 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 35ab3a84-bc2b-581f-982c-af4e1d2a7d61 with identifier: 120401206 to the API
2026-03-24 13:19:29 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 13:19:31 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-24 13:19:31 [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-25T10:00: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-24 13:19:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:19:31 [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-24 13:19:31 [astonbarclay.gb] INFO: Saving data for 120401206: {'auction_closing_time': 1774432800.0, 'created_time': 1773403534.782768, 'last_price_update_time': 1774358371.623588}
2026-03-24 13:19:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:19:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120401206') HTTP/1.1" 204 0
2026-03-24 13:19:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120691757?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-24 13:19:32 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:19:32 [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-24 13:19:32 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:19:32 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120691757, 'registration': 'EO17ENR', 'account': 'WBA002', 'make': 'HYUNDAI', 'model': 'TUCSON DIESEL ESTATE', 'derivative': '1.7 CRDi Blue Drive SE Nav 5dr 2WD', 'mileage': 65239, 'mileageWarranty': True, 'type': 'car', 'saleId': 19179, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 473}, 'saleStart': '2026-03-25T10:00Z', 'lot': 1243, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2017-03-21', 'fuel': 'Diesel', 'motExpiry': '2027-02-18', 'doors': 5, 'engineSize': 1685, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/EO17ENR/2026-03-24/image/5ef5d8aa-0671-4b09-9bbb-0c10db8c2d5b_removebg.jpg?w=600', 'https://abimg003.imgix.net/EO17ENR/2026-03-24/image/0ba37420-0c79-45ec-9a34-4e362941fd1c_removebg.jpg?w=600', 'https://abimg003.imgix.net/EO17ENR/2026-03-24/image/e751d2f2-70af-45ab-87ec-062e36478341_removebg.jpg?w=600', 'https://abimg003.imgix.net/EO17ENR/2026-03-24/image/3621c4f3-8dd7-4d66-9eb1-47dc4a5526d9_removebg.jpg?w=600', 'https://abimg003.imgix.net/EO17ENR/2026-03-24/image/c8038601-4c9b-4e9e-840e-492adadbd18b_removebg.jpg?w=600', 'https://abimg003.imgix.net/EO17ENR/2026-03-24/image/550fc1f1-b5dd-4d6c-bae7-bc55a836350a_removebg.jpg?w=600', 'https://abimg003.imgix.net/EO17ENR/2026-03-24/image/5f2fa1ad-ea37-4a3f-bce2-63a301bba596_removebg.jpg?w=600', 'https://abimg003.imgix.net/EO17ENR/2026-03-24/image/8a10ff70-5f67-4651-b4e6-7080265a9383_removebg.jpg?w=600', 'https://abimg003.imgix.net/EO17ENR/2026-03-24/image/aef6e0ec-2da2-4240-9137-507af5c2f43c_removebg.jpg?w=600'], 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 03/20 25K - 02/21 29K - 06/22 41K - 06/23 49K - 08/24 57K', 'remarks': 'VOSA STATES 46K- 54K- 60K - 64K - SPARE KEY IN OFFICE - SD CARD IN OFFICE', 'virtual': False, 'seller': 'UKCGR - Premium', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '3', 'v5': True, 'v5details': 'Here', 'co2': 119, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/96eb7151-3bb9-4717-8ebe-f60c85f714ce.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 13:19:32 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120691757, 'registration': 'EO17ENR', 'account': 'WBA002', 'make': 'HYUNDAI', 'model': 'TUCSON DIESEL ESTATE', 'derivative': '1.7 CRDi Blue Drive SE Nav 5dr 2WD', 'mileage': 65239, 'mileageWarranty': True, 'type': 'car', 'saleId': 19179, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 473}, 'saleStart': '2026-03-25T10:00Z', 'lot': 1243, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2017-03-21', 'fuel': 'Diesel', 'motExpiry': '2027-02-18', 'doors': 5, 'engineSize': 1685, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/EO17ENR/2026-03-24/image/5ef5d8aa-0671-4b09-9bbb-0c10db8c2d5b_removebg.jpg?w=600', 'https://abimg003.imgix.net/EO17ENR/2026-03-24/image/0ba37420-0c79-45ec-9a34-4e362941fd1c_removebg.jpg?w=600', 'https://abimg003.imgix.net/EO17ENR/2026-03-24/image/e751d2f2-70af-45ab-87ec-062e36478341_removebg.jpg?w=600', 'https://abimg003.imgix.net/EO17ENR/2026-03-24/image/3621c4f3-8dd7-4d66-9eb1-47dc4a5526d9_removebg.jpg?w=600', 'https://abimg003.imgix.net/EO17ENR/2026-03-24/image/c8038601-4c9b-4e9e-840e-492adadbd18b_removebg.jpg?w=600', 'https://abimg003.imgix.net/EO17ENR/2026-03-24/image/550fc1f1-b5dd-4d6c-bae7-bc55a836350a_removebg.jpg?w=600', 'https://abimg003.imgix.net/EO17ENR/2026-03-24/image/5f2fa1ad-ea37-4a3f-bce2-63a301bba596_removebg.jpg?w=600', 'https://abimg003.imgix.net/EO17ENR/2026-03-24/image/8a10ff70-5f67-4651-b4e6-7080265a9383_removebg.jpg?w=600', 'https://abimg003.imgix.net/EO17ENR/2026-03-24/image/aef6e0ec-2da2-4240-9137-507af5c2f43c_removebg.jpg?w=600'], 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 03/20 25K - 02/21 29K - 06/22 41K - 06/23 49K - 08/24 57K', 'remarks': 'VOSA STATES 46K- 54K- 60K - 64K - SPARE KEY IN OFFICE - SD CARD IN OFFICE', 'virtual': False, 'seller': 'UKCGR - Premium', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '3', 'v5': True, 'v5details': 'Here', 'co2': 119, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/96eb7151-3bb9-4717-8ebe-f60c85f714ce.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 13:19:32 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e998578e-6da0-548e-ab84-4fdecff998f5 with identifier: 120691757
2026-03-24 13:19:32 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e998578e-6da0-548e-ab84-4fdecff998f5 with scrape type 1
2026-03-24 13:19:32 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 9 photos for item e998578e-6da0-548e-ab84-4fdecff998f5
2026-03-24 13:19:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:19:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FEO17ENR%252F2026-03-24%252Fimage%252F5ef5d8aa-0671-4b09-9bbb-0c10db8c2d5b_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-24 13:19:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/EO17ENR/2026-03-24/image/5ef5d8aa-0671-4b09-9bbb-0c10db8c2d5b_removebg.jpg?w=600 not downloaded yet
2026-03-24 13:19:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:19:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FEO17ENR%252F2026-03-24%252Fimage%252F0ba37420-0c79-45ec-9a34-4e362941fd1c_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-24 13:19:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/EO17ENR/2026-03-24/image/0ba37420-0c79-45ec-9a34-4e362941fd1c_removebg.jpg?w=600 not downloaded yet
2026-03-24 13:19:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:19:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FEO17ENR%252F2026-03-24%252Fimage%252Fe751d2f2-70af-45ab-87ec-062e36478341_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-24 13:19:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/EO17ENR/2026-03-24/image/e751d2f2-70af-45ab-87ec-062e36478341_removebg.jpg?w=600 not downloaded yet
2026-03-24 13:19:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:19:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FEO17ENR%252F2026-03-24%252Fimage%252F3621c4f3-8dd7-4d66-9eb1-47dc4a5526d9_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-24 13:19:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/EO17ENR/2026-03-24/image/3621c4f3-8dd7-4d66-9eb1-47dc4a5526d9_removebg.jpg?w=600 not downloaded yet
2026-03-24 13:19:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:19:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FEO17ENR%252F2026-03-24%252Fimage%252Fc8038601-4c9b-4e9e-840e-492adadbd18b_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-24 13:19:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/EO17ENR/2026-03-24/image/c8038601-4c9b-4e9e-840e-492adadbd18b_removebg.jpg?w=600 not downloaded yet
2026-03-24 13:19:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:19:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FEO17ENR%252F2026-03-24%252Fimage%252F550fc1f1-b5dd-4d6c-bae7-bc55a836350a_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-24 13:19:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/EO17ENR/2026-03-24/image/550fc1f1-b5dd-4d6c-bae7-bc55a836350a_removebg.jpg?w=600 not downloaded yet
2026-03-24 13:19:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:19:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FEO17ENR%252F2026-03-24%252Fimage%252F5f2fa1ad-ea37-4a3f-bce2-63a301bba596_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-24 13:19:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/EO17ENR/2026-03-24/image/5f2fa1ad-ea37-4a3f-bce2-63a301bba596_removebg.jpg?w=600 not downloaded yet
2026-03-24 13:19:32 [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': 19179, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 473}, 'saleStart': '2026-03-25T10:00Z', 'lot': 1244, 'hall': 'Hall 1', '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-24 13:19:32 [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': 19179, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 473}, 'saleStart': '2026-03-25T10:00Z', 'lot': 1244, 'hall': 'Hall 1', '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-24 13:19:32 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: fc76e8e1-6e70-57cd-a81f-2dc5571ff8be with identifier: 120650278
2026-03-24 13:19:32 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fc76e8e1-6e70-57cd-a81f-2dc5571ff8be with scrape type 2
2026-03-24 13:19:32 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item fc76e8e1-6e70-57cd-a81f-2dc5571ff8be with scrape type 2
2026-03-24 13:19:32 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: fc76e8e1-6e70-57cd-a81f-2dc5571ff8be, identifier: 120650278
2026-03-24 13:19:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:19:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FEO17ENR%252F2026-03-24%252Fimage%252F8a10ff70-5f67-4651-b4e6-7080265a9383_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-24 13:19:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/EO17ENR/2026-03-24/image/8a10ff70-5f67-4651-b4e6-7080265a9383_removebg.jpg?w=600 not downloaded yet
2026-03-24 13:19:32 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: fc76e8e1-6e70-57cd-a81f-2dc5571ff8be with identifier: 120650278
2026-03-24 13:19:32 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: fc76e8e1-6e70-57cd-a81f-2dc5571ff8be with identifier: 120650278
2026-03-24 13:19:32 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: fc76e8e1-6e70-57cd-a81f-2dc5571ff8be with identifier: 120650278 to the API
2026-03-24 13:19:32 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 13:19:33 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-24 13:19:33 [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-25T10:00: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-24 13:19:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:19:33 [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-24 13:19:33 [astonbarclay.gb] INFO: Saving data for 120650278: {'auction_closing_time': 1774432800.0, 'created_time': 1774033497.271788, 'last_price_update_time': 1774358373.588916}
2026-03-24 13:19:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:19:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120650278') HTTP/1.1" 204 0
2026-03-24 13:19:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:19:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FEO17ENR%252F2026-03-24%252Fimage%252Faef6e0ec-2da2-4240-9137-507af5c2f43c_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-24 13:19:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/EO17ENR/2026-03-24/image/aef6e0ec-2da2-4240-9137-507af5c2f43c_removebg.jpg?w=600 not downloaded yet
2026-03-24 13:19:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120647951?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-24 13:19:33 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:19:33 [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-24 13:19:33 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:19:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/EO17ENR/2026-03-24/image/aef6e0ec-2da2-4240-9137-507af5c2f43c_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120691757?view=catalogue)
2026-03-24 13:19:33 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120647951, 'registration': 'EK15EKF', 'account': 'WBA004', 'make': 'FORD', 'model': 'KUGA DIESEL ESTATE', 'derivative': '2.0 TDCi 150 Zetec 5dr 2WD', 'mileage': 170426, 'mileageWarranty': True, 'type': 'car', 'saleId': 19179, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 473}, 'saleStart': '2026-03-25T10:00Z', 'lot': 1251, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2015-03-30', 'fuel': 'Diesel', 'motExpiry': '2026-03-29', 'doors': 5, 'engineSize': 1997, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/EK15EKF/2026-03-20/image/09f72f79-ced0-4f35-a30c-b481b3f27494_removebg.jpg?w=600', 'https://abimg003.imgix.net/EK15EKF/2026-03-20/image/ab709a27-d306-4f13-b83a-a15f3174dd65_removebg.jpg?w=600', 'https://abimg003.imgix.net/EK15EKF/2026-03-20/image/8dd579b7-e327-4cd0-a3f8-af384296567b_removebg.jpg?w=600', 'https://abimg003.imgix.net/EK15EKF/2026-03-20/image/ca77033e-2298-4f02-8e3b-363cde50fa28_removebg.jpg?w=600', 'https://abimg003.imgix.net/EK15EKF/2026-03-20/image/2a4ea4a6-0720-4b69-84f1-3e1710b66842_removebg.jpg?w=600', 'https://abimg003.imgix.net/EK15EKF/2026-03-20/image/91f9683d-2d2d-4a45-b8b9-778bc5cf84db_removebg.jpg?w=600', 'https://abimg003.imgix.net/EK15EKF/2026-03-20/image/5059796b-d5f5-4587-acb6-e31dc7ec9ee6_removebg.jpg?w=600', 'https://abimg003.imgix.net/EK15EKF/2026-03-20/image/2c8bb79f-42fe-4136-9dbf-2576006467f4_removebg.jpg?w=600', 'https://abimg003.imgix.net/EK15EKF/2026-03-20/image/d0de97ec-50cc-4161-9321-22a012557d52_removebg.jpg?w=600'], 'colour': 'SILVER', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': 'VOSA STATES 97K, 115K, 134K, 151K, 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': 122, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/89b5f2ec-c3b8-499c-8b12-ba296827a75d.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 13:19:33 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120647951, 'registration': 'EK15EKF', 'account': 'WBA004', 'make': 'FORD', 'model': 'KUGA DIESEL ESTATE', 'derivative': '2.0 TDCi 150 Zetec 5dr 2WD', 'mileage': 170426, 'mileageWarranty': True, 'type': 'car', 'saleId': 19179, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 473}, 'saleStart': '2026-03-25T10:00Z', 'lot': 1251, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2015-03-30', 'fuel': 'Diesel', 'motExpiry': '2026-03-29', 'doors': 5, 'engineSize': 1997, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/EK15EKF/2026-03-20/image/09f72f79-ced0-4f35-a30c-b481b3f27494_removebg.jpg?w=600', 'https://abimg003.imgix.net/EK15EKF/2026-03-20/image/ab709a27-d306-4f13-b83a-a15f3174dd65_removebg.jpg?w=600', 'https://abimg003.imgix.net/EK15EKF/2026-03-20/image/8dd579b7-e327-4cd0-a3f8-af384296567b_removebg.jpg?w=600', 'https://abimg003.imgix.net/EK15EKF/2026-03-20/image/ca77033e-2298-4f02-8e3b-363cde50fa28_removebg.jpg?w=600', 'https://abimg003.imgix.net/EK15EKF/2026-03-20/image/2a4ea4a6-0720-4b69-84f1-3e1710b66842_removebg.jpg?w=600', 'https://abimg003.imgix.net/EK15EKF/2026-03-20/image/91f9683d-2d2d-4a45-b8b9-778bc5cf84db_removebg.jpg?w=600', 'https://abimg003.imgix.net/EK15EKF/2026-03-20/image/5059796b-d5f5-4587-acb6-e31dc7ec9ee6_removebg.jpg?w=600', 'https://abimg003.imgix.net/EK15EKF/2026-03-20/image/2c8bb79f-42fe-4136-9dbf-2576006467f4_removebg.jpg?w=600', 'https://abimg003.imgix.net/EK15EKF/2026-03-20/image/d0de97ec-50cc-4161-9321-22a012557d52_removebg.jpg?w=600'], 'colour': 'SILVER', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': 'VOSA STATES 97K, 115K, 134K, 151K, 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': 122, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/89b5f2ec-c3b8-499c-8b12-ba296827a75d.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 13:19:33 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ef28580a-1a24-5b5f-ac2e-9e22268ef448 with identifier: 120647951
2026-03-24 13:19:33 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ef28580a-1a24-5b5f-ac2e-9e22268ef448 with scrape type 2
2026-03-24 13:19:33 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ef28580a-1a24-5b5f-ac2e-9e22268ef448 with scrape type 2
2026-03-24 13:19:33 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: ef28580a-1a24-5b5f-ac2e-9e22268ef448, identifier: 120647951
2026-03-24 13:19:33 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: ef28580a-1a24-5b5f-ac2e-9e22268ef448 with identifier: 120647951
2026-03-24 13:19:33 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: ef28580a-1a24-5b5f-ac2e-9e22268ef448 with identifier: 120647951
2026-03-24 13:19:34 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: ef28580a-1a24-5b5f-ac2e-9e22268ef448 with identifier: 120647951 to the API
2026-03-24 13:19:34 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 13:19: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-24 13:19:37 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120647951?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 122,
'color': 'SILVER',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'expiration_date': '2026-03-25T10:00:00Z',
'fuel_type': 'Diesel',
'id': 'ef28580a-1a24-5b5f-ac2e-9e22268ef448',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'EK15EKF',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120647951',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'FORD',
'model': 'KUGA DIESEL ESTATE',
'odometer': 170426,
'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 KUGA DIESEL ESTATE 2.0 TDCi 150 Zetec 5dr 2WD',
'transmission': 'manual',
'trim': '2.0 TDCi 150 Zetec 5dr 2WD',
'vin': None,
'year': 2015}
2026-03-24 13:19:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:19:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120647951%27 HTTP/1.1" 200 None
2026-03-24 13:19:37 [astonbarclay.gb] INFO: Saving data for 120647951: {'auction_closing_time': 1774432800.0, 'created_time': 1774034237.03549, 'last_price_update_time': 1774358377.141341}
2026-03-24 13:19:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:19:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120647951') HTTP/1.1" 204 0
2026-03-24 13:19:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/EO17ENR/2026-03-24/image/8a10ff70-5f67-4651-b4e6-7080265a9383_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120691757?view=catalogue)
2026-03-24 13:19:37 [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': 19179, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 473}, 'saleStart': '2026-03-25T10:00Z', 'lot': 1250, 'hall': 'Hall 1', '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-24 13:19:37 [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': 19179, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 473}, 'saleStart': '2026-03-25T10:00Z', 'lot': 1250, 'hall': 'Hall 1', '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-24 13:19:37 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c616eb29-8e5c-5a57-a4d9-7cfc4fc5ba0b with identifier: 120647284
2026-03-24 13:19:37 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c616eb29-8e5c-5a57-a4d9-7cfc4fc5ba0b with scrape type 2
2026-03-24 13:19:37 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c616eb29-8e5c-5a57-a4d9-7cfc4fc5ba0b with scrape type 2
2026-03-24 13:19:37 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: c616eb29-8e5c-5a57-a4d9-7cfc4fc5ba0b, identifier: 120647284
2026-03-24 13:19:37 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 13:19:37 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fde51688450>
2026-03-24 13:19:37 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 13:19:37 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-24 13:19:37 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 13:19:37 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_e998578e-6da0-548e-ab84-4fdecff998f5/e998578e-6da0-548e-ab84-4fdecff998f5_image_8.jpg HTTP/1.1" 201 0
2026-03-24 13:19:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:19:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FEO17ENR%252F2026-03-24%252Fimage%252Faef6e0ec-2da2-4240-9137-507af5c2f43c_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-24 13:19:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/EO17ENR/2026-03-24/image/aef6e0ec-2da2-4240-9137-507af5c2f43c_removebg.jpg?w=600 saved to cache
2026-03-24 13:19:37 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item e998578e-6da0-548e-ab84-4fdecff998f5
2026-03-24 13:19:37 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: c616eb29-8e5c-5a57-a4d9-7cfc4fc5ba0b with identifier: 120647284
2026-03-24 13:19:37 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: c616eb29-8e5c-5a57-a4d9-7cfc4fc5ba0b with identifier: 120647284
2026-03-24 13:19:37 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: c616eb29-8e5c-5a57-a4d9-7cfc4fc5ba0b with identifier: 120647284 to the API
2026-03-24 13:19:37 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 13:19: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-24 13:19:40 [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-25T10:00: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-24 13:19:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:19:40 [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-24 13:19:40 [astonbarclay.gb] INFO: Saving data for 120647284: {'auction_closing_time': 1774432800.0, 'created_time': 1774034226.392024, 'last_price_update_time': 1774358380.482063}
2026-03-24 13:19:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:19:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120647284') HTTP/1.1" 204 0
2026-03-24 13:19:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/EO17ENR/2026-03-24/image/5f2fa1ad-ea37-4a3f-bce2-63a301bba596_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120691757?view=catalogue)
2026-03-24 13:19:40 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 13:19:40 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fde50122f50>
2026-03-24 13:19:40 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 13:19:40 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-24 13:19:40 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 13:19:40 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_e998578e-6da0-548e-ab84-4fdecff998f5/e998578e-6da0-548e-ab84-4fdecff998f5_image_7.jpg HTTP/1.1" 201 0
2026-03-24 13:19:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:19:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FEO17ENR%252F2026-03-24%252Fimage%252F8a10ff70-5f67-4651-b4e6-7080265a9383_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-24 13:19:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/EO17ENR/2026-03-24/image/8a10ff70-5f67-4651-b4e6-7080265a9383_removebg.jpg?w=600 saved to cache
2026-03-24 13:19:40 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item e998578e-6da0-548e-ab84-4fdecff998f5
2026-03-24 13:19:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/EO17ENR/2026-03-24/image/550fc1f1-b5dd-4d6c-bae7-bc55a836350a_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120691757?view=catalogue)
2026-03-24 13:19:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/EO17ENR/2026-03-24/image/c8038601-4c9b-4e9e-840e-492adadbd18b_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120691757?view=catalogue)
2026-03-24 13:19:40 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 13:19:40 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fde5168b110>
2026-03-24 13:19:40 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 13:19:40 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-24 13:19:40 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 13:19:40 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_e998578e-6da0-548e-ab84-4fdecff998f5/e998578e-6da0-548e-ab84-4fdecff998f5_image_6.jpg HTTP/1.1" 201 0
2026-03-24 13:19:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:19:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FEO17ENR%252F2026-03-24%252Fimage%252F5f2fa1ad-ea37-4a3f-bce2-63a301bba596_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-24 13:19:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/EO17ENR/2026-03-24/image/5f2fa1ad-ea37-4a3f-bce2-63a301bba596_removebg.jpg?w=600 saved to cache
2026-03-24 13:19:40 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item e998578e-6da0-548e-ab84-4fdecff998f5
2026-03-24 13:19:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/EO17ENR/2026-03-24/image/3621c4f3-8dd7-4d66-9eb1-47dc4a5526d9_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120691757?view=catalogue)
2026-03-24 13:19:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/EO17ENR/2026-03-24/image/e751d2f2-70af-45ab-87ec-062e36478341_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120691757?view=catalogue)
2026-03-24 13:19:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/EO17ENR/2026-03-24/image/5ef5d8aa-0671-4b09-9bbb-0c10db8c2d5b_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120691757?view=catalogue)
2026-03-24 13:19:40 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 13:19:40 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fde500cf350>
2026-03-24 13:19:40 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 13:19:40 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-24 13:19:40 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 13:19:40 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_e998578e-6da0-548e-ab84-4fdecff998f5/e998578e-6da0-548e-ab84-4fdecff998f5_image_5.jpg HTTP/1.1" 201 0
2026-03-24 13:19:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:19:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FEO17ENR%252F2026-03-24%252Fimage%252F550fc1f1-b5dd-4d6c-bae7-bc55a836350a_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-24 13:19:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/EO17ENR/2026-03-24/image/550fc1f1-b5dd-4d6c-bae7-bc55a836350a_removebg.jpg?w=600 saved to cache
2026-03-24 13:19:40 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item e998578e-6da0-548e-ab84-4fdecff998f5
2026-03-24 13:19:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/EO17ENR/2026-03-24/image/0ba37420-0c79-45ec-9a34-4e362941fd1c_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120691757?view=catalogue)
2026-03-24 13:19:40 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 13:19:40 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fde43f0d310>
2026-03-24 13:19:40 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 13:19:40 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-24 13:19:40 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 13:19:40 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_e998578e-6da0-548e-ab84-4fdecff998f5/e998578e-6da0-548e-ab84-4fdecff998f5_image_4.jpg HTTP/1.1" 201 0
2026-03-24 13:19:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:19:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FEO17ENR%252F2026-03-24%252Fimage%252Fc8038601-4c9b-4e9e-840e-492adadbd18b_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-24 13:19:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/EO17ENR/2026-03-24/image/c8038601-4c9b-4e9e-840e-492adadbd18b_removebg.jpg?w=600 saved to cache
2026-03-24 13:19:40 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item e998578e-6da0-548e-ab84-4fdecff998f5
2026-03-24 13:19:40 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 13:19:40 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fde500fce50>
2026-03-24 13:19:40 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 13:19:40 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-24 13:19:40 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 13:19:40 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_e998578e-6da0-548e-ab84-4fdecff998f5/e998578e-6da0-548e-ab84-4fdecff998f5_image_3.jpg HTTP/1.1" 201 0
2026-03-24 13:19:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:19:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FEO17ENR%252F2026-03-24%252Fimage%252F3621c4f3-8dd7-4d66-9eb1-47dc4a5526d9_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-24 13:19:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/EO17ENR/2026-03-24/image/3621c4f3-8dd7-4d66-9eb1-47dc4a5526d9_removebg.jpg?w=600 saved to cache
2026-03-24 13:19:40 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item e998578e-6da0-548e-ab84-4fdecff998f5
2026-03-24 13:19:40 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 13:19:40 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fde50c45450>
2026-03-24 13:19:40 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 13:19:40 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-24 13:19:40 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 13:19:40 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_e998578e-6da0-548e-ab84-4fdecff998f5/e998578e-6da0-548e-ab84-4fdecff998f5_image_2.jpg HTTP/1.1" 201 0
2026-03-24 13:19:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:19:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FEO17ENR%252F2026-03-24%252Fimage%252Fe751d2f2-70af-45ab-87ec-062e36478341_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-24 13:19:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/EO17ENR/2026-03-24/image/e751d2f2-70af-45ab-87ec-062e36478341_removebg.jpg?w=600 saved to cache
2026-03-24 13:19:40 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item e998578e-6da0-548e-ab84-4fdecff998f5
2026-03-24 13:19:40 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 13:19:40 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fde50c66b90>
2026-03-24 13:19:40 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 13:19:40 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-24 13:19:40 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 13:19:40 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_e998578e-6da0-548e-ab84-4fdecff998f5/e998578e-6da0-548e-ab84-4fdecff998f5_image_0.jpg HTTP/1.1" 201 0
2026-03-24 13:19:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:19:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FEO17ENR%252F2026-03-24%252Fimage%252F5ef5d8aa-0671-4b09-9bbb-0c10db8c2d5b_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-24 13:19:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/EO17ENR/2026-03-24/image/5ef5d8aa-0671-4b09-9bbb-0c10db8c2d5b_removebg.jpg?w=600 saved to cache
2026-03-24 13:19:40 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item e998578e-6da0-548e-ab84-4fdecff998f5
2026-03-24 13:19:40 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 13:19:40 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fde532e8750>
2026-03-24 13:19:40 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 13:19:40 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-24 13:19:40 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 13:19:40 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_e998578e-6da0-548e-ab84-4fdecff998f5/e998578e-6da0-548e-ab84-4fdecff998f5_image_1.jpg HTTP/1.1" 201 0
2026-03-24 13:19:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:19:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FEO17ENR%252F2026-03-24%252Fimage%252F0ba37420-0c79-45ec-9a34-4e362941fd1c_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-24 13:19:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/EO17ENR/2026-03-24/image/0ba37420-0c79-45ec-9a34-4e362941fd1c_removebg.jpg?w=600 saved to cache
2026-03-24 13:19:40 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item e998578e-6da0-548e-ab84-4fdecff998f5
2026-03-24 13:19:40 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: e998578e-6da0-548e-ab84-4fdecff998f5, skipping ID generation
2026-03-24 13:19:40 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e998578e-6da0-548e-ab84-4fdecff998f5 with scrape type 1
2026-03-24 13:19:40 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item e998578e-6da0-548e-ab84-4fdecff998f5 sending to next pipeline
2026-03-24 13:19:41 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: e998578e-6da0-548e-ab84-4fdecff998f5, identifier: 120691757
2026-03-24 13:19:41 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: e998578e-6da0-548e-ab84-4fdecff998f5 with identifier: 120691757
2026-03-24 13:19:41 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: e998578e-6da0-548e-ab84-4fdecff998f5 with identifier: 120691757
2026-03-24 13:19:41 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: e998578e-6da0-548e-ab84-4fdecff998f5 with identifier: 120691757 to the API
2026-03-24 13:19:41 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 13:19:42 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-24 13:19:42 [scrapy.core.scraper] DEBUG: Scraped from <200 https://abimg003.imgix.net/EO17ENR/2026-03-24/image/0ba37420-0c79-45ec-9a34-4e362941fd1c_removebg.jpg?w=600>
{'auction_title': '',
'c_o_2_emission_value': 119,
'color': 'WHITE',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.7L',
'expiration_date': '2026-03-25T10:00:00Z',
'fuel_type': 'Diesel',
'id': 'e998578e-6da0-548e-ab84-4fdecff998f5',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'EO17ENR',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120691757',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'HYUNDAI',
'model': 'TUCSON DIESEL ESTATE',
'odometer': 65239,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 9,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e998578e-6da0-548e-ab84-4fdecff998f5/e998578e-6da0-548e-ab84-4fdecff998f5_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 33388,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/EO17ENR/2026-03-24/image/5ef5d8aa-0671-4b09-9bbb-0c10db8c2d5b_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e998578e-6da0-548e-ab84-4fdecff998f5/e998578e-6da0-548e-ab84-4fdecff998f5_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 32587,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/EO17ENR/2026-03-24/image/0ba37420-0c79-45ec-9a34-4e362941fd1c_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e998578e-6da0-548e-ab84-4fdecff998f5/e998578e-6da0-548e-ab84-4fdecff998f5_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 34909,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/EO17ENR/2026-03-24/image/e751d2f2-70af-45ab-87ec-062e36478341_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e998578e-6da0-548e-ab84-4fdecff998f5/e998578e-6da0-548e-ab84-4fdecff998f5_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 32784,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/EO17ENR/2026-03-24/image/3621c4f3-8dd7-4d66-9eb1-47dc4a5526d9_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e998578e-6da0-548e-ab84-4fdecff998f5/e998578e-6da0-548e-ab84-4fdecff998f5_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 42857,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/EO17ENR/2026-03-24/image/c8038601-4c9b-4e9e-840e-492adadbd18b_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e998578e-6da0-548e-ab84-4fdecff998f5/e998578e-6da0-548e-ab84-4fdecff998f5_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 43389,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/EO17ENR/2026-03-24/image/550fc1f1-b5dd-4d6c-bae7-bc55a836350a_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e998578e-6da0-548e-ab84-4fdecff998f5/e998578e-6da0-548e-ab84-4fdecff998f5_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 34763,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/EO17ENR/2026-03-24/image/5f2fa1ad-ea37-4a3f-bce2-63a301bba596_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e998578e-6da0-548e-ab84-4fdecff998f5/e998578e-6da0-548e-ab84-4fdecff998f5_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 36169,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/EO17ENR/2026-03-24/image/8a10ff70-5f67-4651-b4e6-7080265a9383_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e998578e-6da0-548e-ab84-4fdecff998f5/e998578e-6da0-548e-ab84-4fdecff998f5_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 31927,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/EO17ENR/2026-03-24/image/aef6e0ec-2da2-4240-9137-507af5c2f43c_removebg.jpg?w=600',
'Width': 600}],
'price': 0,
'price_includes_vat': False,
'registration_date': '2017-03-21',
'seller_name': 'UKCGR - Premium',
'title': 'HYUNDAI TUCSON DIESEL ESTATE 1.7 CRDi Blue Drive SE Nav 5dr 2WD',
'transmission': 'manual',
'trim': '1.7 CRDi Blue Drive SE Nav 5dr 2WD',
'vin': None,
'year': 2017}
2026-03-24 13:19:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:19:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120691757%27 HTTP/1.1" 200 None
2026-03-24 13:19:42 [astonbarclay.gb] INFO: Saving data for 120691757: {'created_time': 1774358382.198401, 'last_price_update_time': 1774358382.198413, 'auction_closing_time': 1774432800.0}
2026-03-24 13:19:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:19:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120691757') HTTP/1.1" 204 0
2026-03-24 13:19:42 [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-24 13:19:42 [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-24 13:19:42 [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-24 13:19:42 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:19:42 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:19:42 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:19:42 [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': 19179, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 475}, 'saleStart': '2026-03-25T10:00Z', 'lot': 1252, 'hall': 'Hall 1', '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-24 13:19:42 [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': 19179, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 475}, 'saleStart': '2026-03-25T10:00Z', 'lot': 1252, 'hall': 'Hall 1', '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-24 13:19:42 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: cf602821-83a5-59a0-81e1-514251ced294 with identifier: 120652440
2026-03-24 13:19:42 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item cf602821-83a5-59a0-81e1-514251ced294 with scrape type 2
2026-03-24 13:19:42 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item cf602821-83a5-59a0-81e1-514251ced294 with scrape type 2
2026-03-24 13:19:42 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: cf602821-83a5-59a0-81e1-514251ced294, identifier: 120652440
2026-03-24 13:19:42 [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': 19179, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 475}, 'saleStart': '2026-03-25T10:00Z', 'lot': 1240, '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-24 13:19:42 [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': 19179, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 475}, 'saleStart': '2026-03-25T10:00Z', 'lot': 1240, '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-24 13:19:42 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: bc3afd03-4f66-5486-a090-9036765fca77 with identifier: 120690371
2026-03-24 13:19:42 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item bc3afd03-4f66-5486-a090-9036765fca77 with scrape type 1
2026-03-24 13:19:42 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item bc3afd03-4f66-5486-a090-9036765fca77
2026-03-24 13:19:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:19:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FKX17NGY%252F2026-03-24%252Fimage%252F3bf3238d-f171-4b0c-b54a-1978da7814b5_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-24 13:19:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/KX17NGY/2026-03-24/image/3bf3238d-f171-4b0c-b54a-1978da7814b5_removebg.jpg?w=600 not downloaded yet
2026-03-24 13:19:42 [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': 19179, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 474}, 'saleStart': '2026-03-25T10:00Z', 'lot': 1242, '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-24 13:19:42 [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': 19179, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 474}, 'saleStart': '2026-03-25T10:00Z', 'lot': 1242, '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-24 13:19:42 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 14f0d7ca-a06e-51ff-8bf2-e7ecb06bd7e2 with identifier: 120656496
2026-03-24 13:19:42 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 14f0d7ca-a06e-51ff-8bf2-e7ecb06bd7e2 with scrape type 2
2026-03-24 13:19:42 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 14f0d7ca-a06e-51ff-8bf2-e7ecb06bd7e2 with scrape type 2
2026-03-24 13:19:42 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 14f0d7ca-a06e-51ff-8bf2-e7ecb06bd7e2, identifier: 120656496
2026-03-24 13:19:42 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: cf602821-83a5-59a0-81e1-514251ced294 with identifier: 120652440
2026-03-24 13:19:42 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: cf602821-83a5-59a0-81e1-514251ced294 with identifier: 120652440
2026-03-24 13:19:42 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: cf602821-83a5-59a0-81e1-514251ced294 with identifier: 120652440 to the API
2026-03-24 13:19:42 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 13:19:43 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-24 13:19:43 [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-25T10:00: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-24 13:19:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:19:43 [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-24 13:19:43 [astonbarclay.gb] INFO: Saving data for 120652440: {'auction_closing_time': 1774432800.0, 'created_time': 1774034197.015, 'last_price_update_time': 1774358383.768611}
2026-03-24 13:19:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:19:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120652440') HTTP/1.1" 204 0
2026-03-24 13:19:43 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 14f0d7ca-a06e-51ff-8bf2-e7ecb06bd7e2 with identifier: 120656496
2026-03-24 13:19:43 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 14f0d7ca-a06e-51ff-8bf2-e7ecb06bd7e2 with identifier: 120656496
2026-03-24 13:19:43 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 14f0d7ca-a06e-51ff-8bf2-e7ecb06bd7e2 with identifier: 120656496 to the API
2026-03-24 13:19:43 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 13:19: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-24 13:19:45 [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-25T10: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-24 13:19:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:19:45 [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-24 13:19:45 [astonbarclay.gb] INFO: Saving data for 120656496: {'auction_closing_time': 1774432800.0, 'created_time': 1774034151.670092, 'last_price_update_time': 1774358385.228004}
2026-03-24 13:19:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:19:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120656496') HTTP/1.1" 204 0
2026-03-24 13:19:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:19:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FKX17NGY%252F2026-03-24%252Fimage%252F1bf3eb49-e610-41ab-b4a2-74de629383db_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-24 13:19:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/KX17NGY/2026-03-24/image/1bf3eb49-e610-41ab-b4a2-74de629383db_removebg.jpg?w=600 not downloaded yet
2026-03-24 13:19:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:19:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FKX17NGY%252F2026-03-24%252Fimage%252F29a5101c-25ec-437d-8b7c-8f2968b98ea3_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-24 13:19:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/KX17NGY/2026-03-24/image/29a5101c-25ec-437d-8b7c-8f2968b98ea3_removebg.jpg?w=600 not downloaded yet
2026-03-24 13:19:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:19:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FKX17NGY%252F2026-03-24%252Fimage%252F160d0daf-67a3-4d9e-8524-75bdccf0a17f_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-24 13:19:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/KX17NGY/2026-03-24/image/160d0daf-67a3-4d9e-8524-75bdccf0a17f_removebg.jpg?w=600 not downloaded yet
2026-03-24 13:19:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:19:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FKX17NGY%252F2026-03-24%252Fimage%252F42f14b2d-7861-48f3-b649-360e4ad027c8_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-24 13:19:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/KX17NGY/2026-03-24/image/42f14b2d-7861-48f3-b649-360e4ad027c8_removebg.jpg?w=600 not downloaded yet
2026-03-24 13:19:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:19:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FKX17NGY%252F2026-03-24%252Fimage%252F899af646-4652-40ea-a5cd-b98c2f4b5a54_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-24 13:19:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/KX17NGY/2026-03-24/image/899af646-4652-40ea-a5cd-b98c2f4b5a54_removebg.jpg?w=600 not downloaded yet
2026-03-24 13:19:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:19:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FKX17NGY%252F2026-03-24%252Fimage%252F510380c4-e869-4c66-a55e-31508fcf1bea_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-24 13:19:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/KX17NGY/2026-03-24/image/510380c4-e869-4c66-a55e-31508fcf1bea_removebg.jpg?w=600 not downloaded yet
2026-03-24 13:19:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:19:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FKX17NGY%252F2026-03-24%252Fimage%252F281c1e9a-4a6f-4598-8a1a-00d389771da4_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-24 13:19:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/KX17NGY/2026-03-24/image/281c1e9a-4a6f-4598-8a1a-00d389771da4_removebg.jpg?w=600 not downloaded yet
2026-03-24 13:19:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:19:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FKX17NGY%252F2026-03-24%252Fimage%252F5b809d95-9298-442e-aa45-5db3e29088f2_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-24 13:19:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/KX17NGY/2026-03-24/image/5b809d95-9298-442e-aa45-5db3e29088f2_removebg.jpg?w=600 not downloaded yet
2026-03-24 13:19:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:19:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FKX17NGY%252F2026-03-24%252Fimage%252F9bdd8159-f484-4a6f-8ea6-2540c467b399_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-24 13:19:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/KX17NGY/2026-03-24/image/9bdd8159-f484-4a6f-8ea6-2540c467b399_removebg.jpg?w=600 not downloaded yet
2026-03-24 13:19:45 [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-24 13:19:45 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:19:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/KX17NGY/2026-03-24/image/9bdd8159-f484-4a6f-8ea6-2540c467b399_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120690371?view=catalogue)
2026-03-24 13:19:46 [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': 19178, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 474}, 'saleStart': '2026-03-25T10:00Z', 'lot': 2007, '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-24 13:19:46 [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': 19178, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 474}, 'saleStart': '2026-03-25T10:00Z', 'lot': 2007, '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-24 13:19:46 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4f246429-76aa-5cf7-8b1e-7949d6876967 with identifier: 120485459
2026-03-24 13:19:46 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4f246429-76aa-5cf7-8b1e-7949d6876967 with scrape type 2
2026-03-24 13:19:46 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4f246429-76aa-5cf7-8b1e-7949d6876967 with scrape type 2
2026-03-24 13:19:46 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 4f246429-76aa-5cf7-8b1e-7949d6876967, identifier: 120485459
2026-03-24 13:19:46 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 4f246429-76aa-5cf7-8b1e-7949d6876967 with identifier: 120485459
2026-03-24 13:19:46 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 4f246429-76aa-5cf7-8b1e-7949d6876967 with identifier: 120485459
2026-03-24 13:19:46 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 4f246429-76aa-5cf7-8b1e-7949d6876967 with identifier: 120485459 to the API
2026-03-24 13:19:46 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 13:19:46 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-24 13:19:46 [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-25T10:00: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-24 13:19:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:19:46 [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-24 13:19:46 [astonbarclay.gb] INFO: Saving data for 120485459: {'auction_closing_time': 1774432800.0, 'created_time': 1773947103.831522, 'last_price_update_time': 1774358386.914011}
2026-03-24 13:19:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:19:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120485459') HTTP/1.1" 204 0
2026-03-24 13:19:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/KX17NGY/2026-03-24/image/5b809d95-9298-442e-aa45-5db3e29088f2_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120690371?view=catalogue)
2026-03-24 13:19:46 [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-24 13:19:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120659737?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-24 13:19:46 [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-24 13:19:46 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:19:46 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:19:46 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:19:46 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 13:19:46 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fde501a6910>
2026-03-24 13:19:46 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 13:19:46 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-24 13:19:46 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 13:19:46 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_bc3afd03-4f66-5486-a090-9036765fca77/bc3afd03-4f66-5486-a090-9036765fca77_image_9.jpg HTTP/1.1" 201 0
2026-03-24 13:19:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:19:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FKX17NGY%252F2026-03-24%252Fimage%252F9bdd8159-f484-4a6f-8ea6-2540c467b399_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-24 13:19:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/KX17NGY/2026-03-24/image/9bdd8159-f484-4a6f-8ea6-2540c467b399_removebg.jpg?w=600 saved to cache
2026-03-24 13:19:46 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item bc3afd03-4f66-5486-a090-9036765fca77
2026-03-24 13:19:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/KX17NGY/2026-03-24/image/281c1e9a-4a6f-4598-8a1a-00d389771da4_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120690371?view=catalogue)
2026-03-24 13:19:47 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 13:19:47 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fde500eee50>
2026-03-24 13:19:47 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 13:19:47 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-24 13:19:47 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 13:19:47 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_bc3afd03-4f66-5486-a090-9036765fca77/bc3afd03-4f66-5486-a090-9036765fca77_image_8.jpg HTTP/1.1" 201 0
2026-03-24 13:19:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:19:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FKX17NGY%252F2026-03-24%252Fimage%252F5b809d95-9298-442e-aa45-5db3e29088f2_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-24 13:19:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/KX17NGY/2026-03-24/image/5b809d95-9298-442e-aa45-5db3e29088f2_removebg.jpg?w=600 saved to cache
2026-03-24 13:19:47 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item bc3afd03-4f66-5486-a090-9036765fca77
2026-03-24 13:19:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/KX17NGY/2026-03-24/image/510380c4-e869-4c66-a55e-31508fcf1bea_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120690371?view=catalogue)
2026-03-24 13:19:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/KX17NGY/2026-03-24/image/160d0daf-67a3-4d9e-8524-75bdccf0a17f_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120690371?view=catalogue)
2026-03-24 13:19:47 [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': 19179, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 475}, 'saleStart': '2026-03-25T10:00Z', 'lot': 1239, 'hall': 'Hall 1', '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-24 13:19:47 [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': 19179, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 475}, 'saleStart': '2026-03-25T10:00Z', 'lot': 1239, 'hall': 'Hall 1', '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-24 13:19:47 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: fc5f3183-a113-5d52-94e5-fb7179236445 with identifier: 120657830
2026-03-24 13:19:47 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fc5f3183-a113-5d52-94e5-fb7179236445 with scrape type 2
2026-03-24 13:19:47 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item fc5f3183-a113-5d52-94e5-fb7179236445 with scrape type 2
2026-03-24 13:19:47 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: fc5f3183-a113-5d52-94e5-fb7179236445, identifier: 120657830
2026-03-24 13:19:47 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120659737, 'registration': 'GX13VDD', 'account': 'WBA004', 'make': 'KIA', 'model': 'SPORTAGE DIESEL ESTATE', 'derivative': '1.7 CRDi ISG 3 5dr [Sat Nav]', 'mileage': 108869, 'mileageWarranty': True, 'type': 'car', 'saleId': 19179, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 474}, 'saleStart': '2026-03-25T10:00Z', 'lot': 1241, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2013-03-12', 'fuel': 'Diesel', 'motExpiry': '2026-12-16', 'doors': 5, 'engineSize': 1685, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/GX13VDD/2026-03-23/image/f367d4cc-2118-4d4e-bf77-1aa96bc25fdd_removebg.jpg?w=600', 'https://abimg003.imgix.net/GX13VDD/2026-03-23/image/c35b2297-c6c2-4451-8899-5a972a6d5805_removebg.jpg?w=600', 'https://abimg003.imgix.net/GX13VDD/2026-03-23/image/89af2f25-4f0a-4044-9fbc-b48b2eb80700_removebg.jpg?w=600', 'https://abimg003.imgix.net/GX13VDD/2026-03-23/image/1629cdc4-911e-44a9-b13c-b8407a27f2a4_removebg.jpg?w=600', 'https://abimg003.imgix.net/GX13VDD/2026-03-23/image/c3d9c2a7-c1c0-4ecf-bd30-27f99a586243_removebg.jpg?w=600', 'https://abimg003.imgix.net/GX13VDD/2026-03-23/image/56f5ec83-0e79-4fa7-8045-dd92db53a605_removebg.jpg?w=600', 'https://abimg003.imgix.net/GX13VDD/2026-03-23/image/21611dd4-6dd5-415c-a2a0-bd26c4ab13bb_removebg.jpg?w=600', 'https://abimg003.imgix.net/GX13VDD/2026-03-23/image/7a39d4bb-423e-432a-b668-09bd44129c63_removebg.jpg?w=600', 'https://abimg003.imgix.net/GX13VDD/2026-03-23/image/eecd3721-5927-45a4-ad19-c9f85f7c476d_removebg.jpg?w=600', 'https://abimg003.imgix.net/GX13VDD/2026-03-23/image/f06c564b-9827-4f78-82b1-78d69a022c5e_removebg.jpg?w=600'], 'colour': 'SILVER', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 02/14 18K - 11/14 40K - 11/15 56K -- 03/18 80K - 03/20 85K - 03/22 89K -', 'remarks': 'VOSA STATES 93K- 93K- 98K- 105K- 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': 143, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/9b342de5-85e8-42f0-82c4-dc5d5d50d99c.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 13:19:47 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120659737, 'registration': 'GX13VDD', 'account': 'WBA004', 'make': 'KIA', 'model': 'SPORTAGE DIESEL ESTATE', 'derivative': '1.7 CRDi ISG 3 5dr [Sat Nav]', 'mileage': 108869, 'mileageWarranty': True, 'type': 'car', 'saleId': 19179, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 474}, 'saleStart': '2026-03-25T10:00Z', 'lot': 1241, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2013-03-12', 'fuel': 'Diesel', 'motExpiry': '2026-12-16', 'doors': 5, 'engineSize': 1685, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/GX13VDD/2026-03-23/image/f367d4cc-2118-4d4e-bf77-1aa96bc25fdd_removebg.jpg?w=600', 'https://abimg003.imgix.net/GX13VDD/2026-03-23/image/c35b2297-c6c2-4451-8899-5a972a6d5805_removebg.jpg?w=600', 'https://abimg003.imgix.net/GX13VDD/2026-03-23/image/89af2f25-4f0a-4044-9fbc-b48b2eb80700_removebg.jpg?w=600', 'https://abimg003.imgix.net/GX13VDD/2026-03-23/image/1629cdc4-911e-44a9-b13c-b8407a27f2a4_removebg.jpg?w=600', 'https://abimg003.imgix.net/GX13VDD/2026-03-23/image/c3d9c2a7-c1c0-4ecf-bd30-27f99a586243_removebg.jpg?w=600', 'https://abimg003.imgix.net/GX13VDD/2026-03-23/image/56f5ec83-0e79-4fa7-8045-dd92db53a605_removebg.jpg?w=600', 'https://abimg003.imgix.net/GX13VDD/2026-03-23/image/21611dd4-6dd5-415c-a2a0-bd26c4ab13bb_removebg.jpg?w=600', 'https://abimg003.imgix.net/GX13VDD/2026-03-23/image/7a39d4bb-423e-432a-b668-09bd44129c63_removebg.jpg?w=600', 'https://abimg003.imgix.net/GX13VDD/2026-03-23/image/eecd3721-5927-45a4-ad19-c9f85f7c476d_removebg.jpg?w=600', 'https://abimg003.imgix.net/GX13VDD/2026-03-23/image/f06c564b-9827-4f78-82b1-78d69a022c5e_removebg.jpg?w=600'], 'colour': 'SILVER', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 02/14 18K - 11/14 40K - 11/15 56K -- 03/18 80K - 03/20 85K - 03/22 89K -', 'remarks': 'VOSA STATES 93K- 93K- 98K- 105K- 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': 143, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/9b342de5-85e8-42f0-82c4-dc5d5d50d99c.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 13:19:47 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e4a46030-afad-5a9e-a903-d099b06310e5 with identifier: 120659737
2026-03-24 13:19:47 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e4a46030-afad-5a9e-a903-d099b06310e5 with scrape type 2
2026-03-24 13:19:47 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e4a46030-afad-5a9e-a903-d099b06310e5 with scrape type 2
2026-03-24 13:19:47 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: e4a46030-afad-5a9e-a903-d099b06310e5, identifier: 120659737
2026-03-24 13:19:47 [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': 19179, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 474}, 'saleStart': '2026-03-25T10:00Z', 'lot': 1247, 'hall': 'Hall 1', '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-24 13:19:47 [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': 19179, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 474}, 'saleStart': '2026-03-25T10:00Z', 'lot': 1247, 'hall': 'Hall 1', '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-24 13:19:47 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5bb19550-8e0b-5e8b-bd61-a7f1309cff1f with identifier: 120647610
2026-03-24 13:19:47 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5bb19550-8e0b-5e8b-bd61-a7f1309cff1f with scrape type 2
2026-03-24 13:19:47 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5bb19550-8e0b-5e8b-bd61-a7f1309cff1f with scrape type 2
2026-03-24 13:19:47 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 5bb19550-8e0b-5e8b-bd61-a7f1309cff1f, identifier: 120647610
2026-03-24 13:19:47 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: fc5f3183-a113-5d52-94e5-fb7179236445 with identifier: 120657830
2026-03-24 13:19:47 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: fc5f3183-a113-5d52-94e5-fb7179236445 with identifier: 120657830
2026-03-24 13:19:47 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: fc5f3183-a113-5d52-94e5-fb7179236445 with identifier: 120657830 to the API
2026-03-24 13:19:47 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 13:19: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-24 13:19:48 [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-25T10:00: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-24 13:19:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:19:48 [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-24 13:19:48 [astonbarclay.gb] INFO: Saving data for 120657830: {'auction_closing_time': 1774432800.0, 'created_time': 1774034135.64556, 'last_price_update_time': 1774358388.768854}
2026-03-24 13:19:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:19:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120657830') HTTP/1.1" 204 0
2026-03-24 13:19:48 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: e4a46030-afad-5a9e-a903-d099b06310e5 with identifier: 120659737
2026-03-24 13:19:48 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: e4a46030-afad-5a9e-a903-d099b06310e5 with identifier: 120659737
2026-03-24 13:19:48 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: e4a46030-afad-5a9e-a903-d099b06310e5 with identifier: 120659737 to the API
2026-03-24 13:19:48 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 13:19: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-24 13:19:49 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120659737?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 143,
'color': 'SILVER',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 5',
'engine': '1.7L',
'expiration_date': '2026-03-25T10:00:00Z',
'fuel_type': 'Diesel',
'id': 'e4a46030-afad-5a9e-a903-d099b06310e5',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'GX13VDD',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120659737',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'KIA',
'model': 'SPORTAGE DIESEL ESTATE',
'odometer': 108869,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2013-03-12',
'seller_name': 'UKCGR - Trade',
'title': 'KIA SPORTAGE DIESEL ESTATE 1.7 CRDi ISG 3 5dr [Sat Nav]',
'transmission': 'manual',
'trim': '1.7 CRDi ISG 3 5dr [Sat Nav]',
'vin': None,
'year': 2013}
2026-03-24 13:19:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:19:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120659737%27 HTTP/1.1" 200 None
2026-03-24 13:19:49 [astonbarclay.gb] INFO: Saving data for 120659737: {'auction_closing_time': 1774432800.0, 'created_time': 1774033634.539326, 'last_price_update_time': 1774358389.989838}
2026-03-24 13:19:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:19:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120659737') HTTP/1.1" 204 0
2026-03-24 13:19:50 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 5bb19550-8e0b-5e8b-bd61-a7f1309cff1f with identifier: 120647610
2026-03-24 13:19:50 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-24 13:19:50 [urllib3.connectionpool] DEBUG: https://translate.google.com:443 "GET /m?tl=en&sl=auto&q=BROWN HTTP/1.1" 200 None
2026-03-24 13:19:50 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-24 13:19:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='auto',RowKey='auto') HTTP/1.1" 204 0
2026-03-24 13:19:50 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 5bb19550-8e0b-5e8b-bd61-a7f1309cff1f with identifier: 120647610
2026-03-24 13:19:50 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 5bb19550-8e0b-5e8b-bd61-a7f1309cff1f with identifier: 120647610 to the API
2026-03-24 13:19:50 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 13:19: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-24 13:19:51 [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-25T10:00: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-24 13:19:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:19:51 [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-24 13:19:51 [astonbarclay.gb] INFO: Saving data for 120647610: {'auction_closing_time': 1774432800.0, 'created_time': 1774034209.782907, 'last_price_update_time': 1774358391.653493}
2026-03-24 13:19:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:19:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120647610') HTTP/1.1" 204 0
2026-03-24 13:19:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/KX17NGY/2026-03-24/image/1bf3eb49-e610-41ab-b4a2-74de629383db_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120690371?view=catalogue)
2026-03-24 13:19:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/KX17NGY/2026-03-24/image/29a5101c-25ec-437d-8b7c-8f2968b98ea3_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120690371?view=catalogue)
2026-03-24 13:19:51 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 13:19:51 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fde516ecd50>
2026-03-24 13:19:51 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 13:19:51 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-24 13:19:51 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 13:19:51 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_bc3afd03-4f66-5486-a090-9036765fca77/bc3afd03-4f66-5486-a090-9036765fca77_image_7.jpg HTTP/1.1" 201 0
2026-03-24 13:19:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:19:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FKX17NGY%252F2026-03-24%252Fimage%252F281c1e9a-4a6f-4598-8a1a-00d389771da4_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-24 13:19:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/KX17NGY/2026-03-24/image/281c1e9a-4a6f-4598-8a1a-00d389771da4_removebg.jpg?w=600 saved to cache
2026-03-24 13:19:51 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item bc3afd03-4f66-5486-a090-9036765fca77
2026-03-24 13:19:51 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 13:19:51 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fde516afdd0>
2026-03-24 13:19:51 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 13:19:51 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-24 13:19:51 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 13:19:51 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_bc3afd03-4f66-5486-a090-9036765fca77/bc3afd03-4f66-5486-a090-9036765fca77_image_6.jpg HTTP/1.1" 201 0
2026-03-24 13:19:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:19:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FKX17NGY%252F2026-03-24%252Fimage%252F510380c4-e869-4c66-a55e-31508fcf1bea_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-24 13:19:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/KX17NGY/2026-03-24/image/510380c4-e869-4c66-a55e-31508fcf1bea_removebg.jpg?w=600 saved to cache
2026-03-24 13:19:51 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item bc3afd03-4f66-5486-a090-9036765fca77
2026-03-24 13:19:51 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 13:19:51 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fde5164c410>
2026-03-24 13:19:51 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 13:19:51 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-24 13:19:51 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 13:19:51 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_bc3afd03-4f66-5486-a090-9036765fca77/bc3afd03-4f66-5486-a090-9036765fca77_image_3.jpg HTTP/1.1" 201 0
2026-03-24 13:19:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:19:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FKX17NGY%252F2026-03-24%252Fimage%252F160d0daf-67a3-4d9e-8524-75bdccf0a17f_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-24 13:19:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/KX17NGY/2026-03-24/image/160d0daf-67a3-4d9e-8524-75bdccf0a17f_removebg.jpg?w=600 saved to cache
2026-03-24 13:19:51 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item bc3afd03-4f66-5486-a090-9036765fca77
2026-03-24 13:19:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/KX17NGY/2026-03-24/image/3bf3238d-f171-4b0c-b54a-1978da7814b5_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120690371?view=catalogue)
2026-03-24 13:19:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/KX17NGY/2026-03-24/image/42f14b2d-7861-48f3-b649-360e4ad027c8_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120690371?view=catalogue)
2026-03-24 13:19:51 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 13:19:51 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fde5164f890>
2026-03-24 13:19:51 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 13:19:51 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-24 13:19:51 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 13:19:51 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_bc3afd03-4f66-5486-a090-9036765fca77/bc3afd03-4f66-5486-a090-9036765fca77_image_1.jpg HTTP/1.1" 201 0
2026-03-24 13:19:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:19:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FKX17NGY%252F2026-03-24%252Fimage%252F1bf3eb49-e610-41ab-b4a2-74de629383db_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-24 13:19:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/KX17NGY/2026-03-24/image/1bf3eb49-e610-41ab-b4a2-74de629383db_removebg.jpg?w=600 saved to cache
2026-03-24 13:19:51 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item bc3afd03-4f66-5486-a090-9036765fca77
2026-03-24 13:19:51 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 13:19:51 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fde50244410>
2026-03-24 13:19:51 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 13:19:51 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-24 13:19:51 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 13:19:51 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_bc3afd03-4f66-5486-a090-9036765fca77/bc3afd03-4f66-5486-a090-9036765fca77_image_2.jpg HTTP/1.1" 201 0
2026-03-24 13:19:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:19:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FKX17NGY%252F2026-03-24%252Fimage%252F29a5101c-25ec-437d-8b7c-8f2968b98ea3_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-24 13:19:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/KX17NGY/2026-03-24/image/29a5101c-25ec-437d-8b7c-8f2968b98ea3_removebg.jpg?w=600 saved to cache
2026-03-24 13:19:51 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item bc3afd03-4f66-5486-a090-9036765fca77
2026-03-24 13:19:51 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 13:19:51 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fde5180d8d0>
2026-03-24 13:19:51 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 13:19:51 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-24 13:19:51 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 13:19:51 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_bc3afd03-4f66-5486-a090-9036765fca77/bc3afd03-4f66-5486-a090-9036765fca77_image_0.jpg HTTP/1.1" 201 0
2026-03-24 13:19:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:19:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FKX17NGY%252F2026-03-24%252Fimage%252F3bf3238d-f171-4b0c-b54a-1978da7814b5_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-24 13:19:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/KX17NGY/2026-03-24/image/3bf3238d-f171-4b0c-b54a-1978da7814b5_removebg.jpg?w=600 saved to cache
2026-03-24 13:19:51 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item bc3afd03-4f66-5486-a090-9036765fca77
2026-03-24 13:19:51 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 13:19:51 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fde50c474d0>
2026-03-24 13:19:51 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 13:19:51 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-24 13:19:51 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 13:19:51 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_bc3afd03-4f66-5486-a090-9036765fca77/bc3afd03-4f66-5486-a090-9036765fca77_image_4.jpg HTTP/1.1" 201 0
2026-03-24 13:19:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:19:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FKX17NGY%252F2026-03-24%252Fimage%252F42f14b2d-7861-48f3-b649-360e4ad027c8_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-24 13:19:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/KX17NGY/2026-03-24/image/42f14b2d-7861-48f3-b649-360e4ad027c8_removebg.jpg?w=600 saved to cache
2026-03-24 13:19:52 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item bc3afd03-4f66-5486-a090-9036765fca77
2026-03-24 13:19:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/KX17NGY/2026-03-24/image/899af646-4652-40ea-a5cd-b98c2f4b5a54_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120690371?view=catalogue)
2026-03-24 13:19:52 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 13:19:52 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fde51725c10>
2026-03-24 13:19:52 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 13:19:52 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-24 13:19:52 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 13:19:52 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_bc3afd03-4f66-5486-a090-9036765fca77/bc3afd03-4f66-5486-a090-9036765fca77_image_5.jpg HTTP/1.1" 201 0
2026-03-24 13:19:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:19:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FKX17NGY%252F2026-03-24%252Fimage%252F899af646-4652-40ea-a5cd-b98c2f4b5a54_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-24 13:19:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/KX17NGY/2026-03-24/image/899af646-4652-40ea-a5cd-b98c2f4b5a54_removebg.jpg?w=600 saved to cache
2026-03-24 13:19:52 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item bc3afd03-4f66-5486-a090-9036765fca77
2026-03-24 13:19:52 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: bc3afd03-4f66-5486-a090-9036765fca77, skipping ID generation
2026-03-24 13:19:52 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item bc3afd03-4f66-5486-a090-9036765fca77 with scrape type 1
2026-03-24 13:19:52 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item bc3afd03-4f66-5486-a090-9036765fca77 sending to next pipeline
2026-03-24 13:19:52 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: bc3afd03-4f66-5486-a090-9036765fca77, identifier: 120690371
2026-03-24 13:19:52 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: bc3afd03-4f66-5486-a090-9036765fca77 with identifier: 120690371
2026-03-24 13:19:52 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: bc3afd03-4f66-5486-a090-9036765fca77 with identifier: 120690371
2026-03-24 13:19:52 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: bc3afd03-4f66-5486-a090-9036765fca77 with identifier: 120690371 to the API
2026-03-24 13:19:52 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 13:19: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-24 13:19:53 [scrapy.core.scraper] DEBUG: Scraped from <200 https://abimg003.imgix.net/KX17NGY/2026-03-24/image/899af646-4652-40ea-a5cd-b98c2f4b5a54_removebg.jpg?w=600>
{'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-25T10: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': 10,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_bc3afd03-4f66-5486-a090-9036765fca77/bc3afd03-4f66-5486-a090-9036765fca77_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 35358,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/KX17NGY/2026-03-24/image/3bf3238d-f171-4b0c-b54a-1978da7814b5_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_bc3afd03-4f66-5486-a090-9036765fca77/bc3afd03-4f66-5486-a090-9036765fca77_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 41683,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/KX17NGY/2026-03-24/image/1bf3eb49-e610-41ab-b4a2-74de629383db_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_bc3afd03-4f66-5486-a090-9036765fca77/bc3afd03-4f66-5486-a090-9036765fca77_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 40986,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/KX17NGY/2026-03-24/image/29a5101c-25ec-437d-8b7c-8f2968b98ea3_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_bc3afd03-4f66-5486-a090-9036765fca77/bc3afd03-4f66-5486-a090-9036765fca77_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 43248,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/KX17NGY/2026-03-24/image/160d0daf-67a3-4d9e-8524-75bdccf0a17f_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_bc3afd03-4f66-5486-a090-9036765fca77/bc3afd03-4f66-5486-a090-9036765fca77_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 60101,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/KX17NGY/2026-03-24/image/42f14b2d-7861-48f3-b649-360e4ad027c8_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_bc3afd03-4f66-5486-a090-9036765fca77/bc3afd03-4f66-5486-a090-9036765fca77_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 53788,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/KX17NGY/2026-03-24/image/899af646-4652-40ea-a5cd-b98c2f4b5a54_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_bc3afd03-4f66-5486-a090-9036765fca77/bc3afd03-4f66-5486-a090-9036765fca77_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 54513,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/KX17NGY/2026-03-24/image/510380c4-e869-4c66-a55e-31508fcf1bea_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_bc3afd03-4f66-5486-a090-9036765fca77/bc3afd03-4f66-5486-a090-9036765fca77_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 64338,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/KX17NGY/2026-03-24/image/281c1e9a-4a6f-4598-8a1a-00d389771da4_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_bc3afd03-4f66-5486-a090-9036765fca77/bc3afd03-4f66-5486-a090-9036765fca77_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 55747,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/KX17NGY/2026-03-24/image/5b809d95-9298-442e-aa45-5db3e29088f2_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_bc3afd03-4f66-5486-a090-9036765fca77/bc3afd03-4f66-5486-a090-9036765fca77_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 60892,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/KX17NGY/2026-03-24/image/9bdd8159-f484-4a6f-8ea6-2540c467b399_removebg.jpg?w=600',
'Width': 600}],
'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-24 13:19:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:19:53 [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-24 13:19:53 [astonbarclay.gb] INFO: Saving data for 120690371: {'created_time': 1774358393.294829, 'last_price_update_time': 1774358393.294842, 'auction_closing_time': 1774432800.0}
2026-03-24 13:19:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:19:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120690371') HTTP/1.1" 204 0
2026-03-24 13:19:53 [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-24 13:19:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120345230?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-24 13:19:53 [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-24 13:19:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120691137?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-24 13:19:53 [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-24 13:19:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120647721?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-24 13:19:53 [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-24 13:19:53 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:19:53 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:19:53 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:19:53 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:19:53 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:19:53 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:19:53 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:19:53 [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': 19179, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 475}, 'saleStart': '2026-03-25T10:00Z', 'lot': 1227, 'hall': 'Hall 1', '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': '', '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': None, 'v5': False, 'v5details': None, '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-24 13:19:53 [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': 19179, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 475}, 'saleStart': '2026-03-25T10:00Z', 'lot': 1227, 'hall': 'Hall 1', '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': '', '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': None, 'v5': False, 'v5details': None, '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-24 13:19:53 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: edee498a-c456-53dc-ad1f-0f2e11947558 with identifier: 120632944
2026-03-24 13:19:53 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item edee498a-c456-53dc-ad1f-0f2e11947558 with scrape type 2
2026-03-24 13:19:53 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item edee498a-c456-53dc-ad1f-0f2e11947558 with scrape type 2
2026-03-24 13:19:53 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: edee498a-c456-53dc-ad1f-0f2e11947558, identifier: 120632944
2026-03-24 13:19:53 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120345230, 'registration': 'AU13OBZ', 'account': 'WBA004', 'make': 'VAUXHALL', 'model': 'CORSA HATCHBACK SPECIAL EDS', 'derivative': '1.2 Energy 5dr [AC]', 'mileage': 160565, 'mileageWarranty': True, 'type': 'car', 'saleId': 19179, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 475}, 'saleStart': '2026-03-25T10:00Z', 'lot': 1238, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2013-03-01', 'fuel': 'Petrol', 'motExpiry': '2026-03-12', 'doors': 5, 'engineSize': 1229, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/AU13OBZ/2026-03-12/image/22f638bd-f778-4b7b-87f0-e46264cf218f_removebg.jpg?w=600', 'https://abimg003.imgix.net/AU13OBZ/2026-03-12/image/35a84ae1-7ef1-47dc-807f-bcfddaded6be_removebg.jpg?w=600', 'https://abimg003.imgix.net/AU13OBZ/2026-03-12/image/114bf4a1-292a-4466-b95f-5c1591e07c07_removebg.jpg?w=600', 'https://abimg003.imgix.net/AU13OBZ/2026-03-12/image/a40c1cd4-f40c-42bc-9290-500f8bc9d451_removebg.jpg?w=600', 'https://abimg003.imgix.net/AU13OBZ/2026-03-12/image/8f50ffce-9f87-4192-8aec-b6f1add21215_removebg.jpg?w=600', 'https://abimg003.imgix.net/AU13OBZ/2026-03-12/image/b95c3c65-7f8c-4bea-8517-30b764405ada_removebg.jpg?w=600', 'https://abimg003.imgix.net/AU13OBZ/2026-03-12/image/74e2261a-8dbd-4e02-9837-5e84cd8aa4f8_removebg.jpg?w=600', 'https://abimg003.imgix.net/AU13OBZ/2026-03-12/image/cf733763-e948-4908-a4d0-813e695b97ec_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 02/13- 12K, 02/15- 24K, 02/16- 36K, 02/17- 47K, 02/18- 59K, 03/19- 71K, 02/20- 84K, 02/21- 94K, 02/22- 105K, 02/23- 116K', 'remarks': 'VOSA STATES 105K, 116K, 127K, 139K', 'virtual': False, 'seller': 'UKCGR - Trade', '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/b93e57bf-ec7c-4980-99ae-ede397690c01.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 13:19:53 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120345230, 'registration': 'AU13OBZ', 'account': 'WBA004', 'make': 'VAUXHALL', 'model': 'CORSA HATCHBACK SPECIAL EDS', 'derivative': '1.2 Energy 5dr [AC]', 'mileage': 160565, 'mileageWarranty': True, 'type': 'car', 'saleId': 19179, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 475}, 'saleStart': '2026-03-25T10:00Z', 'lot': 1238, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2013-03-01', 'fuel': 'Petrol', 'motExpiry': '2026-03-12', 'doors': 5, 'engineSize': 1229, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/AU13OBZ/2026-03-12/image/22f638bd-f778-4b7b-87f0-e46264cf218f_removebg.jpg?w=600', 'https://abimg003.imgix.net/AU13OBZ/2026-03-12/image/35a84ae1-7ef1-47dc-807f-bcfddaded6be_removebg.jpg?w=600', 'https://abimg003.imgix.net/AU13OBZ/2026-03-12/image/114bf4a1-292a-4466-b95f-5c1591e07c07_removebg.jpg?w=600', 'https://abimg003.imgix.net/AU13OBZ/2026-03-12/image/a40c1cd4-f40c-42bc-9290-500f8bc9d451_removebg.jpg?w=600', 'https://abimg003.imgix.net/AU13OBZ/2026-03-12/image/8f50ffce-9f87-4192-8aec-b6f1add21215_removebg.jpg?w=600', 'https://abimg003.imgix.net/AU13OBZ/2026-03-12/image/b95c3c65-7f8c-4bea-8517-30b764405ada_removebg.jpg?w=600', 'https://abimg003.imgix.net/AU13OBZ/2026-03-12/image/74e2261a-8dbd-4e02-9837-5e84cd8aa4f8_removebg.jpg?w=600', 'https://abimg003.imgix.net/AU13OBZ/2026-03-12/image/cf733763-e948-4908-a4d0-813e695b97ec_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 02/13- 12K, 02/15- 24K, 02/16- 36K, 02/17- 47K, 02/18- 59K, 03/19- 71K, 02/20- 84K, 02/21- 94K, 02/22- 105K, 02/23- 116K', 'remarks': 'VOSA STATES 105K, 116K, 127K, 139K', 'virtual': False, 'seller': 'UKCGR - Trade', '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/b93e57bf-ec7c-4980-99ae-ede397690c01.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 13:19:53 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 09e9d432-e59e-5304-a823-38ed58a51935 with identifier: 120345230
2026-03-24 13:19:53 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 09e9d432-e59e-5304-a823-38ed58a51935 with scrape type 2
2026-03-24 13:19:53 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 09e9d432-e59e-5304-a823-38ed58a51935 with scrape type 2
2026-03-24 13:19:53 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 09e9d432-e59e-5304-a823-38ed58a51935, identifier: 120345230
2026-03-24 13:19:53 [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': 19179, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 475}, 'saleStart': '2026-03-25T10:00Z', 'lot': 1236, 'hall': 'Hall 1', '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-24 13:19:53 [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': 19179, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 475}, 'saleStart': '2026-03-25T10:00Z', 'lot': 1236, 'hall': 'Hall 1', '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-24 13:19:53 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4c80af81-e15f-55f3-bf29-30d1373a1251 with identifier: 120316229
2026-03-24 13:19:53 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4c80af81-e15f-55f3-bf29-30d1373a1251 with scrape type 2
2026-03-24 13:19:53 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4c80af81-e15f-55f3-bf29-30d1373a1251 with scrape type 2
2026-03-24 13:19:53 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 4c80af81-e15f-55f3-bf29-30d1373a1251, identifier: 120316229
2026-03-24 13:19:53 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120691137, 'registration': 'WJ17NNX', 'account': 'WBA002', 'make': 'PEUGEOT', 'model': '5008 DIESEL ESTATE', 'derivative': '1.6 BlueHDi 120 Allure 5dr EAT6', 'mileage': 62707, 'mileageWarranty': True, 'type': 'car', 'saleId': 19179, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 474}, 'saleStart': '2026-03-25T10:00Z', 'lot': 1234, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2017-03-24', 'fuel': 'Diesel', 'motExpiry': '2026-04-27', 'doors': 5, 'engineSize': 1560, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/WJ17NNX/2026-03-24/image/652dafb4-4153-408d-b6dd-f0fba261a69f_removebg.jpg?w=600', 'https://abimg003.imgix.net/WJ17NNX/2026-03-24/image/caeba476-5884-4001-bf90-ad506722dc93_removebg.jpg?w=600', 'https://abimg003.imgix.net/WJ17NNX/2026-03-24/image/894e2ca1-5781-4962-a334-0baa27de1c04_removebg.jpg?w=600', 'https://abimg003.imgix.net/WJ17NNX/2026-03-24/image/a7090d0d-b1bc-443a-bead-2a45345ab21b_removebg.jpg?w=600', 'https://abimg003.imgix.net/WJ17NNX/2026-03-24/image/9474d06a-bc28-4bca-9d22-cc28c740f613_removebg.jpg?w=600', 'https://abimg003.imgix.net/WJ17NNX/2026-03-24/image/60f3e654-a10e-455b-9a06-b80aca6d9c98_removebg.jpg?w=600', 'https://abimg003.imgix.net/WJ17NNX/2026-03-24/image/c7c082d2-90b1-44ab-813d-f67c91769855_removebg.jpg?w=600', 'https://abimg003.imgix.net/WJ17NNX/2026-03-24/image/84de7935-5ec5-432d-b7e4-eb0450d73d99_removebg.jpg?w=600', 'https://abimg003.imgix.net/WJ17NNX/2026-03-24/image/41cf563f-7896-4e1f-bf49-8abd6e3c7ae7_removebg.jpg?w=600', 'https://abimg003.imgix.net/WJ17NNX/2026-03-24/image/30b57db1-5014-44da-8e94-0a6d7c58c65c_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print 04/24 45K - 04/25 54K -', 'remarks': 'VOSA STATES 31K- 38K -45K- 54K-', 'virtual': False, 'seller': 'UKCGR - Premium', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '2', 'v5': True, 'v5details': 'Here', 'co2': 114, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/84ab6370-4d90-45ae-8068-23dc7de45d2e.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 13:19:53 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120691137, 'registration': 'WJ17NNX', 'account': 'WBA002', 'make': 'PEUGEOT', 'model': '5008 DIESEL ESTATE', 'derivative': '1.6 BlueHDi 120 Allure 5dr EAT6', 'mileage': 62707, 'mileageWarranty': True, 'type': 'car', 'saleId': 19179, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 474}, 'saleStart': '2026-03-25T10:00Z', 'lot': 1234, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2017-03-24', 'fuel': 'Diesel', 'motExpiry': '2026-04-27', 'doors': 5, 'engineSize': 1560, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/WJ17NNX/2026-03-24/image/652dafb4-4153-408d-b6dd-f0fba261a69f_removebg.jpg?w=600', 'https://abimg003.imgix.net/WJ17NNX/2026-03-24/image/caeba476-5884-4001-bf90-ad506722dc93_removebg.jpg?w=600', 'https://abimg003.imgix.net/WJ17NNX/2026-03-24/image/894e2ca1-5781-4962-a334-0baa27de1c04_removebg.jpg?w=600', 'https://abimg003.imgix.net/WJ17NNX/2026-03-24/image/a7090d0d-b1bc-443a-bead-2a45345ab21b_removebg.jpg?w=600', 'https://abimg003.imgix.net/WJ17NNX/2026-03-24/image/9474d06a-bc28-4bca-9d22-cc28c740f613_removebg.jpg?w=600', 'https://abimg003.imgix.net/WJ17NNX/2026-03-24/image/60f3e654-a10e-455b-9a06-b80aca6d9c98_removebg.jpg?w=600', 'https://abimg003.imgix.net/WJ17NNX/2026-03-24/image/c7c082d2-90b1-44ab-813d-f67c91769855_removebg.jpg?w=600', 'https://abimg003.imgix.net/WJ17NNX/2026-03-24/image/84de7935-5ec5-432d-b7e4-eb0450d73d99_removebg.jpg?w=600', 'https://abimg003.imgix.net/WJ17NNX/2026-03-24/image/41cf563f-7896-4e1f-bf49-8abd6e3c7ae7_removebg.jpg?w=600', 'https://abimg003.imgix.net/WJ17NNX/2026-03-24/image/30b57db1-5014-44da-8e94-0a6d7c58c65c_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print 04/24 45K - 04/25 54K -', 'remarks': 'VOSA STATES 31K- 38K -45K- 54K-', 'virtual': False, 'seller': 'UKCGR - Premium', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '2', 'v5': True, 'v5details': 'Here', 'co2': 114, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/84ab6370-4d90-45ae-8068-23dc7de45d2e.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 13:19:53 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e9159ca6-cdbb-5323-b052-a1354224934f with identifier: 120691137
2026-03-24 13:19:53 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e9159ca6-cdbb-5323-b052-a1354224934f with scrape type 1
2026-03-24 13:19:53 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item e9159ca6-cdbb-5323-b052-a1354224934f
2026-03-24 13:19:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:19:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FWJ17NNX%252F2026-03-24%252Fimage%252F652dafb4-4153-408d-b6dd-f0fba261a69f_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-24 13:19:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/WJ17NNX/2026-03-24/image/652dafb4-4153-408d-b6dd-f0fba261a69f_removebg.jpg?w=600 not downloaded yet
2026-03-24 13:19:53 [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': 19179, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 474}, 'saleStart': '2026-03-25T10:00Z', 'lot': 1233, 'hall': 'Hall 1', '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-24 13:19:53 [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': 19179, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 474}, 'saleStart': '2026-03-25T10:00Z', 'lot': 1233, 'hall': 'Hall 1', '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-24 13:19:53 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 359cc8fa-9f49-58c4-90a1-8cc53fc5476b with identifier: 120443000
2026-03-24 13:19:53 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 359cc8fa-9f49-58c4-90a1-8cc53fc5476b with scrape type 2
2026-03-24 13:19:53 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 359cc8fa-9f49-58c4-90a1-8cc53fc5476b with scrape type 2
2026-03-24 13:19:53 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 359cc8fa-9f49-58c4-90a1-8cc53fc5476b, identifier: 120443000
2026-03-24 13:19:53 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: edee498a-c456-53dc-ad1f-0f2e11947558 with identifier: 120632944
2026-03-24 13:19:53 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: edee498a-c456-53dc-ad1f-0f2e11947558 with identifier: 120632944
2026-03-24 13:19:53 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: edee498a-c456-53dc-ad1f-0f2e11947558 with identifier: 120632944 to the API
2026-03-24 13:19:53 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 13:19: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-24 13:19:55 [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-25T10:00: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-24 13:19:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:19:55 [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-24 13:19:55 [astonbarclay.gb] INFO: Saving data for 120632944: {'auction_closing_time': 1774432800.0, 'created_time': 1774034162.748943, 'last_price_update_time': 1774358395.48775}
2026-03-24 13:19:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:19:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120632944') HTTP/1.1" 204 0
2026-03-24 13:19:55 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 09e9d432-e59e-5304-a823-38ed58a51935 with identifier: 120345230
2026-03-24 13:19:55 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 09e9d432-e59e-5304-a823-38ed58a51935 with identifier: 120345230
2026-03-24 13:19:55 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 09e9d432-e59e-5304-a823-38ed58a51935 with identifier: 120345230 to the API
2026-03-24 13:19:55 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 13:19:56 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-24 13:19:57 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120345230?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 129,
'color': 'BLACK',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 5',
'engine': '1.2L',
'expiration_date': '2026-03-25T10:00:00Z',
'fuel_type': 'Petrol',
'id': '09e9d432-e59e-5304-a823-38ed58a51935',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'AU13OBZ',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120345230',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'VAUXHALL',
'model': 'CORSA HATCHBACK SPECIAL EDS',
'odometer': 160565,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2013-03-01',
'seller_name': 'UKCGR - Trade',
'title': 'VAUXHALL CORSA HATCHBACK SPECIAL EDS 1.2 Energy 5dr [AC]',
'transmission': 'manual',
'trim': '1.2 Energy 5dr [AC]',
'vin': None,
'year': 2013}
2026-03-24 13:19:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:19:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120345230%27 HTTP/1.1" 200 None
2026-03-24 13:19:57 [astonbarclay.gb] INFO: Saving data for 120345230: {'auction_closing_time': 1774432800.0, 'created_time': 1773403753.56796, 'last_price_update_time': 1774358397.085402}
2026-03-24 13:19:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:19:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120345230') HTTP/1.1" 204 0
2026-03-24 13:19:57 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 4c80af81-e15f-55f3-bf29-30d1373a1251 with identifier: 120316229
2026-03-24 13:19:57 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 4c80af81-e15f-55f3-bf29-30d1373a1251 with identifier: 120316229
2026-03-24 13:19:57 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 4c80af81-e15f-55f3-bf29-30d1373a1251 with identifier: 120316229 to the API
2026-03-24 13:19:57 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 13:19:58 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-24 13:19:58 [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-25T10:00: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-24 13:19:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:19:58 [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-24 13:19:58 [astonbarclay.gb] INFO: Saving data for 120316229: {'auction_closing_time': 1774432800.0, 'created_time': 1773404427.488849, 'last_price_update_time': 1774358398.701032}
2026-03-24 13:19:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:19:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120316229') HTTP/1.1" 204 0
2026-03-24 13:19:58 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 359cc8fa-9f49-58c4-90a1-8cc53fc5476b with identifier: 120443000
2026-03-24 13:19:58 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 359cc8fa-9f49-58c4-90a1-8cc53fc5476b with identifier: 120443000
2026-03-24 13:19:58 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 359cc8fa-9f49-58c4-90a1-8cc53fc5476b with identifier: 120443000 to the API
2026-03-24 13:19:58 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 13:20: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-24 13:20:00 [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-25T10:00: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-24 13:20:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:20:00 [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-24 13:20:00 [astonbarclay.gb] INFO: Saving data for 120443000: {'auction_closing_time': 1774432800.0, 'created_time': 1773430885.749044, 'last_price_update_time': 1774358400.373285}
2026-03-24 13:20:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:20:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120443000') HTTP/1.1" 204 0
2026-03-24 13:20:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:20:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FWJ17NNX%252F2026-03-24%252Fimage%252Fcaeba476-5884-4001-bf90-ad506722dc93_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-24 13:20:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/WJ17NNX/2026-03-24/image/caeba476-5884-4001-bf90-ad506722dc93_removebg.jpg?w=600 not downloaded yet
2026-03-24 13:20:00 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120647721, 'registration': 'KN62BWL', 'account': 'WBA004', 'make': 'BMW', 'model': '1 SERIES DIESEL COUPE', 'derivative': '118d M Sport 2dr Step Auto', 'mileage': 110679, 'mileageWarranty': True, 'type': 'car', 'saleId': 19179, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 475}, 'saleStart': '2026-03-25T10:00Z', 'lot': 1235, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2012-09-25', 'fuel': 'Diesel', 'motExpiry': '2026-08-23', 'doors': 2, 'engineSize': 1995, 'bodyType': 'Coupe', 'images': ['https://abimg003.imgix.net/KN62BWL/2026-03-20/image/10951870-b2b3-4be6-b88a-a78a3c746483_removebg.jpg?w=600', 'https://abimg003.imgix.net/KN62BWL/2026-03-20/image/9abf4632-7481-49d5-a37a-4cf0e6358684_removebg.jpg?w=600', 'https://abimg003.imgix.net/KN62BWL/2026-03-20/image/5c759664-9782-42b3-b0b0-40f02c90df03_removebg.jpg?w=600', 'https://abimg003.imgix.net/KN62BWL/2026-03-20/image/ed3d4007-99a7-425e-bdae-47debb509ae6_removebg.jpg?w=600', 'https://abimg003.imgix.net/KN62BWL/2026-03-20/image/b01fd913-ed82-40c0-8402-66a4fa093a39_removebg.jpg?w=600', 'https://abimg003.imgix.net/KN62BWL/2026-03-20/image/e2c7cde2-ef4e-4943-aa4d-0b7dcbd23d0a_removebg.jpg?w=600', 'https://abimg003.imgix.net/KN62BWL/2026-03-20/image/8a6bbdc1-dc09-4f5c-9c3b-adc36daea623_removebg.jpg?w=600', 'https://abimg003.imgix.net/KN62BWL/2026-03-20/image/9b868724-14f3-4e53-9ec4-f70a5922a6c8_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print and book 09/14- 10K, 08/16- 21K, 10/17- 31K, 08/18- 41K, 12/19- 62K, 01/21- 71K, 08/22- 88K, 08/23- 90K, 08/25- 105K', 'remarks': 'OUTSTANDING RECALL, VOSA STATES 84K, 90K, 96K, 105K, 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': 140, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/7cc2a76a-d1b5-4624-9387-82363d0bae94.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 13:20:00 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120647721, 'registration': 'KN62BWL', 'account': 'WBA004', 'make': 'BMW', 'model': '1 SERIES DIESEL COUPE', 'derivative': '118d M Sport 2dr Step Auto', 'mileage': 110679, 'mileageWarranty': True, 'type': 'car', 'saleId': 19179, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 475}, 'saleStart': '2026-03-25T10:00Z', 'lot': 1235, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2012-09-25', 'fuel': 'Diesel', 'motExpiry': '2026-08-23', 'doors': 2, 'engineSize': 1995, 'bodyType': 'Coupe', 'images': ['https://abimg003.imgix.net/KN62BWL/2026-03-20/image/10951870-b2b3-4be6-b88a-a78a3c746483_removebg.jpg?w=600', 'https://abimg003.imgix.net/KN62BWL/2026-03-20/image/9abf4632-7481-49d5-a37a-4cf0e6358684_removebg.jpg?w=600', 'https://abimg003.imgix.net/KN62BWL/2026-03-20/image/5c759664-9782-42b3-b0b0-40f02c90df03_removebg.jpg?w=600', 'https://abimg003.imgix.net/KN62BWL/2026-03-20/image/ed3d4007-99a7-425e-bdae-47debb509ae6_removebg.jpg?w=600', 'https://abimg003.imgix.net/KN62BWL/2026-03-20/image/b01fd913-ed82-40c0-8402-66a4fa093a39_removebg.jpg?w=600', 'https://abimg003.imgix.net/KN62BWL/2026-03-20/image/e2c7cde2-ef4e-4943-aa4d-0b7dcbd23d0a_removebg.jpg?w=600', 'https://abimg003.imgix.net/KN62BWL/2026-03-20/image/8a6bbdc1-dc09-4f5c-9c3b-adc36daea623_removebg.jpg?w=600', 'https://abimg003.imgix.net/KN62BWL/2026-03-20/image/9b868724-14f3-4e53-9ec4-f70a5922a6c8_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print and book 09/14- 10K, 08/16- 21K, 10/17- 31K, 08/18- 41K, 12/19- 62K, 01/21- 71K, 08/22- 88K, 08/23- 90K, 08/25- 105K', 'remarks': 'OUTSTANDING RECALL, VOSA STATES 84K, 90K, 96K, 105K, 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': 140, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/7cc2a76a-d1b5-4624-9387-82363d0bae94.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 13:20:00 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 02223366-7217-540a-bb42-cb4dbf19e66c with identifier: 120647721
2026-03-24 13:20:00 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 02223366-7217-540a-bb42-cb4dbf19e66c with scrape type 2
2026-03-24 13:20:00 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 02223366-7217-540a-bb42-cb4dbf19e66c with scrape type 2
2026-03-24 13:20:00 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 02223366-7217-540a-bb42-cb4dbf19e66c, identifier: 120647721
2026-03-24 13:20:00 [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': 19179, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 474}, 'saleStart': '2026-03-25T10:00Z', 'lot': 1253, '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-24 13:20:00 [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': 19179, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 474}, 'saleStart': '2026-03-25T10:00Z', 'lot': 1253, '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-24 13:20:00 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 34837223-2f7f-5b9e-aafd-e8e917402483 with identifier: 120646164
2026-03-24 13:20:00 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 34837223-2f7f-5b9e-aafd-e8e917402483 with scrape type 2
2026-03-24 13:20:00 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 34837223-2f7f-5b9e-aafd-e8e917402483 with scrape type 2
2026-03-24 13:20:00 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 34837223-2f7f-5b9e-aafd-e8e917402483, identifier: 120646164
2026-03-24 13:20:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:20:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FWJ17NNX%252F2026-03-24%252Fimage%252F894e2ca1-5781-4962-a334-0baa27de1c04_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-24 13:20:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/WJ17NNX/2026-03-24/image/894e2ca1-5781-4962-a334-0baa27de1c04_removebg.jpg?w=600 not downloaded yet
2026-03-24 13:20:00 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 02223366-7217-540a-bb42-cb4dbf19e66c with identifier: 120647721
2026-03-24 13:20:00 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 02223366-7217-540a-bb42-cb4dbf19e66c with identifier: 120647721
2026-03-24 13:20:00 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 02223366-7217-540a-bb42-cb4dbf19e66c with identifier: 120647721 to the API
2026-03-24 13:20:00 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 13:20:03 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-24 13:20:03 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120647721?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 140,
'color': 'BLACK',
'currency': 'GBP',
'doors_number': 2,
'emission_standard': 'EURO 5',
'engine': '2.0L',
'expiration_date': '2026-03-25T10:00:00Z',
'fuel_type': 'Diesel',
'id': '02223366-7217-540a-bb42-cb4dbf19e66c',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'KN62BWL',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120647721',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'BMW',
'model': '1 SERIES DIESEL COUPE',
'odometer': 110679,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2012-09-25',
'seller_name': 'UKCGR - Trade',
'title': 'BMW 1 SERIES DIESEL COUPE 118d M Sport 2dr Step Auto',
'transmission': 'automatic',
'trim': '118d M Sport 2dr Step Auto',
'vin': None,
'year': 2012}
2026-03-24 13:20:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:20:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120647721%27 HTTP/1.1" 200 None
2026-03-24 13:20:03 [astonbarclay.gb] INFO: Saving data for 120647721: {'auction_closing_time': 1774432800.0, 'created_time': 1774034227.268066, 'last_price_update_time': 1774358403.307878}
2026-03-24 13:20:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:20:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120647721') HTTP/1.1" 204 0
2026-03-24 13:20:03 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 34837223-2f7f-5b9e-aafd-e8e917402483 with identifier: 120646164
2026-03-24 13:20:03 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 34837223-2f7f-5b9e-aafd-e8e917402483 with identifier: 120646164
2026-03-24 13:20:03 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 34837223-2f7f-5b9e-aafd-e8e917402483 with identifier: 120646164 to the API
2026-03-24 13:20:03 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 13:20: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-24 13:20:04 [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-25T10: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-24 13:20:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:20:04 [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-24 13:20:04 [astonbarclay.gb] INFO: Saving data for 120646164: {'auction_closing_time': 1774432800.0, 'created_time': 1774034218.895157, 'last_price_update_time': 1774358404.771543}
2026-03-24 13:20:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:20:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120646164') HTTP/1.1" 204 0
2026-03-24 13:20:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:20:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FWJ17NNX%252F2026-03-24%252Fimage%252Fa7090d0d-b1bc-443a-bead-2a45345ab21b_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-24 13:20:04 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/WJ17NNX/2026-03-24/image/a7090d0d-b1bc-443a-bead-2a45345ab21b_removebg.jpg?w=600 not downloaded yet
2026-03-24 13:20:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:20:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FWJ17NNX%252F2026-03-24%252Fimage%252F9474d06a-bc28-4bca-9d22-cc28c740f613_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-24 13:20:04 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/WJ17NNX/2026-03-24/image/9474d06a-bc28-4bca-9d22-cc28c740f613_removebg.jpg?w=600 not downloaded yet
2026-03-24 13:20:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:20:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FWJ17NNX%252F2026-03-24%252Fimage%252F60f3e654-a10e-455b-9a06-b80aca6d9c98_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-24 13:20:04 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/WJ17NNX/2026-03-24/image/60f3e654-a10e-455b-9a06-b80aca6d9c98_removebg.jpg?w=600 not downloaded yet
2026-03-24 13:20:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:20:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FWJ17NNX%252F2026-03-24%252Fimage%252Fc7c082d2-90b1-44ab-813d-f67c91769855_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-24 13:20:04 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/WJ17NNX/2026-03-24/image/c7c082d2-90b1-44ab-813d-f67c91769855_removebg.jpg?w=600 not downloaded yet
2026-03-24 13:20:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:20:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FWJ17NNX%252F2026-03-24%252Fimage%252F84de7935-5ec5-432d-b7e4-eb0450d73d99_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-24 13:20:04 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/WJ17NNX/2026-03-24/image/84de7935-5ec5-432d-b7e4-eb0450d73d99_removebg.jpg?w=600 not downloaded yet
2026-03-24 13:20:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:20:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FWJ17NNX%252F2026-03-24%252Fimage%252F41cf563f-7896-4e1f-bf49-8abd6e3c7ae7_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-24 13:20:04 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/WJ17NNX/2026-03-24/image/41cf563f-7896-4e1f-bf49-8abd6e3c7ae7_removebg.jpg?w=600 not downloaded yet
2026-03-24 13:20:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:20:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FWJ17NNX%252F2026-03-24%252Fimage%252F30b57db1-5014-44da-8e94-0a6d7c58c65c_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-24 13:20:04 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/WJ17NNX/2026-03-24/image/30b57db1-5014-44da-8e94-0a6d7c58c65c_removebg.jpg?w=600 not downloaded yet
2026-03-24 13:20:05 [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-24 13:20:05 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:20:05 [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-24 13:20:05 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:20:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/WJ17NNX/2026-03-24/image/41cf563f-7896-4e1f-bf49-8abd6e3c7ae7_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120691137?view=catalogue)
2026-03-24 13:20:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/WJ17NNX/2026-03-24/image/30b57db1-5014-44da-8e94-0a6d7c58c65c_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120691137?view=catalogue)
2026-03-24 13:20:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120617060?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-24 13:20:06 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:20:06 [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': 19179, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 475}, 'saleStart': '2026-03-25T10:00Z', 'lot': 1214, '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-24 13:20:06 [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': 19179, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 475}, 'saleStart': '2026-03-25T10:00Z', 'lot': 1214, '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-24 13:20:06 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3254903c-ab82-585d-bb05-c670c72c34b2 with identifier: 120693873
2026-03-24 13:20:06 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3254903c-ab82-585d-bb05-c670c72c34b2 with scrape type 1
2026-03-24 13:20:06 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 3254903c-ab82-585d-bb05-c670c72c34b2
2026-03-24 13:20:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:20:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FEA21HWJ%252F2026-03-24%252Fimage%252F8a548f53-84ff-418b-963a-16cb9a3ebc86_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-24 13:20:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/EA21HWJ/2026-03-24/image/8a548f53-84ff-418b-963a-16cb9a3ebc86_removebg.jpg?w=600 not downloaded yet
2026-03-24 13:20:06 [scrapy.extensions.logstats] INFO: Crawled 371 pages (at 38 pages/min), scraped 339 items (at 32 items/min)
2026-03-24 13:20:06 [scrapy.extensions.memusage] INFO: Peak memory usage is 181MiB
2026-03-24 13:20:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/WJ17NNX/2026-03-24/image/84de7935-5ec5-432d-b7e4-eb0450d73d99_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120691137?view=catalogue)
2026-03-24 13:20:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:20:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FEA21HWJ%252F2026-03-24%252Fimage%252F33379dba-e4b6-4073-8868-e4475ba38cb8_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-24 13:20:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/EA21HWJ/2026-03-24/image/33379dba-e4b6-4073-8868-e4475ba38cb8_removebg.jpg?w=600 not downloaded yet
2026-03-24 13:20:06 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', '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': 19179, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 475}, 'saleStart': '2026-03-25T10:00Z', 'lot': 1030, '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-24 13:20:06 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', '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': 19179, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 475}, 'saleStart': '2026-03-25T10:00Z', 'lot': 1030, '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-24 13:20:06 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5dc3ee2a-3906-5e8c-a854-5b281d174877 with identifier: 120261304
2026-03-24 13:20:06 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5dc3ee2a-3906-5e8c-a854-5b281d174877 with scrape type 2
2026-03-24 13:20:06 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5dc3ee2a-3906-5e8c-a854-5b281d174877 with scrape type 2
2026-03-24 13:20:06 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 5dc3ee2a-3906-5e8c-a854-5b281d174877, identifier: 120261304
2026-03-24 13:20:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/WJ17NNX/2026-03-24/image/c7c082d2-90b1-44ab-813d-f67c91769855_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120691137?view=catalogue)
2026-03-24 13:20:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:20:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FEA21HWJ%252F2026-03-24%252Fimage%252F9c1e07c9-8baa-4901-a1a9-d4dc87e6445a_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-24 13:20:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/EA21HWJ/2026-03-24/image/9c1e07c9-8baa-4901-a1a9-d4dc87e6445a_removebg.jpg?w=600 not downloaded yet
2026-03-24 13:20:06 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 5dc3ee2a-3906-5e8c-a854-5b281d174877 with identifier: 120261304
2026-03-24 13:20:06 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 5dc3ee2a-3906-5e8c-a854-5b281d174877 with identifier: 120261304
2026-03-24 13:20:06 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 5dc3ee2a-3906-5e8c-a854-5b281d174877 with identifier: 120261304 to the API
2026-03-24 13:20:06 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 13:20: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-24 13:20:07 [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-25T10: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-24 13:20:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:20:07 [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-24 13:20:07 [astonbarclay.gb] INFO: Saving data for 120261304: {'auction_closing_time': 1774432800.0, 'created_time': 1773402286.586207, 'last_price_update_time': 1774358407.834976}
2026-03-24 13:20:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:20:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120261304') HTTP/1.1" 204 0
2026-03-24 13:20:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/WJ17NNX/2026-03-24/image/60f3e654-a10e-455b-9a06-b80aca6d9c98_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120691137?view=catalogue)
2026-03-24 13:20:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/EA21HWJ/2026-03-24/image/8a548f53-84ff-418b-963a-16cb9a3ebc86_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120693873?view=catalogue)
2026-03-24 13:20:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:20:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FEA21HWJ%252F2026-03-24%252Fimage%252Fd8f3d2ac-97e4-4fb0-a2ac-f012030aebdd_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-24 13:20:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/EA21HWJ/2026-03-24/image/d8f3d2ac-97e4-4fb0-a2ac-f012030aebdd_removebg.jpg?w=600 not downloaded yet
2026-03-24 13:20:07 [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-24 13:20:07 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:20:07 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 13:20:07 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fde50c3cf10>
2026-03-24 13:20:07 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 13:20:07 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-24 13:20:07 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 13:20:08 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_e9159ca6-cdbb-5323-b052-a1354224934f/e9159ca6-cdbb-5323-b052-a1354224934f_image_8.jpg HTTP/1.1" 201 0
2026-03-24 13:20:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:20:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FWJ17NNX%252F2026-03-24%252Fimage%252F41cf563f-7896-4e1f-bf49-8abd6e3c7ae7_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-24 13:20:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/WJ17NNX/2026-03-24/image/41cf563f-7896-4e1f-bf49-8abd6e3c7ae7_removebg.jpg?w=600 saved to cache
2026-03-24 13:20:08 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item e9159ca6-cdbb-5323-b052-a1354224934f
2026-03-24 13:20:08 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 13:20:08 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fde50a8ca50>
2026-03-24 13:20:08 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 13:20:08 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-24 13:20:08 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 13:20:08 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_e9159ca6-cdbb-5323-b052-a1354224934f/e9159ca6-cdbb-5323-b052-a1354224934f_image_9.jpg HTTP/1.1" 201 0
2026-03-24 13:20:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:20:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FWJ17NNX%252F2026-03-24%252Fimage%252F30b57db1-5014-44da-8e94-0a6d7c58c65c_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-24 13:20:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/WJ17NNX/2026-03-24/image/30b57db1-5014-44da-8e94-0a6d7c58c65c_removebg.jpg?w=600 saved to cache
2026-03-24 13:20:08 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item e9159ca6-cdbb-5323-b052-a1354224934f
2026-03-24 13:20:08 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120617060, 'registration': 'CN71KUX', 'account': 'MOT075', 'make': 'MERCEDES-BENZ', 'model': 'CLA AMG COUPE', 'derivative': 'CLA 35 4Matic 4dr Tip Auto', 'mileage': 40202, 'mileageWarranty': True, 'type': 'car', 'saleId': 19179, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 475}, 'saleStart': '2026-03-25T10:00Z', 'lot': 1032, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2021-12-01', 'fuel': 'Petrol', 'motExpiry': '2027-03-12', 'doors': 4, 'engineSize': 1991, 'bodyType': 'Saloon', 'images': ['https://abimg003.imgix.net/CN71KUX/2026-03-19/image/991ee513-869b-4a78-9c32-9ac02321b1d1_removebg.jpg?w=600', 'https://abimg003.imgix.net/CN71KUX/2026-03-19/image/aa5bd284-d469-4337-a121-2bd456278b44_removebg.jpg?w=600', 'https://abimg003.imgix.net/CN71KUX/2026-03-19/image/0bfabf7c-0e84-49d3-8724-8b51a2e0c234_removebg.jpg?w=600', 'https://abimg003.imgix.net/CN71KUX/2026-03-19/image/a546fb05-ae0a-496d-b8c1-56d988ae1da7_removebg.jpg?w=600', 'https://abimg003.imgix.net/CN71KUX/2026-03-19/image/49c0a1a5-b0d9-45c8-95ec-11054ba5bb11_removebg.jpg?w=600', 'https://abimg003.imgix.net/CN71KUX/2026-03-19/image/7f962275-750b-4d97-862a-e2aa3f7e372d_removebg.jpg?w=600', 'https://abimg003.imgix.net/CN71KUX/2026-03-19/image/97f33ff0-31df-4b58-9916-4a351a26e1eb_removebg.jpg?w=600', 'https://abimg003.imgix.net/CN71KUX/2026-03-19/image/67526c0c-d8cc-44a9-ab6c-e3c01c059988_removebg.jpg?w=600', 'https://abimg003.imgix.net/CN71KUX/2026-03-19/image/13474160-06bb-48e2-9218-7d3ba3d88292_removebg.jpg?w=600'], 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Fleet', 'serviceHistory': '', 'remarks': 'NO V5 FORMER KEEPERS UNKNOWN - VOSA STATES 32K, 40K 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': 184, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/33091ca6-ba50-49b9-ac3d-9a88a8ab6730.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 13:20:08 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120617060, 'registration': 'CN71KUX', 'account': 'MOT075', 'make': 'MERCEDES-BENZ', 'model': 'CLA AMG COUPE', 'derivative': 'CLA 35 4Matic 4dr Tip Auto', 'mileage': 40202, 'mileageWarranty': True, 'type': 'car', 'saleId': 19179, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 475}, 'saleStart': '2026-03-25T10:00Z', 'lot': 1032, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2021-12-01', 'fuel': 'Petrol', 'motExpiry': '2027-03-12', 'doors': 4, 'engineSize': 1991, 'bodyType': 'Saloon', 'images': ['https://abimg003.imgix.net/CN71KUX/2026-03-19/image/991ee513-869b-4a78-9c32-9ac02321b1d1_removebg.jpg?w=600', 'https://abimg003.imgix.net/CN71KUX/2026-03-19/image/aa5bd284-d469-4337-a121-2bd456278b44_removebg.jpg?w=600', 'https://abimg003.imgix.net/CN71KUX/2026-03-19/image/0bfabf7c-0e84-49d3-8724-8b51a2e0c234_removebg.jpg?w=600', 'https://abimg003.imgix.net/CN71KUX/2026-03-19/image/a546fb05-ae0a-496d-b8c1-56d988ae1da7_removebg.jpg?w=600', 'https://abimg003.imgix.net/CN71KUX/2026-03-19/image/49c0a1a5-b0d9-45c8-95ec-11054ba5bb11_removebg.jpg?w=600', 'https://abimg003.imgix.net/CN71KUX/2026-03-19/image/7f962275-750b-4d97-862a-e2aa3f7e372d_removebg.jpg?w=600', 'https://abimg003.imgix.net/CN71KUX/2026-03-19/image/97f33ff0-31df-4b58-9916-4a351a26e1eb_removebg.jpg?w=600', 'https://abimg003.imgix.net/CN71KUX/2026-03-19/image/67526c0c-d8cc-44a9-ab6c-e3c01c059988_removebg.jpg?w=600', 'https://abimg003.imgix.net/CN71KUX/2026-03-19/image/13474160-06bb-48e2-9218-7d3ba3d88292_removebg.jpg?w=600'], 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Fleet', 'serviceHistory': '', 'remarks': 'NO V5 FORMER KEEPERS UNKNOWN - VOSA STATES 32K, 40K 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': 184, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/33091ca6-ba50-49b9-ac3d-9a88a8ab6730.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 13:20:08 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e5743107-1a7d-5097-9673-e7d105272624 with identifier: 120617060
2026-03-24 13:20:08 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e5743107-1a7d-5097-9673-e7d105272624 with scrape type 2
2026-03-24 13:20:08 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e5743107-1a7d-5097-9673-e7d105272624 with scrape type 2
2026-03-24 13:20:08 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: e5743107-1a7d-5097-9673-e7d105272624, identifier: 120617060
2026-03-24 13:20:08 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 13:20:08 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fde516acd10>
2026-03-24 13:20:08 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 13:20:08 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-24 13:20:08 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 13:20:08 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_e9159ca6-cdbb-5323-b052-a1354224934f/e9159ca6-cdbb-5323-b052-a1354224934f_image_7.jpg HTTP/1.1" 201 0
2026-03-24 13:20:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:20:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FWJ17NNX%252F2026-03-24%252Fimage%252F84de7935-5ec5-432d-b7e4-eb0450d73d99_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-24 13:20:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/WJ17NNX/2026-03-24/image/84de7935-5ec5-432d-b7e4-eb0450d73d99_removebg.jpg?w=600 saved to cache
2026-03-24 13:20:08 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item e9159ca6-cdbb-5323-b052-a1354224934f
2026-03-24 13:20:08 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 13:20:08 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fde500a70d0>
2026-03-24 13:20:08 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 13:20:08 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-24 13:20:08 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 13:20:08 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_e9159ca6-cdbb-5323-b052-a1354224934f/e9159ca6-cdbb-5323-b052-a1354224934f_image_6.jpg HTTP/1.1" 201 0
2026-03-24 13:20:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:20:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FWJ17NNX%252F2026-03-24%252Fimage%252Fc7c082d2-90b1-44ab-813d-f67c91769855_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-24 13:20:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/WJ17NNX/2026-03-24/image/c7c082d2-90b1-44ab-813d-f67c91769855_removebg.jpg?w=600 saved to cache
2026-03-24 13:20:08 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item e9159ca6-cdbb-5323-b052-a1354224934f
2026-03-24 13:20:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/EA21HWJ/2026-03-24/image/33379dba-e4b6-4073-8868-e4475ba38cb8_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120693873?view=catalogue)
2026-03-24 13:20:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/WJ17NNX/2026-03-24/image/9474d06a-bc28-4bca-9d22-cc28c740f613_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120691137?view=catalogue)
2026-03-24 13:20:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:20:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FEA21HWJ%252F2026-03-24%252Fimage%252F99b4ea13-4d4f-48f0-b29a-4f774a043610_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-24 13:20:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/EA21HWJ/2026-03-24/image/99b4ea13-4d4f-48f0-b29a-4f774a043610_removebg.jpg?w=600 not downloaded yet
2026-03-24 13:20:08 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: e5743107-1a7d-5097-9673-e7d105272624 with identifier: 120617060
2026-03-24 13:20:08 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: e5743107-1a7d-5097-9673-e7d105272624 with identifier: 120617060
2026-03-24 13:20:08 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: e5743107-1a7d-5097-9673-e7d105272624 with identifier: 120617060 to the API
2026-03-24 13:20:08 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 13:20: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-24 13:20:09 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120617060?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 184,
'color': 'WHITE',
'currency': 'GBP',
'doors_number': 4,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'expiration_date': '2026-03-25T10:00:00Z',
'fuel_type': 'Petrol',
'id': 'e5743107-1a7d-5097-9673-e7d105272624',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'CN71KUX',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120617060',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'MERCEDES-BENZ',
'model': 'CLA AMG COUPE',
'odometer': 40202,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-12-01',
'seller_name': 'MotoNovo Finance',
'title': 'MERCEDES-BENZ CLA AMG COUPE CLA 35 4Matic 4dr Tip Auto',
'transmission': 'automatic',
'trim': 'CLA 35 4Matic 4dr Tip Auto',
'vin': None,
'year': 2021}
2026-03-24 13:20:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:20:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120617060%27 HTTP/1.1" 200 None
2026-03-24 13:20:09 [astonbarclay.gb] INFO: Saving data for 120617060: {'auction_closing_time': 1774432800.0, 'created_time': 1773947212.54137, 'last_price_update_time': 1774358409.415415}
2026-03-24 13:20:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:20:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120617060') HTTP/1.1" 204 0
2026-03-24 13:20:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/EA21HWJ/2026-03-24/image/9c1e07c9-8baa-4901-a1a9-d4dc87e6445a_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120693873?view=catalogue)
2026-03-24 13:20:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:20:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FEA21HWJ%252F2026-03-24%252Fimage%252F5b59a267-5147-4af5-a889-f866da4deefc_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-24 13:20:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/EA21HWJ/2026-03-24/image/5b59a267-5147-4af5-a889-f866da4deefc_removebg.jpg?w=600 not downloaded yet
2026-03-24 13:20:09 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 13:20:09 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fde5164e090>
2026-03-24 13:20:09 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 13:20:09 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-24 13:20:09 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 13:20:09 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_e9159ca6-cdbb-5323-b052-a1354224934f/e9159ca6-cdbb-5323-b052-a1354224934f_image_5.jpg HTTP/1.1" 201 0
2026-03-24 13:20:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:20:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FWJ17NNX%252F2026-03-24%252Fimage%252F60f3e654-a10e-455b-9a06-b80aca6d9c98_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-24 13:20:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/WJ17NNX/2026-03-24/image/60f3e654-a10e-455b-9a06-b80aca6d9c98_removebg.jpg?w=600 saved to cache
2026-03-24 13:20:09 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item e9159ca6-cdbb-5323-b052-a1354224934f
2026-03-24 13:20:09 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 13:20:09 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fde516ad110>
2026-03-24 13:20:09 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 13:20:09 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-24 13:20:09 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 13:20:09 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_3254903c-ab82-585d-bb05-c670c72c34b2/3254903c-ab82-585d-bb05-c670c72c34b2_image_0.jpg HTTP/1.1" 201 0
2026-03-24 13:20:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:20:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FEA21HWJ%252F2026-03-24%252Fimage%252F8a548f53-84ff-418b-963a-16cb9a3ebc86_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-24 13:20:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/EA21HWJ/2026-03-24/image/8a548f53-84ff-418b-963a-16cb9a3ebc86_removebg.jpg?w=600 saved to cache
2026-03-24 13:20:09 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 3254903c-ab82-585d-bb05-c670c72c34b2
2026-03-24 13:20:09 [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': 19179, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 475}, 'saleStart': '2026-03-25T10:00Z', 'lot': 1230, 'hall': 'Hall 1', '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-24 13:20:09 [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': 19179, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 475}, 'saleStart': '2026-03-25T10:00Z', 'lot': 1230, 'hall': 'Hall 1', '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-24 13:20:09 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1728f0a7-e4d3-5966-a7a2-0c8dbecab75a with identifier: 120397505
2026-03-24 13:20:09 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1728f0a7-e4d3-5966-a7a2-0c8dbecab75a with scrape type 2
2026-03-24 13:20:09 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1728f0a7-e4d3-5966-a7a2-0c8dbecab75a with scrape type 2
2026-03-24 13:20:09 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 1728f0a7-e4d3-5966-a7a2-0c8dbecab75a, identifier: 120397505
2026-03-24 13:20:09 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 1728f0a7-e4d3-5966-a7a2-0c8dbecab75a with identifier: 120397505
2026-03-24 13:20:09 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 1728f0a7-e4d3-5966-a7a2-0c8dbecab75a with identifier: 120397505
2026-03-24 13:20:09 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 1728f0a7-e4d3-5966-a7a2-0c8dbecab75a with identifier: 120397505 to the API
2026-03-24 13:20:09 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 13:20: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-24 13:20:11 [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-25T10:00: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-24 13:20:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:20:11 [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-24 13:20:11 [astonbarclay.gb] INFO: Saving data for 120397505: {'auction_closing_time': 1774432800.0, 'created_time': 1773403591.563035, 'last_price_update_time': 1774358411.037386}
2026-03-24 13:20:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:20:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120397505') HTTP/1.1" 204 0
2026-03-24 13:20:11 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 13:20:11 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fde5023f110>
2026-03-24 13:20:11 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 13:20:11 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-24 13:20:11 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 13:20:11 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_3254903c-ab82-585d-bb05-c670c72c34b2/3254903c-ab82-585d-bb05-c670c72c34b2_image_1.jpg HTTP/1.1" 201 0
2026-03-24 13:20:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:20:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FEA21HWJ%252F2026-03-24%252Fimage%252F33379dba-e4b6-4073-8868-e4475ba38cb8_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-24 13:20:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/EA21HWJ/2026-03-24/image/33379dba-e4b6-4073-8868-e4475ba38cb8_removebg.jpg?w=600 saved to cache
2026-03-24 13:20:11 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 3254903c-ab82-585d-bb05-c670c72c34b2
2026-03-24 13:20:11 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 13:20:11 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fde5022b8d0>
2026-03-24 13:20:11 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 13:20:11 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-24 13:20:11 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 13:20:11 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_e9159ca6-cdbb-5323-b052-a1354224934f/e9159ca6-cdbb-5323-b052-a1354224934f_image_4.jpg HTTP/1.1" 201 0
2026-03-24 13:20:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:20:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FWJ17NNX%252F2026-03-24%252Fimage%252F9474d06a-bc28-4bca-9d22-cc28c740f613_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-24 13:20:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/WJ17NNX/2026-03-24/image/9474d06a-bc28-4bca-9d22-cc28c740f613_removebg.jpg?w=600 saved to cache
2026-03-24 13:20:11 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item e9159ca6-cdbb-5323-b052-a1354224934f
2026-03-24 13:20:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/WJ17NNX/2026-03-24/image/a7090d0d-b1bc-443a-bead-2a45345ab21b_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120691137?view=catalogue)
2026-03-24 13:20:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/EA21HWJ/2026-03-24/image/d8f3d2ac-97e4-4fb0-a2ac-f012030aebdd_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120693873?view=catalogue)
2026-03-24 13:20:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/WJ17NNX/2026-03-24/image/894e2ca1-5781-4962-a334-0baa27de1c04_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120691137?view=catalogue)
2026-03-24 13:20:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:20:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FEA21HWJ%252F2026-03-24%252Fimage%252F44d089de-ac2e-44a5-b619-98507a558109_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-24 13:20:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/EA21HWJ/2026-03-24/image/44d089de-ac2e-44a5-b619-98507a558109_removebg.jpg?w=600 not downloaded yet
2026-03-24 13:20:11 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 13:20:11 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fde50168990>
2026-03-24 13:20:11 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 13:20:11 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-24 13:20:11 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 13:20:11 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_3254903c-ab82-585d-bb05-c670c72c34b2/3254903c-ab82-585d-bb05-c670c72c34b2_image_2.jpg HTTP/1.1" 201 0
2026-03-24 13:20:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:20:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FEA21HWJ%252F2026-03-24%252Fimage%252F9c1e07c9-8baa-4901-a1a9-d4dc87e6445a_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-24 13:20:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/EA21HWJ/2026-03-24/image/9c1e07c9-8baa-4901-a1a9-d4dc87e6445a_removebg.jpg?w=600 saved to cache
2026-03-24 13:20:11 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 3254903c-ab82-585d-bb05-c670c72c34b2
2026-03-24 13:20:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/EA21HWJ/2026-03-24/image/99b4ea13-4d4f-48f0-b29a-4f774a043610_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120693873?view=catalogue)
2026-03-24 13:20:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:20:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FEA21HWJ%252F2026-03-24%252Fimage%252F6f971bbf-1bae-4035-9380-3f7261be72dd_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-24 13:20:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/EA21HWJ/2026-03-24/image/6f971bbf-1bae-4035-9380-3f7261be72dd_removebg.jpg?w=600 not downloaded yet
2026-03-24 13:20:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:20:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FEA21HWJ%252F2026-03-24%252Fimage%252F3b1a779d-641c-40bc-90f3-d4a700c5c7ef_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-24 13:20:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/EA21HWJ/2026-03-24/image/3b1a779d-641c-40bc-90f3-d4a700c5c7ef_removebg.jpg?w=600 not downloaded yet
2026-03-24 13:20:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:20:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FEA21HWJ%252F2026-03-24%252Fimage%252Fa674b57c-45b1-412a-bfb7-96ce0bf93e6a_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-24 13:20:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/EA21HWJ/2026-03-24/image/a674b57c-45b1-412a-bfb7-96ce0bf93e6a_removebg.jpg?w=600 not downloaded yet
2026-03-24 13:20:11 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 13:20:11 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fde43f88650>
2026-03-24 13:20:11 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 13:20:11 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-24 13:20:11 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 13:20:11 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_e9159ca6-cdbb-5323-b052-a1354224934f/e9159ca6-cdbb-5323-b052-a1354224934f_image_3.jpg HTTP/1.1" 201 0
2026-03-24 13:20:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:20:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FWJ17NNX%252F2026-03-24%252Fimage%252Fa7090d0d-b1bc-443a-bead-2a45345ab21b_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-24 13:20:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/WJ17NNX/2026-03-24/image/a7090d0d-b1bc-443a-bead-2a45345ab21b_removebg.jpg?w=600 saved to cache
2026-03-24 13:20:11 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item e9159ca6-cdbb-5323-b052-a1354224934f
2026-03-24 13:20:11 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 13:20:11 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fde5023f350>
2026-03-24 13:20:11 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 13:20:11 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-24 13:20:11 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 13:20:11 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_3254903c-ab82-585d-bb05-c670c72c34b2/3254903c-ab82-585d-bb05-c670c72c34b2_image_3.jpg HTTP/1.1" 201 0
2026-03-24 13:20:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:20:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FEA21HWJ%252F2026-03-24%252Fimage%252Fd8f3d2ac-97e4-4fb0-a2ac-f012030aebdd_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-24 13:20:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/EA21HWJ/2026-03-24/image/d8f3d2ac-97e4-4fb0-a2ac-f012030aebdd_removebg.jpg?w=600 saved to cache
2026-03-24 13:20:11 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 3254903c-ab82-585d-bb05-c670c72c34b2
2026-03-24 13:20:11 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 13:20:11 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fde43f57310>
2026-03-24 13:20:11 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 13:20:11 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-24 13:20:11 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 13:20:11 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_e9159ca6-cdbb-5323-b052-a1354224934f/e9159ca6-cdbb-5323-b052-a1354224934f_image_2.jpg HTTP/1.1" 201 0
2026-03-24 13:20:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:20:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FWJ17NNX%252F2026-03-24%252Fimage%252F894e2ca1-5781-4962-a334-0baa27de1c04_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-24 13:20:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/WJ17NNX/2026-03-24/image/894e2ca1-5781-4962-a334-0baa27de1c04_removebg.jpg?w=600 saved to cache
2026-03-24 13:20:11 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item e9159ca6-cdbb-5323-b052-a1354224934f
2026-03-24 13:20:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/EA21HWJ/2026-03-24/image/44d089de-ac2e-44a5-b619-98507a558109_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120693873?view=catalogue)
2026-03-24 13:20:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/WJ17NNX/2026-03-24/image/caeba476-5884-4001-bf90-ad506722dc93_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120691137?view=catalogue)
2026-03-24 13:20:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/WJ17NNX/2026-03-24/image/652dafb4-4153-408d-b6dd-f0fba261a69f_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120691137?view=catalogue)
2026-03-24 13:20:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/EA21HWJ/2026-03-24/image/5b59a267-5147-4af5-a889-f866da4deefc_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120693873?view=catalogue)
2026-03-24 13:20:11 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 13:20:11 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fde5023e990>
2026-03-24 13:20:11 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 13:20:11 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-24 13:20:11 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 13:20:11 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_3254903c-ab82-585d-bb05-c670c72c34b2/3254903c-ab82-585d-bb05-c670c72c34b2_image_4.jpg HTTP/1.1" 201 0
2026-03-24 13:20:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:20:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FEA21HWJ%252F2026-03-24%252Fimage%252F99b4ea13-4d4f-48f0-b29a-4f774a043610_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-24 13:20:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/EA21HWJ/2026-03-24/image/99b4ea13-4d4f-48f0-b29a-4f774a043610_removebg.jpg?w=600 saved to cache
2026-03-24 13:20:11 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 3254903c-ab82-585d-bb05-c670c72c34b2
2026-03-24 13:20:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/EA21HWJ/2026-03-24/image/a674b57c-45b1-412a-bfb7-96ce0bf93e6a_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120693873?view=catalogue)
2026-03-24 13:20:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/EA21HWJ/2026-03-24/image/3b1a779d-641c-40bc-90f3-d4a700c5c7ef_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120693873?view=catalogue)
2026-03-24 13:20:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/EA21HWJ/2026-03-24/image/6f971bbf-1bae-4035-9380-3f7261be72dd_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120693873?view=catalogue)
2026-03-24 13:20:11 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 13:20:11 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fde50c65c50>
2026-03-24 13:20:11 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 13:20:11 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-24 13:20:11 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 13:20:11 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_3254903c-ab82-585d-bb05-c670c72c34b2/3254903c-ab82-585d-bb05-c670c72c34b2_image_6.jpg HTTP/1.1" 201 0
2026-03-24 13:20:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:20:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FEA21HWJ%252F2026-03-24%252Fimage%252F44d089de-ac2e-44a5-b619-98507a558109_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-24 13:20:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/EA21HWJ/2026-03-24/image/44d089de-ac2e-44a5-b619-98507a558109_removebg.jpg?w=600 saved to cache
2026-03-24 13:20:11 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 3254903c-ab82-585d-bb05-c670c72c34b2
2026-03-24 13:20:11 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 13:20:11 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fde50418e50>
2026-03-24 13:20:11 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 13:20:11 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-24 13:20:11 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 13:20:11 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_e9159ca6-cdbb-5323-b052-a1354224934f/e9159ca6-cdbb-5323-b052-a1354224934f_image_1.jpg HTTP/1.1" 201 0
2026-03-24 13:20:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:20:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FWJ17NNX%252F2026-03-24%252Fimage%252Fcaeba476-5884-4001-bf90-ad506722dc93_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-24 13:20:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/WJ17NNX/2026-03-24/image/caeba476-5884-4001-bf90-ad506722dc93_removebg.jpg?w=600 saved to cache
2026-03-24 13:20:11 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item e9159ca6-cdbb-5323-b052-a1354224934f
2026-03-24 13:20:11 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 13:20:11 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fde501a4510>
2026-03-24 13:20:11 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 13:20:11 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-24 13:20:11 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 13:20:11 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_e9159ca6-cdbb-5323-b052-a1354224934f/e9159ca6-cdbb-5323-b052-a1354224934f_image_0.jpg HTTP/1.1" 201 0
2026-03-24 13:20:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:20:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FWJ17NNX%252F2026-03-24%252Fimage%252F652dafb4-4153-408d-b6dd-f0fba261a69f_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-24 13:20:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/WJ17NNX/2026-03-24/image/652dafb4-4153-408d-b6dd-f0fba261a69f_removebg.jpg?w=600 saved to cache
2026-03-24 13:20:11 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item e9159ca6-cdbb-5323-b052-a1354224934f
2026-03-24 13:20:11 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: e9159ca6-cdbb-5323-b052-a1354224934f, skipping ID generation
2026-03-24 13:20:11 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e9159ca6-cdbb-5323-b052-a1354224934f with scrape type 1
2026-03-24 13:20:11 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item e9159ca6-cdbb-5323-b052-a1354224934f sending to next pipeline
2026-03-24 13:20:11 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: e9159ca6-cdbb-5323-b052-a1354224934f, identifier: 120691137
2026-03-24 13:20:11 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 13:20:11 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fde51a5fd90>
2026-03-24 13:20:11 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 13:20:11 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-24 13:20:11 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 13:20:11 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_3254903c-ab82-585d-bb05-c670c72c34b2/3254903c-ab82-585d-bb05-c670c72c34b2_image_5.jpg HTTP/1.1" 201 0
2026-03-24 13:20:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:20:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FEA21HWJ%252F2026-03-24%252Fimage%252F5b59a267-5147-4af5-a889-f866da4deefc_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-24 13:20:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/EA21HWJ/2026-03-24/image/5b59a267-5147-4af5-a889-f866da4deefc_removebg.jpg?w=600 saved to cache
2026-03-24 13:20:11 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 3254903c-ab82-585d-bb05-c670c72c34b2
2026-03-24 13:20:11 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: e9159ca6-cdbb-5323-b052-a1354224934f with identifier: 120691137
2026-03-24 13:20:11 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: e9159ca6-cdbb-5323-b052-a1354224934f with identifier: 120691137
2026-03-24 13:20:11 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: e9159ca6-cdbb-5323-b052-a1354224934f with identifier: 120691137 to the API
2026-03-24 13:20:11 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 13:20: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-24 13:20:12 [scrapy.core.scraper] DEBUG: Scraped from <200 https://abimg003.imgix.net/WJ17NNX/2026-03-24/image/652dafb4-4153-408d-b6dd-f0fba261a69f_removebg.jpg?w=600>
{'auction_title': '',
'c_o_2_emission_value': 114,
'color': 'GREY',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.6L',
'expiration_date': '2026-03-25T10:00:00Z',
'fuel_type': 'Diesel',
'id': 'e9159ca6-cdbb-5323-b052-a1354224934f',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'WJ17NNX',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120691137',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'PEUGEOT',
'model': '5008 DIESEL ESTATE',
'odometer': 62707,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 10,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e9159ca6-cdbb-5323-b052-a1354224934f/e9159ca6-cdbb-5323-b052-a1354224934f_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 32202,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/WJ17NNX/2026-03-24/image/652dafb4-4153-408d-b6dd-f0fba261a69f_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e9159ca6-cdbb-5323-b052-a1354224934f/e9159ca6-cdbb-5323-b052-a1354224934f_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 39964,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/WJ17NNX/2026-03-24/image/caeba476-5884-4001-bf90-ad506722dc93_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e9159ca6-cdbb-5323-b052-a1354224934f/e9159ca6-cdbb-5323-b052-a1354224934f_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 35107,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/WJ17NNX/2026-03-24/image/894e2ca1-5781-4962-a334-0baa27de1c04_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e9159ca6-cdbb-5323-b052-a1354224934f/e9159ca6-cdbb-5323-b052-a1354224934f_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 33733,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/WJ17NNX/2026-03-24/image/a7090d0d-b1bc-443a-bead-2a45345ab21b_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e9159ca6-cdbb-5323-b052-a1354224934f/e9159ca6-cdbb-5323-b052-a1354224934f_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 52536,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/WJ17NNX/2026-03-24/image/9474d06a-bc28-4bca-9d22-cc28c740f613_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e9159ca6-cdbb-5323-b052-a1354224934f/e9159ca6-cdbb-5323-b052-a1354224934f_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 49452,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/WJ17NNX/2026-03-24/image/60f3e654-a10e-455b-9a06-b80aca6d9c98_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e9159ca6-cdbb-5323-b052-a1354224934f/e9159ca6-cdbb-5323-b052-a1354224934f_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 51540,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/WJ17NNX/2026-03-24/image/c7c082d2-90b1-44ab-813d-f67c91769855_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e9159ca6-cdbb-5323-b052-a1354224934f/e9159ca6-cdbb-5323-b052-a1354224934f_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 59843,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/WJ17NNX/2026-03-24/image/84de7935-5ec5-432d-b7e4-eb0450d73d99_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e9159ca6-cdbb-5323-b052-a1354224934f/e9159ca6-cdbb-5323-b052-a1354224934f_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 58972,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/WJ17NNX/2026-03-24/image/41cf563f-7896-4e1f-bf49-8abd6e3c7ae7_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e9159ca6-cdbb-5323-b052-a1354224934f/e9159ca6-cdbb-5323-b052-a1354224934f_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 64245,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/WJ17NNX/2026-03-24/image/30b57db1-5014-44da-8e94-0a6d7c58c65c_removebg.jpg?w=600',
'Width': 600}],
'price': 0,
'price_includes_vat': False,
'registration_date': '2017-03-24',
'seller_name': 'UKCGR - Premium',
'title': 'PEUGEOT 5008 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-24 13:20:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:20:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120691137%27 HTTP/1.1" 200 None
2026-03-24 13:20:12 [astonbarclay.gb] INFO: Saving data for 120691137: {'created_time': 1774358412.825578, 'last_price_update_time': 1774358412.825593, 'auction_closing_time': 1774432800.0}
2026-03-24 13:20:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:20:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120691137') HTTP/1.1" 204 0
2026-03-24 13:20:12 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 13:20:12 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fde501a45d0>
2026-03-24 13:20:12 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 13:20:12 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-24 13:20:12 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 13:20:12 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_3254903c-ab82-585d-bb05-c670c72c34b2/3254903c-ab82-585d-bb05-c670c72c34b2_image_9.jpg HTTP/1.1" 201 0
2026-03-24 13:20:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:20:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FEA21HWJ%252F2026-03-24%252Fimage%252Fa674b57c-45b1-412a-bfb7-96ce0bf93e6a_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-24 13:20:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/EA21HWJ/2026-03-24/image/a674b57c-45b1-412a-bfb7-96ce0bf93e6a_removebg.jpg?w=600 saved to cache
2026-03-24 13:20:12 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item 3254903c-ab82-585d-bb05-c670c72c34b2
2026-03-24 13:20:12 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 13:20:12 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fde501abf10>
2026-03-24 13:20:12 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 13:20:12 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-24 13:20:12 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 13:20:12 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_3254903c-ab82-585d-bb05-c670c72c34b2/3254903c-ab82-585d-bb05-c670c72c34b2_image_8.jpg HTTP/1.1" 201 0
2026-03-24 13:20:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:20:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FEA21HWJ%252F2026-03-24%252Fimage%252F3b1a779d-641c-40bc-90f3-d4a700c5c7ef_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-24 13:20:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/EA21HWJ/2026-03-24/image/3b1a779d-641c-40bc-90f3-d4a700c5c7ef_removebg.jpg?w=600 saved to cache
2026-03-24 13:20:12 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 3254903c-ab82-585d-bb05-c670c72c34b2
2026-03-24 13:20:12 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 13:20:12 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fde43f2ec90>
2026-03-24 13:20:12 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 13:20:12 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-24 13:20:12 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 13:20:12 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_3254903c-ab82-585d-bb05-c670c72c34b2/3254903c-ab82-585d-bb05-c670c72c34b2_image_7.jpg HTTP/1.1" 201 0
2026-03-24 13:20:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:20:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FEA21HWJ%252F2026-03-24%252Fimage%252F6f971bbf-1bae-4035-9380-3f7261be72dd_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-24 13:20:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/EA21HWJ/2026-03-24/image/6f971bbf-1bae-4035-9380-3f7261be72dd_removebg.jpg?w=600 saved to cache
2026-03-24 13:20:12 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 3254903c-ab82-585d-bb05-c670c72c34b2
2026-03-24 13:20:12 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 3254903c-ab82-585d-bb05-c670c72c34b2, skipping ID generation
2026-03-24 13:20:12 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3254903c-ab82-585d-bb05-c670c72c34b2 with scrape type 1
2026-03-24 13:20:12 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 3254903c-ab82-585d-bb05-c670c72c34b2 sending to next pipeline
2026-03-24 13:20:13 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 3254903c-ab82-585d-bb05-c670c72c34b2, identifier: 120693873
2026-03-24 13:20:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120616420?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-24 13:20:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120453812?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-24 13:20:13 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 3254903c-ab82-585d-bb05-c670c72c34b2 with identifier: 120693873
2026-03-24 13:20:13 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 3254903c-ab82-585d-bb05-c670c72c34b2 with identifier: 120693873
2026-03-24 13:20:13 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 3254903c-ab82-585d-bb05-c670c72c34b2 with identifier: 120693873 to the API
2026-03-24 13:20:13 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 13:20: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-24 13:20:14 [scrapy.core.scraper] DEBUG: Scraped from <200 https://abimg003.imgix.net/EA21HWJ/2026-03-24/image/6f971bbf-1bae-4035-9380-3f7261be72dd_removebg.jpg?w=600>
{'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-25T10: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': 10,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_3254903c-ab82-585d-bb05-c670c72c34b2/3254903c-ab82-585d-bb05-c670c72c34b2_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 31116,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/EA21HWJ/2026-03-24/image/8a548f53-84ff-418b-963a-16cb9a3ebc86_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_3254903c-ab82-585d-bb05-c670c72c34b2/3254903c-ab82-585d-bb05-c670c72c34b2_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 32020,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/EA21HWJ/2026-03-24/image/33379dba-e4b6-4073-8868-e4475ba38cb8_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_3254903c-ab82-585d-bb05-c670c72c34b2/3254903c-ab82-585d-bb05-c670c72c34b2_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 32444,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/EA21HWJ/2026-03-24/image/9c1e07c9-8baa-4901-a1a9-d4dc87e6445a_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_3254903c-ab82-585d-bb05-c670c72c34b2/3254903c-ab82-585d-bb05-c670c72c34b2_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 32036,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/EA21HWJ/2026-03-24/image/d8f3d2ac-97e4-4fb0-a2ac-f012030aebdd_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_3254903c-ab82-585d-bb05-c670c72c34b2/3254903c-ab82-585d-bb05-c670c72c34b2_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 55089,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/EA21HWJ/2026-03-24/image/99b4ea13-4d4f-48f0-b29a-4f774a043610_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_3254903c-ab82-585d-bb05-c670c72c34b2/3254903c-ab82-585d-bb05-c670c72c34b2_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 52530,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/EA21HWJ/2026-03-24/image/5b59a267-5147-4af5-a889-f866da4deefc_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_3254903c-ab82-585d-bb05-c670c72c34b2/3254903c-ab82-585d-bb05-c670c72c34b2_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 62226,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/EA21HWJ/2026-03-24/image/44d089de-ac2e-44a5-b619-98507a558109_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_3254903c-ab82-585d-bb05-c670c72c34b2/3254903c-ab82-585d-bb05-c670c72c34b2_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 57612,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/EA21HWJ/2026-03-24/image/6f971bbf-1bae-4035-9380-3f7261be72dd_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_3254903c-ab82-585d-bb05-c670c72c34b2/3254903c-ab82-585d-bb05-c670c72c34b2_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 46264,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/EA21HWJ/2026-03-24/image/3b1a779d-641c-40bc-90f3-d4a700c5c7ef_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_3254903c-ab82-585d-bb05-c670c72c34b2/3254903c-ab82-585d-bb05-c670c72c34b2_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 53565,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/EA21HWJ/2026-03-24/image/a674b57c-45b1-412a-bfb7-96ce0bf93e6a_removebg.jpg?w=600',
'Width': 600}],
'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-24 13:20:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:20:14 [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-24 13:20:14 [astonbarclay.gb] INFO: Saving data for 120693873: {'created_time': 1774358414.420323, 'last_price_update_time': 1774358414.420372, 'auction_closing_time': 1774432800.0}
2026-03-24 13:20:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:20:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120693873') HTTP/1.1" 204 0
2026-03-24 13:20:14 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:20:14 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:20:14 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120616420, 'registration': 'EF19CFG', 'account': 'MOT075', 'make': 'MERCEDES-BENZ', 'model': 'E CLASS DIESEL COUPE', 'derivative': 'E220d AMG Line 2dr 9G-Tronic', 'mileage': 50244, 'mileageWarranty': True, 'type': 'car', 'saleId': 19179, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 475}, 'saleStart': '2026-03-25T10:00Z', 'lot': 1016, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2019-03-27', 'fuel': 'Diesel', 'motExpiry': '2027-01-25', 'doors': 2, 'engineSize': 1950, 'bodyType': 'Coupe', 'images': ['https://abimg003.imgix.net/EF19CFG/2026-03-19/image/55b4e75a-9eeb-4409-99d6-cacc6e482e1d_removebg.jpg?w=600', 'https://abimg003.imgix.net/EF19CFG/2026-03-19/image/e840d953-97d2-4614-9f2e-d10ef1aad5af_removebg.jpg?w=600', 'https://abimg003.imgix.net/EF19CFG/2026-03-19/image/22257695-64eb-4394-a0f2-1907f174f688_removebg.jpg?w=600', 'https://abimg003.imgix.net/EF19CFG/2026-03-19/image/9578c50e-0797-475a-888f-862eaea6319a_removebg.jpg?w=600', 'https://abimg003.imgix.net/EF19CFG/2026-03-19/image/c4185c82-0f7b-4cb4-8318-adfe14c16287_removebg.jpg?w=600', 'https://abimg003.imgix.net/EF19CFG/2026-03-19/image/75173819-fb86-4d96-8003-a5ee1e71f4a1_removebg.jpg?w=600', 'https://abimg003.imgix.net/EF19CFG/2026-03-19/image/1254136c-2153-467b-b9bc-646ed76dad7a_removebg.jpg?w=600', 'https://abimg003.imgix.net/EF19CFG/2026-03-19/image/8ca194cb-5878-4820-9366-91f5758b4eff_removebg.jpg?w=600', 'https://abimg003.imgix.net/EF19CFG/2026-03-19/image/8612151c-50ad-40ae-b985-984d84674991_removebg.jpg?w=600', 'https://abimg003.imgix.net/EF19CFG/2026-03-19/image/00f73840-a0f4-4ef7-b0fd-75246c7f26ef_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': 'VOSA STATES 22K, 41K, 50K,', 'virtual': False, 'seller': 'MotoNovo Finance', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '2', 'v5': True, 'v5details': 'Here', 'co2': 132, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/e59a138f-ab64-41fa-b5ff-e0f774825029.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 13:20:14 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120616420, 'registration': 'EF19CFG', 'account': 'MOT075', 'make': 'MERCEDES-BENZ', 'model': 'E CLASS DIESEL COUPE', 'derivative': 'E220d AMG Line 2dr 9G-Tronic', 'mileage': 50244, 'mileageWarranty': True, 'type': 'car', 'saleId': 19179, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 475}, 'saleStart': '2026-03-25T10:00Z', 'lot': 1016, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2019-03-27', 'fuel': 'Diesel', 'motExpiry': '2027-01-25', 'doors': 2, 'engineSize': 1950, 'bodyType': 'Coupe', 'images': ['https://abimg003.imgix.net/EF19CFG/2026-03-19/image/55b4e75a-9eeb-4409-99d6-cacc6e482e1d_removebg.jpg?w=600', 'https://abimg003.imgix.net/EF19CFG/2026-03-19/image/e840d953-97d2-4614-9f2e-d10ef1aad5af_removebg.jpg?w=600', 'https://abimg003.imgix.net/EF19CFG/2026-03-19/image/22257695-64eb-4394-a0f2-1907f174f688_removebg.jpg?w=600', 'https://abimg003.imgix.net/EF19CFG/2026-03-19/image/9578c50e-0797-475a-888f-862eaea6319a_removebg.jpg?w=600', 'https://abimg003.imgix.net/EF19CFG/2026-03-19/image/c4185c82-0f7b-4cb4-8318-adfe14c16287_removebg.jpg?w=600', 'https://abimg003.imgix.net/EF19CFG/2026-03-19/image/75173819-fb86-4d96-8003-a5ee1e71f4a1_removebg.jpg?w=600', 'https://abimg003.imgix.net/EF19CFG/2026-03-19/image/1254136c-2153-467b-b9bc-646ed76dad7a_removebg.jpg?w=600', 'https://abimg003.imgix.net/EF19CFG/2026-03-19/image/8ca194cb-5878-4820-9366-91f5758b4eff_removebg.jpg?w=600', 'https://abimg003.imgix.net/EF19CFG/2026-03-19/image/8612151c-50ad-40ae-b985-984d84674991_removebg.jpg?w=600', 'https://abimg003.imgix.net/EF19CFG/2026-03-19/image/00f73840-a0f4-4ef7-b0fd-75246c7f26ef_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': 'VOSA STATES 22K, 41K, 50K,', 'virtual': False, 'seller': 'MotoNovo Finance', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '2', 'v5': True, 'v5details': 'Here', 'co2': 132, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/e59a138f-ab64-41fa-b5ff-e0f774825029.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 13:20:14 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d8214781-7cae-5d54-8d76-425759ae1ecc with identifier: 120616420
2026-03-24 13:20:14 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d8214781-7cae-5d54-8d76-425759ae1ecc with scrape type 2
2026-03-24 13:20:14 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d8214781-7cae-5d54-8d76-425759ae1ecc with scrape type 2
2026-03-24 13:20:14 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: d8214781-7cae-5d54-8d76-425759ae1ecc, identifier: 120616420
2026-03-24 13:20:14 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120453812, 'registration': 'EN19UGJ', 'account': 'WBA002', 'make': 'FORD', 'model': 'ECOSPORT HATCHBACK', 'derivative': '1.0 EcoBoost 125 Titanium 5dr', 'mileage': 24070, 'mileageWarranty': True, 'type': 'car', 'saleId': 19179, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 475}, 'saleStart': '2026-03-25T10:00Z', 'lot': 1203, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2019-04-30', 'fuel': 'Petrol', 'motExpiry': '2026-04-29', 'doors': 5, 'engineSize': 998, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/EN19UGJ/2026-03-16/image/2054e850-dab2-46d8-a36b-5447a6a7d8c9_removebg.jpg?w=600', 'https://abimg003.imgix.net/EN19UGJ/2026-03-16/image/78d38169-ec1e-46dc-bdb9-37dcdc2e3d5c_removebg.jpg?w=600', 'https://abimg003.imgix.net/EN19UGJ/2026-03-16/image/83d4b99a-736e-48e4-9296-9106fd21e70b_removebg.jpg?w=600', 'https://abimg003.imgix.net/EN19UGJ/2026-03-16/image/7f5e7acc-6947-4004-a4e6-eb9e323ca332_removebg.jpg?w=600', 'https://abimg003.imgix.net/EN19UGJ/2026-03-16/image/f23803bc-3fa9-43a4-8ae4-9c8d7bcf4cfd_removebg.jpg?w=600', 'https://abimg003.imgix.net/EN19UGJ/2026-03-16/image/668043e5-f525-4515-984f-d040357c36a4_removebg.jpg?w=600', 'https://abimg003.imgix.net/EN19UGJ/2026-03-16/image/dda21041-d02a-4a7a-86ee-0e92bb5198b7_removebg.jpg?w=600', 'https://abimg003.imgix.net/EN19UGJ/2026-03-16/image/8ef2267a-3ef2-4b39-8da9-0a1f703ccd55_removebg.jpg?w=600', 'https://abimg003.imgix.net/EN19UGJ/2026-03-16/image/38baade6-eeae-4a19-a3f3-f7a9cc04b19f_removebg.jpg?w=600'], 'colour': 'BLUE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 04/21 - 8K, 04/23 - 13K, 04/25 - 20K', 'remarks': 'VOSA STATES - 10K, 13K, 17K, 20K 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': 119, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/720adb2d-579e-49f4-99fa-58653641fd2c.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 13:20:14 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120453812, 'registration': 'EN19UGJ', 'account': 'WBA002', 'make': 'FORD', 'model': 'ECOSPORT HATCHBACK', 'derivative': '1.0 EcoBoost 125 Titanium 5dr', 'mileage': 24070, 'mileageWarranty': True, 'type': 'car', 'saleId': 19179, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 475}, 'saleStart': '2026-03-25T10:00Z', 'lot': 1203, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2019-04-30', 'fuel': 'Petrol', 'motExpiry': '2026-04-29', 'doors': 5, 'engineSize': 998, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/EN19UGJ/2026-03-16/image/2054e850-dab2-46d8-a36b-5447a6a7d8c9_removebg.jpg?w=600', 'https://abimg003.imgix.net/EN19UGJ/2026-03-16/image/78d38169-ec1e-46dc-bdb9-37dcdc2e3d5c_removebg.jpg?w=600', 'https://abimg003.imgix.net/EN19UGJ/2026-03-16/image/83d4b99a-736e-48e4-9296-9106fd21e70b_removebg.jpg?w=600', 'https://abimg003.imgix.net/EN19UGJ/2026-03-16/image/7f5e7acc-6947-4004-a4e6-eb9e323ca332_removebg.jpg?w=600', 'https://abimg003.imgix.net/EN19UGJ/2026-03-16/image/f23803bc-3fa9-43a4-8ae4-9c8d7bcf4cfd_removebg.jpg?w=600', 'https://abimg003.imgix.net/EN19UGJ/2026-03-16/image/668043e5-f525-4515-984f-d040357c36a4_removebg.jpg?w=600', 'https://abimg003.imgix.net/EN19UGJ/2026-03-16/image/dda21041-d02a-4a7a-86ee-0e92bb5198b7_removebg.jpg?w=600', 'https://abimg003.imgix.net/EN19UGJ/2026-03-16/image/8ef2267a-3ef2-4b39-8da9-0a1f703ccd55_removebg.jpg?w=600', 'https://abimg003.imgix.net/EN19UGJ/2026-03-16/image/38baade6-eeae-4a19-a3f3-f7a9cc04b19f_removebg.jpg?w=600'], 'colour': 'BLUE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 04/21 - 8K, 04/23 - 13K, 04/25 - 20K', 'remarks': 'VOSA STATES - 10K, 13K, 17K, 20K 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': 119, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/720adb2d-579e-49f4-99fa-58653641fd2c.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 13:20:14 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 83f1bccd-d754-5c86-ba8c-0d12fbbcc1a6 with identifier: 120453812
2026-03-24 13:20:14 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 83f1bccd-d754-5c86-ba8c-0d12fbbcc1a6 with scrape type 2
2026-03-24 13:20:14 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 83f1bccd-d754-5c86-ba8c-0d12fbbcc1a6 with scrape type 2
2026-03-24 13:20:14 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 83f1bccd-d754-5c86-ba8c-0d12fbbcc1a6, identifier: 120453812
2026-03-24 13:20:14 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: d8214781-7cae-5d54-8d76-425759ae1ecc with identifier: 120616420
2026-03-24 13:20:14 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: d8214781-7cae-5d54-8d76-425759ae1ecc with identifier: 120616420
2026-03-24 13:20:14 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: d8214781-7cae-5d54-8d76-425759ae1ecc with identifier: 120616420 to the API
2026-03-24 13:20:14 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 13:20: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-24 13:20:15 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120616420?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 132,
'color': 'GREY',
'currency': 'GBP',
'doors_number': 2,
'emission_standard': 'EURO 6',
'engine': '1.9L',
'expiration_date': '2026-03-25T10:00:00Z',
'fuel_type': 'Diesel',
'id': 'd8214781-7cae-5d54-8d76-425759ae1ecc',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'EF19CFG',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120616420',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'MERCEDES-BENZ',
'model': 'E CLASS DIESEL COUPE',
'odometer': 50244,
'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': 'MotoNovo Finance',
'title': 'MERCEDES-BENZ E CLASS DIESEL COUPE E220d AMG Line 2dr 9G-Tronic',
'transmission': 'automatic',
'trim': 'E220d AMG Line 2dr 9G-Tronic',
'vin': None,
'year': 2019}
2026-03-24 13:20:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:20:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120616420%27 HTTP/1.1" 200 None
2026-03-24 13:20:15 [astonbarclay.gb] INFO: Saving data for 120616420: {'auction_closing_time': 1774432800.0, 'created_time': 1773947178.48894, 'last_price_update_time': 1774358415.956045}
2026-03-24 13:20:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:20:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120616420') HTTP/1.1" 204 0
2026-03-24 13:20:15 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 83f1bccd-d754-5c86-ba8c-0d12fbbcc1a6 with identifier: 120453812
2026-03-24 13:20:15 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 83f1bccd-d754-5c86-ba8c-0d12fbbcc1a6 with identifier: 120453812
2026-03-24 13:20:16 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 83f1bccd-d754-5c86-ba8c-0d12fbbcc1a6 with identifier: 120453812 to the API
2026-03-24 13:20:16 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 13:20:17 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-24 13:20:17 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120453812?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 119,
'color': 'BLUE',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.0L',
'expiration_date': '2026-03-25T10:00:00Z',
'fuel_type': 'Petrol',
'id': '83f1bccd-d754-5c86-ba8c-0d12fbbcc1a6',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'EN19UGJ',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120453812',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'FORD',
'model': 'ECOSPORT HATCHBACK',
'odometer': 24070,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2019-04-30',
'seller_name': 'UKCGR - Premium',
'title': 'FORD ECOSPORT HATCHBACK 1.0 EcoBoost 125 Titanium 5dr',
'transmission': 'manual',
'trim': '1.0 EcoBoost 125 Titanium 5dr',
'vin': None,
'year': 2019}
2026-03-24 13:20:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:20:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120453812%27 HTTP/1.1" 200 None
2026-03-24 13:20:17 [astonbarclay.gb] INFO: Saving data for 120453812: {'auction_closing_time': 1774432800.0, 'created_time': 1773495313.45144, 'last_price_update_time': 1774358417.712707}
2026-03-24 13:20:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:20:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120453812') HTTP/1.1" 204 0
2026-03-24 13:20:17 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120616817?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-24 13:20:17 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:20:17 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120616817, 'registration': 'HX68ODG', 'account': 'MOT075', 'make': 'BMW', 'model': '7 SERIES SALOON', 'derivative': '740Le xDrive M Sport 4dr Auto', 'mileage': 52951, 'mileageWarranty': True, 'type': 'car', 'saleId': 19179, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 475}, 'saleStart': '2026-03-25T10:00Z', 'lot': 1028, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2018-12-31', 'fuel': 'Petrol/Plugin Electric Hybrid', 'motExpiry': '2026-05-19', 'doors': 4, 'engineSize': 1998, 'bodyType': 'Saloon', 'images': ['https://abimg003.imgix.net/HX68ODG/2026-03-19/image/9a278164-ba26-414f-b8f9-220c3c4957fb_removebg.jpg?w=600', 'https://abimg003.imgix.net/HX68ODG/2026-03-19/image/978a9712-5c03-4aaa-947a-5e38d0f10dc9_removebg.jpg?w=600', 'https://abimg003.imgix.net/HX68ODG/2026-03-19/image/b761dd28-7280-460b-818a-8524bac0d827_removebg.jpg?w=600', 'https://abimg003.imgix.net/HX68ODG/2026-03-19/image/8923c766-eb34-4d8e-87fd-e2f71130e921_removebg.jpg?w=600', 'https://abimg003.imgix.net/HX68ODG/2026-03-19/image/9b29a50d-5417-4f7b-ad2c-b23e4075abd1_removebg.jpg?w=600', 'https://abimg003.imgix.net/HX68ODG/2026-03-19/image/ac381ada-8b2e-4dd3-a096-7b2b3ffd5e98_removebg.jpg?w=600', 'https://abimg003.imgix.net/HX68ODG/2026-03-19/image/0734bb1f-3ddf-44aa-b6ef-bb5c76afd5b8_removebg.jpg?w=600', 'https://abimg003.imgix.net/HX68ODG/2026-03-19/image/50435f2c-f4f4-4877-bc79-96a7a9c43e1a_removebg.jpg?w=600', 'https://abimg003.imgix.net/HX68ODG/2026-03-19/image/94b5c2af-12ce-4e04-8e81-6cd642368f5b_removebg.jpg?w=600', 'https://abimg003.imgix.net/HX68ODG/2026-03-19/image/9a1ab16f-e09d-4566-9295-fb40356e2d32_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Fleet', 'serviceHistory': 'Service print 05/25 52K', 'remarks': 'Ex-Private Hire -VOSA STATES 36K- 42K- 49K- 52K - SPARE KEY IN OFFICE', 'virtual': False, 'seller': 'MotoNovo Finance', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '1', 'v5': True, 'v5details': 'Here', 'co2': 65, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/0442d3fe-5ec3-4378-9c3e-acde6bbacf43.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 13:20:17 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120616817, 'registration': 'HX68ODG', 'account': 'MOT075', 'make': 'BMW', 'model': '7 SERIES SALOON', 'derivative': '740Le xDrive M Sport 4dr Auto', 'mileage': 52951, 'mileageWarranty': True, 'type': 'car', 'saleId': 19179, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 475}, 'saleStart': '2026-03-25T10:00Z', 'lot': 1028, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2018-12-31', 'fuel': 'Petrol/Plugin Electric Hybrid', 'motExpiry': '2026-05-19', 'doors': 4, 'engineSize': 1998, 'bodyType': 'Saloon', 'images': ['https://abimg003.imgix.net/HX68ODG/2026-03-19/image/9a278164-ba26-414f-b8f9-220c3c4957fb_removebg.jpg?w=600', 'https://abimg003.imgix.net/HX68ODG/2026-03-19/image/978a9712-5c03-4aaa-947a-5e38d0f10dc9_removebg.jpg?w=600', 'https://abimg003.imgix.net/HX68ODG/2026-03-19/image/b761dd28-7280-460b-818a-8524bac0d827_removebg.jpg?w=600', 'https://abimg003.imgix.net/HX68ODG/2026-03-19/image/8923c766-eb34-4d8e-87fd-e2f71130e921_removebg.jpg?w=600', 'https://abimg003.imgix.net/HX68ODG/2026-03-19/image/9b29a50d-5417-4f7b-ad2c-b23e4075abd1_removebg.jpg?w=600', 'https://abimg003.imgix.net/HX68ODG/2026-03-19/image/ac381ada-8b2e-4dd3-a096-7b2b3ffd5e98_removebg.jpg?w=600', 'https://abimg003.imgix.net/HX68ODG/2026-03-19/image/0734bb1f-3ddf-44aa-b6ef-bb5c76afd5b8_removebg.jpg?w=600', 'https://abimg003.imgix.net/HX68ODG/2026-03-19/image/50435f2c-f4f4-4877-bc79-96a7a9c43e1a_removebg.jpg?w=600', 'https://abimg003.imgix.net/HX68ODG/2026-03-19/image/94b5c2af-12ce-4e04-8e81-6cd642368f5b_removebg.jpg?w=600', 'https://abimg003.imgix.net/HX68ODG/2026-03-19/image/9a1ab16f-e09d-4566-9295-fb40356e2d32_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Fleet', 'serviceHistory': 'Service print 05/25 52K', 'remarks': 'Ex-Private Hire -VOSA STATES 36K- 42K- 49K- 52K - SPARE KEY IN OFFICE', 'virtual': False, 'seller': 'MotoNovo Finance', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '1', 'v5': True, 'v5details': 'Here', 'co2': 65, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/0442d3fe-5ec3-4378-9c3e-acde6bbacf43.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 13:20:17 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7cef24c0-1c23-5025-83f5-b8357886a1c1 with identifier: 120616817
2026-03-24 13:20:17 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7cef24c0-1c23-5025-83f5-b8357886a1c1 with scrape type 2
2026-03-24 13:20:17 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7cef24c0-1c23-5025-83f5-b8357886a1c1 with scrape type 2
2026-03-24 13:20:17 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 7cef24c0-1c23-5025-83f5-b8357886a1c1, identifier: 120616817
2026-03-24 13:20:17 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 7cef24c0-1c23-5025-83f5-b8357886a1c1 with identifier: 120616817
2026-03-24 13:20:17 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 7cef24c0-1c23-5025-83f5-b8357886a1c1 with identifier: 120616817
2026-03-24 13:20:18 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 7cef24c0-1c23-5025-83f5-b8357886a1c1 with identifier: 120616817 to the API
2026-03-24 13:20:18 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 13:20: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-24 13:20:19 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120616817?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 65,
'color': 'BLACK',
'currency': 'GBP',
'doors_number': 4,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'expiration_date': '2026-03-25T10:00:00Z',
'fuel_type': 'Petrol/Plugin Electric Hybrid',
'id': '7cef24c0-1c23-5025-83f5-b8357886a1c1',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'HX68ODG',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120616817',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'BMW',
'model': '7 SERIES SALOON',
'odometer': 52951,
'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': 'MotoNovo Finance',
'title': 'BMW 7 SERIES SALOON 740Le xDrive M Sport 4dr Auto',
'transmission': 'automatic',
'trim': '740Le xDrive M Sport 4dr Auto',
'vin': None,
'year': 2018}
2026-03-24 13:20:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:20:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120616817%27 HTTP/1.1" 200 None
2026-03-24 13:20:19 [astonbarclay.gb] INFO: Saving data for 120616817: {'auction_closing_time': 1774432800.0, 'created_time': 1773947210.314038, 'last_price_update_time': 1774358419.029438}
2026-03-24 13:20:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:20:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120616817') HTTP/1.1" 204 0
2026-03-24 13:20:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120616875?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-24 13:20:19 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:20:19 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120616875, 'registration': 'HN22BSZ', 'account': 'MOT075', 'make': 'BMW', 'model': '4 SERIES COUPE', 'derivative': 'M440i xDrive MHT 2dr Step Auto', 'mileage': 28695, 'mileageWarranty': True, 'type': 'car', 'saleId': 19179, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 475}, 'saleStart': '2026-03-25T10:00Z', 'lot': 1022, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2022-04-13', 'fuel': 'Petrol', 'motExpiry': '2026-05-13', 'doors': 2, 'engineSize': 2998, 'bodyType': 'Coupe', 'images': ['https://abimg003.imgix.net/HN22BSZ/2026-03-19/image/9d3d8446-50a5-4c5e-9b3d-497ec6b590aa_removebg.jpg?w=600', 'https://abimg003.imgix.net/HN22BSZ/2026-03-19/image/b3a7bd4a-0a2e-4b95-beb8-840ac3cca7dd_removebg.jpg?w=600', 'https://abimg003.imgix.net/HN22BSZ/2026-03-19/image/8cf91879-8791-4d3a-8a0a-412a2a69b97e_removebg.jpg?w=600', 'https://abimg003.imgix.net/HN22BSZ/2026-03-19/image/93793f25-281f-4d51-b76c-3d76c525d163_removebg.jpg?w=600', 'https://abimg003.imgix.net/HN22BSZ/2026-03-19/image/79abcc78-ec2d-435e-91fd-a8a4d077a41a_removebg.jpg?w=600', 'https://abimg003.imgix.net/HN22BSZ/2026-03-19/image/4ce14a62-b045-4570-83d0-4819b974af95_removebg.jpg?w=600', 'https://abimg003.imgix.net/HN22BSZ/2026-03-19/image/9e1ed5b2-56c0-49d2-81c1-2ba0c1d8ac3d_removebg.jpg?w=600', 'https://abimg003.imgix.net/HN22BSZ/2026-03-19/image/b6f768fc-d78c-4895-be56-fc15407b8224_removebg.jpg?w=600', 'https://abimg003.imgix.net/HN22BSZ/2026-03-19/image/50fe9718-6518-431f-a736-fea4816a9398_removebg.jpg?w=600', 'https://abimg003.imgix.net/HN22BSZ/2026-03-19/image/8f865724-6ee3-4e4b-ac61-234cc8cd8226_removebg.jpg?w=600'], 'colour': 'BLUE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print 04/25 24', 'remarks': 'VOSA STATES 25K- SPARE KEY IN OFFICE', 'virtual': False, 'seller': 'MotoNovo Finance', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '2', 'v5': True, 'v5details': 'Here', 'co2': 175, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/f1043d95-5e3a-4899-b6ff-0f99057c7055.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 13:20:19 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120616875, 'registration': 'HN22BSZ', 'account': 'MOT075', 'make': 'BMW', 'model': '4 SERIES COUPE', 'derivative': 'M440i xDrive MHT 2dr Step Auto', 'mileage': 28695, 'mileageWarranty': True, 'type': 'car', 'saleId': 19179, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 475}, 'saleStart': '2026-03-25T10:00Z', 'lot': 1022, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2022-04-13', 'fuel': 'Petrol', 'motExpiry': '2026-05-13', 'doors': 2, 'engineSize': 2998, 'bodyType': 'Coupe', 'images': ['https://abimg003.imgix.net/HN22BSZ/2026-03-19/image/9d3d8446-50a5-4c5e-9b3d-497ec6b590aa_removebg.jpg?w=600', 'https://abimg003.imgix.net/HN22BSZ/2026-03-19/image/b3a7bd4a-0a2e-4b95-beb8-840ac3cca7dd_removebg.jpg?w=600', 'https://abimg003.imgix.net/HN22BSZ/2026-03-19/image/8cf91879-8791-4d3a-8a0a-412a2a69b97e_removebg.jpg?w=600', 'https://abimg003.imgix.net/HN22BSZ/2026-03-19/image/93793f25-281f-4d51-b76c-3d76c525d163_removebg.jpg?w=600', 'https://abimg003.imgix.net/HN22BSZ/2026-03-19/image/79abcc78-ec2d-435e-91fd-a8a4d077a41a_removebg.jpg?w=600', 'https://abimg003.imgix.net/HN22BSZ/2026-03-19/image/4ce14a62-b045-4570-83d0-4819b974af95_removebg.jpg?w=600', 'https://abimg003.imgix.net/HN22BSZ/2026-03-19/image/9e1ed5b2-56c0-49d2-81c1-2ba0c1d8ac3d_removebg.jpg?w=600', 'https://abimg003.imgix.net/HN22BSZ/2026-03-19/image/b6f768fc-d78c-4895-be56-fc15407b8224_removebg.jpg?w=600', 'https://abimg003.imgix.net/HN22BSZ/2026-03-19/image/50fe9718-6518-431f-a736-fea4816a9398_removebg.jpg?w=600', 'https://abimg003.imgix.net/HN22BSZ/2026-03-19/image/8f865724-6ee3-4e4b-ac61-234cc8cd8226_removebg.jpg?w=600'], 'colour': 'BLUE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print 04/25 24', 'remarks': 'VOSA STATES 25K- SPARE KEY IN OFFICE', 'virtual': False, 'seller': 'MotoNovo Finance', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '2', 'v5': True, 'v5details': 'Here', 'co2': 175, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/f1043d95-5e3a-4899-b6ff-0f99057c7055.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 13:20:19 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 54f53743-943f-5ff5-a722-340f1c6baf37 with identifier: 120616875
2026-03-24 13:20:19 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 54f53743-943f-5ff5-a722-340f1c6baf37 with scrape type 2
2026-03-24 13:20:19 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 54f53743-943f-5ff5-a722-340f1c6baf37 with scrape type 2
2026-03-24 13:20:19 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 54f53743-943f-5ff5-a722-340f1c6baf37, identifier: 120616875
2026-03-24 13:20:19 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 54f53743-943f-5ff5-a722-340f1c6baf37 with identifier: 120616875
2026-03-24 13:20:19 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 54f53743-943f-5ff5-a722-340f1c6baf37 with identifier: 120616875
2026-03-24 13:20:19 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 54f53743-943f-5ff5-a722-340f1c6baf37 with identifier: 120616875 to the API
2026-03-24 13:20:19 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 13:20: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-24 13:20:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120616875?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 175,
'color': 'BLUE',
'currency': 'GBP',
'doors_number': 2,
'emission_standard': 'EURO 6',
'engine': '3.0L',
'expiration_date': '2026-03-25T10:00:00Z',
'fuel_type': 'Petrol',
'id': '54f53743-943f-5ff5-a722-340f1c6baf37',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'HN22BSZ',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120616875',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'BMW',
'model': '4 SERIES COUPE',
'odometer': 28695,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-04-13',
'seller_name': 'MotoNovo Finance',
'title': 'BMW 4 SERIES COUPE M440i xDrive MHT 2dr Step Auto',
'transmission': 'automatic',
'trim': 'M440i xDrive MHT 2dr Step Auto',
'vin': None,
'year': 2022}
2026-03-24 13:20:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:20:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120616875%27 HTTP/1.1" 200 None
2026-03-24 13:20:20 [astonbarclay.gb] INFO: Saving data for 120616875: {'auction_closing_time': 1774432800.0, 'created_time': 1773947213.167942, 'last_price_update_time': 1774358420.622317}
2026-03-24 13:20:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:20:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120616875') HTTP/1.1" 204 0
2026-03-24 13:20:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120650997?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-24 13:20:21 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:20:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/113574765?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-24 13:20:21 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:20:21 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120650997, 'registration': 'GJ64TGZ', 'account': 'MOT075', 'make': 'AUDI', 'model': 'A5 SPORTBACK SPECIAL EDITIONS', 'derivative': '1.8T FSI Black Edition 5dr [5 Seat]', 'mileage': 92095, 'mileageWarranty': True, 'type': 'car', 'saleId': 19179, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 475}, 'saleStart': '2026-03-25T10:00Z', 'lot': 1014, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2014-10-07', 'fuel': 'Petrol', 'motExpiry': '2026-09-04', 'doors': 5, 'engineSize': 1798, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/GJ64TGZ/2026-03-20/image/94df7254-8ba3-4b04-a34c-3d0fa171645b_removebg.jpg?w=600', 'https://abimg003.imgix.net/GJ64TGZ/2026-03-20/image/e8ec5f31-a937-46eb-814e-0ff8d3989b89_removebg.jpg?w=600', 'https://abimg003.imgix.net/GJ64TGZ/2026-03-20/image/c1d4a07f-1071-491f-a893-13ecd10dee74_removebg.jpg?w=600', 'https://abimg003.imgix.net/GJ64TGZ/2026-03-20/image/c8a833ca-9c86-42a1-b980-f4a3be9a20fc_removebg.jpg?w=600', 'https://abimg003.imgix.net/GJ64TGZ/2026-03-20/image/1e4f6de6-f2b6-47d9-b3ed-3f74f1ba98bc_removebg.jpg?w=600', 'https://abimg003.imgix.net/GJ64TGZ/2026-03-20/image/fec1ab60-f213-4c82-a5ad-d5552ffd11dd_removebg.jpg?w=600', 'https://abimg003.imgix.net/GJ64TGZ/2026-03-20/image/bf0bcc4a-7fa4-4999-9a47-82440b39538c_removebg.jpg?w=600', 'https://abimg003.imgix.net/GJ64TGZ/2026-03-20/image/3ec15d0e-f172-44bb-840a-58d2da92109a_removebg.jpg?w=600', 'https://abimg003.imgix.net/GJ64TGZ/2026-03-20/image/08d6f8dd-2cf3-4e0b-845b-d0ac27efd649_removebg.jpg?w=600'], 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print 09/25 - 88K,', 'remarks': 'VOSA STATES 68K, 76K, 81K, 88K 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': 136, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/94355945-1bbc-47b3-83bc-752f0fc8f67c.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 13:20:21 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120650997, 'registration': 'GJ64TGZ', 'account': 'MOT075', 'make': 'AUDI', 'model': 'A5 SPORTBACK SPECIAL EDITIONS', 'derivative': '1.8T FSI Black Edition 5dr [5 Seat]', 'mileage': 92095, 'mileageWarranty': True, 'type': 'car', 'saleId': 19179, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 475}, 'saleStart': '2026-03-25T10:00Z', 'lot': 1014, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2014-10-07', 'fuel': 'Petrol', 'motExpiry': '2026-09-04', 'doors': 5, 'engineSize': 1798, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/GJ64TGZ/2026-03-20/image/94df7254-8ba3-4b04-a34c-3d0fa171645b_removebg.jpg?w=600', 'https://abimg003.imgix.net/GJ64TGZ/2026-03-20/image/e8ec5f31-a937-46eb-814e-0ff8d3989b89_removebg.jpg?w=600', 'https://abimg003.imgix.net/GJ64TGZ/2026-03-20/image/c1d4a07f-1071-491f-a893-13ecd10dee74_removebg.jpg?w=600', 'https://abimg003.imgix.net/GJ64TGZ/2026-03-20/image/c8a833ca-9c86-42a1-b980-f4a3be9a20fc_removebg.jpg?w=600', 'https://abimg003.imgix.net/GJ64TGZ/2026-03-20/image/1e4f6de6-f2b6-47d9-b3ed-3f74f1ba98bc_removebg.jpg?w=600', 'https://abimg003.imgix.net/GJ64TGZ/2026-03-20/image/fec1ab60-f213-4c82-a5ad-d5552ffd11dd_removebg.jpg?w=600', 'https://abimg003.imgix.net/GJ64TGZ/2026-03-20/image/bf0bcc4a-7fa4-4999-9a47-82440b39538c_removebg.jpg?w=600', 'https://abimg003.imgix.net/GJ64TGZ/2026-03-20/image/3ec15d0e-f172-44bb-840a-58d2da92109a_removebg.jpg?w=600', 'https://abimg003.imgix.net/GJ64TGZ/2026-03-20/image/08d6f8dd-2cf3-4e0b-845b-d0ac27efd649_removebg.jpg?w=600'], 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print 09/25 - 88K,', 'remarks': 'VOSA STATES 68K, 76K, 81K, 88K 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': 136, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/94355945-1bbc-47b3-83bc-752f0fc8f67c.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 13:20:21 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 02b07109-2c05-50a0-b210-bc8e9add6960 with identifier: 120650997
2026-03-24 13:20:21 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 02b07109-2c05-50a0-b210-bc8e9add6960 with scrape type 2
2026-03-24 13:20:21 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 02b07109-2c05-50a0-b210-bc8e9add6960 with scrape type 2
2026-03-24 13:20:21 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 02b07109-2c05-50a0-b210-bc8e9add6960, identifier: 120650997
2026-03-24 13:20:21 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 02b07109-2c05-50a0-b210-bc8e9add6960 with identifier: 120650997
2026-03-24 13:20:21 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 02b07109-2c05-50a0-b210-bc8e9add6960 with identifier: 120650997
2026-03-24 13:20:21 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 02b07109-2c05-50a0-b210-bc8e9add6960 with identifier: 120650997 to the API
2026-03-24 13:20:21 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 13:20:22 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-24 13:20:22 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120650997?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 136,
'color': 'WHITE',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.8L',
'expiration_date': '2026-03-25T10:00:00Z',
'fuel_type': 'Petrol',
'id': '02b07109-2c05-50a0-b210-bc8e9add6960',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'GJ64TGZ',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120650997',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'AUDI',
'model': 'A5 SPORTBACK SPECIAL EDITIONS',
'odometer': 92095,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2014-10-07',
'seller_name': 'MotoNovo Finance',
'title': 'AUDI A5 SPORTBACK SPECIAL EDITIONS 1.8T FSI Black Edition 5dr [5 '
'Seat]',
'transmission': 'manual',
'trim': '1.8T FSI Black Edition 5dr [5 Seat]',
'vin': None,
'year': 2014}
2026-03-24 13:20:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:20:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120650997%27 HTTP/1.1" 200 None
2026-03-24 13:20:22 [astonbarclay.gb] INFO: Saving data for 120650997: {'auction_closing_time': 1774432800.0, 'created_time': 1774260466.152165, 'last_price_update_time': 1774358422.379236}
2026-03-24 13:20:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:20:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120650997') HTTP/1.1" 204 0
2026-03-24 13:20:22 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 113574765, 'registration': 'YK67PTZ', 'account': 'MOT075', 'make': 'BMW', 'model': '3 SERIES GRAN TURISMO DIESEL HATCHBACK', 'derivative': '320d xDrive M Sport 5dr Step Auto [Business Media]', 'mileage': 110570, 'mileageWarranty': True, 'type': 'car', 'saleId': 19179, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 475}, 'saleStart': '2026-03-25T10:00Z', 'lot': 1015, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2017-09-07', 'fuel': 'Diesel', 'motExpiry': '2025-04-29', 'doors': 5, 'engineSize': 1995, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/YK67PTZ/2026-03-14/image/12f8ff94-9975-440a-91b2-8b35902f029c_removebg.jpg?w=600', 'https://abimg003.imgix.net/YK67PTZ/2026-03-14/image/0b49fae0-4ad7-4ee8-87dc-96c3fca9e8f1_removebg.jpg?w=600', 'https://abimg003.imgix.net/YK67PTZ/2026-03-14/image/2af33b83-97ef-48a5-bb38-a416af0d2ccd_removebg.jpg?w=600', 'https://abimg003.imgix.net/YK67PTZ/2026-03-14/image/6a86297a-edb6-460f-a688-34ce2707475f_removebg.jpg?w=600', 'https://abimg003.imgix.net/YK67PTZ/2026-03-14/image/be48460e-ccc5-489d-9f79-bd8cc5f6d272_removebg.jpg?w=600', 'https://abimg003.imgix.net/YK67PTZ/2026-03-14/image/c0367ace-e0b9-4895-ab4f-c513401255fd_removebg.jpg?w=600', 'https://abimg003.imgix.net/YK67PTZ/2026-03-14/image/ea0b6fb5-a651-45e7-b486-cbafa05d32b3_removebg.jpg?w=600', 'https://abimg003.imgix.net/YK67PTZ/2026-03-14/image/df5bd2d5-5b92-451a-a709-b3b27dcf2031_removebg.jpg?w=600'], 'colour': 'WHITE', 'writeoffcode': 'Cat S Insurance Loss', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': 'Category S Insurance Loss. Vehicle Structurally Damaged But Repairable-Insurer Decided Not to Repair VOSA STATES 88K, 90K, 93K, 97K', 'virtual': False, 'seller': 'MotoNovo Finance', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '5', 'v5': True, 'v5details': 'Here', 'co2': 126, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': None, 'assuredType': None, 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 13:20:22 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 113574765, 'registration': 'YK67PTZ', 'account': 'MOT075', 'make': 'BMW', 'model': '3 SERIES GRAN TURISMO DIESEL HATCHBACK', 'derivative': '320d xDrive M Sport 5dr Step Auto [Business Media]', 'mileage': 110570, 'mileageWarranty': True, 'type': 'car', 'saleId': 19179, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 475}, 'saleStart': '2026-03-25T10:00Z', 'lot': 1015, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2017-09-07', 'fuel': 'Diesel', 'motExpiry': '2025-04-29', 'doors': 5, 'engineSize': 1995, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/YK67PTZ/2026-03-14/image/12f8ff94-9975-440a-91b2-8b35902f029c_removebg.jpg?w=600', 'https://abimg003.imgix.net/YK67PTZ/2026-03-14/image/0b49fae0-4ad7-4ee8-87dc-96c3fca9e8f1_removebg.jpg?w=600', 'https://abimg003.imgix.net/YK67PTZ/2026-03-14/image/2af33b83-97ef-48a5-bb38-a416af0d2ccd_removebg.jpg?w=600', 'https://abimg003.imgix.net/YK67PTZ/2026-03-14/image/6a86297a-edb6-460f-a688-34ce2707475f_removebg.jpg?w=600', 'https://abimg003.imgix.net/YK67PTZ/2026-03-14/image/be48460e-ccc5-489d-9f79-bd8cc5f6d272_removebg.jpg?w=600', 'https://abimg003.imgix.net/YK67PTZ/2026-03-14/image/c0367ace-e0b9-4895-ab4f-c513401255fd_removebg.jpg?w=600', 'https://abimg003.imgix.net/YK67PTZ/2026-03-14/image/ea0b6fb5-a651-45e7-b486-cbafa05d32b3_removebg.jpg?w=600', 'https://abimg003.imgix.net/YK67PTZ/2026-03-14/image/df5bd2d5-5b92-451a-a709-b3b27dcf2031_removebg.jpg?w=600'], 'colour': 'WHITE', 'writeoffcode': 'Cat S Insurance Loss', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': 'Category S Insurance Loss. Vehicle Structurally Damaged But Repairable-Insurer Decided Not to Repair VOSA STATES 88K, 90K, 93K, 97K', 'virtual': False, 'seller': 'MotoNovo Finance', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '5', 'v5': True, 'v5details': 'Here', 'co2': 126, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': None, 'assuredType': None, 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 13:20:22 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 01906aa4-f2af-5170-9fcc-7cc36096d756 with identifier: 113574765
2026-03-24 13:20:22 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 01906aa4-f2af-5170-9fcc-7cc36096d756 with scrape type 2
2026-03-24 13:20:22 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 01906aa4-f2af-5170-9fcc-7cc36096d756 with scrape type 2
2026-03-24 13:20:22 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 01906aa4-f2af-5170-9fcc-7cc36096d756, identifier: 113574765
2026-03-24 13:20:22 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 01906aa4-f2af-5170-9fcc-7cc36096d756 with identifier: 113574765
2026-03-24 13:20:22 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 01906aa4-f2af-5170-9fcc-7cc36096d756 with identifier: 113574765
2026-03-24 13:20:22 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 01906aa4-f2af-5170-9fcc-7cc36096d756 with identifier: 113574765 to the API
2026-03-24 13:20:22 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 13:20:23 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-24 13:20:23 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/113574765?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 126,
'color': 'WHITE',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'expiration_date': '2026-03-25T10:00:00Z',
'fuel_type': 'Diesel',
'id': '01906aa4-f2af-5170-9fcc-7cc36096d756',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'YK67PTZ',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/113574765',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'BMW',
'model': '3 SERIES GRAN TURISMO DIESEL HATCHBACK',
'odometer': 110570,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2017-09-07',
'seller_name': 'MotoNovo Finance',
'title': 'BMW 3 SERIES GRAN TURISMO DIESEL HATCHBACK 320d xDrive M Sport 5dr '
'Step Auto [Business Media]',
'transmission': 'automatic',
'trim': '320d xDrive M Sport 5dr Step Auto [Business Media]',
'vin': None,
'year': 2017}
2026-03-24 13:20:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:20:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27113574765%27 HTTP/1.1" 200 None
2026-03-24 13:20:23 [astonbarclay.gb] INFO: Saving data for 113574765: {'auction_closing_time': 1774432800.0, 'created_time': 1773655339.342861, 'last_price_update_time': 1774358423.869185}
2026-03-24 13:20:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:20:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='113574765') HTTP/1.1" 204 0
2026-03-24 13:20:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120616928?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-24 13:20:26 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:20:26 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120616928, 'registration': 'KU16ZKY', 'account': 'MOT075', 'make': 'AUDI', 'model': 'Q7 DIESEL ESTATE', 'derivative': '3.0 TDI 218 Quattro S Line 5dr Tip Auto', 'mileage': 91689, 'mileageWarranty': True, 'type': 'car', 'saleId': 19179, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 475}, 'saleStart': '2026-03-25T10:00Z', 'lot': 1027, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2016-06-30', 'fuel': 'Diesel', 'motExpiry': '2026-07-06', 'doors': 5, 'engineSize': 2967, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/KU16ZKY/2026-03-19/image/0230ce6f-d2e7-43cb-8276-44d1f33f63f0_removebg.jpg?w=600', 'https://abimg003.imgix.net/KU16ZKY/2026-03-19/image/9901971c-68e5-4a82-8ed0-e34f24f68ff0_removebg.jpg?w=600', 'https://abimg003.imgix.net/KU16ZKY/2026-03-19/image/657b5100-19e7-4d37-8125-bd61f15fa6f3_removebg.jpg?w=600', 'https://abimg003.imgix.net/KU16ZKY/2026-03-19/image/16f89d45-c62b-4507-b42f-bc0887023a77_removebg.jpg?w=600', 'https://abimg003.imgix.net/KU16ZKY/2026-03-19/image/defbb9e0-6f20-49ac-9910-b824a42d7bb7_removebg.jpg?w=600', 'https://abimg003.imgix.net/KU16ZKY/2026-03-19/image/c7572f78-315d-4664-8d0a-d1441b52f725_removebg.jpg?w=600', 'https://abimg003.imgix.net/KU16ZKY/2026-03-19/image/feb855c8-de56-4845-8d9d-1b0987c4c778_removebg.jpg?w=600', 'https://abimg003.imgix.net/KU16ZKY/2026-03-19/image/6f4177c0-beb4-45f9-8208-90fe5609e04b_removebg.jpg?w=600', 'https://abimg003.imgix.net/KU16ZKY/2026-03-19/image/6072acf9-f6a7-4a5a-9e53-48237538b99f_removebg.jpg?w=600', 'https://abimg003.imgix.net/KU16ZKY/2026-03-19/image/6dcb34ac-d4e9-4966-bf6e-4cd7a05fca63_removebg.jpg?w=600'], 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Fleet', 'serviceHistory': 'Service print 06/18 - 15K, 02/20 - 34K, 07/25 - 88K,', 'remarks': 'VOSA STATES 57K, 69K, 79K, 88KSPARE KEY WITH PAPERWORK', 'virtual': False, 'seller': 'MotoNovo Finance', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '3', 'v5': True, 'v5details': 'Here', 'co2': 150, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/262c4731-081d-4164-a837-902a74e22c10.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 13:20:26 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120616928, 'registration': 'KU16ZKY', 'account': 'MOT075', 'make': 'AUDI', 'model': 'Q7 DIESEL ESTATE', 'derivative': '3.0 TDI 218 Quattro S Line 5dr Tip Auto', 'mileage': 91689, 'mileageWarranty': True, 'type': 'car', 'saleId': 19179, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 475}, 'saleStart': '2026-03-25T10:00Z', 'lot': 1027, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2016-06-30', 'fuel': 'Diesel', 'motExpiry': '2026-07-06', 'doors': 5, 'engineSize': 2967, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/KU16ZKY/2026-03-19/image/0230ce6f-d2e7-43cb-8276-44d1f33f63f0_removebg.jpg?w=600', 'https://abimg003.imgix.net/KU16ZKY/2026-03-19/image/9901971c-68e5-4a82-8ed0-e34f24f68ff0_removebg.jpg?w=600', 'https://abimg003.imgix.net/KU16ZKY/2026-03-19/image/657b5100-19e7-4d37-8125-bd61f15fa6f3_removebg.jpg?w=600', 'https://abimg003.imgix.net/KU16ZKY/2026-03-19/image/16f89d45-c62b-4507-b42f-bc0887023a77_removebg.jpg?w=600', 'https://abimg003.imgix.net/KU16ZKY/2026-03-19/image/defbb9e0-6f20-49ac-9910-b824a42d7bb7_removebg.jpg?w=600', 'https://abimg003.imgix.net/KU16ZKY/2026-03-19/image/c7572f78-315d-4664-8d0a-d1441b52f725_removebg.jpg?w=600', 'https://abimg003.imgix.net/KU16ZKY/2026-03-19/image/feb855c8-de56-4845-8d9d-1b0987c4c778_removebg.jpg?w=600', 'https://abimg003.imgix.net/KU16ZKY/2026-03-19/image/6f4177c0-beb4-45f9-8208-90fe5609e04b_removebg.jpg?w=600', 'https://abimg003.imgix.net/KU16ZKY/2026-03-19/image/6072acf9-f6a7-4a5a-9e53-48237538b99f_removebg.jpg?w=600', 'https://abimg003.imgix.net/KU16ZKY/2026-03-19/image/6dcb34ac-d4e9-4966-bf6e-4cd7a05fca63_removebg.jpg?w=600'], 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Fleet', 'serviceHistory': 'Service print 06/18 - 15K, 02/20 - 34K, 07/25 - 88K,', 'remarks': 'VOSA STATES 57K, 69K, 79K, 88KSPARE KEY WITH PAPERWORK', 'virtual': False, 'seller': 'MotoNovo Finance', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '3', 'v5': True, 'v5details': 'Here', 'co2': 150, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/262c4731-081d-4164-a837-902a74e22c10.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 13:20:26 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7662c455-b26a-5d27-93db-31bae4243ae5 with identifier: 120616928
2026-03-24 13:20:26 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7662c455-b26a-5d27-93db-31bae4243ae5 with scrape type 2
2026-03-24 13:20:26 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7662c455-b26a-5d27-93db-31bae4243ae5 with scrape type 2
2026-03-24 13:20:26 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 7662c455-b26a-5d27-93db-31bae4243ae5, identifier: 120616928
2026-03-24 13:20:26 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 7662c455-b26a-5d27-93db-31bae4243ae5 with identifier: 120616928
2026-03-24 13:20:26 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 7662c455-b26a-5d27-93db-31bae4243ae5 with identifier: 120616928
2026-03-24 13:20:26 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 7662c455-b26a-5d27-93db-31bae4243ae5 with identifier: 120616928 to the API
2026-03-24 13:20:26 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 13:20:26 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-24 13:20:27 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120616928?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 150,
'color': 'WHITE',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '3.0L',
'expiration_date': '2026-03-25T10:00:00Z',
'fuel_type': 'Diesel',
'id': '7662c455-b26a-5d27-93db-31bae4243ae5',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'KU16ZKY',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120616928',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'AUDI',
'model': 'Q7 DIESEL ESTATE',
'odometer': 91689,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2016-06-30',
'seller_name': 'MotoNovo Finance',
'title': 'AUDI Q7 DIESEL ESTATE 3.0 TDI 218 Quattro S Line 5dr Tip Auto',
'transmission': 'automatic',
'trim': '3.0 TDI 218 Quattro S Line 5dr Tip Auto',
'vin': None,
'year': 2016}
2026-03-24 13:20:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:20:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120616928%27 HTTP/1.1" 200 None
2026-03-24 13:20:27 [astonbarclay.gb] INFO: Saving data for 120616928: {'auction_closing_time': 1774432800.0, 'created_time': 1773947159.236054, 'last_price_update_time': 1774358427.085113}
2026-03-24 13:20:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:20:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120616928') HTTP/1.1" 204 0
2026-03-24 13:20:34 [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-24 13:20:34 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:20:34 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', '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': 19179, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 475}, 'saleStart': '2026-03-25T10:00Z', 'lot': 1006, '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-24 13:20:34 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', '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': 19179, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 475}, 'saleStart': '2026-03-25T10:00Z', 'lot': 1006, '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-24 13:20:34 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 73de0d89-9996-5821-a35b-65b857d6dfd0 with identifier: 112746460
2026-03-24 13:20:34 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 73de0d89-9996-5821-a35b-65b857d6dfd0 with scrape type 2
2026-03-24 13:20:34 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 73de0d89-9996-5821-a35b-65b857d6dfd0 with scrape type 2
2026-03-24 13:20:34 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 73de0d89-9996-5821-a35b-65b857d6dfd0, identifier: 112746460
2026-03-24 13:20:34 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 73de0d89-9996-5821-a35b-65b857d6dfd0 with identifier: 112746460
2026-03-24 13:20:34 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 73de0d89-9996-5821-a35b-65b857d6dfd0 with identifier: 112746460
2026-03-24 13:20:34 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 73de0d89-9996-5821-a35b-65b857d6dfd0 with identifier: 112746460 to the API
2026-03-24 13:20:34 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 13:20: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-24 13:20:35 [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-25T10: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-24 13:20:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:20:35 [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-24 13:20:35 [astonbarclay.gb] INFO: Saving data for 112746460: {'auction_closing_time': 1774432800.0, 'created_time': 1773402938.470935, 'last_price_update_time': 1774358435.069635}
2026-03-24 13:20:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:20:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='112746460') HTTP/1.1" 204 0
2026-03-24 13:20:35 [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-24 13:20:35 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:20:35 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120656433, 'registration': 'LP19XFV', 'account': 'MOT075', 'make': 'PEUGEOT', 'model': '508 DIESEL FASTBACK', 'derivative': '2.0 BlueHDi GT Line 5dr EAT8', 'mileage': 184732, 'mileageWarranty': True, 'type': 'car', 'saleId': 19179, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 475}, 'saleStart': '2026-03-25T10:00Z', 'lot': 1004, '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 - 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-24 13:20:35 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120656433, 'registration': 'LP19XFV', 'account': 'MOT075', 'make': 'PEUGEOT', 'model': '508 DIESEL FASTBACK', 'derivative': '2.0 BlueHDi GT Line 5dr EAT8', 'mileage': 184732, 'mileageWarranty': True, 'type': 'car', 'saleId': 19179, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 475}, 'saleStart': '2026-03-25T10:00Z', 'lot': 1004, '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 - 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-24 13:20:35 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ecae9320-4ddd-5e43-bb21-fd19e52e84e1 with identifier: 120656433
2026-03-24 13:20:35 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ecae9320-4ddd-5e43-bb21-fd19e52e84e1 with scrape type 2
2026-03-24 13:20:35 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ecae9320-4ddd-5e43-bb21-fd19e52e84e1 with scrape type 2
2026-03-24 13:20:35 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: ecae9320-4ddd-5e43-bb21-fd19e52e84e1, identifier: 120656433
2026-03-24 13:20:35 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: ecae9320-4ddd-5e43-bb21-fd19e52e84e1 with identifier: 120656433
2026-03-24 13:20:35 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: ecae9320-4ddd-5e43-bb21-fd19e52e84e1 with identifier: 120656433
2026-03-24 13:20:35 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: ecae9320-4ddd-5e43-bb21-fd19e52e84e1 with identifier: 120656433 to the API
2026-03-24 13:20:35 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 13:20:36 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-24 13:20:36 [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-25T10:00:00Z',
'fuel_type': 'Diesel',
'id': 'ecae9320-4ddd-5e43-bb21-fd19e52e84e1',
'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': 184732,
'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-24 13:20:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:20:36 [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-24 13:20:36 [astonbarclay.gb] INFO: Saving data for 120656433: {'auction_closing_time': 1774432800.0, 'created_time': 1774260475.952856, 'last_price_update_time': 1774358436.867532}
2026-03-24 13:20:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:20:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120656433') HTTP/1.1" 204 0
2026-03-24 13:20:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120622411?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-24 13:20:51 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:20:51 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120622411, 'registration': 'RG03JSO', 'account': 'MOT075', 'make': 'BMW', 'model': '3 SERIES DIESEL SALOON', 'derivative': '320d M Sport 4dr Step Auto [Business Media]', 'mileage': 124285, 'mileageWarranty': True, 'type': 'car', 'saleId': 19179, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 475}, 'saleStart': '2026-03-25T10:00Z', 'lot': 1010, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2015-09-02', 'fuel': 'Diesel', 'motExpiry': '2025-09-07', 'doors': 4, 'engineSize': 1995, 'bodyType': 'Saloon', 'images': ['https://abimg003.imgix.net/RG03JSO/2026-03-20/image/a03cef0f-aa38-4dc5-bf86-9225ff96b5cc_removebg.jpg?w=600', 'https://abimg003.imgix.net/RG03JSO/2026-03-20/image/15caa938-88a0-43e4-8b8c-9797eeb67be6_removebg.jpg?w=600', 'https://abimg003.imgix.net/RG03JSO/2026-03-20/image/3866d0ad-3d04-44ec-8f5f-da5ca7137be9_removebg.jpg?w=600', 'https://abimg003.imgix.net/RG03JSO/2026-03-20/image/7b45020f-4e4c-4ef2-930f-be87762ec10c_removebg.jpg?w=600', 'https://abimg003.imgix.net/RG03JSO/2026-03-20/image/7993894d-6ae4-4bde-b78c-29e3e085444b_removebg.jpg?w=600', 'https://abimg003.imgix.net/RG03JSO/2026-03-20/image/0fa951b6-87c4-493a-ba6e-5c94b97209cc_removebg.jpg?w=600', 'https://abimg003.imgix.net/RG03JSO/2026-03-20/image/6cbff0ab-4569-4695-8803-c94b8037fb69_removebg.jpg?w=600', 'https://abimg003.imgix.net/RG03JSO/2026-03-20/image/58a75486-77bd-4de3-80cb-a031eaed6c57_removebg.jpg?w=600', 'https://abimg003.imgix.net/RG03JSO/2026-03-20/image/60e7fef3-51dc-4a19-a9ce-bd3b422e945c_removebg.jpg?w=600', 'https://abimg003.imgix.net/RG03JSO/2026-03-20/image/e2fd45e1-bbaf-44cf-9435-fdea95f29243_removebg.jpg?w=600'], 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print 09/23 80K - 07/24 1113K', 'remarks': 'NO V5 FORMER KEEPERS UNKNOWN - VOSA STATES 65K- 80K -97K- 115K', 'virtual': False, 'seller': 'MotoNovo Finance', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': None, 'v5': False, 'v5details': None, 'co2': 121, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/3b69b4be-636b-4569-97a2-a647f3312398.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 13:20:51 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120622411, 'registration': 'RG03JSO', 'account': 'MOT075', 'make': 'BMW', 'model': '3 SERIES DIESEL SALOON', 'derivative': '320d M Sport 4dr Step Auto [Business Media]', 'mileage': 124285, 'mileageWarranty': True, 'type': 'car', 'saleId': 19179, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 475}, 'saleStart': '2026-03-25T10:00Z', 'lot': 1010, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2015-09-02', 'fuel': 'Diesel', 'motExpiry': '2025-09-07', 'doors': 4, 'engineSize': 1995, 'bodyType': 'Saloon', 'images': ['https://abimg003.imgix.net/RG03JSO/2026-03-20/image/a03cef0f-aa38-4dc5-bf86-9225ff96b5cc_removebg.jpg?w=600', 'https://abimg003.imgix.net/RG03JSO/2026-03-20/image/15caa938-88a0-43e4-8b8c-9797eeb67be6_removebg.jpg?w=600', 'https://abimg003.imgix.net/RG03JSO/2026-03-20/image/3866d0ad-3d04-44ec-8f5f-da5ca7137be9_removebg.jpg?w=600', 'https://abimg003.imgix.net/RG03JSO/2026-03-20/image/7b45020f-4e4c-4ef2-930f-be87762ec10c_removebg.jpg?w=600', 'https://abimg003.imgix.net/RG03JSO/2026-03-20/image/7993894d-6ae4-4bde-b78c-29e3e085444b_removebg.jpg?w=600', 'https://abimg003.imgix.net/RG03JSO/2026-03-20/image/0fa951b6-87c4-493a-ba6e-5c94b97209cc_removebg.jpg?w=600', 'https://abimg003.imgix.net/RG03JSO/2026-03-20/image/6cbff0ab-4569-4695-8803-c94b8037fb69_removebg.jpg?w=600', 'https://abimg003.imgix.net/RG03JSO/2026-03-20/image/58a75486-77bd-4de3-80cb-a031eaed6c57_removebg.jpg?w=600', 'https://abimg003.imgix.net/RG03JSO/2026-03-20/image/60e7fef3-51dc-4a19-a9ce-bd3b422e945c_removebg.jpg?w=600', 'https://abimg003.imgix.net/RG03JSO/2026-03-20/image/e2fd45e1-bbaf-44cf-9435-fdea95f29243_removebg.jpg?w=600'], 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print 09/23 80K - 07/24 1113K', 'remarks': 'NO V5 FORMER KEEPERS UNKNOWN - VOSA STATES 65K- 80K -97K- 115K', 'virtual': False, 'seller': 'MotoNovo Finance', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': None, 'v5': False, 'v5details': None, 'co2': 121, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/3b69b4be-636b-4569-97a2-a647f3312398.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 13:20:51 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5be15f16-eda5-590c-8a8d-bd3a41f5e433 with identifier: 120622411
2026-03-24 13:20:51 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5be15f16-eda5-590c-8a8d-bd3a41f5e433 with scrape type 2
2026-03-24 13:20:51 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5be15f16-eda5-590c-8a8d-bd3a41f5e433 with scrape type 2
2026-03-24 13:20:51 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 5be15f16-eda5-590c-8a8d-bd3a41f5e433, identifier: 120622411
2026-03-24 13:20:51 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 5be15f16-eda5-590c-8a8d-bd3a41f5e433 with identifier: 120622411
2026-03-24 13:20:51 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 5be15f16-eda5-590c-8a8d-bd3a41f5e433 with identifier: 120622411
2026-03-24 13:20:51 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 5be15f16-eda5-590c-8a8d-bd3a41f5e433 with identifier: 120622411 to the API
2026-03-24 13:20:51 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 13:20: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-24 13:20:52 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120622411?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-03-25T10:00:00Z',
'fuel_type': 'Diesel',
'id': '5be15f16-eda5-590c-8a8d-bd3a41f5e433',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'RG03JSO',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120622411',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'BMW',
'model': '3 SERIES DIESEL SALOON',
'odometer': 124285,
'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': 'MotoNovo Finance',
'title': 'BMW 3 SERIES DIESEL SALOON 320d M Sport 4dr Step Auto [Business '
'Media]',
'transmission': 'automatic',
'trim': '320d M Sport 4dr Step Auto [Business Media]',
'vin': None,
'year': 2015}
2026-03-24 13:20:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:20:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120622411%27 HTTP/1.1" 200 None
2026-03-24 13:20:52 [astonbarclay.gb] INFO: Saving data for 120622411: {'auction_closing_time': 1774432800.0, 'created_time': 1773947165.72247, 'last_price_update_time': 1774358452.202018}
2026-03-24 13:20:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:20:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120622411') HTTP/1.1" 204 0
2026-03-24 13:20:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/117882812?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-24 13:20:55 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:20:56 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 117882812, 'registration': 'LF20CTV', 'account': 'MOT075', 'make': 'AUDI', 'model': 'Q7 DIESEL ESTATE', 'derivative': '50 TDI Quattro Vorsprung 5dr Tiptronic', 'mileage': 77081, 'mileageWarranty': True, 'type': 'car', 'saleId': 19179, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 475}, 'saleStart': '2026-03-25T10:00Z', 'lot': 1001, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2020-03-10', 'fuel': 'Diesel', 'motExpiry': '2026-06-14', 'doors': 5, 'engineSize': 2967, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/LF20CTV/2026-03-14/image/d08b70b4-1b85-4665-8708-7121a0e1fd41_removebg.jpg?w=600', 'https://abimg003.imgix.net/LF20CTV/2026-03-14/image/426227fb-6a1f-4269-9a48-784c452fe405_removebg.jpg?w=600', 'https://abimg003.imgix.net/LF20CTV/2026-03-14/image/cd846725-281c-4320-9aee-11eba2b5db50_removebg.jpg?w=600', 'https://abimg003.imgix.net/LF20CTV/2026-03-14/image/c14ba50f-464f-486e-819d-5926c31b6fc5_removebg.jpg?w=600', 'https://abimg003.imgix.net/LF20CTV/2026-03-14/image/ce5626d3-62b2-4d19-b558-1ef70f5e7256_removebg.jpg?w=600', 'https://abimg003.imgix.net/LF20CTV/2026-03-14/image/482ea791-eaab-425a-aab3-05495082ba9e_removebg.jpg?w=600', 'https://abimg003.imgix.net/LF20CTV/2026-03-14/image/dbf4077c-3fce-4141-b0cc-143c8ab8108b_removebg.jpg?w=600', 'https://abimg003.imgix.net/LF20CTV/2026-03-14/image/3fc1c917-7ea2-4e8c-b6b8-73255ba93b76_removebg.jpg?w=600', 'https://abimg003.imgix.net/LF20CTV/2026-03-14/image/f5482855-ddb0-4b47-9783-6aa52f622416_removebg.jpg?w=600', 'https://abimg003.imgix.net/LF20CTV/2026-03-14/image/1e6684c2-4b33-4a62-86f0-e288f57709da_removebg.jpg?w=600', 'https://abimg003.imgix.net/LF20CTV/2026-03-14/image/7c0e7edd-f0ba-4b74-bb1d-9978660fc8c3_removebg.jpg?w=600'], 'colour': 'BLUE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': 'NO V5 FORMER KEEPERS UNKNOWN - VOSA STATES 58K, 73K, 76K 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': 181, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/4000f691-2548-462b-af6b-4179a3c0ff66.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 13:20:56 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 117882812, 'registration': 'LF20CTV', 'account': 'MOT075', 'make': 'AUDI', 'model': 'Q7 DIESEL ESTATE', 'derivative': '50 TDI Quattro Vorsprung 5dr Tiptronic', 'mileage': 77081, 'mileageWarranty': True, 'type': 'car', 'saleId': 19179, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 475}, 'saleStart': '2026-03-25T10:00Z', 'lot': 1001, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2020-03-10', 'fuel': 'Diesel', 'motExpiry': '2026-06-14', 'doors': 5, 'engineSize': 2967, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/LF20CTV/2026-03-14/image/d08b70b4-1b85-4665-8708-7121a0e1fd41_removebg.jpg?w=600', 'https://abimg003.imgix.net/LF20CTV/2026-03-14/image/426227fb-6a1f-4269-9a48-784c452fe405_removebg.jpg?w=600', 'https://abimg003.imgix.net/LF20CTV/2026-03-14/image/cd846725-281c-4320-9aee-11eba2b5db50_removebg.jpg?w=600', 'https://abimg003.imgix.net/LF20CTV/2026-03-14/image/c14ba50f-464f-486e-819d-5926c31b6fc5_removebg.jpg?w=600', 'https://abimg003.imgix.net/LF20CTV/2026-03-14/image/ce5626d3-62b2-4d19-b558-1ef70f5e7256_removebg.jpg?w=600', 'https://abimg003.imgix.net/LF20CTV/2026-03-14/image/482ea791-eaab-425a-aab3-05495082ba9e_removebg.jpg?w=600', 'https://abimg003.imgix.net/LF20CTV/2026-03-14/image/dbf4077c-3fce-4141-b0cc-143c8ab8108b_removebg.jpg?w=600', 'https://abimg003.imgix.net/LF20CTV/2026-03-14/image/3fc1c917-7ea2-4e8c-b6b8-73255ba93b76_removebg.jpg?w=600', 'https://abimg003.imgix.net/LF20CTV/2026-03-14/image/f5482855-ddb0-4b47-9783-6aa52f622416_removebg.jpg?w=600', 'https://abimg003.imgix.net/LF20CTV/2026-03-14/image/1e6684c2-4b33-4a62-86f0-e288f57709da_removebg.jpg?w=600', 'https://abimg003.imgix.net/LF20CTV/2026-03-14/image/7c0e7edd-f0ba-4b74-bb1d-9978660fc8c3_removebg.jpg?w=600'], 'colour': 'BLUE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': 'NO V5 FORMER KEEPERS UNKNOWN - VOSA STATES 58K, 73K, 76K 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': 181, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/4000f691-2548-462b-af6b-4179a3c0ff66.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 13:20:56 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3e32668e-2881-5cf9-bc8b-e4134039a5e6 with identifier: 117882812
2026-03-24 13:20:56 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3e32668e-2881-5cf9-bc8b-e4134039a5e6 with scrape type 2
2026-03-24 13:20:56 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3e32668e-2881-5cf9-bc8b-e4134039a5e6 with scrape type 2
2026-03-24 13:20:56 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 3e32668e-2881-5cf9-bc8b-e4134039a5e6, identifier: 117882812
2026-03-24 13:20:56 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 3e32668e-2881-5cf9-bc8b-e4134039a5e6 with identifier: 117882812
2026-03-24 13:20:56 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 3e32668e-2881-5cf9-bc8b-e4134039a5e6 with identifier: 117882812
2026-03-24 13:20:56 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 3e32668e-2881-5cf9-bc8b-e4134039a5e6 with identifier: 117882812 to the API
2026-03-24 13:20:56 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 13:20: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-24 13:20:58 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/117882812?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 181,
'color': 'BLUE',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '3.0L',
'expiration_date': '2026-03-25T10:00:00Z',
'fuel_type': 'Diesel',
'id': '3e32668e-2881-5cf9-bc8b-e4134039a5e6',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'LF20CTV',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/117882812',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'AUDI',
'model': 'Q7 DIESEL ESTATE',
'odometer': 77081,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-03-10',
'seller_name': 'MotoNovo Finance',
'title': 'AUDI Q7 DIESEL ESTATE 50 TDI Quattro Vorsprung 5dr Tiptronic',
'transmission': 'automatic',
'trim': '50 TDI Quattro Vorsprung 5dr Tiptronic',
'vin': None,
'year': 2020}
2026-03-24 13:20:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:20:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27117882812%27 HTTP/1.1" 200 None
2026-03-24 13:20:58 [astonbarclay.gb] INFO: Saving data for 117882812: {'auction_closing_time': 1774432800.0, 'created_time': 1773655351.487658, 'last_price_update_time': 1774358458.050784}
2026-03-24 13:20:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:20:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='117882812') HTTP/1.1" 204 0
2026-03-24 13:21:06 [scrapy.extensions.logstats] INFO: Crawled 381 pages (at 10 pages/min), scraped 355 items (at 16 items/min)
2026-03-24 13:21:06 [scrapy.extensions.memusage] INFO: Peak memory usage is 181MiB
2026-03-24 13:21:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120187103?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-24 13:21:07 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:21:07 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120187103, 'registration': 'YS21KVD', 'account': 'OGI001', 'make': 'FORD', 'model': 'TRANSIT 350 L3 DIESEL FWD', 'derivative': '2.0 EcoBlue 130ps H2 Leader Van', 'mileage': 163917, 'mileageWarranty': True, 'type': 'commercial', 'saleId': 19176, 'siteId': 659780, 'site': {'id': 659780, 'name': 'Aston Barclay Westbury', 'vehicles': 130}, 'saleStart': '2026-03-25T09:45Z', 'lot': 3004, 'hall': 'Main Hall', 'transmission': 'manual', 'firstRegistration': '2021-03-17', 'fuel': 'Diesel', 'motExpiry': '2027-03-17', 'doors': None, 'engineSize': 1995, 'bodyType': 'Medium Roof Van', 'images': ['https://abimg003.imgix.net/YS21KVD/2026-03-23/image/34a8b847-f728-475e-8dd6-6a3a872cd3d1_removebg.jpg?w=600', 'https://abimg003.imgix.net/YS21KVD/2026-03-23/image/e11f479d-c641-48d2-9ba4-b52cffbbb5dc_removebg.jpg?w=600', 'https://abimg003.imgix.net/YS21KVD/2026-03-23/image/41ddae4e-3747-485f-be1f-72a23f6cda0b_removebg.jpg?w=600', 'https://abimg003.imgix.net/YS21KVD/2026-03-23/image/bf4e823e-4ef4-47ef-8fb6-a4fd2fbc18bf_removebg.jpg?w=600', 'https://abimg003.imgix.net/YS21KVD/2026-03-23/image/01630de1-f1ac-42e3-bcfd-cc20e48f4dee_removebg.jpg?w=600', 'https://abimg003.imgix.net/YS21KVD/2026-03-23/image/8bc4bdd1-3ae0-48f0-8dc6-cb885610bace_removebg.jpg?w=600', 'https://abimg003.imgix.net/YS21KVD/2026-03-23/image/eaaa11d3-17f2-4113-88ee-b8b21317eb9e_removebg.jpg?w=600', 'https://abimg003.imgix.net/YS21KVD/2026-03-23/image/9a679436-0580-48ed-90c5-01a02719b7ba_removebg.jpg?w=600', 'https://abimg003.imgix.net/YS21KVD/2026-03-23/image/7a0ab711-650f-48bc-9f97-89b2fadef956_removebg.jpg?w=600', 'https://abimg003.imgix.net/YS21KVD/2026-03-23/image/ed5b8ede-c603-42c6-b27c-2224ab349214_removebg.jpg?w=600', 'https://abimg003.imgix.net/YS21KVD/2026-03-23/image/8a77b583-685c-4282-a91f-e8ddfdf5f207_removebg.jpg?w=600'], 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Fleet - LCV', 'serviceHistory': 'Service print 11/21 25K, 7/22 49K, 5/23 75K, 3/24 100K, 4/24 88K (Error - Non Service Entry), 10/24 122K, 5/25 140K, 11/25 158K', 'remarks': 'SPARE KEY', 'virtual': False, 'seller': 'Ogilvie Fleet', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': 221, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/a4e19e4a-a082-4caf-b69f-e91c55de066d.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': '+VAT', 'value': '+VAT'}}
2026-03-24 13:21:07 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120187103, 'registration': 'YS21KVD', 'account': 'OGI001', 'make': 'FORD', 'model': 'TRANSIT 350 L3 DIESEL FWD', 'derivative': '2.0 EcoBlue 130ps H2 Leader Van', 'mileage': 163917, 'mileageWarranty': True, 'type': 'commercial', 'saleId': 19176, 'siteId': 659780, 'site': {'id': 659780, 'name': 'Aston Barclay Westbury', 'vehicles': 130}, 'saleStart': '2026-03-25T09:45Z', 'lot': 3004, 'hall': 'Main Hall', 'transmission': 'manual', 'firstRegistration': '2021-03-17', 'fuel': 'Diesel', 'motExpiry': '2027-03-17', 'doors': None, 'engineSize': 1995, 'bodyType': 'Medium Roof Van', 'images': ['https://abimg003.imgix.net/YS21KVD/2026-03-23/image/34a8b847-f728-475e-8dd6-6a3a872cd3d1_removebg.jpg?w=600', 'https://abimg003.imgix.net/YS21KVD/2026-03-23/image/e11f479d-c641-48d2-9ba4-b52cffbbb5dc_removebg.jpg?w=600', 'https://abimg003.imgix.net/YS21KVD/2026-03-23/image/41ddae4e-3747-485f-be1f-72a23f6cda0b_removebg.jpg?w=600', 'https://abimg003.imgix.net/YS21KVD/2026-03-23/image/bf4e823e-4ef4-47ef-8fb6-a4fd2fbc18bf_removebg.jpg?w=600', 'https://abimg003.imgix.net/YS21KVD/2026-03-23/image/01630de1-f1ac-42e3-bcfd-cc20e48f4dee_removebg.jpg?w=600', 'https://abimg003.imgix.net/YS21KVD/2026-03-23/image/8bc4bdd1-3ae0-48f0-8dc6-cb885610bace_removebg.jpg?w=600', 'https://abimg003.imgix.net/YS21KVD/2026-03-23/image/eaaa11d3-17f2-4113-88ee-b8b21317eb9e_removebg.jpg?w=600', 'https://abimg003.imgix.net/YS21KVD/2026-03-23/image/9a679436-0580-48ed-90c5-01a02719b7ba_removebg.jpg?w=600', 'https://abimg003.imgix.net/YS21KVD/2026-03-23/image/7a0ab711-650f-48bc-9f97-89b2fadef956_removebg.jpg?w=600', 'https://abimg003.imgix.net/YS21KVD/2026-03-23/image/ed5b8ede-c603-42c6-b27c-2224ab349214_removebg.jpg?w=600', 'https://abimg003.imgix.net/YS21KVD/2026-03-23/image/8a77b583-685c-4282-a91f-e8ddfdf5f207_removebg.jpg?w=600'], 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Fleet - LCV', 'serviceHistory': 'Service print 11/21 25K, 7/22 49K, 5/23 75K, 3/24 100K, 4/24 88K (Error - Non Service Entry), 10/24 122K, 5/25 140K, 11/25 158K', 'remarks': 'SPARE KEY', 'virtual': False, 'seller': 'Ogilvie Fleet', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': 221, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/a4e19e4a-a082-4caf-b69f-e91c55de066d.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': '+VAT', 'value': '+VAT'}}
2026-03-24 13:21:07 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: cf68ed6d-efed-5687-9768-b999e9c3274a with identifier: 120187103
2026-03-24 13:21:07 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item cf68ed6d-efed-5687-9768-b999e9c3274a with scrape type 2
2026-03-24 13:21:07 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item cf68ed6d-efed-5687-9768-b999e9c3274a with scrape type 2
2026-03-24 13:21:07 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: cf68ed6d-efed-5687-9768-b999e9c3274a, identifier: 120187103
2026-03-24 13:21:07 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: cf68ed6d-efed-5687-9768-b999e9c3274a with identifier: 120187103
2026-03-24 13:21:07 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: cf68ed6d-efed-5687-9768-b999e9c3274a with identifier: 120187103
2026-03-24 13:21:07 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: cf68ed6d-efed-5687-9768-b999e9c3274a with identifier: 120187103 to the API
2026-03-24 13:21:07 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 13:21:08 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-24 13:21:08 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120187103?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 221,
'color': 'WHITE',
'currency': 'GBP',
'doors_number': None,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'expiration_date': '2026-03-25T09:45:00Z',
'fuel_type': 'Diesel',
'id': 'cf68ed6d-efed-5687-9768-b999e9c3274a',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'YS21KVD',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120187103',
'listing': 'auction',
'location': 'Aston Barclay Westbury',
'make': 'FORD',
'model': 'TRANSIT 350 L3 DIESEL FWD',
'odometer': 163917,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-03-17',
'seller_name': 'Ogilvie Fleet',
'title': 'FORD TRANSIT 350 L3 DIESEL FWD 2.0 EcoBlue 130ps H2 Leader Van',
'transmission': 'manual',
'trim': '2.0 EcoBlue 130ps H2 Leader Van',
'vin': None,
'year': 2021}
2026-03-24 13:21:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:21:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120187103%27 HTTP/1.1" 200 None
2026-03-24 13:21:08 [astonbarclay.gb] INFO: Saving data for 120187103: {'auction_closing_time': 1774431900.0, 'created_time': 1773402995.947198, 'last_price_update_time': 1774358468.393482}
2026-03-24 13:21:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:21:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120187103') HTTP/1.1" 204 0
2026-03-24 13:21:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120506592?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-24 13:21:15 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:21:15 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120506592, 'registration': 'BU23ZHT', 'account': 'RYG001', 'make': 'MERCEDES-BENZ', 'model': 'SPRINTER 315CDI L3 DIESEL RWD', 'derivative': '3.5t H2 Progressive Van', 'mileage': 58005, 'mileageWarranty': True, 'type': 'commercial', 'saleId': 19176, 'siteId': 659780, 'site': {'id': 659780, 'name': 'Aston Barclay Westbury', 'vehicles': 130}, 'saleStart': '2026-03-25T09:45Z', 'lot': 3002, 'hall': 'Main Hall', 'transmission': 'manual', 'firstRegistration': '2023-03-31', 'fuel': 'Diesel', 'motExpiry': None, 'doors': None, 'engineSize': 1950, 'bodyType': 'High Volume/High Roof Van', 'images': ['https://abimg003.imgix.net/BU23ZHT/2026-03-17/image/5f484bb3-18fe-4bbd-80a2-a86a465e8a96_removebg.jpg?w=600', 'https://abimg003.imgix.net/BU23ZHT/2026-03-17/image/7e2243c8-01c5-4562-94b9-5449ca8895d2_removebg.jpg?w=600', 'https://abimg003.imgix.net/BU23ZHT/2026-03-17/image/d3b8c13a-b240-4970-8300-c9f099c308c9_removebg.jpg?w=600', 'https://abimg003.imgix.net/BU23ZHT/2026-03-17/image/6f338372-92c0-4aa9-863e-3c7b3a9dd826_removebg.jpg?w=600', 'https://abimg003.imgix.net/BU23ZHT/2026-03-17/image/cfd40de1-056e-444f-ac5b-d72bdbf8c8eb_removebg.jpg?w=600', 'https://abimg003.imgix.net/BU23ZHT/2026-03-17/image/f0e1e669-510d-4a08-a309-e015c9921f22_removebg.jpg?w=600', 'https://abimg003.imgix.net/BU23ZHT/2026-03-17/image/6de6064f-815d-48a4-bd86-86753a2cfd3f_removebg.jpg?w=600', 'https://abimg003.imgix.net/BU23ZHT/2026-03-17/image/5809e849-317b-47db-91be-dfdc35c56415_removebg.jpg?w=600', 'https://abimg003.imgix.net/BU23ZHT/2026-03-17/image/8b8160ee-804a-4772-990e-e07c452357df_removebg.jpg?w=600', 'https://abimg003.imgix.net/BU23ZHT/2026-03-17/image/7acc46ae-5091-471d-b178-dc4eab41ba40_removebg.jpg?w=600'], 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Fleet - LCV', 'serviceHistory': 'Service print 03/24 22k, 07/25 44k', 'remarks': 'SKEY / SCAN COPY OF V5 / FIRST MOT DUE 03/26 / HAS IMMOBILISER', 'virtual': False, 'seller': 'Mercedes Franchised Dealer', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': None, 'v5': False, 'v5details': None, 'co2': 243, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/1d8fc945-5823-4005-ac99-255a8763665f.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': '+VAT', 'value': '+VAT'}}
2026-03-24 13:21:15 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120506592, 'registration': 'BU23ZHT', 'account': 'RYG001', 'make': 'MERCEDES-BENZ', 'model': 'SPRINTER 315CDI L3 DIESEL RWD', 'derivative': '3.5t H2 Progressive Van', 'mileage': 58005, 'mileageWarranty': True, 'type': 'commercial', 'saleId': 19176, 'siteId': 659780, 'site': {'id': 659780, 'name': 'Aston Barclay Westbury', 'vehicles': 130}, 'saleStart': '2026-03-25T09:45Z', 'lot': 3002, 'hall': 'Main Hall', 'transmission': 'manual', 'firstRegistration': '2023-03-31', 'fuel': 'Diesel', 'motExpiry': None, 'doors': None, 'engineSize': 1950, 'bodyType': 'High Volume/High Roof Van', 'images': ['https://abimg003.imgix.net/BU23ZHT/2026-03-17/image/5f484bb3-18fe-4bbd-80a2-a86a465e8a96_removebg.jpg?w=600', 'https://abimg003.imgix.net/BU23ZHT/2026-03-17/image/7e2243c8-01c5-4562-94b9-5449ca8895d2_removebg.jpg?w=600', 'https://abimg003.imgix.net/BU23ZHT/2026-03-17/image/d3b8c13a-b240-4970-8300-c9f099c308c9_removebg.jpg?w=600', 'https://abimg003.imgix.net/BU23ZHT/2026-03-17/image/6f338372-92c0-4aa9-863e-3c7b3a9dd826_removebg.jpg?w=600', 'https://abimg003.imgix.net/BU23ZHT/2026-03-17/image/cfd40de1-056e-444f-ac5b-d72bdbf8c8eb_removebg.jpg?w=600', 'https://abimg003.imgix.net/BU23ZHT/2026-03-17/image/f0e1e669-510d-4a08-a309-e015c9921f22_removebg.jpg?w=600', 'https://abimg003.imgix.net/BU23ZHT/2026-03-17/image/6de6064f-815d-48a4-bd86-86753a2cfd3f_removebg.jpg?w=600', 'https://abimg003.imgix.net/BU23ZHT/2026-03-17/image/5809e849-317b-47db-91be-dfdc35c56415_removebg.jpg?w=600', 'https://abimg003.imgix.net/BU23ZHT/2026-03-17/image/8b8160ee-804a-4772-990e-e07c452357df_removebg.jpg?w=600', 'https://abimg003.imgix.net/BU23ZHT/2026-03-17/image/7acc46ae-5091-471d-b178-dc4eab41ba40_removebg.jpg?w=600'], 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Fleet - LCV', 'serviceHistory': 'Service print 03/24 22k, 07/25 44k', 'remarks': 'SKEY / SCAN COPY OF V5 / FIRST MOT DUE 03/26 / HAS IMMOBILISER', 'virtual': False, 'seller': 'Mercedes Franchised Dealer', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': None, 'v5': False, 'v5details': None, 'co2': 243, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/1d8fc945-5823-4005-ac99-255a8763665f.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': '+VAT', 'value': '+VAT'}}
2026-03-24 13:21:15 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0022e541-e9bd-5405-ba68-6d831ee91702 with identifier: 120506592
2026-03-24 13:21:15 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0022e541-e9bd-5405-ba68-6d831ee91702 with scrape type 2
2026-03-24 13:21:15 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0022e541-e9bd-5405-ba68-6d831ee91702 with scrape type 2
2026-03-24 13:21:15 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 0022e541-e9bd-5405-ba68-6d831ee91702, identifier: 120506592
2026-03-24 13:21:15 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 0022e541-e9bd-5405-ba68-6d831ee91702 with identifier: 120506592
2026-03-24 13:21:15 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 0022e541-e9bd-5405-ba68-6d831ee91702 with identifier: 120506592
2026-03-24 13:21:15 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 0022e541-e9bd-5405-ba68-6d831ee91702 with identifier: 120506592 to the API
2026-03-24 13:21:15 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 13:21:16 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-24 13:21:16 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120506592?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 243,
'color': 'WHITE',
'currency': 'GBP',
'doors_number': None,
'emission_standard': 'EURO 6',
'engine': '1.9L',
'expiration_date': '2026-03-25T09:45:00Z',
'fuel_type': 'Diesel',
'id': '0022e541-e9bd-5405-ba68-6d831ee91702',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'BU23ZHT',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120506592',
'listing': 'auction',
'location': 'Aston Barclay Westbury',
'make': 'MERCEDES-BENZ',
'model': 'SPRINTER 315CDI L3 DIESEL RWD',
'odometer': 58005,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-03-31',
'seller_name': 'Mercedes Franchised Dealer',
'title': 'MERCEDES-BENZ SPRINTER 315CDI L3 DIESEL RWD 3.5t H2 Progressive Van',
'transmission': 'manual',
'trim': '3.5t H2 Progressive Van',
'vin': None,
'year': 2023}
2026-03-24 13:21:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:21:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120506592%27 HTTP/1.1" 200 None
2026-03-24 13:21:16 [astonbarclay.gb] INFO: Saving data for 120506592: {'auction_closing_time': 1774431900.0, 'created_time': 1773741649.7033, 'last_price_update_time': 1774358476.880233}
2026-03-24 13:21:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:21:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120506592') HTTP/1.1" 204 0
2026-03-24 13:21:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/119645610?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-24 13:21:20 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:21:20 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 119645610, 'registration': 'WF72VEO', 'account': 'MER023', 'make': 'PEUGEOT', 'model': 'EXPERT STANDARD DIESEL', 'derivative': '1000 1.5 BlueHDi 100 Professional Premium Van', 'mileage': 102661, 'mileageWarranty': True, 'type': 'commercial', 'saleId': 19176, 'siteId': 659780, 'site': {'id': 659780, 'name': 'Aston Barclay Westbury', 'vehicles': 130}, 'saleStart': '2026-03-25T09:45Z', 'lot': 3001, 'hall': 'Main Hall', 'transmission': 'manual', 'firstRegistration': '2022-09-29', 'fuel': 'Diesel', 'motExpiry': '2026-10-09', 'doors': None, 'engineSize': 1499, 'bodyType': 'Van', 'images': ['https://abimg003.imgix.net/WF72VEO/2026-02-19/image/fcf76fa5-37df-4157-9ec6-64febd79e314_removebg.jpg?w=600', 'https://abimg003.imgix.net/WF72VEO/2026-02-19/image/006e81de-0e05-4cec-8f6b-5b353aeabd2b_removebg.jpg?w=600', 'https://abimg003.imgix.net/WF72VEO/2026-02-19/image/71c355bf-52db-40bf-b3b9-91dc89182ebe_removebg.jpg?w=600', 'https://abimg003.imgix.net/WF72VEO/2026-02-19/image/08e6aa52-602a-4592-9ef7-facf7a78719a_removebg.jpg?w=600', 'https://abimg003.imgix.net/WF72VEO/2026-02-19/image/222c7b87-96f7-4c9e-847e-272eec7f2782_removebg.jpg?w=600', 'https://abimg003.imgix.net/WF72VEO/2026-02-19/image/355b4b26-b0ac-4483-bc43-874214540053_removebg.jpg?w=600', 'https://abimg003.imgix.net/WF72VEO/2026-02-19/image/6fed06de-af45-4903-adb6-c4e170e16849_removebg.jpg?w=600', 'https://abimg003.imgix.net/WF72VEO/2026-02-19/image/db351a85-5369-4923-b8d9-3f47b0689c6a_removebg.jpg?w=600', 'https://abimg003.imgix.net/WF72VEO/2026-02-19/image/f9fa3698-d00e-4fcd-b9e6-42fdcf111de5_removebg.jpg?w=600', 'https://abimg003.imgix.net/WF72VEO/2026-02-19/image/c7cecf25-a834-4267-8245-8687099b2e95_removebg.jpg?w=600', 'https://abimg003.imgix.net/WF72VEO/2026-02-19/image/b7ce3a28-db3a-41d0-8bfb-5639a15a918e_removebg.jpg?w=600'], 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Fleet - LCV', 'serviceHistory': 'Service book 12/23 23K, 9/24 51K, 12/25 93K INVOICE @ 7/25 74K', 'remarks': 'SPARE KEY / 1 FORMER KEEPER / MOT EXP 10/26 / VOSA STATES 84K', 'virtual': False, 'seller': 'Mercedes-Benz South West', '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/ac121f9a-b323-4be8-82d3-d4d5691aa890.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': '+VAT', 'value': '+VAT'}}
2026-03-24 13:21:20 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 119645610, 'registration': 'WF72VEO', 'account': 'MER023', 'make': 'PEUGEOT', 'model': 'EXPERT STANDARD DIESEL', 'derivative': '1000 1.5 BlueHDi 100 Professional Premium Van', 'mileage': 102661, 'mileageWarranty': True, 'type': 'commercial', 'saleId': 19176, 'siteId': 659780, 'site': {'id': 659780, 'name': 'Aston Barclay Westbury', 'vehicles': 130}, 'saleStart': '2026-03-25T09:45Z', 'lot': 3001, 'hall': 'Main Hall', 'transmission': 'manual', 'firstRegistration': '2022-09-29', 'fuel': 'Diesel', 'motExpiry': '2026-10-09', 'doors': None, 'engineSize': 1499, 'bodyType': 'Van', 'images': ['https://abimg003.imgix.net/WF72VEO/2026-02-19/image/fcf76fa5-37df-4157-9ec6-64febd79e314_removebg.jpg?w=600', 'https://abimg003.imgix.net/WF72VEO/2026-02-19/image/006e81de-0e05-4cec-8f6b-5b353aeabd2b_removebg.jpg?w=600', 'https://abimg003.imgix.net/WF72VEO/2026-02-19/image/71c355bf-52db-40bf-b3b9-91dc89182ebe_removebg.jpg?w=600', 'https://abimg003.imgix.net/WF72VEO/2026-02-19/image/08e6aa52-602a-4592-9ef7-facf7a78719a_removebg.jpg?w=600', 'https://abimg003.imgix.net/WF72VEO/2026-02-19/image/222c7b87-96f7-4c9e-847e-272eec7f2782_removebg.jpg?w=600', 'https://abimg003.imgix.net/WF72VEO/2026-02-19/image/355b4b26-b0ac-4483-bc43-874214540053_removebg.jpg?w=600', 'https://abimg003.imgix.net/WF72VEO/2026-02-19/image/6fed06de-af45-4903-adb6-c4e170e16849_removebg.jpg?w=600', 'https://abimg003.imgix.net/WF72VEO/2026-02-19/image/db351a85-5369-4923-b8d9-3f47b0689c6a_removebg.jpg?w=600', 'https://abimg003.imgix.net/WF72VEO/2026-02-19/image/f9fa3698-d00e-4fcd-b9e6-42fdcf111de5_removebg.jpg?w=600', 'https://abimg003.imgix.net/WF72VEO/2026-02-19/image/c7cecf25-a834-4267-8245-8687099b2e95_removebg.jpg?w=600', 'https://abimg003.imgix.net/WF72VEO/2026-02-19/image/b7ce3a28-db3a-41d0-8bfb-5639a15a918e_removebg.jpg?w=600'], 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Fleet - LCV', 'serviceHistory': 'Service book 12/23 23K, 9/24 51K, 12/25 93K INVOICE @ 7/25 74K', 'remarks': 'SPARE KEY / 1 FORMER KEEPER / MOT EXP 10/26 / VOSA STATES 84K', 'virtual': False, 'seller': 'Mercedes-Benz South West', '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/ac121f9a-b323-4be8-82d3-d4d5691aa890.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': '+VAT', 'value': '+VAT'}}
2026-03-24 13:21:20 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5af6556b-b8d5-5365-871e-a6d94822c435 with identifier: 119645610
2026-03-24 13:21:20 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5af6556b-b8d5-5365-871e-a6d94822c435 with scrape type 2
2026-03-24 13:21:20 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5af6556b-b8d5-5365-871e-a6d94822c435 with scrape type 2
2026-03-24 13:21:20 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 5af6556b-b8d5-5365-871e-a6d94822c435, identifier: 119645610
2026-03-24 13:21:20 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 5af6556b-b8d5-5365-871e-a6d94822c435 with identifier: 119645610
2026-03-24 13:21:20 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 5af6556b-b8d5-5365-871e-a6d94822c435 with identifier: 119645610
2026-03-24 13:21:20 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 5af6556b-b8d5-5365-871e-a6d94822c435 with identifier: 119645610 to the API
2026-03-24 13:21:20 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 13:21: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-24 13:21:22 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/119645610?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 171,
'color': 'WHITE',
'currency': 'GBP',
'doors_number': None,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'expiration_date': '2026-03-25T09:45:00Z',
'fuel_type': 'Diesel',
'id': '5af6556b-b8d5-5365-871e-a6d94822c435',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'WF72VEO',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/119645610',
'listing': 'auction',
'location': 'Aston Barclay Westbury',
'make': 'PEUGEOT',
'model': 'EXPERT STANDARD DIESEL',
'odometer': 102661,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-09-29',
'seller_name': 'Mercedes-Benz South West',
'title': 'PEUGEOT EXPERT STANDARD DIESEL 1000 1.5 BlueHDi 100 Professional '
'Premium Van',
'transmission': 'manual',
'trim': '1000 1.5 BlueHDi 100 Professional Premium Van',
'vin': None,
'year': 2022}
2026-03-24 13:21:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:21:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27119645610%27 HTTP/1.1" 200 None
2026-03-24 13:21:22 [astonbarclay.gb] INFO: Saving data for 119645610: {'auction_closing_time': 1774431900.0, 'created_time': 1773402358.950595, 'last_price_update_time': 1774358482.201795}
2026-03-24 13:21:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:21:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='119645610') HTTP/1.1" 204 0
2026-03-24 13:21:26 [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-24 13:21:26 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:21:26 [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': 19179, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 475}, 'saleStart': '2026-03-25T10:00Z', 'lot': 1011, '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-24 13:21:26 [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': 19179, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 475}, 'saleStart': '2026-03-25T10:00Z', 'lot': 1011, '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-24 13:21:26 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 65435f53-c68f-5585-970d-8830d5d8b534 with identifier: 120324176
2026-03-24 13:21:26 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 65435f53-c68f-5585-970d-8830d5d8b534 with scrape type 2
2026-03-24 13:21:26 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 65435f53-c68f-5585-970d-8830d5d8b534 with scrape type 2
2026-03-24 13:21:26 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 65435f53-c68f-5585-970d-8830d5d8b534, identifier: 120324176
2026-03-24 13:21:26 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 65435f53-c68f-5585-970d-8830d5d8b534 with identifier: 120324176
2026-03-24 13:21:26 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 65435f53-c68f-5585-970d-8830d5d8b534 with identifier: 120324176
2026-03-24 13:21:26 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 65435f53-c68f-5585-970d-8830d5d8b534 with identifier: 120324176 to the API
2026-03-24 13:21:26 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 13:21:26 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-24 13:21:26 [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-03-25T10: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-24 13:21:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:21:26 [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-24 13:21:26 [astonbarclay.gb] INFO: Saving data for 120324176: {'auction_closing_time': 1774432800.0, 'created_time': 1773402367.848066, 'last_price_update_time': 1774358486.577604}
2026-03-24 13:21:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:21:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120324176') HTTP/1.1" 204 0
2026-03-24 13:21:27 [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-24 13:21:27 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:21:28 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 119212621, 'registration': 'MA14XFH', 'account': 'TOM015', 'make': 'PEUGEOT', 'model': '308 HATCHBACK', 'derivative': '1.6 THP Active 5dr', 'mileage': 89446, 'mileageWarranty': True, 'type': 'car', 'saleId': 19176, 'siteId': 659780, 'site': {'id': 659780, 'name': 'Aston Barclay Westbury', 'vehicles': 130}, 'saleStart': '2026-03-25T09:45Z', 'lot': 2406, '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-24 13:21:28 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 119212621, 'registration': 'MA14XFH', 'account': 'TOM015', 'make': 'PEUGEOT', 'model': '308 HATCHBACK', 'derivative': '1.6 THP Active 5dr', 'mileage': 89446, 'mileageWarranty': True, 'type': 'car', 'saleId': 19176, 'siteId': 659780, 'site': {'id': 659780, 'name': 'Aston Barclay Westbury', 'vehicles': 130}, 'saleStart': '2026-03-25T09:45Z', 'lot': 2406, '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-24 13:21:28 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4edce66f-298c-5e51-a6b4-1cc1cc903f37 with identifier: 119212621
2026-03-24 13:21:28 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4edce66f-298c-5e51-a6b4-1cc1cc903f37 with scrape type 2
2026-03-24 13:21:28 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4edce66f-298c-5e51-a6b4-1cc1cc903f37 with scrape type 2
2026-03-24 13:21:28 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 4edce66f-298c-5e51-a6b4-1cc1cc903f37, identifier: 119212621
2026-03-24 13:21:28 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 4edce66f-298c-5e51-a6b4-1cc1cc903f37 with identifier: 119212621
2026-03-24 13:21:28 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 4edce66f-298c-5e51-a6b4-1cc1cc903f37 with identifier: 119212621
2026-03-24 13:21:28 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 4edce66f-298c-5e51-a6b4-1cc1cc903f37 with identifier: 119212621 to the API
2026-03-24 13:21:28 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 13:21:29 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-24 13:21:29 [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-25T09:45: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-24 13:21:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:21:29 [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-24 13:21:29 [astonbarclay.gb] INFO: Saving data for 119212621: {'auction_closing_time': 1774431900.0, 'created_time': 1773402402.976583, 'last_price_update_time': 1774358489.659887}
2026-03-24 13:21:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:21:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='119212621') HTTP/1.1" 204 0
2026-03-24 13:21:30 [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-24 13:21:30 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:21:30 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', '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': 19176, 'siteId': 659780, 'site': {'id': 659780, 'name': 'Aston Barclay Westbury', 'vehicles': 130}, 'saleStart': '2026-03-25T09:45Z', 'lot': 2405, '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-24 13:21:30 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', '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': 19176, 'siteId': 659780, 'site': {'id': 659780, 'name': 'Aston Barclay Westbury', 'vehicles': 130}, 'saleStart': '2026-03-25T09:45Z', 'lot': 2405, '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-24 13:21:30 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2b7cc8fa-2ad0-5c31-a729-1c3e67c7be83 with identifier: 120311059
2026-03-24 13:21:30 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2b7cc8fa-2ad0-5c31-a729-1c3e67c7be83 with scrape type 2
2026-03-24 13:21:30 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2b7cc8fa-2ad0-5c31-a729-1c3e67c7be83 with scrape type 2
2026-03-24 13:21:30 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 2b7cc8fa-2ad0-5c31-a729-1c3e67c7be83, identifier: 120311059
2026-03-24 13:21:30 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 2b7cc8fa-2ad0-5c31-a729-1c3e67c7be83 with identifier: 120311059
2026-03-24 13:21:30 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 2b7cc8fa-2ad0-5c31-a729-1c3e67c7be83 with identifier: 120311059
2026-03-24 13:21:30 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 2b7cc8fa-2ad0-5c31-a729-1c3e67c7be83 with identifier: 120311059 to the API
2026-03-24 13:21:30 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 13:21:31 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-24 13:21:31 [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-25T09:45: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-24 13:21:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:21:31 [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-24 13:21:31 [astonbarclay.gb] INFO: Saving data for 120311059: {'auction_closing_time': 1774431900.0, 'created_time': 1773402459.271499, 'last_price_update_time': 1774358491.561707}
2026-03-24 13:21:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:21:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120311059') HTTP/1.1" 204 0
2026-03-24 13:21:32 [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-24 13:21:32 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:21:32 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120605418, 'registration': 'EO11OBZ', 'account': 'HAL028', 'make': 'AUDI', 'model': 'A1 HATCHBACK', 'derivative': '1.4 TFSI Sport 3dr', 'mileage': 113068, 'mileageWarranty': True, 'type': 'car', 'saleId': 19176, 'siteId': 659780, 'site': {'id': 659780, 'name': 'Aston Barclay Westbury', 'vehicles': 130}, 'saleStart': '2026-03-25T09:45Z', 'lot': 2404, '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-24 13:21:32 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120605418, 'registration': 'EO11OBZ', 'account': 'HAL028', 'make': 'AUDI', 'model': 'A1 HATCHBACK', 'derivative': '1.4 TFSI Sport 3dr', 'mileage': 113068, 'mileageWarranty': True, 'type': 'car', 'saleId': 19176, 'siteId': 659780, 'site': {'id': 659780, 'name': 'Aston Barclay Westbury', 'vehicles': 130}, 'saleStart': '2026-03-25T09:45Z', 'lot': 2404, '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-24 13:21:32 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d167d9e2-9e14-5ef2-b6ba-52e35cb4e101 with identifier: 120605418
2026-03-24 13:21:32 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d167d9e2-9e14-5ef2-b6ba-52e35cb4e101 with scrape type 2
2026-03-24 13:21:32 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d167d9e2-9e14-5ef2-b6ba-52e35cb4e101 with scrape type 2
2026-03-24 13:21:32 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: d167d9e2-9e14-5ef2-b6ba-52e35cb4e101, identifier: 120605418
2026-03-24 13:21:32 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: d167d9e2-9e14-5ef2-b6ba-52e35cb4e101 with identifier: 120605418
2026-03-24 13:21:32 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: d167d9e2-9e14-5ef2-b6ba-52e35cb4e101 with identifier: 120605418
2026-03-24 13:21:32 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: d167d9e2-9e14-5ef2-b6ba-52e35cb4e101 with identifier: 120605418 to the API
2026-03-24 13:21:32 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 13:21:33 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-24 13:21:33 [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-25T09:45: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-24 13:21:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:21:33 [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-24 13:21:33 [astonbarclay.gb] INFO: Saving data for 120605418: {'auction_closing_time': 1774431900.0, 'created_time': 1773928815.697682, 'last_price_update_time': 1774358493.277696}
2026-03-24 13:21:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:21:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120605418') HTTP/1.1" 204 0
2026-03-24 13:21:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/117112198?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-24 13:21:35 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:21:35 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 117112198, 'registration': 'WD14KEU', 'account': 'MOT251', 'make': 'NISSAN', 'model': 'QASHQAI HATCHBACK', 'derivative': '1.2 DiG-T Tekna 5dr', 'mileage': 75136, 'mileageWarranty': True, 'type': 'car', 'saleId': 19176, 'siteId': 659780, 'site': {'id': 659780, 'name': 'Aston Barclay Westbury', 'vehicles': 130}, 'saleStart': '2026-03-25T09:45Z', 'lot': 2402, 'hall': 'Main Hall', 'transmission': 'manual', 'firstRegistration': '2014-07-09', 'fuel': 'Petrol', 'motExpiry': '2026-07-10', 'doors': 5, 'engineSize': 1198, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/WD14KEU/2026-03-13/image/5864e3b4-8dc2-4a33-aef3-1f68e3fe0779_removebg.jpg?w=600', 'https://abimg003.imgix.net/WD14KEU/2026-03-13/image/fa01052b-4371-4ef0-9744-868dbefdd7c3_removebg.jpg?w=600', 'https://abimg003.imgix.net/WD14KEU/2026-03-13/image/1d32fafe-6c54-4f4d-af37-d8772db831f2_removebg.jpg?w=600', 'https://abimg003.imgix.net/WD14KEU/2026-03-13/image/8f739023-6c14-4896-bda8-9a7f3839f2fa_removebg.jpg?w=600', 'https://abimg003.imgix.net/WD14KEU/2026-03-13/image/87f3d20a-f2ad-421a-8701-a5140d505b81_removebg.jpg?w=600', 'https://abimg003.imgix.net/WD14KEU/2026-03-13/image/5369be96-a666-4792-a1c9-34fbcb6c5ae0_removebg.jpg?w=600'], 'colour': 'RED', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Express', 'serviceHistory': 'Service print and book 07/15 4K 07/16 17K 07/17 25K 07/20 35K 07/20 (date error) 40K 03/22 52K 03/22 (date error) 64K 06/25 73K INV @ 03/24 64K', 'remarks': 'NO SPARE KEY - SD', 'virtual': False, 'seller': 'Local Dealer 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/257ad8ed-8943-49da-bf22-95dc0e37ecf1.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 13:21:35 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 117112198, 'registration': 'WD14KEU', 'account': 'MOT251', 'make': 'NISSAN', 'model': 'QASHQAI HATCHBACK', 'derivative': '1.2 DiG-T Tekna 5dr', 'mileage': 75136, 'mileageWarranty': True, 'type': 'car', 'saleId': 19176, 'siteId': 659780, 'site': {'id': 659780, 'name': 'Aston Barclay Westbury', 'vehicles': 130}, 'saleStart': '2026-03-25T09:45Z', 'lot': 2402, 'hall': 'Main Hall', 'transmission': 'manual', 'firstRegistration': '2014-07-09', 'fuel': 'Petrol', 'motExpiry': '2026-07-10', 'doors': 5, 'engineSize': 1198, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/WD14KEU/2026-03-13/image/5864e3b4-8dc2-4a33-aef3-1f68e3fe0779_removebg.jpg?w=600', 'https://abimg003.imgix.net/WD14KEU/2026-03-13/image/fa01052b-4371-4ef0-9744-868dbefdd7c3_removebg.jpg?w=600', 'https://abimg003.imgix.net/WD14KEU/2026-03-13/image/1d32fafe-6c54-4f4d-af37-d8772db831f2_removebg.jpg?w=600', 'https://abimg003.imgix.net/WD14KEU/2026-03-13/image/8f739023-6c14-4896-bda8-9a7f3839f2fa_removebg.jpg?w=600', 'https://abimg003.imgix.net/WD14KEU/2026-03-13/image/87f3d20a-f2ad-421a-8701-a5140d505b81_removebg.jpg?w=600', 'https://abimg003.imgix.net/WD14KEU/2026-03-13/image/5369be96-a666-4792-a1c9-34fbcb6c5ae0_removebg.jpg?w=600'], 'colour': 'RED', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Express', 'serviceHistory': 'Service print and book 07/15 4K 07/16 17K 07/17 25K 07/20 35K 07/20 (date error) 40K 03/22 52K 03/22 (date error) 64K 06/25 73K INV @ 03/24 64K', 'remarks': 'NO SPARE KEY - SD', 'virtual': False, 'seller': 'Local Dealer 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/257ad8ed-8943-49da-bf22-95dc0e37ecf1.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 13:21:35 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: fc059c9f-ba2e-56d1-bdbe-753420b4bed7 with identifier: 117112198
2026-03-24 13:21:35 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fc059c9f-ba2e-56d1-bdbe-753420b4bed7 with scrape type 2
2026-03-24 13:21:35 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item fc059c9f-ba2e-56d1-bdbe-753420b4bed7 with scrape type 2
2026-03-24 13:21:35 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: fc059c9f-ba2e-56d1-bdbe-753420b4bed7, identifier: 117112198
2026-03-24 13:21:35 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: fc059c9f-ba2e-56d1-bdbe-753420b4bed7 with identifier: 117112198
2026-03-24 13:21:35 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: fc059c9f-ba2e-56d1-bdbe-753420b4bed7 with identifier: 117112198
2026-03-24 13:21:35 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: fc059c9f-ba2e-56d1-bdbe-753420b4bed7 with identifier: 117112198 to the API
2026-03-24 13:21:35 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 13:21: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-24 13:21:35 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/117112198?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 129,
'color': 'RED',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 5',
'engine': '1.2L',
'expiration_date': '2026-03-25T09:45:00Z',
'fuel_type': 'Petrol',
'id': 'fc059c9f-ba2e-56d1-bdbe-753420b4bed7',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'WD14KEU',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/117112198',
'listing': 'auction',
'location': 'Aston Barclay Westbury',
'make': 'NISSAN',
'model': 'QASHQAI HATCHBACK',
'odometer': 75136,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2014-07-09',
'seller_name': 'Local Dealer Group',
'title': 'NISSAN QASHQAI HATCHBACK 1.2 DiG-T Tekna 5dr',
'transmission': 'manual',
'trim': '1.2 DiG-T Tekna 5dr',
'vin': None,
'year': 2014}
2026-03-24 13:21:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:21:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27117112198%27 HTTP/1.1" 200 None
2026-03-24 13:21:35 [astonbarclay.gb] INFO: Saving data for 117112198: {'auction_closing_time': 1774431900.0, 'created_time': 1773403002.294441, 'last_price_update_time': 1774358495.953236}
2026-03-24 13:21:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:21:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='117112198') HTTP/1.1" 204 0
2026-03-24 13:21:35 [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-24 13:21:35 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:21:36 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', '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': 19176, 'siteId': 659780, 'site': {'id': 659780, 'name': 'Aston Barclay Westbury', 'vehicles': 130}, 'saleStart': '2026-03-25T09:45Z', 'lot': 2407, '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-24 13:21:36 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', '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': 19176, 'siteId': 659780, 'site': {'id': 659780, 'name': 'Aston Barclay Westbury', 'vehicles': 130}, 'saleStart': '2026-03-25T09:45Z', 'lot': 2407, '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-24 13:21:36 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8c192672-6f97-518a-9eb4-6c70ac1e1460 with identifier: 120719051
2026-03-24 13:21:36 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8c192672-6f97-518a-9eb4-6c70ac1e1460 with scrape type 1
2026-03-24 13:21:36 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 8c192672-6f97-518a-9eb4-6c70ac1e1460
2026-03-24 13:21:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:21:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FCE70NZZ%252F2026-03-24%252Fimage%252F3588ad54-8283-4b21-a5af-226d647b4261_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-24 13:21:36 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/CE70NZZ/2026-03-24/image/3588ad54-8283-4b21-a5af-226d647b4261_removebg.jpg?w=600 not downloaded yet
2026-03-24 13:21:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:21:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FCE70NZZ%252F2026-03-24%252Fimage%252F3f271e6a-7a17-4581-b0ce-cd56e58204cf_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-24 13:21:36 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/CE70NZZ/2026-03-24/image/3f271e6a-7a17-4581-b0ce-cd56e58204cf_removebg.jpg?w=600 not downloaded yet
2026-03-24 13:21:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:21:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FCE70NZZ%252F2026-03-24%252Fimage%252F1e735927-3cd1-4948-8a82-51fb129c67b3_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-24 13:21:36 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/CE70NZZ/2026-03-24/image/1e735927-3cd1-4948-8a82-51fb129c67b3_removebg.jpg?w=600 not downloaded yet
2026-03-24 13:21:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:21:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FCE70NZZ%252F2026-03-24%252Fimage%252F6fdce955-ad71-46a8-84f1-d428f20f55ed_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-24 13:21:36 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/CE70NZZ/2026-03-24/image/6fdce955-ad71-46a8-84f1-d428f20f55ed_removebg.jpg?w=600 not downloaded yet
2026-03-24 13:21:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:21:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FCE70NZZ%252F2026-03-24%252Fimage%252F6b3dc6d7-3c17-49ce-8f91-9134b0b84ec9_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-24 13:21:36 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/CE70NZZ/2026-03-24/image/6b3dc6d7-3c17-49ce-8f91-9134b0b84ec9_removebg.jpg?w=600 not downloaded yet
2026-03-24 13:21:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:21:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FCE70NZZ%252F2026-03-24%252Fimage%252F9e9edd65-b13d-42ff-9203-862f481cd0d9_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-24 13:21:36 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/CE70NZZ/2026-03-24/image/9e9edd65-b13d-42ff-9203-862f481cd0d9_removebg.jpg?w=600 not downloaded yet
2026-03-24 13:21:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120300517?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-24 13:21:38 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:21:38 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120300517, 'registration': 'LK71GWJ', 'account': 'MER023', 'make': 'FIAT', 'model': '500 HATCHBACK', 'derivative': '1.0 Mild Hybrid Dolcevita [Part Leather] 3dr', 'mileage': 14160, 'mileageWarranty': True, 'type': 'car', 'saleId': 19176, 'siteId': 659780, 'site': {'id': 659780, 'name': 'Aston Barclay Westbury', 'vehicles': 130}, 'saleStart': '2026-03-25T09:45Z', 'lot': 2326, 'hall': 'Main Hall', 'transmission': 'manual', 'firstRegistration': '2021-09-25', 'fuel': 'Petrol', 'motExpiry': '2026-08-29', 'doors': 3, 'engineSize': 999, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/LK71GWJ/2026-03-11/image/0ea5a756-736f-4d1d-a3dd-65dad011fc5b_removebg.jpg?w=600', 'https://abimg003.imgix.net/LK71GWJ/2026-03-11/image/6c5fd649-f862-48c1-9d04-190cd261a149_removebg.jpg?w=600', 'https://abimg003.imgix.net/LK71GWJ/2026-03-11/image/b569c03b-8e59-4dbc-8813-709d498facb1_removebg.jpg?w=600', 'https://abimg003.imgix.net/LK71GWJ/2026-03-11/image/aa4cdc77-7bd7-496e-b2ff-bd75610acd12_removebg.jpg?w=600', 'https://abimg003.imgix.net/LK71GWJ/2026-03-11/image/cfdb9222-73ba-4efa-914e-69eceea77191_removebg.jpg?w=600', 'https://abimg003.imgix.net/LK71GWJ/2026-03-11/image/bec44881-1218-4d63-853b-9702b6f1a98f_removebg.jpg?w=600', 'https://abimg003.imgix.net/LK71GWJ/2026-03-11/image/ac0f8508-647c-46c5-85c8-1e8654e02f87_removebg.jpg?w=600', 'https://abimg003.imgix.net/LK71GWJ/2026-03-11/image/7d89a6b9-caed-4c79-b6e9-a41432285e2e_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Fleet', 'serviceHistory': 'Service book NO DATE 1K 02/23 5K 08/23 7K 08/24 11K 09/25 13K', 'remarks': 'SKEY', 'virtual': False, 'seller': 'Mercedes-Benz South West', '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/a5588e2f-8d09-46d7-be74-a8eedfa8e096.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 13:21:38 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120300517, 'registration': 'LK71GWJ', 'account': 'MER023', 'make': 'FIAT', 'model': '500 HATCHBACK', 'derivative': '1.0 Mild Hybrid Dolcevita [Part Leather] 3dr', 'mileage': 14160, 'mileageWarranty': True, 'type': 'car', 'saleId': 19176, 'siteId': 659780, 'site': {'id': 659780, 'name': 'Aston Barclay Westbury', 'vehicles': 130}, 'saleStart': '2026-03-25T09:45Z', 'lot': 2326, 'hall': 'Main Hall', 'transmission': 'manual', 'firstRegistration': '2021-09-25', 'fuel': 'Petrol', 'motExpiry': '2026-08-29', 'doors': 3, 'engineSize': 999, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/LK71GWJ/2026-03-11/image/0ea5a756-736f-4d1d-a3dd-65dad011fc5b_removebg.jpg?w=600', 'https://abimg003.imgix.net/LK71GWJ/2026-03-11/image/6c5fd649-f862-48c1-9d04-190cd261a149_removebg.jpg?w=600', 'https://abimg003.imgix.net/LK71GWJ/2026-03-11/image/b569c03b-8e59-4dbc-8813-709d498facb1_removebg.jpg?w=600', 'https://abimg003.imgix.net/LK71GWJ/2026-03-11/image/aa4cdc77-7bd7-496e-b2ff-bd75610acd12_removebg.jpg?w=600', 'https://abimg003.imgix.net/LK71GWJ/2026-03-11/image/cfdb9222-73ba-4efa-914e-69eceea77191_removebg.jpg?w=600', 'https://abimg003.imgix.net/LK71GWJ/2026-03-11/image/bec44881-1218-4d63-853b-9702b6f1a98f_removebg.jpg?w=600', 'https://abimg003.imgix.net/LK71GWJ/2026-03-11/image/ac0f8508-647c-46c5-85c8-1e8654e02f87_removebg.jpg?w=600', 'https://abimg003.imgix.net/LK71GWJ/2026-03-11/image/7d89a6b9-caed-4c79-b6e9-a41432285e2e_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Fleet', 'serviceHistory': 'Service book NO DATE 1K 02/23 5K 08/23 7K 08/24 11K 09/25 13K', 'remarks': 'SKEY', 'virtual': False, 'seller': 'Mercedes-Benz South West', '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/a5588e2f-8d09-46d7-be74-a8eedfa8e096.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 13:21:38 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 85f2f9b7-bd8d-53d7-ad7b-9ee985f34839 with identifier: 120300517
2026-03-24 13:21:38 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 85f2f9b7-bd8d-53d7-ad7b-9ee985f34839 with scrape type 2
2026-03-24 13:21:38 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 85f2f9b7-bd8d-53d7-ad7b-9ee985f34839 with scrape type 2
2026-03-24 13:21:38 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 85f2f9b7-bd8d-53d7-ad7b-9ee985f34839, identifier: 120300517
2026-03-24 13:21:38 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 85f2f9b7-bd8d-53d7-ad7b-9ee985f34839 with identifier: 120300517
2026-03-24 13:21:38 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 85f2f9b7-bd8d-53d7-ad7b-9ee985f34839 with identifier: 120300517
2026-03-24 13:21:38 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 85f2f9b7-bd8d-53d7-ad7b-9ee985f34839 with identifier: 120300517 to the API
2026-03-24 13:21:38 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 13:21: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-24 13:21:39 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120300517?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 113,
'color': 'GREY',
'currency': 'GBP',
'doors_number': 3,
'emission_standard': 'EURO 6',
'engine': '1.0L',
'expiration_date': '2026-03-25T09:45:00Z',
'fuel_type': 'Petrol',
'id': '85f2f9b7-bd8d-53d7-ad7b-9ee985f34839',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'LK71GWJ',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120300517',
'listing': 'auction',
'location': 'Aston Barclay Westbury',
'make': 'FIAT',
'model': '500 HATCHBACK',
'odometer': 14160,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-09-25',
'seller_name': 'Mercedes-Benz South West',
'title': 'FIAT 500 HATCHBACK 1.0 Mild Hybrid Dolcevita [Part Leather] 3dr',
'transmission': 'manual',
'trim': '1.0 Mild Hybrid Dolcevita [Part Leather] 3dr',
'vin': None,
'year': 2021}
2026-03-24 13:21:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:21:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120300517%27 HTTP/1.1" 200 None
2026-03-24 13:21:39 [astonbarclay.gb] INFO: Saving data for 120300517: {'auction_closing_time': 1774431900.0, 'created_time': 1773403000.884998, 'last_price_update_time': 1774358499.234076}
2026-03-24 13:21:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:21:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120300517') HTTP/1.1" 204 0
2026-03-24 13:21:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/CE70NZZ/2026-03-24/image/9e9edd65-b13d-42ff-9203-862f481cd0d9_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120719051?view=catalogue)
2026-03-24 13:21:39 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 13:21:39 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fde50a70b10>
2026-03-24 13:21:39 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 13:21:39 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-24 13:21:39 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 13:21:39 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_8c192672-6f97-518a-9eb4-6c70ac1e1460/8c192672-6f97-518a-9eb4-6c70ac1e1460_image_5.jpg HTTP/1.1" 201 0
2026-03-24 13:21:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:21:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FCE70NZZ%252F2026-03-24%252Fimage%252F9e9edd65-b13d-42ff-9203-862f481cd0d9_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-24 13:21:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/CE70NZZ/2026-03-24/image/9e9edd65-b13d-42ff-9203-862f481cd0d9_removebg.jpg?w=600 saved to cache
2026-03-24 13:21:39 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 8c192672-6f97-518a-9eb4-6c70ac1e1460
2026-03-24 13:21:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/CE70NZZ/2026-03-24/image/6b3dc6d7-3c17-49ce-8f91-9134b0b84ec9_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120719051?view=catalogue)
2026-03-24 13:21:39 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 13:21:39 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fde51691d10>
2026-03-24 13:21:39 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 13:21:39 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-24 13:21:39 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 13:21:39 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_8c192672-6f97-518a-9eb4-6c70ac1e1460/8c192672-6f97-518a-9eb4-6c70ac1e1460_image_4.jpg HTTP/1.1" 201 0
2026-03-24 13:21:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:21:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FCE70NZZ%252F2026-03-24%252Fimage%252F6b3dc6d7-3c17-49ce-8f91-9134b0b84ec9_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-24 13:21:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/CE70NZZ/2026-03-24/image/6b3dc6d7-3c17-49ce-8f91-9134b0b84ec9_removebg.jpg?w=600 saved to cache
2026-03-24 13:21:39 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 8c192672-6f97-518a-9eb4-6c70ac1e1460
2026-03-24 13:21:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/CE70NZZ/2026-03-24/image/6fdce955-ad71-46a8-84f1-d428f20f55ed_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120719051?view=catalogue)
2026-03-24 13:21:40 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 13:21:40 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fde5016ba90>
2026-03-24 13:21:40 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 13:21:40 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-24 13:21:40 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 13:21:40 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_8c192672-6f97-518a-9eb4-6c70ac1e1460/8c192672-6f97-518a-9eb4-6c70ac1e1460_image_3.jpg HTTP/1.1" 201 0
2026-03-24 13:21:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:21:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FCE70NZZ%252F2026-03-24%252Fimage%252F6fdce955-ad71-46a8-84f1-d428f20f55ed_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-24 13:21:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/CE70NZZ/2026-03-24/image/6fdce955-ad71-46a8-84f1-d428f20f55ed_removebg.jpg?w=600 saved to cache
2026-03-24 13:21:40 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 8c192672-6f97-518a-9eb4-6c70ac1e1460
2026-03-24 13:21:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/CE70NZZ/2026-03-24/image/1e735927-3cd1-4948-8a82-51fb129c67b3_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120719051?view=catalogue)
2026-03-24 13:21:40 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 13:21:40 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fde43fcaa90>
2026-03-24 13:21:40 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 13:21:40 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-24 13:21:40 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 13:21:40 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_8c192672-6f97-518a-9eb4-6c70ac1e1460/8c192672-6f97-518a-9eb4-6c70ac1e1460_image_2.jpg HTTP/1.1" 201 0
2026-03-24 13:21:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:21:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FCE70NZZ%252F2026-03-24%252Fimage%252F1e735927-3cd1-4948-8a82-51fb129c67b3_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-24 13:21:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/CE70NZZ/2026-03-24/image/1e735927-3cd1-4948-8a82-51fb129c67b3_removebg.jpg?w=600 saved to cache
2026-03-24 13:21:40 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 8c192672-6f97-518a-9eb4-6c70ac1e1460
2026-03-24 13:21:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/CE70NZZ/2026-03-24/image/3f271e6a-7a17-4581-b0ce-cd56e58204cf_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120719051?view=catalogue)
2026-03-24 13:21:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/CE70NZZ/2026-03-24/image/3588ad54-8283-4b21-a5af-226d647b4261_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120719051?view=catalogue)
2026-03-24 13:21:41 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 13:21:41 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fde43f5fdd0>
2026-03-24 13:21:41 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 13:21:41 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-24 13:21:41 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 13:21:41 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_8c192672-6f97-518a-9eb4-6c70ac1e1460/8c192672-6f97-518a-9eb4-6c70ac1e1460_image_1.jpg HTTP/1.1" 201 0
2026-03-24 13:21:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:21:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FCE70NZZ%252F2026-03-24%252Fimage%252F3f271e6a-7a17-4581-b0ce-cd56e58204cf_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-24 13:21:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/CE70NZZ/2026-03-24/image/3f271e6a-7a17-4581-b0ce-cd56e58204cf_removebg.jpg?w=600 saved to cache
2026-03-24 13:21:41 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 8c192672-6f97-518a-9eb4-6c70ac1e1460
2026-03-24 13:21:41 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 13:21:41 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fde51754e10>
2026-03-24 13:21:41 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 13:21:41 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-24 13:21:41 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 13:21:41 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_8c192672-6f97-518a-9eb4-6c70ac1e1460/8c192672-6f97-518a-9eb4-6c70ac1e1460_image_0.jpg HTTP/1.1" 201 0
2026-03-24 13:21:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:21:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FCE70NZZ%252F2026-03-24%252Fimage%252F3588ad54-8283-4b21-a5af-226d647b4261_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-24 13:21:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/CE70NZZ/2026-03-24/image/3588ad54-8283-4b21-a5af-226d647b4261_removebg.jpg?w=600 saved to cache
2026-03-24 13:21:41 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 8c192672-6f97-518a-9eb4-6c70ac1e1460
2026-03-24 13:21:41 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 8c192672-6f97-518a-9eb4-6c70ac1e1460, skipping ID generation
2026-03-24 13:21:41 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8c192672-6f97-518a-9eb4-6c70ac1e1460 with scrape type 1
2026-03-24 13:21:41 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 8c192672-6f97-518a-9eb4-6c70ac1e1460 sending to next pipeline
2026-03-24 13:21:41 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 8c192672-6f97-518a-9eb4-6c70ac1e1460, identifier: 120719051
2026-03-24 13:21:41 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 8c192672-6f97-518a-9eb4-6c70ac1e1460 with identifier: 120719051
2026-03-24 13:21:41 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 8c192672-6f97-518a-9eb4-6c70ac1e1460 with identifier: 120719051
2026-03-24 13:21:41 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 8c192672-6f97-518a-9eb4-6c70ac1e1460 with identifier: 120719051 to the API
2026-03-24 13:21:41 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 13:21:43 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-24 13:21:43 [scrapy.core.scraper] DEBUG: Scraped from <200 https://abimg003.imgix.net/CE70NZZ/2026-03-24/image/3588ad54-8283-4b21-a5af-226d647b4261_removebg.jpg?w=600>
{'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-25T09:45: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': 6,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_8c192672-6f97-518a-9eb4-6c70ac1e1460/8c192672-6f97-518a-9eb4-6c70ac1e1460_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 27679,
'Height': 375,
'OriginUrl': 'https://abimg003.imgix.net/CE70NZZ/2026-03-24/image/3588ad54-8283-4b21-a5af-226d647b4261_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_8c192672-6f97-518a-9eb4-6c70ac1e1460/8c192672-6f97-518a-9eb4-6c70ac1e1460_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 26612,
'Height': 375,
'OriginUrl': 'https://abimg003.imgix.net/CE70NZZ/2026-03-24/image/3f271e6a-7a17-4581-b0ce-cd56e58204cf_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_8c192672-6f97-518a-9eb4-6c70ac1e1460/8c192672-6f97-518a-9eb4-6c70ac1e1460_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 28101,
'Height': 375,
'OriginUrl': 'https://abimg003.imgix.net/CE70NZZ/2026-03-24/image/1e735927-3cd1-4948-8a82-51fb129c67b3_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_8c192672-6f97-518a-9eb4-6c70ac1e1460/8c192672-6f97-518a-9eb4-6c70ac1e1460_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 27046,
'Height': 375,
'OriginUrl': 'https://abimg003.imgix.net/CE70NZZ/2026-03-24/image/6fdce955-ad71-46a8-84f1-d428f20f55ed_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_8c192672-6f97-518a-9eb4-6c70ac1e1460/8c192672-6f97-518a-9eb4-6c70ac1e1460_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 37915,
'Height': 375,
'OriginUrl': 'https://abimg003.imgix.net/CE70NZZ/2026-03-24/image/6b3dc6d7-3c17-49ce-8f91-9134b0b84ec9_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_8c192672-6f97-518a-9eb4-6c70ac1e1460/8c192672-6f97-518a-9eb4-6c70ac1e1460_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 108077,
'Height': 960,
'OriginUrl': 'https://abimg003.imgix.net/CE70NZZ/2026-03-24/image/9e9edd65-b13d-42ff-9203-862f481cd0d9_removebg.jpg?w=600',
'Width': 600}],
'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-24 13:21:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:21:43 [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-24 13:21:43 [astonbarclay.gb] INFO: Saving data for 120719051: {'created_time': 1774358503.314181, 'last_price_update_time': 1774358503.314194, 'auction_closing_time': 1774431900.0}
2026-03-24 13:21:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:21:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120719051') HTTP/1.1" 204 0
2026-03-24 13:21:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120616712?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-24 13:21:44 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:21:44 [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-24 13:21:44 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:21:44 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120616712, 'registration': 'DS67PZX', 'account': 'MOT075', 'make': 'BMW', 'model': '1 SERIES HATCHBACK SPECIAL EDITION', 'derivative': '118d M Sport Shadow Ed 5dr Step Auto', 'mileage': 155762, 'mileageWarranty': True, 'type': 'car', 'saleId': 19179, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 475}, 'saleStart': '2026-03-25T10:00Z', 'lot': 1003, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2017-12-16', 'fuel': 'Diesel', 'motExpiry': '2026-12-01', 'doors': 5, 'engineSize': 1995, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/DS67PZX/2026-03-19/image/9b80ef39-70dd-4141-b772-2765c8ccf020_removebg.jpg?w=600', 'https://abimg003.imgix.net/DS67PZX/2026-03-19/image/2846735d-aaaa-4853-84f1-71699448d545_removebg.jpg?w=600', 'https://abimg003.imgix.net/DS67PZX/2026-03-19/image/57b92d61-26a3-4c31-9214-7369336f8d8b_removebg.jpg?w=600', 'https://abimg003.imgix.net/DS67PZX/2026-03-19/image/f98f8dd9-05b3-4238-a8f6-0c3ab70be17e_removebg.jpg?w=600', 'https://abimg003.imgix.net/DS67PZX/2026-03-19/image/82778aa6-1d1f-41ba-ab21-71525aa6ecaa_removebg.jpg?w=600', 'https://abimg003.imgix.net/DS67PZX/2026-03-19/image/6407057d-7db1-4567-9791-fa6f2c4f7626_removebg.jpg?w=600', 'https://abimg003.imgix.net/DS67PZX/2026-03-19/image/993f9518-df58-4bc4-b6c5-97a2be820165_removebg.jpg?w=600', 'https://abimg003.imgix.net/DS67PZX/2026-03-19/image/190275b1-9005-4ca8-80c5-a72cbba010a2_removebg.jpg?w=600', 'https://abimg003.imgix.net/DS67PZX/2026-03-19/image/bfe6b48b-8510-4f6b-b6ce-663b3eb93ad2_removebg.jpg?w=600', 'https://abimg003.imgix.net/DS67PZX/2026-03-19/image/83462ace-e47f-4482-a5b6-581fead10343_removebg.jpg?w=600'], 'colour': 'ORANGE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print 07/18 10K, 02/19 - 20K, 09/21 - ?', 'remarks': 'VOSA STATES 54K, 80K, 104K, 144K SPARE KEY WITH PAPERWORK', 'virtual': False, 'seller': 'MotoNovo Finance', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '3', 'v5': True, 'v5details': 'Here', 'co2': 110, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/c7e7eb43-8eb7-441e-8e8c-97ceffdee8be.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 13:21:44 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120616712, 'registration': 'DS67PZX', 'account': 'MOT075', 'make': 'BMW', 'model': '1 SERIES HATCHBACK SPECIAL EDITION', 'derivative': '118d M Sport Shadow Ed 5dr Step Auto', 'mileage': 155762, 'mileageWarranty': True, 'type': 'car', 'saleId': 19179, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 475}, 'saleStart': '2026-03-25T10:00Z', 'lot': 1003, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2017-12-16', 'fuel': 'Diesel', 'motExpiry': '2026-12-01', 'doors': 5, 'engineSize': 1995, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/DS67PZX/2026-03-19/image/9b80ef39-70dd-4141-b772-2765c8ccf020_removebg.jpg?w=600', 'https://abimg003.imgix.net/DS67PZX/2026-03-19/image/2846735d-aaaa-4853-84f1-71699448d545_removebg.jpg?w=600', 'https://abimg003.imgix.net/DS67PZX/2026-03-19/image/57b92d61-26a3-4c31-9214-7369336f8d8b_removebg.jpg?w=600', 'https://abimg003.imgix.net/DS67PZX/2026-03-19/image/f98f8dd9-05b3-4238-a8f6-0c3ab70be17e_removebg.jpg?w=600', 'https://abimg003.imgix.net/DS67PZX/2026-03-19/image/82778aa6-1d1f-41ba-ab21-71525aa6ecaa_removebg.jpg?w=600', 'https://abimg003.imgix.net/DS67PZX/2026-03-19/image/6407057d-7db1-4567-9791-fa6f2c4f7626_removebg.jpg?w=600', 'https://abimg003.imgix.net/DS67PZX/2026-03-19/image/993f9518-df58-4bc4-b6c5-97a2be820165_removebg.jpg?w=600', 'https://abimg003.imgix.net/DS67PZX/2026-03-19/image/190275b1-9005-4ca8-80c5-a72cbba010a2_removebg.jpg?w=600', 'https://abimg003.imgix.net/DS67PZX/2026-03-19/image/bfe6b48b-8510-4f6b-b6ce-663b3eb93ad2_removebg.jpg?w=600', 'https://abimg003.imgix.net/DS67PZX/2026-03-19/image/83462ace-e47f-4482-a5b6-581fead10343_removebg.jpg?w=600'], 'colour': 'ORANGE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print 07/18 10K, 02/19 - 20K, 09/21 - ?', 'remarks': 'VOSA STATES 54K, 80K, 104K, 144K SPARE KEY WITH PAPERWORK', 'virtual': False, 'seller': 'MotoNovo Finance', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '3', 'v5': True, 'v5details': 'Here', 'co2': 110, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/c7e7eb43-8eb7-441e-8e8c-97ceffdee8be.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 13:21:44 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 85c0c734-ecab-5997-a5f3-8e01b50441da with identifier: 120616712
2026-03-24 13:21:44 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 85c0c734-ecab-5997-a5f3-8e01b50441da with scrape type 2
2026-03-24 13:21:44 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 85c0c734-ecab-5997-a5f3-8e01b50441da with scrape type 2
2026-03-24 13:21:44 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 85c0c734-ecab-5997-a5f3-8e01b50441da, identifier: 120616712
2026-03-24 13:21:44 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 85c0c734-ecab-5997-a5f3-8e01b50441da with identifier: 120616712
2026-03-24 13:21:44 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 85c0c734-ecab-5997-a5f3-8e01b50441da with identifier: 120616712
2026-03-24 13:21:44 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 85c0c734-ecab-5997-a5f3-8e01b50441da with identifier: 120616712 to the API
2026-03-24 13:21:44 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 13:21:44 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-24 13:21:44 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120616712?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 110,
'color': 'ORANGE',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'expiration_date': '2026-03-25T10:00:00Z',
'fuel_type': 'Diesel',
'id': '85c0c734-ecab-5997-a5f3-8e01b50441da',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'DS67PZX',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120616712',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'BMW',
'model': '1 SERIES HATCHBACK SPECIAL EDITION',
'odometer': 155762,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2017-12-16',
'seller_name': 'MotoNovo Finance',
'title': 'BMW 1 SERIES HATCHBACK SPECIAL EDITION 118d M Sport Shadow Ed 5dr '
'Step Auto',
'transmission': 'automatic',
'trim': '118d M Sport Shadow Ed 5dr Step Auto',
'vin': None,
'year': 2017}
2026-03-24 13:21:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:21:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120616712%27 HTTP/1.1" 200 None
2026-03-24 13:21:44 [astonbarclay.gb] INFO: Saving data for 120616712: {'auction_closing_time': 1774432800.0, 'created_time': 1773947161.607062, 'last_price_update_time': 1774358504.872303}
2026-03-24 13:21:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:21:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120616712') HTTP/1.1" 204 0
2026-03-24 13:21:44 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', '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': 19176, 'siteId': 659780, 'site': {'id': 659780, 'name': 'Aston Barclay Westbury', 'vehicles': 130}, 'saleStart': '2026-03-25T09:45Z', 'lot': 2401, '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-24 13:21:44 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', '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': 19176, 'siteId': 659780, 'site': {'id': 659780, 'name': 'Aston Barclay Westbury', 'vehicles': 130}, 'saleStart': '2026-03-25T09:45Z', 'lot': 2401, '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-24 13:21:44 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: fe4e457c-3052-5be4-a6f2-16fa149bbe1a with identifier: 120312968
2026-03-24 13:21:44 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fe4e457c-3052-5be4-a6f2-16fa149bbe1a with scrape type 2
2026-03-24 13:21:44 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item fe4e457c-3052-5be4-a6f2-16fa149bbe1a with scrape type 2
2026-03-24 13:21:44 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: fe4e457c-3052-5be4-a6f2-16fa149bbe1a, identifier: 120312968
2026-03-24 13:21:44 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: fe4e457c-3052-5be4-a6f2-16fa149bbe1a with identifier: 120312968
2026-03-24 13:21:44 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: fe4e457c-3052-5be4-a6f2-16fa149bbe1a with identifier: 120312968
2026-03-24 13:21:45 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: fe4e457c-3052-5be4-a6f2-16fa149bbe1a with identifier: 120312968 to the API
2026-03-24 13:21:45 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 13:21: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-24 13:21:45 [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-25T09:45: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-24 13:21:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:21:45 [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-24 13:21:45 [astonbarclay.gb] INFO: Saving data for 120312968: {'auction_closing_time': 1774431900.0, 'created_time': 1773403232.518804, 'last_price_update_time': 1774358505.362528}
2026-03-24 13:21:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:21:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120312968') HTTP/1.1" 204 0
2026-03-24 13:21:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120589551?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-24 13:21:45 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:21:45 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120589551, 'registration': 'MK13YCB', 'account': 'MER023', 'make': 'AUDI', 'model': 'Q5 ESTATE SPECIAL EDITIONS', 'derivative': '3.0 TDI Quattro S Line Plus 5dr S Tronic', 'mileage': 94030, 'mileageWarranty': True, 'type': 'car', 'saleId': 19176, 'siteId': 659780, 'site': {'id': 659780, 'name': 'Aston Barclay Westbury', 'vehicles': 130}, 'saleStart': '2026-03-25T09:45Z', 'lot': 2322, 'hall': 'Main Hall', 'transmission': 'automatic', 'firstRegistration': '2013-03-13', 'fuel': 'Diesel', 'motExpiry': '2026-06-22', 'doors': 5, 'engineSize': 2967, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/MK13YCB/2026-03-20/image/5b138593-1025-46b0-9be7-9414d5c32219_removebg.jpg?w=600', 'https://abimg003.imgix.net/MK13YCB/2026-03-20/image/8911b973-6dc6-44d1-868e-b9f3ddd3c39e_removebg.jpg?w=600', 'https://abimg003.imgix.net/MK13YCB/2026-03-20/image/48a593d4-f274-4fc3-8c0a-6b29080a1e2a_removebg.jpg?w=600', 'https://abimg003.imgix.net/MK13YCB/2026-03-20/image/d13c6cdb-9f5f-41d9-8c2b-a02769a5994a_removebg.jpg?w=600', 'https://abimg003.imgix.net/MK13YCB/2026-03-20/image/b4d6cc81-ad69-4888-ae9d-8d6d2debd6b0_removebg.jpg?w=600', 'https://abimg003.imgix.net/MK13YCB/2026-03-20/image/7f5afc06-5dda-45ca-b21b-72469abbb9f5_removebg.jpg?w=600', 'https://abimg003.imgix.net/MK13YCB/2026-03-20/image/0f9b90f7-8694-42a8-a076-23716385be82_removebg.jpg?w=600'], 'colour': 'SILVER', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Express', 'serviceHistory': 'Service print 03/15 11K', 'remarks': 'SKEY / Black Fine Nappa leather S line Sports seats, Privacy glass on the rear window and on the rear side windows, Collapsible spare wheel,', 'virtual': False, 'seller': 'Mercedes-Benz South West', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '1', 'v5': True, 'v5details': 'Here', 'co2': 169, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/3cf6634d-7849-4698-8a10-ccc1aaf5cd89.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 13:21:45 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120589551, 'registration': 'MK13YCB', 'account': 'MER023', 'make': 'AUDI', 'model': 'Q5 ESTATE SPECIAL EDITIONS', 'derivative': '3.0 TDI Quattro S Line Plus 5dr S Tronic', 'mileage': 94030, 'mileageWarranty': True, 'type': 'car', 'saleId': 19176, 'siteId': 659780, 'site': {'id': 659780, 'name': 'Aston Barclay Westbury', 'vehicles': 130}, 'saleStart': '2026-03-25T09:45Z', 'lot': 2322, 'hall': 'Main Hall', 'transmission': 'automatic', 'firstRegistration': '2013-03-13', 'fuel': 'Diesel', 'motExpiry': '2026-06-22', 'doors': 5, 'engineSize': 2967, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/MK13YCB/2026-03-20/image/5b138593-1025-46b0-9be7-9414d5c32219_removebg.jpg?w=600', 'https://abimg003.imgix.net/MK13YCB/2026-03-20/image/8911b973-6dc6-44d1-868e-b9f3ddd3c39e_removebg.jpg?w=600', 'https://abimg003.imgix.net/MK13YCB/2026-03-20/image/48a593d4-f274-4fc3-8c0a-6b29080a1e2a_removebg.jpg?w=600', 'https://abimg003.imgix.net/MK13YCB/2026-03-20/image/d13c6cdb-9f5f-41d9-8c2b-a02769a5994a_removebg.jpg?w=600', 'https://abimg003.imgix.net/MK13YCB/2026-03-20/image/b4d6cc81-ad69-4888-ae9d-8d6d2debd6b0_removebg.jpg?w=600', 'https://abimg003.imgix.net/MK13YCB/2026-03-20/image/7f5afc06-5dda-45ca-b21b-72469abbb9f5_removebg.jpg?w=600', 'https://abimg003.imgix.net/MK13YCB/2026-03-20/image/0f9b90f7-8694-42a8-a076-23716385be82_removebg.jpg?w=600'], 'colour': 'SILVER', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Express', 'serviceHistory': 'Service print 03/15 11K', 'remarks': 'SKEY / Black Fine Nappa leather S line Sports seats, Privacy glass on the rear window and on the rear side windows, Collapsible spare wheel,', 'virtual': False, 'seller': 'Mercedes-Benz South West', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '1', 'v5': True, 'v5details': 'Here', 'co2': 169, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/3cf6634d-7849-4698-8a10-ccc1aaf5cd89.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 13:21:45 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 78c1c8bf-5b1e-5705-9dc5-b76859e7c923 with identifier: 120589551
2026-03-24 13:21:45 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 78c1c8bf-5b1e-5705-9dc5-b76859e7c923 with scrape type 2
2026-03-24 13:21:45 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 78c1c8bf-5b1e-5705-9dc5-b76859e7c923 with scrape type 2
2026-03-24 13:21:45 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 78c1c8bf-5b1e-5705-9dc5-b76859e7c923, identifier: 120589551
2026-03-24 13:21:45 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 78c1c8bf-5b1e-5705-9dc5-b76859e7c923 with identifier: 120589551
2026-03-24 13:21:45 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 78c1c8bf-5b1e-5705-9dc5-b76859e7c923 with identifier: 120589551
2026-03-24 13:21:45 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 78c1c8bf-5b1e-5705-9dc5-b76859e7c923 with identifier: 120589551 to the API
2026-03-24 13:21:45 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 13:21:46 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-24 13:21:46 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120589551?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 169,
'color': 'SILVER',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 5',
'engine': '3.0L',
'expiration_date': '2026-03-25T09:45:00Z',
'fuel_type': 'Diesel',
'id': '78c1c8bf-5b1e-5705-9dc5-b76859e7c923',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'MK13YCB',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120589551',
'listing': 'auction',
'location': 'Aston Barclay Westbury',
'make': 'AUDI',
'model': 'Q5 ESTATE SPECIAL EDITIONS',
'odometer': 94030,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2013-03-13',
'seller_name': 'Mercedes-Benz South West',
'title': 'AUDI Q5 ESTATE SPECIAL EDITIONS 3.0 TDI Quattro S Line Plus 5dr S '
'Tronic',
'transmission': 'automatic',
'trim': '3.0 TDI Quattro S Line Plus 5dr S Tronic',
'vin': None,
'year': 2013}
2026-03-24 13:21:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:21:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120589551%27 HTTP/1.1" 200 None
2026-03-24 13:21:46 [astonbarclay.gb] INFO: Saving data for 120589551: {'auction_closing_time': 1774431900.0, 'created_time': 1773947241.894791, 'last_price_update_time': 1774358506.95948}
2026-03-24 13:21:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:21:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120589551') HTTP/1.1" 204 0
2026-03-24 13:21:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120399003?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-24 13:21:46 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:21:47 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120399003, 'registration': 'RV69XZH', 'account': 'MER023', 'make': 'MERCEDES-BENZ', 'model': 'E CLASS DIESEL SALOON', 'derivative': 'E220d AMG Line Edition 4dr 9G-Tronic', 'mileage': 129665, 'mileageWarranty': True, 'type': 'car', 'saleId': 19176, 'siteId': 659780, 'site': {'id': 659780, 'name': 'Aston Barclay Westbury', 'vehicles': 130}, 'saleStart': '2026-03-25T09:45Z', 'lot': 2324, 'hall': 'Main Hall', 'transmission': 'automatic', 'firstRegistration': '2019-09-30', 'fuel': 'Diesel', 'motExpiry': '2026-10-15', 'doors': 4, 'engineSize': 1950, 'bodyType': 'Saloon', 'images': ['https://abimg003.imgix.net/RV69XZH/2026-03-13/image/a0ec9f0e-dc6a-4789-bf9e-0b3d5f270e8d_removebg.jpg?w=600', 'https://abimg003.imgix.net/RV69XZH/2026-03-13/image/7a853b9a-d43e-487f-97f2-05d0f612a1b4_removebg.jpg?w=600', 'https://abimg003.imgix.net/RV69XZH/2026-03-13/image/d2deac22-c2f2-4f6e-a8ad-42f138c45078_removebg.jpg?w=600', 'https://abimg003.imgix.net/RV69XZH/2026-03-13/image/1cd832cb-b459-4284-a4f9-b14b3be24562_removebg.jpg?w=600', 'https://abimg003.imgix.net/RV69XZH/2026-03-13/image/8adc362b-6f2d-48d4-9015-b2c87f2b4abb_removebg.jpg?w=600', 'https://abimg003.imgix.net/RV69XZH/2026-03-13/image/45d79218-49fd-4373-a730-9d7605e3afa2_removebg.jpg?w=600', 'https://abimg003.imgix.net/RV69XZH/2026-03-13/image/a699c249-0410-42db-8fde-28ac8897cd40_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Express', 'serviceHistory': 'Service print and book S/P @ 01/21 14K INV @ 11/22 59K 10/23 82K 10/25 113K', 'remarks': 'S/KEY / Apple Car Play, Parking Pilot, Widescreen Cockpit, COMAND Online, Black open-pore ash wood trim, Privacy glass, Heated front seats, Parking Package, Mirror Package, (19-inch) AMG 10-spoke light-alloy wheels, Leather – Black', 'virtual': False, 'seller': 'Mercedes-Benz South West', '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/5be15bcf-1200-40b0-b0cc-a292133e800e.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 13:21:47 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120399003, 'registration': 'RV69XZH', 'account': 'MER023', 'make': 'MERCEDES-BENZ', 'model': 'E CLASS DIESEL SALOON', 'derivative': 'E220d AMG Line Edition 4dr 9G-Tronic', 'mileage': 129665, 'mileageWarranty': True, 'type': 'car', 'saleId': 19176, 'siteId': 659780, 'site': {'id': 659780, 'name': 'Aston Barclay Westbury', 'vehicles': 130}, 'saleStart': '2026-03-25T09:45Z', 'lot': 2324, 'hall': 'Main Hall', 'transmission': 'automatic', 'firstRegistration': '2019-09-30', 'fuel': 'Diesel', 'motExpiry': '2026-10-15', 'doors': 4, 'engineSize': 1950, 'bodyType': 'Saloon', 'images': ['https://abimg003.imgix.net/RV69XZH/2026-03-13/image/a0ec9f0e-dc6a-4789-bf9e-0b3d5f270e8d_removebg.jpg?w=600', 'https://abimg003.imgix.net/RV69XZH/2026-03-13/image/7a853b9a-d43e-487f-97f2-05d0f612a1b4_removebg.jpg?w=600', 'https://abimg003.imgix.net/RV69XZH/2026-03-13/image/d2deac22-c2f2-4f6e-a8ad-42f138c45078_removebg.jpg?w=600', 'https://abimg003.imgix.net/RV69XZH/2026-03-13/image/1cd832cb-b459-4284-a4f9-b14b3be24562_removebg.jpg?w=600', 'https://abimg003.imgix.net/RV69XZH/2026-03-13/image/8adc362b-6f2d-48d4-9015-b2c87f2b4abb_removebg.jpg?w=600', 'https://abimg003.imgix.net/RV69XZH/2026-03-13/image/45d79218-49fd-4373-a730-9d7605e3afa2_removebg.jpg?w=600', 'https://abimg003.imgix.net/RV69XZH/2026-03-13/image/a699c249-0410-42db-8fde-28ac8897cd40_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Express', 'serviceHistory': 'Service print and book S/P @ 01/21 14K INV @ 11/22 59K 10/23 82K 10/25 113K', 'remarks': 'S/KEY / Apple Car Play, Parking Pilot, Widescreen Cockpit, COMAND Online, Black open-pore ash wood trim, Privacy glass, Heated front seats, Parking Package, Mirror Package, (19-inch) AMG 10-spoke light-alloy wheels, Leather – Black', 'virtual': False, 'seller': 'Mercedes-Benz South West', '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/5be15bcf-1200-40b0-b0cc-a292133e800e.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 13:21:47 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 371d114c-f097-5565-a9d5-032bb8c7f5b2 with identifier: 120399003
2026-03-24 13:21:47 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 371d114c-f097-5565-a9d5-032bb8c7f5b2 with scrape type 2
2026-03-24 13:21:47 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 371d114c-f097-5565-a9d5-032bb8c7f5b2 with scrape type 2
2026-03-24 13:21:47 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 371d114c-f097-5565-a9d5-032bb8c7f5b2, identifier: 120399003
2026-03-24 13:21:47 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 371d114c-f097-5565-a9d5-032bb8c7f5b2 with identifier: 120399003
2026-03-24 13:21:47 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 371d114c-f097-5565-a9d5-032bb8c7f5b2 with identifier: 120399003
2026-03-24 13:21:47 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 371d114c-f097-5565-a9d5-032bb8c7f5b2 with identifier: 120399003 to the API
2026-03-24 13:21:47 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 13:21: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-24 13:21:48 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120399003?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 127,
'color': 'BLACK',
'currency': 'GBP',
'doors_number': 4,
'emission_standard': 'EURO 6',
'engine': '1.9L',
'expiration_date': '2026-03-25T09:45:00Z',
'fuel_type': 'Diesel',
'id': '371d114c-f097-5565-a9d5-032bb8c7f5b2',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'RV69XZH',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120399003',
'listing': 'auction',
'location': 'Aston Barclay Westbury',
'make': 'MERCEDES-BENZ',
'model': 'E CLASS DIESEL SALOON',
'odometer': 129665,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2019-09-30',
'seller_name': 'Mercedes-Benz South West',
'title': 'MERCEDES-BENZ E CLASS DIESEL SALOON E220d AMG Line Edition 4dr '
'9G-Tronic',
'transmission': 'automatic',
'trim': 'E220d AMG Line Edition 4dr 9G-Tronic',
'vin': None,
'year': 2019}
2026-03-24 13:21:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:21:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120399003%27 HTTP/1.1" 200 None
2026-03-24 13:21:48 [astonbarclay.gb] INFO: Saving data for 120399003: {'auction_closing_time': 1774431900.0, 'created_time': 1773402979.994926, 'last_price_update_time': 1774358508.660464}
2026-03-24 13:21:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:21:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120399003') HTTP/1.1" 204 0
2026-03-24 13:21:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/119616975?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-24 13:21:49 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:21:49 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 119616975, 'registration': 'WH18KAU', 'account': 'MER023', 'make': 'BMW', 'model': 'X3 DIESEL ESTATE', 'derivative': 'xDrive20d xLine 5dr Step Auto', 'mileage': 24121, 'mileageWarranty': True, 'type': 'car', 'saleId': 19176, 'siteId': 659780, 'site': {'id': 659780, 'name': 'Aston Barclay Westbury', 'vehicles': 130}, 'saleStart': '2026-03-25T09:45Z', 'lot': 2319, 'hall': 'Main Hall', 'transmission': 'automatic', 'firstRegistration': '2018-08-29', 'fuel': 'Diesel', 'motExpiry': '2026-02-15', 'doors': 5, 'engineSize': 1995, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/WH18KAU/2026-03-10/image/ff42e12a-ed99-4169-b2fb-fcb5f7a250b7_removebg.jpg?w=600', 'https://abimg003.imgix.net/WH18KAU/2026-03-10/image/c6d68443-bb20-4a01-aeb7-14b67d5b064b_removebg.jpg?w=600', 'https://abimg003.imgix.net/WH18KAU/2026-03-10/image/704f7d3b-8189-4f30-9432-f6faa9ef6704_removebg.jpg?w=600', 'https://abimg003.imgix.net/WH18KAU/2026-03-10/image/e04a3856-088b-426e-afb8-5cd08af19ccf_removebg.jpg?w=600', 'https://abimg003.imgix.net/WH18KAU/2026-03-10/image/b2409f6b-14df-4ca6-bce7-089dba8fc2de_removebg.jpg?w=600', 'https://abimg003.imgix.net/WH18KAU/2026-03-10/image/36066541-fb42-4d3d-ba0a-26dbc8a22f19_removebg.jpg?w=600', 'https://abimg003.imgix.net/WH18KAU/2026-03-10/image/9d37cdcf-c2ac-400f-98fb-db13c8582cee_removebg.jpg?w=600', 'https://abimg003.imgix.net/WH18KAU/2026-03-10/image/55250d9d-47c0-4b9f-a4bb-06bbc73a99b3_removebg.jpg?w=600', 'https://abimg003.imgix.net/WH18KAU/2026-03-10/image/01771a49-67e5-465a-910f-4d4abd5867df_removebg.jpg?w=600', 'https://abimg003.imgix.net/WH18KAU/2026-03-10/image/88b6c680-0f49-4216-853c-bf5446ead8bc_removebg.jpg?w=600', 'https://abimg003.imgix.net/WH18KAU/2026-03-10/image/1a2beade-e400-4008-9871-e9892ba32371_removebg.jpg?w=600', 'https://abimg003.imgix.net/WH18KAU/2026-03-10/image/dc00ee18-007c-44aa-a340-2817130674eb_removebg.jpg?w=600'], 'colour': 'BRONZE/WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Fleet', 'serviceHistory': 'Service invoice 1/26 23K - iDRIVE @ 6/20 6K, 6/21 9K, 2/22 10K, 6/23 16K, 2/24 18K, 1/26 23K', 'remarks': 'SPARE KEY - Sports Seats, Front, Vernasca Leather - Canberra Beige with Contrast Stitching, Sun Protection Glass, BMW Individual Exterior Trim in Satin Aluminium, Exterior Mirrors - Electrically Folding with Anti-Dazzle, Heated Front Seats -', 'virtual': False, 'seller': 'Mercedes-Benz South West', '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/f282eb9f-f71d-4fe6-8b4e-aa5b8038386b.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 13:21:49 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 119616975, 'registration': 'WH18KAU', 'account': 'MER023', 'make': 'BMW', 'model': 'X3 DIESEL ESTATE', 'derivative': 'xDrive20d xLine 5dr Step Auto', 'mileage': 24121, 'mileageWarranty': True, 'type': 'car', 'saleId': 19176, 'siteId': 659780, 'site': {'id': 659780, 'name': 'Aston Barclay Westbury', 'vehicles': 130}, 'saleStart': '2026-03-25T09:45Z', 'lot': 2319, 'hall': 'Main Hall', 'transmission': 'automatic', 'firstRegistration': '2018-08-29', 'fuel': 'Diesel', 'motExpiry': '2026-02-15', 'doors': 5, 'engineSize': 1995, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/WH18KAU/2026-03-10/image/ff42e12a-ed99-4169-b2fb-fcb5f7a250b7_removebg.jpg?w=600', 'https://abimg003.imgix.net/WH18KAU/2026-03-10/image/c6d68443-bb20-4a01-aeb7-14b67d5b064b_removebg.jpg?w=600', 'https://abimg003.imgix.net/WH18KAU/2026-03-10/image/704f7d3b-8189-4f30-9432-f6faa9ef6704_removebg.jpg?w=600', 'https://abimg003.imgix.net/WH18KAU/2026-03-10/image/e04a3856-088b-426e-afb8-5cd08af19ccf_removebg.jpg?w=600', 'https://abimg003.imgix.net/WH18KAU/2026-03-10/image/b2409f6b-14df-4ca6-bce7-089dba8fc2de_removebg.jpg?w=600', 'https://abimg003.imgix.net/WH18KAU/2026-03-10/image/36066541-fb42-4d3d-ba0a-26dbc8a22f19_removebg.jpg?w=600', 'https://abimg003.imgix.net/WH18KAU/2026-03-10/image/9d37cdcf-c2ac-400f-98fb-db13c8582cee_removebg.jpg?w=600', 'https://abimg003.imgix.net/WH18KAU/2026-03-10/image/55250d9d-47c0-4b9f-a4bb-06bbc73a99b3_removebg.jpg?w=600', 'https://abimg003.imgix.net/WH18KAU/2026-03-10/image/01771a49-67e5-465a-910f-4d4abd5867df_removebg.jpg?w=600', 'https://abimg003.imgix.net/WH18KAU/2026-03-10/image/88b6c680-0f49-4216-853c-bf5446ead8bc_removebg.jpg?w=600', 'https://abimg003.imgix.net/WH18KAU/2026-03-10/image/1a2beade-e400-4008-9871-e9892ba32371_removebg.jpg?w=600', 'https://abimg003.imgix.net/WH18KAU/2026-03-10/image/dc00ee18-007c-44aa-a340-2817130674eb_removebg.jpg?w=600'], 'colour': 'BRONZE/WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Fleet', 'serviceHistory': 'Service invoice 1/26 23K - iDRIVE @ 6/20 6K, 6/21 9K, 2/22 10K, 6/23 16K, 2/24 18K, 1/26 23K', 'remarks': 'SPARE KEY - Sports Seats, Front, Vernasca Leather - Canberra Beige with Contrast Stitching, Sun Protection Glass, BMW Individual Exterior Trim in Satin Aluminium, Exterior Mirrors - Electrically Folding with Anti-Dazzle, Heated Front Seats -', 'virtual': False, 'seller': 'Mercedes-Benz South West', '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/f282eb9f-f71d-4fe6-8b4e-aa5b8038386b.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 13:21:49 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c7ed5a15-6d61-52f6-a5ff-d1ec1db20bb2 with identifier: 119616975
2026-03-24 13:21:49 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c7ed5a15-6d61-52f6-a5ff-d1ec1db20bb2 with scrape type 2
2026-03-24 13:21:49 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c7ed5a15-6d61-52f6-a5ff-d1ec1db20bb2 with scrape type 2
2026-03-24 13:21:49 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: c7ed5a15-6d61-52f6-a5ff-d1ec1db20bb2, identifier: 119616975
2026-03-24 13:21:49 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: c7ed5a15-6d61-52f6-a5ff-d1ec1db20bb2 with identifier: 119616975
2026-03-24 13:21:49 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-24 13:21:49 [urllib3.connectionpool] DEBUG: https://translate.google.com:443 "GET /m?tl=en&sl=auto&q=BRONZE%2FWHITE HTTP/1.1" 200 None
2026-03-24 13:21:49 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-24 13:21:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='auto',RowKey='auto') HTTP/1.1" 204 0
2026-03-24 13:21:49 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: c7ed5a15-6d61-52f6-a5ff-d1ec1db20bb2 with identifier: 119616975
2026-03-24 13:21:49 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: c7ed5a15-6d61-52f6-a5ff-d1ec1db20bb2 with identifier: 119616975 to the API
2026-03-24 13:21:49 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 13:21: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-24 13:21:50 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/119616975?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 144,
'color': 'BRONZE',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'expiration_date': '2026-03-25T09:45:00Z',
'fuel_type': 'Diesel',
'id': 'c7ed5a15-6d61-52f6-a5ff-d1ec1db20bb2',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'WH18KAU',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/119616975',
'listing': 'auction',
'location': 'Aston Barclay Westbury',
'make': 'BMW',
'model': 'X3 DIESEL ESTATE',
'odometer': 24121,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2018-08-29',
'seller_name': 'Mercedes-Benz South West',
'title': 'BMW X3 DIESEL ESTATE xDrive20d xLine 5dr Step Auto',
'transmission': 'automatic',
'trim': 'xDrive20d xLine 5dr Step Auto',
'vin': None,
'year': 2018}
2026-03-24 13:21:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:21:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27119616975%27 HTTP/1.1" 200 None
2026-03-24 13:21:50 [astonbarclay.gb] INFO: Saving data for 119616975: {'auction_closing_time': 1774431900.0, 'created_time': 1773402411.692985, 'last_price_update_time': 1774358510.573629}
2026-03-24 13:21:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:21:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='119616975') HTTP/1.1" 204 0
2026-03-24 13:21:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/119794025?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-24 13:21:50 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:21:50 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 119794025, 'registration': 'YX64OGL', 'account': 'MER023', 'make': 'LEXUS', 'model': 'GS SALOON', 'derivative': '450h 3.5 F-Sport 4dr CVT', 'mileage': 119182, 'mileageWarranty': True, 'type': 'car', 'saleId': 19176, 'siteId': 659780, 'site': {'id': 659780, 'name': 'Aston Barclay Westbury', 'vehicles': 130}, 'saleStart': '2026-03-25T09:45Z', 'lot': 2321, 'hall': 'Main Hall', 'transmission': 'automatic', 'firstRegistration': '2014-09-19', 'fuel': 'Petrol/Electric Hybrid', 'motExpiry': '2026-07-17', 'doors': 4, 'engineSize': 3456, 'bodyType': 'Saloon', 'images': ['https://abimg003.imgix.net/YX64OGL/2026-02-23/image/e9a110e2-5354-4724-b244-44fd17914472_removebg.jpg?w=600', 'https://abimg003.imgix.net/YX64OGL/2026-02-23/image/b099da70-d8e4-402b-9d0e-07609236333e_removebg.jpg?w=600', 'https://abimg003.imgix.net/YX64OGL/2026-02-23/image/4010be91-6fb2-4b37-baeb-a5ffdaa25b79_removebg.jpg?w=600', 'https://abimg003.imgix.net/YX64OGL/2026-02-23/image/4facf3fe-94d0-4cb8-b0ad-74192e99f4b0_removebg.jpg?w=600', 'https://abimg003.imgix.net/YX64OGL/2026-02-23/image/0acbbf41-0530-4f1a-9092-68ec977a1198_removebg.jpg?w=600', 'https://abimg003.imgix.net/YX64OGL/2026-02-23/image/f7d24967-ff3b-45a8-8bc6-34e606ec4fc2_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Express', 'serviceHistory': 'Service book 4/15 13K, 10/15 24K, 4/16 39K, 1/17 53K, 6/17 63K, 8/18 70K, 10/20 86K, 7/22 97K, 8/23 103K, 8/24 109K, 8/25 113K', 'remarks': 'S/KEY / V5 GREEN SLIP ONLY - Front Heated/Vented/Electric/Memory Seats, Rear Parking Camera, sunroof, 12.3in Navi and Multimedia Screen', 'virtual': False, 'seller': 'Mercedes-Benz South West', '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/8a8b7ad0-b3a8-4348-af4a-8dd79f4bd6b2.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 13:21:50 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 119794025, 'registration': 'YX64OGL', 'account': 'MER023', 'make': 'LEXUS', 'model': 'GS SALOON', 'derivative': '450h 3.5 F-Sport 4dr CVT', 'mileage': 119182, 'mileageWarranty': True, 'type': 'car', 'saleId': 19176, 'siteId': 659780, 'site': {'id': 659780, 'name': 'Aston Barclay Westbury', 'vehicles': 130}, 'saleStart': '2026-03-25T09:45Z', 'lot': 2321, 'hall': 'Main Hall', 'transmission': 'automatic', 'firstRegistration': '2014-09-19', 'fuel': 'Petrol/Electric Hybrid', 'motExpiry': '2026-07-17', 'doors': 4, 'engineSize': 3456, 'bodyType': 'Saloon', 'images': ['https://abimg003.imgix.net/YX64OGL/2026-02-23/image/e9a110e2-5354-4724-b244-44fd17914472_removebg.jpg?w=600', 'https://abimg003.imgix.net/YX64OGL/2026-02-23/image/b099da70-d8e4-402b-9d0e-07609236333e_removebg.jpg?w=600', 'https://abimg003.imgix.net/YX64OGL/2026-02-23/image/4010be91-6fb2-4b37-baeb-a5ffdaa25b79_removebg.jpg?w=600', 'https://abimg003.imgix.net/YX64OGL/2026-02-23/image/4facf3fe-94d0-4cb8-b0ad-74192e99f4b0_removebg.jpg?w=600', 'https://abimg003.imgix.net/YX64OGL/2026-02-23/image/0acbbf41-0530-4f1a-9092-68ec977a1198_removebg.jpg?w=600', 'https://abimg003.imgix.net/YX64OGL/2026-02-23/image/f7d24967-ff3b-45a8-8bc6-34e606ec4fc2_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Express', 'serviceHistory': 'Service book 4/15 13K, 10/15 24K, 4/16 39K, 1/17 53K, 6/17 63K, 8/18 70K, 10/20 86K, 7/22 97K, 8/23 103K, 8/24 109K, 8/25 113K', 'remarks': 'S/KEY / V5 GREEN SLIP ONLY - Front Heated/Vented/Electric/Memory Seats, Rear Parking Camera, sunroof, 12.3in Navi and Multimedia Screen', 'virtual': False, 'seller': 'Mercedes-Benz South West', '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/8a8b7ad0-b3a8-4348-af4a-8dd79f4bd6b2.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 13:21:50 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f6e82cd3-d15b-5dd8-a51b-7ff547ab9e0c with identifier: 119794025
2026-03-24 13:21:50 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f6e82cd3-d15b-5dd8-a51b-7ff547ab9e0c with scrape type 2
2026-03-24 13:21:50 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f6e82cd3-d15b-5dd8-a51b-7ff547ab9e0c with scrape type 2
2026-03-24 13:21:50 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: f6e82cd3-d15b-5dd8-a51b-7ff547ab9e0c, identifier: 119794025
2026-03-24 13:21:50 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: f6e82cd3-d15b-5dd8-a51b-7ff547ab9e0c with identifier: 119794025
2026-03-24 13:21:50 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: f6e82cd3-d15b-5dd8-a51b-7ff547ab9e0c with identifier: 119794025
2026-03-24 13:21:50 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: f6e82cd3-d15b-5dd8-a51b-7ff547ab9e0c with identifier: 119794025 to the API
2026-03-24 13:21:50 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 13:21: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-24 13:21:51 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/119794025?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 145,
'color': 'BLACK',
'currency': 'GBP',
'doors_number': 4,
'emission_standard': 'EURO 5',
'engine': '3.5L',
'expiration_date': '2026-03-25T09:45:00Z',
'fuel_type': 'Petrol/Electric Hybrid',
'id': 'f6e82cd3-d15b-5dd8-a51b-7ff547ab9e0c',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'YX64OGL',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/119794025',
'listing': 'auction',
'location': 'Aston Barclay Westbury',
'make': 'LEXUS',
'model': 'GS SALOON',
'odometer': 119182,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2014-09-19',
'seller_name': 'Mercedes-Benz South West',
'title': 'LEXUS GS SALOON 450h 3.5 F-Sport 4dr CVT',
'transmission': 'automatic',
'trim': '450h 3.5 F-Sport 4dr CVT',
'vin': None,
'year': 2014}
2026-03-24 13:21:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:21:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27119794025%27 HTTP/1.1" 200 None
2026-03-24 13:21:51 [astonbarclay.gb] INFO: Saving data for 119794025: {'auction_closing_time': 1774431900.0, 'created_time': 1773402958.59417, 'last_price_update_time': 1774358511.204942}
2026-03-24 13:21:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:21:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='119794025') HTTP/1.1" 204 0
2026-03-24 13:21:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120589562?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-24 13:21:51 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:21:52 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120589562, 'registration': 'KY66ZCX', 'account': 'MER023', 'make': 'MERCEDES-BENZ', 'model': 'C CLASS DIESEL SALOON', 'derivative': 'C220d Sport Premium Plus 4dr Auto', 'mileage': 50100, 'mileageWarranty': True, 'type': 'car', 'saleId': 19176, 'siteId': 659780, 'site': {'id': 659780, 'name': 'Aston Barclay Westbury', 'vehicles': 130}, 'saleStart': '2026-03-25T09:45Z', 'lot': 2316, 'hall': 'Main Hall', 'transmission': 'automatic', 'firstRegistration': '2016-09-27', 'fuel': 'Diesel', 'motExpiry': '2026-09-26', 'doors': 4, 'engineSize': 2143, 'bodyType': 'Saloon', 'images': ['https://abimg003.imgix.net/KY66ZCX/2026-03-20/image/700dcbff-33c6-4d06-b3ef-705caef455d3_removebg.jpg?w=600', 'https://abimg003.imgix.net/KY66ZCX/2026-03-20/image/8df5b8fc-fc9b-446f-89a0-796c03dfd6cc_removebg.jpg?w=600', 'https://abimg003.imgix.net/KY66ZCX/2026-03-20/image/fa9f3cc1-1757-460d-8bd2-9bc21f52086f_removebg.jpg?w=600', 'https://abimg003.imgix.net/KY66ZCX/2026-03-20/image/2b39a7f0-86a3-4718-bb6b-35138c2d7fc1_removebg.jpg?w=600', 'https://abimg003.imgix.net/KY66ZCX/2026-03-20/image/8333d4fa-9bc3-439c-b3fd-5cd603b421dd_removebg.jpg?w=600', 'https://abimg003.imgix.net/KY66ZCX/2026-03-20/image/91739425-033a-4545-a3eb-2fa2f8ea3ad8_removebg.jpg?w=600', 'https://abimg003.imgix.net/KY66ZCX/2026-03-20/image/81ff54e3-84a8-4a4a-96f6-f3161f710f2b_removebg.jpg?w=600', 'https://abimg003.imgix.net/KY66ZCX/2026-03-20/image/edd6816c-60c3-4ef8-8586-ad881e3ba376_removebg.jpg?w=600', 'https://abimg003.imgix.net/KY66ZCX/2026-03-20/image/071f0ab7-e679-4700-88b2-6a2998552f84_removebg.jpg?w=600'], 'colour': 'SILVER', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Fleet', 'serviceHistory': 'Service print 01/18 2K 12/18 11K 12/19 18K 12/20 23K', 'remarks': 'S/KEY Active Parking Assist with PARKTRONIC, Memory Pack, Electric panoramic glass sunroof, Burmester® surround soundsystem, DVD player, Front seats - heated, Parking Package, Mirror Package', 'virtual': False, 'seller': 'Mercedes-Benz South West', '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/e86ba0de-ecc9-48ab-b8fc-aa72c09b6213.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 13:21:52 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120589562, 'registration': 'KY66ZCX', 'account': 'MER023', 'make': 'MERCEDES-BENZ', 'model': 'C CLASS DIESEL SALOON', 'derivative': 'C220d Sport Premium Plus 4dr Auto', 'mileage': 50100, 'mileageWarranty': True, 'type': 'car', 'saleId': 19176, 'siteId': 659780, 'site': {'id': 659780, 'name': 'Aston Barclay Westbury', 'vehicles': 130}, 'saleStart': '2026-03-25T09:45Z', 'lot': 2316, 'hall': 'Main Hall', 'transmission': 'automatic', 'firstRegistration': '2016-09-27', 'fuel': 'Diesel', 'motExpiry': '2026-09-26', 'doors': 4, 'engineSize': 2143, 'bodyType': 'Saloon', 'images': ['https://abimg003.imgix.net/KY66ZCX/2026-03-20/image/700dcbff-33c6-4d06-b3ef-705caef455d3_removebg.jpg?w=600', 'https://abimg003.imgix.net/KY66ZCX/2026-03-20/image/8df5b8fc-fc9b-446f-89a0-796c03dfd6cc_removebg.jpg?w=600', 'https://abimg003.imgix.net/KY66ZCX/2026-03-20/image/fa9f3cc1-1757-460d-8bd2-9bc21f52086f_removebg.jpg?w=600', 'https://abimg003.imgix.net/KY66ZCX/2026-03-20/image/2b39a7f0-86a3-4718-bb6b-35138c2d7fc1_removebg.jpg?w=600', 'https://abimg003.imgix.net/KY66ZCX/2026-03-20/image/8333d4fa-9bc3-439c-b3fd-5cd603b421dd_removebg.jpg?w=600', 'https://abimg003.imgix.net/KY66ZCX/2026-03-20/image/91739425-033a-4545-a3eb-2fa2f8ea3ad8_removebg.jpg?w=600', 'https://abimg003.imgix.net/KY66ZCX/2026-03-20/image/81ff54e3-84a8-4a4a-96f6-f3161f710f2b_removebg.jpg?w=600', 'https://abimg003.imgix.net/KY66ZCX/2026-03-20/image/edd6816c-60c3-4ef8-8586-ad881e3ba376_removebg.jpg?w=600', 'https://abimg003.imgix.net/KY66ZCX/2026-03-20/image/071f0ab7-e679-4700-88b2-6a2998552f84_removebg.jpg?w=600'], 'colour': 'SILVER', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Fleet', 'serviceHistory': 'Service print 01/18 2K 12/18 11K 12/19 18K 12/20 23K', 'remarks': 'S/KEY Active Parking Assist with PARKTRONIC, Memory Pack, Electric panoramic glass sunroof, Burmester® surround soundsystem, DVD player, Front seats - heated, Parking Package, Mirror Package', 'virtual': False, 'seller': 'Mercedes-Benz South West', '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/e86ba0de-ecc9-48ab-b8fc-aa72c09b6213.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 13:21:52 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5171cc03-a9d5-5a64-a99d-6e24163bee34 with identifier: 120589562
2026-03-24 13:21:52 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5171cc03-a9d5-5a64-a99d-6e24163bee34 with scrape type 2
2026-03-24 13:21:52 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5171cc03-a9d5-5a64-a99d-6e24163bee34 with scrape type 2
2026-03-24 13:21:52 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 5171cc03-a9d5-5a64-a99d-6e24163bee34, identifier: 120589562
2026-03-24 13:21:52 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 5171cc03-a9d5-5a64-a99d-6e24163bee34 with identifier: 120589562
2026-03-24 13:21:52 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 5171cc03-a9d5-5a64-a99d-6e24163bee34 with identifier: 120589562
2026-03-24 13:21:52 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 5171cc03-a9d5-5a64-a99d-6e24163bee34 with identifier: 120589562 to the API
2026-03-24 13:21:52 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 13:21: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-24 13:21:52 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120589562?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 109,
'color': 'SILVER',
'currency': 'GBP',
'doors_number': 4,
'emission_standard': 'EURO 6',
'engine': '2.1L',
'expiration_date': '2026-03-25T09:45:00Z',
'fuel_type': 'Diesel',
'id': '5171cc03-a9d5-5a64-a99d-6e24163bee34',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'KY66ZCX',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120589562',
'listing': 'auction',
'location': 'Aston Barclay Westbury',
'make': 'MERCEDES-BENZ',
'model': 'C CLASS DIESEL SALOON',
'odometer': 50100,
'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': 'Mercedes-Benz South West',
'title': 'MERCEDES-BENZ C CLASS DIESEL SALOON C220d Sport Premium Plus 4dr '
'Auto',
'transmission': 'automatic',
'trim': 'C220d Sport Premium Plus 4dr Auto',
'vin': None,
'year': 2016}
2026-03-24 13:21:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:21:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120589562%27 HTTP/1.1" 200 None
2026-03-24 13:21:52 [astonbarclay.gb] INFO: Saving data for 120589562: {'auction_closing_time': 1774431900.0, 'created_time': 1773947234.572924, 'last_price_update_time': 1774358512.71779}
2026-03-24 13:21:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:21:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120589562') HTTP/1.1" 204 0
2026-03-24 13:21:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120589527?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-24 13:21:52 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:21:52 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120589527, 'registration': 'EY67HFC', 'account': 'MER023', 'make': 'FIAT', 'model': '500 HATCHBACK', 'derivative': '1.2 S 3dr', 'mileage': 64906, 'mileageWarranty': True, 'type': 'car', 'saleId': 19176, 'siteId': 659780, 'site': {'id': 659780, 'name': 'Aston Barclay Westbury', 'vehicles': 130}, 'saleStart': '2026-03-25T09:45Z', 'lot': 2315, 'hall': 'Main Hall', 'transmission': 'manual', 'firstRegistration': '2017-09-30', 'fuel': 'Petrol', 'motExpiry': '2026-06-20', 'doors': 3, 'engineSize': 1242, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/EY67HFC/2026-03-20/image/f895cb61-e95a-42cf-9397-bfd87aabc343_removebg.jpg?w=600', 'https://abimg003.imgix.net/EY67HFC/2026-03-20/image/b7b4abd1-2417-4e42-a175-d9269f18bb11_removebg.jpg?w=600', 'https://abimg003.imgix.net/EY67HFC/2026-03-20/image/b6afca65-4587-4170-bb14-8dcba7831c33_removebg.jpg?w=600', 'https://abimg003.imgix.net/EY67HFC/2026-03-20/image/36998b83-1d61-4670-b8e3-16e68dd5a2c6_removebg.jpg?w=600', 'https://abimg003.imgix.net/EY67HFC/2026-03-20/image/648882f1-dbfe-41e2-94a6-79072da25dbc_removebg.jpg?w=600', 'https://abimg003.imgix.net/EY67HFC/2026-03-20/image/d8b2d5db-04e1-4638-863d-2f3ef692bf62_removebg.jpg?w=600', 'https://abimg003.imgix.net/EY67HFC/2026-03-20/image/bb013dab-1ea3-4a87-bd31-501338da54b9_removebg.jpg?w=600', 'https://abimg003.imgix.net/EY67HFC/2026-03-20/image/8850edf4-b664-466e-bf5c-6eae27eb90e8_removebg.jpg?w=600', 'https://abimg003.imgix.net/EY67HFC/2026-03-20/image/f67b230a-4e17-4917-a505-7c17363c9e34_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Fleet', 'serviceHistory': 'Service book 10/18 8K 05/21 38K 06/22 45K 06/23 50K 01/26 64K', 'remarks': 'SKEY', 'virtual': False, 'seller': 'Mercedes-Benz South West', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '3', 'v5': True, 'v5details': 'Here', 'co2': 110, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/39c6b710-26e5-4567-a2fa-6d2c32cde7c1.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 13:21:52 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120589527, 'registration': 'EY67HFC', 'account': 'MER023', 'make': 'FIAT', 'model': '500 HATCHBACK', 'derivative': '1.2 S 3dr', 'mileage': 64906, 'mileageWarranty': True, 'type': 'car', 'saleId': 19176, 'siteId': 659780, 'site': {'id': 659780, 'name': 'Aston Barclay Westbury', 'vehicles': 130}, 'saleStart': '2026-03-25T09:45Z', 'lot': 2315, 'hall': 'Main Hall', 'transmission': 'manual', 'firstRegistration': '2017-09-30', 'fuel': 'Petrol', 'motExpiry': '2026-06-20', 'doors': 3, 'engineSize': 1242, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/EY67HFC/2026-03-20/image/f895cb61-e95a-42cf-9397-bfd87aabc343_removebg.jpg?w=600', 'https://abimg003.imgix.net/EY67HFC/2026-03-20/image/b7b4abd1-2417-4e42-a175-d9269f18bb11_removebg.jpg?w=600', 'https://abimg003.imgix.net/EY67HFC/2026-03-20/image/b6afca65-4587-4170-bb14-8dcba7831c33_removebg.jpg?w=600', 'https://abimg003.imgix.net/EY67HFC/2026-03-20/image/36998b83-1d61-4670-b8e3-16e68dd5a2c6_removebg.jpg?w=600', 'https://abimg003.imgix.net/EY67HFC/2026-03-20/image/648882f1-dbfe-41e2-94a6-79072da25dbc_removebg.jpg?w=600', 'https://abimg003.imgix.net/EY67HFC/2026-03-20/image/d8b2d5db-04e1-4638-863d-2f3ef692bf62_removebg.jpg?w=600', 'https://abimg003.imgix.net/EY67HFC/2026-03-20/image/bb013dab-1ea3-4a87-bd31-501338da54b9_removebg.jpg?w=600', 'https://abimg003.imgix.net/EY67HFC/2026-03-20/image/8850edf4-b664-466e-bf5c-6eae27eb90e8_removebg.jpg?w=600', 'https://abimg003.imgix.net/EY67HFC/2026-03-20/image/f67b230a-4e17-4917-a505-7c17363c9e34_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Fleet', 'serviceHistory': 'Service book 10/18 8K 05/21 38K 06/22 45K 06/23 50K 01/26 64K', 'remarks': 'SKEY', 'virtual': False, 'seller': 'Mercedes-Benz South West', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '3', 'v5': True, 'v5details': 'Here', 'co2': 110, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/39c6b710-26e5-4567-a2fa-6d2c32cde7c1.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 13:21:52 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a6bfaecd-b05e-5247-826b-9ba0aba6321c with identifier: 120589527
2026-03-24 13:21:52 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a6bfaecd-b05e-5247-826b-9ba0aba6321c with scrape type 2
2026-03-24 13:21:52 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a6bfaecd-b05e-5247-826b-9ba0aba6321c with scrape type 2
2026-03-24 13:21:52 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: a6bfaecd-b05e-5247-826b-9ba0aba6321c, identifier: 120589527
2026-03-24 13:21:52 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: a6bfaecd-b05e-5247-826b-9ba0aba6321c with identifier: 120589527
2026-03-24 13:21:52 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: a6bfaecd-b05e-5247-826b-9ba0aba6321c with identifier: 120589527
2026-03-24 13:21:53 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: a6bfaecd-b05e-5247-826b-9ba0aba6321c with identifier: 120589527 to the API
2026-03-24 13:21:53 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 13:21: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-24 13:21:54 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120589527?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 110,
'color': 'BLACK',
'currency': 'GBP',
'doors_number': 3,
'emission_standard': 'EURO 6',
'engine': '1.2L',
'expiration_date': '2026-03-25T09:45:00Z',
'fuel_type': 'Petrol',
'id': 'a6bfaecd-b05e-5247-826b-9ba0aba6321c',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'EY67HFC',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120589527',
'listing': 'auction',
'location': 'Aston Barclay Westbury',
'make': 'FIAT',
'model': '500 HATCHBACK',
'odometer': 64906,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2017-09-30',
'seller_name': 'Mercedes-Benz South West',
'title': 'FIAT 500 HATCHBACK 1.2 S 3dr',
'transmission': 'manual',
'trim': '1.2 S 3dr',
'vin': None,
'year': 2017}
2026-03-24 13:21:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:21:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120589527%27 HTTP/1.1" 200 None
2026-03-24 13:21:54 [astonbarclay.gb] INFO: Saving data for 120589527: {'auction_closing_time': 1774431900.0, 'created_time': 1773947237.530416, 'last_price_update_time': 1774358514.622529}
2026-03-24 13:21:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:21:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120589527') HTTP/1.1" 204 0
2026-03-24 13:21:55 [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-24 13:21:55 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:21:55 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', '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': 19176, 'siteId': 659780, 'site': {'id': 659780, 'name': 'Aston Barclay Westbury', 'vehicles': 130}, 'saleStart': '2026-03-25T09:45Z', 'lot': 2314, '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-24 13:21:55 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', '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': 19176, 'siteId': 659780, 'site': {'id': 659780, 'name': 'Aston Barclay Westbury', 'vehicles': 130}, 'saleStart': '2026-03-25T09:45Z', 'lot': 2314, '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-24 13:21:55 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 158fdfe5-4a12-54b6-a8d0-1e79fe8532db with identifier: 120056601
2026-03-24 13:21:55 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 158fdfe5-4a12-54b6-a8d0-1e79fe8532db with scrape type 2
2026-03-24 13:21:55 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 158fdfe5-4a12-54b6-a8d0-1e79fe8532db with scrape type 2
2026-03-24 13:21:56 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 158fdfe5-4a12-54b6-a8d0-1e79fe8532db, identifier: 120056601
2026-03-24 13:21:56 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 158fdfe5-4a12-54b6-a8d0-1e79fe8532db with identifier: 120056601
2026-03-24 13:21:56 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 158fdfe5-4a12-54b6-a8d0-1e79fe8532db with identifier: 120056601
2026-03-24 13:21:56 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 158fdfe5-4a12-54b6-a8d0-1e79fe8532db with identifier: 120056601 to the API
2026-03-24 13:21:56 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 13:21:56 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-24 13:21:56 [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-03-25T09:45: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-24 13:21:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:21:56 [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-24 13:21:56 [astonbarclay.gb] INFO: Saving data for 120056601: {'auction_closing_time': 1774431900.0, 'created_time': 1773402345.487113, 'last_price_update_time': 1774358516.569802}
2026-03-24 13:21:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:21:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120056601') HTTP/1.1" 204 0
2026-03-24 13:21:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120247945?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-24 13:21:57 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:21:57 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120247945, 'registration': 'MT72HOJ', 'account': 'GRS002', 'make': 'RENAULT', 'model': 'MASTER LWB DIESEL FWD', 'derivative': 'LM35dCi 135 Business+ Medium Roof Van', 'mileage': 70613, 'mileageWarranty': True, 'type': 'commercial', 'saleId': 19176, 'siteId': 659780, 'site': {'id': 659780, 'name': 'Aston Barclay Westbury', 'vehicles': 130}, 'saleStart': '2026-03-25T09:45Z', 'lot': 3005, 'hall': 'Main Hall', 'transmission': 'manual', 'firstRegistration': '2022-11-02', 'fuel': 'Diesel', 'motExpiry': '2026-11-05', 'doors': None, 'engineSize': 2298, 'bodyType': 'Medium Roof Van', 'images': ['https://abimg003.imgix.net/MT72HOJ/2026-03-13/image/02e1b0bc-5aba-4ae7-826b-1181f3cc6b97_removebg.jpg?w=600', 'https://abimg003.imgix.net/MT72HOJ/2026-03-13/image/7262c7d8-c67e-469b-a645-23d494fd00cf_removebg.jpg?w=600', 'https://abimg003.imgix.net/MT72HOJ/2026-03-13/image/511aeaae-75ee-428c-b2c7-10cbf099f7b1_removebg.jpg?w=600', 'https://abimg003.imgix.net/MT72HOJ/2026-03-13/image/43bde529-6d95-4667-9bad-67cf02426c64_removebg.jpg?w=600', 'https://abimg003.imgix.net/MT72HOJ/2026-03-13/image/ed04e9bf-7ad6-4feb-a2b7-648197687814_removebg.jpg?w=600', 'https://abimg003.imgix.net/MT72HOJ/2026-03-13/image/f4010678-ff1f-44aa-b36d-cb2fafe6bdd5_removebg.jpg?w=600', 'https://abimg003.imgix.net/MT72HOJ/2026-03-13/image/643c810e-7a05-4002-9b97-2b4a875e6d62_removebg.jpg?w=600', 'https://abimg003.imgix.net/MT72HOJ/2026-03-13/image/7601e00c-36ae-444c-afb7-571d444e7375_removebg.jpg?w=600', 'https://abimg003.imgix.net/MT72HOJ/2026-03-13/image/7a47d37b-b70e-4f5e-8116-4b9f7c49007f_removebg.jpg?w=600', 'https://abimg003.imgix.net/MT72HOJ/2026-03-13/image/a4b9b6bd-d929-4146-855f-24c209c8b9e2_removebg.jpg?w=600'], 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Fleet - LCV', 'serviceHistory': '', 'remarks': '1 OWNER FROM NEW / MOPT EXP 11/26 / VOSA STATES 63K / NO SPARE KEY', 'virtual': False, 'seller': 'GRS Motor 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/5690ddc7-a743-4426-b633-909f40f9a5c8.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': '+VAT', 'value': '+VAT'}}
2026-03-24 13:21:57 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120247945, 'registration': 'MT72HOJ', 'account': 'GRS002', 'make': 'RENAULT', 'model': 'MASTER LWB DIESEL FWD', 'derivative': 'LM35dCi 135 Business+ Medium Roof Van', 'mileage': 70613, 'mileageWarranty': True, 'type': 'commercial', 'saleId': 19176, 'siteId': 659780, 'site': {'id': 659780, 'name': 'Aston Barclay Westbury', 'vehicles': 130}, 'saleStart': '2026-03-25T09:45Z', 'lot': 3005, 'hall': 'Main Hall', 'transmission': 'manual', 'firstRegistration': '2022-11-02', 'fuel': 'Diesel', 'motExpiry': '2026-11-05', 'doors': None, 'engineSize': 2298, 'bodyType': 'Medium Roof Van', 'images': ['https://abimg003.imgix.net/MT72HOJ/2026-03-13/image/02e1b0bc-5aba-4ae7-826b-1181f3cc6b97_removebg.jpg?w=600', 'https://abimg003.imgix.net/MT72HOJ/2026-03-13/image/7262c7d8-c67e-469b-a645-23d494fd00cf_removebg.jpg?w=600', 'https://abimg003.imgix.net/MT72HOJ/2026-03-13/image/511aeaae-75ee-428c-b2c7-10cbf099f7b1_removebg.jpg?w=600', 'https://abimg003.imgix.net/MT72HOJ/2026-03-13/image/43bde529-6d95-4667-9bad-67cf02426c64_removebg.jpg?w=600', 'https://abimg003.imgix.net/MT72HOJ/2026-03-13/image/ed04e9bf-7ad6-4feb-a2b7-648197687814_removebg.jpg?w=600', 'https://abimg003.imgix.net/MT72HOJ/2026-03-13/image/f4010678-ff1f-44aa-b36d-cb2fafe6bdd5_removebg.jpg?w=600', 'https://abimg003.imgix.net/MT72HOJ/2026-03-13/image/643c810e-7a05-4002-9b97-2b4a875e6d62_removebg.jpg?w=600', 'https://abimg003.imgix.net/MT72HOJ/2026-03-13/image/7601e00c-36ae-444c-afb7-571d444e7375_removebg.jpg?w=600', 'https://abimg003.imgix.net/MT72HOJ/2026-03-13/image/7a47d37b-b70e-4f5e-8116-4b9f7c49007f_removebg.jpg?w=600', 'https://abimg003.imgix.net/MT72HOJ/2026-03-13/image/a4b9b6bd-d929-4146-855f-24c209c8b9e2_removebg.jpg?w=600'], 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Fleet - LCV', 'serviceHistory': '', 'remarks': '1 OWNER FROM NEW / MOPT EXP 11/26 / VOSA STATES 63K / NO SPARE KEY', 'virtual': False, 'seller': 'GRS Motor 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/5690ddc7-a743-4426-b633-909f40f9a5c8.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': '+VAT', 'value': '+VAT'}}
2026-03-24 13:21:57 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5b661f59-1d4f-532b-ba35-2151ae51c643 with identifier: 120247945
2026-03-24 13:21:57 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5b661f59-1d4f-532b-ba35-2151ae51c643 with scrape type 2
2026-03-24 13:21:57 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5b661f59-1d4f-532b-ba35-2151ae51c643 with scrape type 2
2026-03-24 13:21:58 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 5b661f59-1d4f-532b-ba35-2151ae51c643, identifier: 120247945
2026-03-24 13:21:58 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 5b661f59-1d4f-532b-ba35-2151ae51c643 with identifier: 120247945
2026-03-24 13:21:58 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 5b661f59-1d4f-532b-ba35-2151ae51c643 with identifier: 120247945
2026-03-24 13:21:58 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 5b661f59-1d4f-532b-ba35-2151ae51c643 with identifier: 120247945 to the API
2026-03-24 13:21:58 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 13:21:58 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-24 13:21:58 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120247945?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 244,
'color': 'WHITE',
'currency': 'GBP',
'doors_number': None,
'emission_standard': 'EURO 6',
'engine': '2.3L',
'expiration_date': '2026-03-25T09:45:00Z',
'fuel_type': 'Diesel',
'id': '5b661f59-1d4f-532b-ba35-2151ae51c643',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'MT72HOJ',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120247945',
'listing': 'auction',
'location': 'Aston Barclay Westbury',
'make': 'RENAULT',
'model': 'MASTER LWB DIESEL FWD',
'odometer': 70613,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-11-02',
'seller_name': 'GRS Motor Group',
'title': 'RENAULT MASTER LWB DIESEL FWD LM35dCi 135 Business+ Medium Roof Van',
'transmission': 'manual',
'trim': 'LM35dCi 135 Business+ Medium Roof Van',
'vin': None,
'year': 2022}
2026-03-24 13:21:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:21:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120247945%27 HTTP/1.1" 200 None
2026-03-24 13:21:58 [astonbarclay.gb] INFO: Saving data for 120247945: {'auction_closing_time': 1774431900.0, 'created_time': 1773402484.944806, 'last_price_update_time': 1774358518.391057}
2026-03-24 13:21:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:21:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120247945') HTTP/1.1" 204 0
2026-03-24 13:21:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/119482197?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-24 13:21:59 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:21:59 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 119482197, 'registration': 'KK19BCX', 'account': 'WIL004', 'make': 'PEUGEOT', 'model': '3008 ESTATE', 'derivative': '1.2 PureTech Allure 5dr EAT8', 'mileage': 79633, 'mileageWarranty': True, 'type': 'car', 'saleId': 19176, 'siteId': 659780, 'site': {'id': 659780, 'name': 'Aston Barclay Westbury', 'vehicles': 130}, 'saleStart': '2026-03-25T09:45Z', 'lot': 2216, 'hall': 'Main Hall', 'transmission': 'automatic', 'firstRegistration': '2019-06-07', 'fuel': 'Petrol', 'motExpiry': '2026-06-06', 'doors': 5, 'engineSize': 1200, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/KK19BCX/2026-02-12/image/caa77acf-7af4-4420-b5f3-0dc69dc1909c_removebg.jpg?w=600', 'https://abimg003.imgix.net/KK19BCX/2026-02-12/image/88e80db3-5463-4dc1-957f-d2fdc9a68574_removebg.jpg?w=600', 'https://abimg003.imgix.net/KK19BCX/2026-02-12/image/619322c6-71f1-4434-86d1-904f4b5feb33_removebg.jpg?w=600', 'https://abimg003.imgix.net/KK19BCX/2026-02-12/image/a35cca38-d462-4b8a-a74d-eac0f24baf84_removebg.jpg?w=600', 'https://abimg003.imgix.net/KK19BCX/2026-02-12/image/c8035d5a-3fd1-46d7-83b6-befb6f11c7ba_removebg.jpg?w=600', 'https://abimg003.imgix.net/KK19BCX/2026-02-12/image/15659653-0793-46cf-9e44-5da3e655a5ef_removebg.jpg?w=600', 'https://abimg003.imgix.net/KK19BCX/2026-02-12/image/46768328-bafe-41cc-a966-44da8d914ade_removebg.jpg?w=600', 'https://abimg003.imgix.net/KK19BCX/2026-02-12/image/9071cccd-e183-4877-bf45-a56829f2e315_removebg.jpg?w=600', 'https://abimg003.imgix.net/KK19BCX/2026-02-12/image/f52a8c8e-cd87-4c8d-a9d1-a4899daabeb3_removebg.jpg?w=600', 'https://abimg003.imgix.net/KK19BCX/2026-02-12/image/eae83f05-db3b-4f42-94c8-c90756e36c6b_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Fleet', 'serviceHistory': '', 'remarks': 'S/KEY', 'virtual': False, 'seller': 'Wilsons', '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/e51c2ad1-7e0d-446a-80e2-c3ad1631d623.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 13:21:59 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 119482197, 'registration': 'KK19BCX', 'account': 'WIL004', 'make': 'PEUGEOT', 'model': '3008 ESTATE', 'derivative': '1.2 PureTech Allure 5dr EAT8', 'mileage': 79633, 'mileageWarranty': True, 'type': 'car', 'saleId': 19176, 'siteId': 659780, 'site': {'id': 659780, 'name': 'Aston Barclay Westbury', 'vehicles': 130}, 'saleStart': '2026-03-25T09:45Z', 'lot': 2216, 'hall': 'Main Hall', 'transmission': 'automatic', 'firstRegistration': '2019-06-07', 'fuel': 'Petrol', 'motExpiry': '2026-06-06', 'doors': 5, 'engineSize': 1200, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/KK19BCX/2026-02-12/image/caa77acf-7af4-4420-b5f3-0dc69dc1909c_removebg.jpg?w=600', 'https://abimg003.imgix.net/KK19BCX/2026-02-12/image/88e80db3-5463-4dc1-957f-d2fdc9a68574_removebg.jpg?w=600', 'https://abimg003.imgix.net/KK19BCX/2026-02-12/image/619322c6-71f1-4434-86d1-904f4b5feb33_removebg.jpg?w=600', 'https://abimg003.imgix.net/KK19BCX/2026-02-12/image/a35cca38-d462-4b8a-a74d-eac0f24baf84_removebg.jpg?w=600', 'https://abimg003.imgix.net/KK19BCX/2026-02-12/image/c8035d5a-3fd1-46d7-83b6-befb6f11c7ba_removebg.jpg?w=600', 'https://abimg003.imgix.net/KK19BCX/2026-02-12/image/15659653-0793-46cf-9e44-5da3e655a5ef_removebg.jpg?w=600', 'https://abimg003.imgix.net/KK19BCX/2026-02-12/image/46768328-bafe-41cc-a966-44da8d914ade_removebg.jpg?w=600', 'https://abimg003.imgix.net/KK19BCX/2026-02-12/image/9071cccd-e183-4877-bf45-a56829f2e315_removebg.jpg?w=600', 'https://abimg003.imgix.net/KK19BCX/2026-02-12/image/f52a8c8e-cd87-4c8d-a9d1-a4899daabeb3_removebg.jpg?w=600', 'https://abimg003.imgix.net/KK19BCX/2026-02-12/image/eae83f05-db3b-4f42-94c8-c90756e36c6b_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Fleet', 'serviceHistory': '', 'remarks': 'S/KEY', 'virtual': False, 'seller': 'Wilsons', '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/e51c2ad1-7e0d-446a-80e2-c3ad1631d623.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 13:21:59 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0407a521-7dcd-5058-9af0-49381584fbcd with identifier: 119482197
2026-03-24 13:21:59 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0407a521-7dcd-5058-9af0-49381584fbcd with scrape type 2
2026-03-24 13:21:59 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0407a521-7dcd-5058-9af0-49381584fbcd with scrape type 2
2026-03-24 13:21:59 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 0407a521-7dcd-5058-9af0-49381584fbcd, identifier: 119482197
2026-03-24 13:21:59 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 0407a521-7dcd-5058-9af0-49381584fbcd with identifier: 119482197
2026-03-24 13:21:59 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 0407a521-7dcd-5058-9af0-49381584fbcd with identifier: 119482197
2026-03-24 13:21:59 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 0407a521-7dcd-5058-9af0-49381584fbcd with identifier: 119482197 to the API
2026-03-24 13:21:59 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 13:22:01 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-24 13:22:01 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/119482197?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 120,
'color': 'GREY',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.2L',
'expiration_date': '2026-03-25T09:45:00Z',
'fuel_type': 'Petrol',
'id': '0407a521-7dcd-5058-9af0-49381584fbcd',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'KK19BCX',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/119482197',
'listing': 'auction',
'location': 'Aston Barclay Westbury',
'make': 'PEUGEOT',
'model': '3008 ESTATE',
'odometer': 79633,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2019-06-07',
'seller_name': 'Wilsons',
'title': 'PEUGEOT 3008 ESTATE 1.2 PureTech Allure 5dr EAT8',
'transmission': 'automatic',
'trim': '1.2 PureTech Allure 5dr EAT8',
'vin': None,
'year': 2019}
2026-03-24 13:22:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:22:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27119482197%27 HTTP/1.1" 200 None
2026-03-24 13:22:01 [astonbarclay.gb] INFO: Saving data for 119482197: {'auction_closing_time': 1774431900.0, 'created_time': 1773403335.552822, 'last_price_update_time': 1774358521.807364}
2026-03-24 13:22:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:22:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='119482197') HTTP/1.1" 204 0
2026-03-24 13:22:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120411937?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-24 13:22:01 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:22:01 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120411937, 'registration': 'FV69DJD', 'account': 'MER023', 'make': 'MERCEDES-BENZ', 'model': 'A CLASS DIESEL HATCHBACK', 'derivative': 'A180d AMG Line 5dr Auto', 'mileage': 54395, 'mileageWarranty': True, 'type': 'car', 'saleId': 19176, 'siteId': 659780, 'site': {'id': 659780, 'name': 'Aston Barclay Westbury', 'vehicles': 130}, 'saleStart': '2026-03-25T09:45Z', 'lot': 2304, 'hall': 'Main Hall', 'transmission': 'automatic', 'firstRegistration': '2019-12-23', 'fuel': 'Diesel', 'motExpiry': '2026-10-16', 'doors': 5, 'engineSize': 1461, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/FV69DJD/2026-03-13/image/71373caa-3125-43f7-8b5f-7f7a29ba6c1f_removebg.jpg?w=600', 'https://abimg003.imgix.net/FV69DJD/2026-03-13/image/110fcc52-1321-4d58-9277-d7132e2f2343_removebg.jpg?w=600', 'https://abimg003.imgix.net/FV69DJD/2026-03-13/image/1e295f03-4fe9-403a-8380-97ad9e5924d8_removebg.jpg?w=600', 'https://abimg003.imgix.net/FV69DJD/2026-03-13/image/84296754-78f7-4d80-9492-7f36d19af0aa_removebg.jpg?w=600', 'https://abimg003.imgix.net/FV69DJD/2026-03-13/image/4327321a-37d7-43ca-a091-fe9ca821f76a_removebg.jpg?w=600', 'https://abimg003.imgix.net/FV69DJD/2026-03-13/image/88bd91f9-42e2-4e02-94a1-3db6b27f67e6_removebg.jpg?w=600', 'https://abimg003.imgix.net/FV69DJD/2026-03-13/image/a75dda7a-ccfe-4ead-8945-d0036e89d181_removebg.jpg?w=600', 'https://abimg003.imgix.net/FV69DJD/2026-03-13/image/b60a82d1-96dc-4fc5-9813-f2267d1e2e6b_removebg.jpg?w=600', 'https://abimg003.imgix.net/FV69DJD/2026-03-13/image/80ac52c4-ec9f-470d-8112-e1589e480a8f_removebg.jpg?w=600'], 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Fleet', 'serviceHistory': 'Service print 2/21 8K (KM?), 3/22 18K (KM?), 5/24 39K', 'remarks': 'V5 SCANNED COPY FRONT PAGE, S/KEY - SOME VOSA ENTRIES AND SERVICE ENTRIES IN KM - THERMOTRONIC automatic climate control, LED High Performance headlamp, Heat-insulating dark-tinted glass, 18-inch AMG 5-spoke alloy wheels, Heat-insulating dark-tinted glass, Light and sight package', 'virtual': False, 'seller': 'Mercedes-Benz South West', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': None, 'v5': False, 'v5details': None, 'co2': 103, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/e36c50aa-c1ce-451e-b1ea-df9b9168a11d.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 13:22:01 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120411937, 'registration': 'FV69DJD', 'account': 'MER023', 'make': 'MERCEDES-BENZ', 'model': 'A CLASS DIESEL HATCHBACK', 'derivative': 'A180d AMG Line 5dr Auto', 'mileage': 54395, 'mileageWarranty': True, 'type': 'car', 'saleId': 19176, 'siteId': 659780, 'site': {'id': 659780, 'name': 'Aston Barclay Westbury', 'vehicles': 130}, 'saleStart': '2026-03-25T09:45Z', 'lot': 2304, 'hall': 'Main Hall', 'transmission': 'automatic', 'firstRegistration': '2019-12-23', 'fuel': 'Diesel', 'motExpiry': '2026-10-16', 'doors': 5, 'engineSize': 1461, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/FV69DJD/2026-03-13/image/71373caa-3125-43f7-8b5f-7f7a29ba6c1f_removebg.jpg?w=600', 'https://abimg003.imgix.net/FV69DJD/2026-03-13/image/110fcc52-1321-4d58-9277-d7132e2f2343_removebg.jpg?w=600', 'https://abimg003.imgix.net/FV69DJD/2026-03-13/image/1e295f03-4fe9-403a-8380-97ad9e5924d8_removebg.jpg?w=600', 'https://abimg003.imgix.net/FV69DJD/2026-03-13/image/84296754-78f7-4d80-9492-7f36d19af0aa_removebg.jpg?w=600', 'https://abimg003.imgix.net/FV69DJD/2026-03-13/image/4327321a-37d7-43ca-a091-fe9ca821f76a_removebg.jpg?w=600', 'https://abimg003.imgix.net/FV69DJD/2026-03-13/image/88bd91f9-42e2-4e02-94a1-3db6b27f67e6_removebg.jpg?w=600', 'https://abimg003.imgix.net/FV69DJD/2026-03-13/image/a75dda7a-ccfe-4ead-8945-d0036e89d181_removebg.jpg?w=600', 'https://abimg003.imgix.net/FV69DJD/2026-03-13/image/b60a82d1-96dc-4fc5-9813-f2267d1e2e6b_removebg.jpg?w=600', 'https://abimg003.imgix.net/FV69DJD/2026-03-13/image/80ac52c4-ec9f-470d-8112-e1589e480a8f_removebg.jpg?w=600'], 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Fleet', 'serviceHistory': 'Service print 2/21 8K (KM?), 3/22 18K (KM?), 5/24 39K', 'remarks': 'V5 SCANNED COPY FRONT PAGE, S/KEY - SOME VOSA ENTRIES AND SERVICE ENTRIES IN KM - THERMOTRONIC automatic climate control, LED High Performance headlamp, Heat-insulating dark-tinted glass, 18-inch AMG 5-spoke alloy wheels, Heat-insulating dark-tinted glass, Light and sight package', 'virtual': False, 'seller': 'Mercedes-Benz South West', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': None, 'v5': False, 'v5details': None, 'co2': 103, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/e36c50aa-c1ce-451e-b1ea-df9b9168a11d.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 13:22:01 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c69e6678-151d-5109-b168-e3bcd9fcf23e with identifier: 120411937
2026-03-24 13:22:01 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c69e6678-151d-5109-b168-e3bcd9fcf23e with scrape type 2
2026-03-24 13:22:01 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c69e6678-151d-5109-b168-e3bcd9fcf23e with scrape type 2
2026-03-24 13:22:02 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: c69e6678-151d-5109-b168-e3bcd9fcf23e, identifier: 120411937
2026-03-24 13:22:02 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: c69e6678-151d-5109-b168-e3bcd9fcf23e with identifier: 120411937
2026-03-24 13:22:02 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: c69e6678-151d-5109-b168-e3bcd9fcf23e with identifier: 120411937
2026-03-24 13:22:02 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: c69e6678-151d-5109-b168-e3bcd9fcf23e with identifier: 120411937 to the API
2026-03-24 13:22:02 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 13:22: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-24 13:22:02 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120411937?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 103,
'color': 'WHITE',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'expiration_date': '2026-03-25T09:45:00Z',
'fuel_type': 'Diesel',
'id': 'c69e6678-151d-5109-b168-e3bcd9fcf23e',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'FV69DJD',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120411937',
'listing': 'auction',
'location': 'Aston Barclay Westbury',
'make': 'MERCEDES-BENZ',
'model': 'A CLASS DIESEL HATCHBACK',
'odometer': 54395,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2019-12-23',
'seller_name': 'Mercedes-Benz South West',
'title': 'MERCEDES-BENZ A CLASS DIESEL HATCHBACK A180d AMG Line 5dr Auto',
'transmission': 'automatic',
'trim': 'A180d AMG Line 5dr Auto',
'vin': None,
'year': 2019}
2026-03-24 13:22:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:22:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120411937%27 HTTP/1.1" 200 None
2026-03-24 13:22:02 [astonbarclay.gb] INFO: Saving data for 120411937: {'auction_closing_time': 1774431900.0, 'created_time': 1773406887.260889, 'last_price_update_time': 1774358522.32343}
2026-03-24 13:22:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:22:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120411937') HTTP/1.1" 204 0
2026-03-24 13:22:02 [zyte_api._retry] DEBUG: Finished call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request' after 129.511(s), this was the 1st time calling it.
2026-03-24 13:22:02 [zyte_api._retry] DEBUG: Retrying zyte_api._async.AsyncZyteAPI.get.<locals>.request in 4.088646077640339 seconds as it raised ClientConnectorError: Cannot connect to host api.zyte.com:443 ssl:default [Connect call failed ('69.41.180.81', 443)].
2026-03-24 13:22:02 [zyte_api._retry] DEBUG: Finished call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request' after 129.514(s), this was the 1st time calling it.
2026-03-24 13:22:02 [zyte_api._retry] DEBUG: Retrying zyte_api._async.AsyncZyteAPI.get.<locals>.request in 6.789736050914589 seconds as it raised ClientConnectorError: Cannot connect to host api.zyte.com:443 ssl:default [Connect call failed ('69.41.180.81', 443)].
2026-03-24 13:22:02 [zyte_api._retry] DEBUG: Finished call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request' after 129.515(s), this was the 1st time calling it.
2026-03-24 13:22:02 [zyte_api._retry] DEBUG: Retrying zyte_api._async.AsyncZyteAPI.get.<locals>.request in 7.210424266834133 seconds as it raised ClientConnectorError: Cannot connect to host api.zyte.com:443 ssl:default [Connect call failed ('69.41.180.81', 443)].
2026-03-24 13:22:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120521244?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-24 13:22:03 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:22:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120316899?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-24 13:22:03 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:22:03 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120521244, 'registration': 'LJ66UFL', 'account': 'WIL004', 'make': 'VOLKSWAGEN', 'model': 'GOLF HATCHBACK', 'derivative': '1.4 TSI 125 Match Edition 5dr DSG', 'mileage': 48568, 'mileageWarranty': True, 'type': 'car', 'saleId': 19176, 'siteId': 659780, 'site': {'id': 659780, 'name': 'Aston Barclay Westbury', 'vehicles': 130}, 'saleStart': '2026-03-25T09:45Z', 'lot': 2215, 'hall': 'Main Hall', 'transmission': 'automatic', 'firstRegistration': '2016-09-03', 'fuel': 'Petrol', 'motExpiry': '2027-01-20', 'doors': 5, 'engineSize': 1395, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/LJ66UFL/2026-03-23/image/c06751aa-c483-468c-ad6d-d3392875135b_removebg.jpg?w=600', 'https://abimg003.imgix.net/LJ66UFL/2026-03-23/image/f66da6e4-41fb-458d-bcd0-82e5b53633b3_removebg.jpg?w=600', 'https://abimg003.imgix.net/LJ66UFL/2026-03-23/image/48ae2818-2dde-4988-a858-0957489bf1ee_removebg.jpg?w=600', 'https://abimg003.imgix.net/LJ66UFL/2026-03-23/image/8412d437-fadf-4b7d-85d6-a4416c5b3120_removebg.jpg?w=600', 'https://abimg003.imgix.net/LJ66UFL/2026-03-23/image/1afb9ab4-d538-4501-bab6-9ca3fec5f429_removebg.jpg?w=600', 'https://abimg003.imgix.net/LJ66UFL/2026-03-23/image/251217b2-927e-4af8-85d9-d1654d57a125_removebg.jpg?w=600', 'https://abimg003.imgix.net/LJ66UFL/2026-03-23/image/408a162b-ad6c-47c8-89c1-25c4dcd05189_removebg.jpg?w=600', 'https://abimg003.imgix.net/LJ66UFL/2026-03-23/image/258454dc-dc36-4406-aa20-74ccb6a9034c_removebg.jpg?w=600', 'https://abimg003.imgix.net/LJ66UFL/2026-03-23/image/4c51d37f-5b4d-47e0-a852-6a548a99b5c9_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Fleet', 'serviceHistory': 'Service book 9/17 5K, 8/19 15K, 7/20 20K, 8/21 26K, 32K (No Date), 2/23 35K, 8/23 37K, 8/24 42K, 6/25 45K,', 'remarks': 'S/KEY, SD Card', 'virtual': False, 'seller': 'Wilsons', '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/44bf81a5-4ba9-4dee-92f8-3f87029e0966.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 13:22:03 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120521244, 'registration': 'LJ66UFL', 'account': 'WIL004', 'make': 'VOLKSWAGEN', 'model': 'GOLF HATCHBACK', 'derivative': '1.4 TSI 125 Match Edition 5dr DSG', 'mileage': 48568, 'mileageWarranty': True, 'type': 'car', 'saleId': 19176, 'siteId': 659780, 'site': {'id': 659780, 'name': 'Aston Barclay Westbury', 'vehicles': 130}, 'saleStart': '2026-03-25T09:45Z', 'lot': 2215, 'hall': 'Main Hall', 'transmission': 'automatic', 'firstRegistration': '2016-09-03', 'fuel': 'Petrol', 'motExpiry': '2027-01-20', 'doors': 5, 'engineSize': 1395, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/LJ66UFL/2026-03-23/image/c06751aa-c483-468c-ad6d-d3392875135b_removebg.jpg?w=600', 'https://abimg003.imgix.net/LJ66UFL/2026-03-23/image/f66da6e4-41fb-458d-bcd0-82e5b53633b3_removebg.jpg?w=600', 'https://abimg003.imgix.net/LJ66UFL/2026-03-23/image/48ae2818-2dde-4988-a858-0957489bf1ee_removebg.jpg?w=600', 'https://abimg003.imgix.net/LJ66UFL/2026-03-23/image/8412d437-fadf-4b7d-85d6-a4416c5b3120_removebg.jpg?w=600', 'https://abimg003.imgix.net/LJ66UFL/2026-03-23/image/1afb9ab4-d538-4501-bab6-9ca3fec5f429_removebg.jpg?w=600', 'https://abimg003.imgix.net/LJ66UFL/2026-03-23/image/251217b2-927e-4af8-85d9-d1654d57a125_removebg.jpg?w=600', 'https://abimg003.imgix.net/LJ66UFL/2026-03-23/image/408a162b-ad6c-47c8-89c1-25c4dcd05189_removebg.jpg?w=600', 'https://abimg003.imgix.net/LJ66UFL/2026-03-23/image/258454dc-dc36-4406-aa20-74ccb6a9034c_removebg.jpg?w=600', 'https://abimg003.imgix.net/LJ66UFL/2026-03-23/image/4c51d37f-5b4d-47e0-a852-6a548a99b5c9_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Fleet', 'serviceHistory': 'Service book 9/17 5K, 8/19 15K, 7/20 20K, 8/21 26K, 32K (No Date), 2/23 35K, 8/23 37K, 8/24 42K, 6/25 45K,', 'remarks': 'S/KEY, SD Card', 'virtual': False, 'seller': 'Wilsons', '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/44bf81a5-4ba9-4dee-92f8-3f87029e0966.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 13:22:03 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 134a0437-c6e4-5b0d-92c2-d2a3c96620f1 with identifier: 120521244
2026-03-24 13:22:03 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 134a0437-c6e4-5b0d-92c2-d2a3c96620f1 with scrape type 2
2026-03-24 13:22:03 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 134a0437-c6e4-5b0d-92c2-d2a3c96620f1 with scrape type 2
2026-03-24 13:22:03 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 134a0437-c6e4-5b0d-92c2-d2a3c96620f1, identifier: 120521244
2026-03-24 13:22:03 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 134a0437-c6e4-5b0d-92c2-d2a3c96620f1 with identifier: 120521244
2026-03-24 13:22:03 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 134a0437-c6e4-5b0d-92c2-d2a3c96620f1 with identifier: 120521244
2026-03-24 13:22:03 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 134a0437-c6e4-5b0d-92c2-d2a3c96620f1 with identifier: 120521244 to the API
2026-03-24 13:22:03 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 13:22:03 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-24 13:22:03 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120521244?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 116,
'color': 'BLACK',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.4L',
'expiration_date': '2026-03-25T09:45:00Z',
'fuel_type': 'Petrol',
'id': '134a0437-c6e4-5b0d-92c2-d2a3c96620f1',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'LJ66UFL',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120521244',
'listing': 'auction',
'location': 'Aston Barclay Westbury',
'make': 'VOLKSWAGEN',
'model': 'GOLF HATCHBACK',
'odometer': 48568,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2016-09-03',
'seller_name': 'Wilsons',
'title': 'VOLKSWAGEN GOLF HATCHBACK 1.4 TSI 125 Match Edition 5dr DSG',
'transmission': 'automatic',
'trim': '1.4 TSI 125 Match Edition 5dr DSG',
'vin': None,
'year': 2016}
2026-03-24 13:22:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:22:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120521244%27 HTTP/1.1" 200 None
2026-03-24 13:22:04 [astonbarclay.gb] INFO: Saving data for 120521244: {'auction_closing_time': 1774431900.0, 'created_time': 1774260546.933539, 'last_price_update_time': 1774358524.016474}
2026-03-24 13:22:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:22:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120521244') HTTP/1.1" 204 0
2026-03-24 13:22:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120521308?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-24 13:22:04 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:22:04 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120316899, 'registration': 'HF66WYP', 'account': 'MER023', 'make': 'AUDI', 'model': 'A4 DIESEL ALLROAD ESTATE', 'derivative': '3.0 TDI 272 Quattro Sport 5dr Tip Tronic', 'mileage': 141553, 'mileageWarranty': True, 'type': 'car', 'saleId': 19176, 'siteId': 659780, 'site': {'id': 659780, 'name': 'Aston Barclay Westbury', 'vehicles': 130}, 'saleStart': '2026-03-25T09:45Z', 'lot': 2306, 'hall': 'Main Hall', 'transmission': 'automatic', 'firstRegistration': '2016-09-22', 'fuel': 'Diesel', 'motExpiry': '2026-09-21', 'doors': 5, 'engineSize': 2967, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/HF66WYP/2026-03-11/image/69cd1cba-f28d-485e-963d-02d92584eb28_removebg.jpg?w=600', 'https://abimg003.imgix.net/HF66WYP/2026-03-11/image/0615bfc3-a8af-4bdb-b5bb-e3da69fbe349_removebg.jpg?w=600', 'https://abimg003.imgix.net/HF66WYP/2026-03-11/image/229ab44e-1416-449e-86e0-469881201c75_removebg.jpg?w=600', 'https://abimg003.imgix.net/HF66WYP/2026-03-11/image/c4a33f77-53c5-4247-8a57-aa846aab4c55_removebg.jpg?w=600', 'https://abimg003.imgix.net/HF66WYP/2026-03-11/image/8995aa1c-14eb-41bc-b56f-7cef3e899215_removebg.jpg?w=600', 'https://abimg003.imgix.net/HF66WYP/2026-03-11/image/5815f604-5645-47b0-bb42-fef7099bf162_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Express', 'serviceHistory': 'Service print 10/17 18K, 3/18 38K, 9/19 54K, 6/22 94K INVOICE @ 3/21 (No Mileage), 7/23 (No Mileage), 2/25 (No Mileage)', 'remarks': 'S/KEY, SD Card / Milano leather, LED headlights, Tow bar - manual swivel, 18" x 8J \'5-twin-spoke dynamic\' design alloy wheels, MMI Navigation (SD card based), Privacy glass and front acoustic glazing, Rear view camera, Extended LED Lighting Package - multi-coloured, Front seats, heated, Audi Sound System, 4 way electric lumbar support, Headlight washers, Door mirrors, electrically folding with kerb view function, High Beam Assist, Heated Door Mirrors', 'virtual': False, 'seller': 'Mercedes-Benz South West', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '1', 'v5': True, 'v5details': 'Here', 'co2': 143, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/c092013e-a9ca-425e-a589-67e7e954b83d.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 13:22:04 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120316899, 'registration': 'HF66WYP', 'account': 'MER023', 'make': 'AUDI', 'model': 'A4 DIESEL ALLROAD ESTATE', 'derivative': '3.0 TDI 272 Quattro Sport 5dr Tip Tronic', 'mileage': 141553, 'mileageWarranty': True, 'type': 'car', 'saleId': 19176, 'siteId': 659780, 'site': {'id': 659780, 'name': 'Aston Barclay Westbury', 'vehicles': 130}, 'saleStart': '2026-03-25T09:45Z', 'lot': 2306, 'hall': 'Main Hall', 'transmission': 'automatic', 'firstRegistration': '2016-09-22', 'fuel': 'Diesel', 'motExpiry': '2026-09-21', 'doors': 5, 'engineSize': 2967, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/HF66WYP/2026-03-11/image/69cd1cba-f28d-485e-963d-02d92584eb28_removebg.jpg?w=600', 'https://abimg003.imgix.net/HF66WYP/2026-03-11/image/0615bfc3-a8af-4bdb-b5bb-e3da69fbe349_removebg.jpg?w=600', 'https://abimg003.imgix.net/HF66WYP/2026-03-11/image/229ab44e-1416-449e-86e0-469881201c75_removebg.jpg?w=600', 'https://abimg003.imgix.net/HF66WYP/2026-03-11/image/c4a33f77-53c5-4247-8a57-aa846aab4c55_removebg.jpg?w=600', 'https://abimg003.imgix.net/HF66WYP/2026-03-11/image/8995aa1c-14eb-41bc-b56f-7cef3e899215_removebg.jpg?w=600', 'https://abimg003.imgix.net/HF66WYP/2026-03-11/image/5815f604-5645-47b0-bb42-fef7099bf162_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Express', 'serviceHistory': 'Service print 10/17 18K, 3/18 38K, 9/19 54K, 6/22 94K INVOICE @ 3/21 (No Mileage), 7/23 (No Mileage), 2/25 (No Mileage)', 'remarks': 'S/KEY, SD Card / Milano leather, LED headlights, Tow bar - manual swivel, 18" x 8J \'5-twin-spoke dynamic\' design alloy wheels, MMI Navigation (SD card based), Privacy glass and front acoustic glazing, Rear view camera, Extended LED Lighting Package - multi-coloured, Front seats, heated, Audi Sound System, 4 way electric lumbar support, Headlight washers, Door mirrors, electrically folding with kerb view function, High Beam Assist, Heated Door Mirrors', 'virtual': False, 'seller': 'Mercedes-Benz South West', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '1', 'v5': True, 'v5details': 'Here', 'co2': 143, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/c092013e-a9ca-425e-a589-67e7e954b83d.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 13:22:04 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9af5503c-8527-54b3-962c-202a2e976716 with identifier: 120316899
2026-03-24 13:22:04 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9af5503c-8527-54b3-962c-202a2e976716 with scrape type 2
2026-03-24 13:22:04 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9af5503c-8527-54b3-962c-202a2e976716 with scrape type 2
2026-03-24 13:22:04 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 9af5503c-8527-54b3-962c-202a2e976716, identifier: 120316899
2026-03-24 13:22:04 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 9af5503c-8527-54b3-962c-202a2e976716 with identifier: 120316899
2026-03-24 13:22:04 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 9af5503c-8527-54b3-962c-202a2e976716 with identifier: 120316899
2026-03-24 13:22:04 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 9af5503c-8527-54b3-962c-202a2e976716 with identifier: 120316899 to the API
2026-03-24 13:22:04 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 13:22: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-24 13:22:04 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120316899?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 143,
'color': 'GREY',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '3.0L',
'expiration_date': '2026-03-25T09:45:00Z',
'fuel_type': 'Diesel',
'id': '9af5503c-8527-54b3-962c-202a2e976716',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'HF66WYP',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120316899',
'listing': 'auction',
'location': 'Aston Barclay Westbury',
'make': 'AUDI',
'model': 'A4 DIESEL ALLROAD ESTATE',
'odometer': 141553,
'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': 'Mercedes-Benz South West',
'title': 'AUDI A4 DIESEL ALLROAD ESTATE 3.0 TDI 272 Quattro Sport 5dr Tip '
'Tronic',
'transmission': 'automatic',
'trim': '3.0 TDI 272 Quattro Sport 5dr Tip Tronic',
'vin': None,
'year': 2016}
2026-03-24 13:22:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:22:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120316899%27 HTTP/1.1" 200 None
2026-03-24 13:22:04 [astonbarclay.gb] INFO: Saving data for 120316899: {'auction_closing_time': 1774431900.0, 'created_time': 1773403208.836497, 'last_price_update_time': 1774358524.471501}
2026-03-24 13:22:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:22:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120316899') HTTP/1.1" 204 0
2026-03-24 13:22:04 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120521308, 'registration': 'GD17ODR', 'account': 'WIL004', 'make': 'MAZDA', 'model': 'CX-5 DIESEL ESTATE', 'derivative': '2.2d [175] Sport Nav 5dr AWD Auto', 'mileage': 75762, 'mileageWarranty': True, 'type': 'car', 'saleId': 19176, 'siteId': 659780, 'site': {'id': 659780, 'name': 'Aston Barclay Westbury', 'vehicles': 130}, 'saleStart': '2026-03-25T09:45Z', 'lot': 2214, 'hall': 'Main Hall', 'transmission': 'automatic', 'firstRegistration': '2017-06-13', 'fuel': 'Diesel', 'motExpiry': '2027-01-07', 'doors': 5, 'engineSize': 2191, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/GD17ODR/2026-03-23/image/00fbf59a-8791-49ae-b799-ad6a9f12aae5_removebg.jpg?w=600', 'https://abimg003.imgix.net/GD17ODR/2026-03-23/image/765d4bab-d779-4f46-813c-992253d6bd0c_removebg.jpg?w=600', 'https://abimg003.imgix.net/GD17ODR/2026-03-23/image/653ce9e4-e979-4329-9e34-0f65afa97a2b_removebg.jpg?w=600', 'https://abimg003.imgix.net/GD17ODR/2026-03-23/image/b1214037-07e1-4fcb-8a16-3ba66e34d3a1_removebg.jpg?w=600', 'https://abimg003.imgix.net/GD17ODR/2026-03-23/image/b30a09b1-a18a-41c0-a163-cc52487a59f5_removebg.jpg?w=600', 'https://abimg003.imgix.net/GD17ODR/2026-03-23/image/c9e1c563-d8ea-4a41-a388-6a6052c521f7_removebg.jpg?w=600', 'https://abimg003.imgix.net/GD17ODR/2026-03-23/image/b3e95eda-6509-4760-a64f-ca11fd60f77b_removebg.jpg?w=600', 'https://abimg003.imgix.net/GD17ODR/2026-03-23/image/96a2cba1-90c9-4366-8d92-39204cb627ff_removebg.jpg?w=600', 'https://abimg003.imgix.net/GD17ODR/2026-03-23/image/07549611-a77b-43ca-9ec8-e7eed327c5b7_removebg.jpg?w=600'], 'colour': 'RED', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Fleet', 'serviceHistory': 'Service print and book 03/18 7K 02/21 29K 02/21 26K (MILEAGE ERROR) 02/22 38K 02/23 46K 02/24 54K 02/25 65K INV @ 02/20 26K 01/26 74K', 'remarks': 'S/EKY SD', 'virtual': False, 'seller': 'Wilsons', '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/617655d8-e149-4d2d-a272-bc244c55f765.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 13:22:04 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120521308, 'registration': 'GD17ODR', 'account': 'WIL004', 'make': 'MAZDA', 'model': 'CX-5 DIESEL ESTATE', 'derivative': '2.2d [175] Sport Nav 5dr AWD Auto', 'mileage': 75762, 'mileageWarranty': True, 'type': 'car', 'saleId': 19176, 'siteId': 659780, 'site': {'id': 659780, 'name': 'Aston Barclay Westbury', 'vehicles': 130}, 'saleStart': '2026-03-25T09:45Z', 'lot': 2214, 'hall': 'Main Hall', 'transmission': 'automatic', 'firstRegistration': '2017-06-13', 'fuel': 'Diesel', 'motExpiry': '2027-01-07', 'doors': 5, 'engineSize': 2191, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/GD17ODR/2026-03-23/image/00fbf59a-8791-49ae-b799-ad6a9f12aae5_removebg.jpg?w=600', 'https://abimg003.imgix.net/GD17ODR/2026-03-23/image/765d4bab-d779-4f46-813c-992253d6bd0c_removebg.jpg?w=600', 'https://abimg003.imgix.net/GD17ODR/2026-03-23/image/653ce9e4-e979-4329-9e34-0f65afa97a2b_removebg.jpg?w=600', 'https://abimg003.imgix.net/GD17ODR/2026-03-23/image/b1214037-07e1-4fcb-8a16-3ba66e34d3a1_removebg.jpg?w=600', 'https://abimg003.imgix.net/GD17ODR/2026-03-23/image/b30a09b1-a18a-41c0-a163-cc52487a59f5_removebg.jpg?w=600', 'https://abimg003.imgix.net/GD17ODR/2026-03-23/image/c9e1c563-d8ea-4a41-a388-6a6052c521f7_removebg.jpg?w=600', 'https://abimg003.imgix.net/GD17ODR/2026-03-23/image/b3e95eda-6509-4760-a64f-ca11fd60f77b_removebg.jpg?w=600', 'https://abimg003.imgix.net/GD17ODR/2026-03-23/image/96a2cba1-90c9-4366-8d92-39204cb627ff_removebg.jpg?w=600', 'https://abimg003.imgix.net/GD17ODR/2026-03-23/image/07549611-a77b-43ca-9ec8-e7eed327c5b7_removebg.jpg?w=600'], 'colour': 'RED', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Fleet', 'serviceHistory': 'Service print and book 03/18 7K 02/21 29K 02/21 26K (MILEAGE ERROR) 02/22 38K 02/23 46K 02/24 54K 02/25 65K INV @ 02/20 26K 01/26 74K', 'remarks': 'S/EKY SD', 'virtual': False, 'seller': 'Wilsons', '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/617655d8-e149-4d2d-a272-bc244c55f765.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 13:22:04 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a66dd9e6-4416-56b9-8924-1406a0d38a8a with identifier: 120521308
2026-03-24 13:22:04 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a66dd9e6-4416-56b9-8924-1406a0d38a8a with scrape type 2
2026-03-24 13:22:04 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a66dd9e6-4416-56b9-8924-1406a0d38a8a with scrape type 2
2026-03-24 13:22:04 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: a66dd9e6-4416-56b9-8924-1406a0d38a8a, identifier: 120521308
2026-03-24 13:22:04 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: a66dd9e6-4416-56b9-8924-1406a0d38a8a with identifier: 120521308
2026-03-24 13:22:04 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: a66dd9e6-4416-56b9-8924-1406a0d38a8a with identifier: 120521308
2026-03-24 13:22:04 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: a66dd9e6-4416-56b9-8924-1406a0d38a8a with identifier: 120521308 to the API
2026-03-24 13:22:04 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 13:22: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-24 13:22:05 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120521308?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 144,
'color': 'RED',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '2.2L',
'expiration_date': '2026-03-25T09:45:00Z',
'fuel_type': 'Diesel',
'id': 'a66dd9e6-4416-56b9-8924-1406a0d38a8a',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'GD17ODR',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120521308',
'listing': 'auction',
'location': 'Aston Barclay Westbury',
'make': 'MAZDA',
'model': 'CX-5 DIESEL ESTATE',
'odometer': 75762,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2017-06-13',
'seller_name': 'Wilsons',
'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': 2017}
2026-03-24 13:22:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:22:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120521308%27 HTTP/1.1" 200 None
2026-03-24 13:22:05 [astonbarclay.gb] INFO: Saving data for 120521308: {'auction_closing_time': 1774431900.0, 'created_time': 1774260679.646555, 'last_price_update_time': 1774358525.947481}
2026-03-24 13:22:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:22:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120521308') HTTP/1.1" 204 0
2026-03-24 13:22:06 [scrapy.extensions.logstats] INFO: Crawled 406 pages (at 25 pages/min), scraped 380 items (at 25 items/min)
2026-03-24 13:22:06 [scrapy.extensions.memusage] INFO: Peak memory usage is 181MiB
2026-03-24 13:22:06 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 2nd time calling it.
2026-03-24 13:22:07 [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-24 13:22:07 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:22:07 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', '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': 19176, 'siteId': 659780, 'site': {'id': 659780, 'name': 'Aston Barclay Westbury', 'vehicles': 130}, 'saleStart': '2026-03-25T09:45Z', 'lot': 2211, '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-24 13:22:07 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', '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': 19176, 'siteId': 659780, 'site': {'id': 659780, 'name': 'Aston Barclay Westbury', 'vehicles': 130}, 'saleStart': '2026-03-25T09:45Z', 'lot': 2211, '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-24 13:22:07 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 70154126-aa84-54c6-9a7c-9aec009c061a with identifier: 120288761
2026-03-24 13:22:07 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 70154126-aa84-54c6-9a7c-9aec009c061a with scrape type 2
2026-03-24 13:22:07 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 70154126-aa84-54c6-9a7c-9aec009c061a with scrape type 2
2026-03-24 13:22:07 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 70154126-aa84-54c6-9a7c-9aec009c061a, identifier: 120288761
2026-03-24 13:22:07 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 70154126-aa84-54c6-9a7c-9aec009c061a with identifier: 120288761
2026-03-24 13:22:07 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 70154126-aa84-54c6-9a7c-9aec009c061a with identifier: 120288761
2026-03-24 13:22:07 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 70154126-aa84-54c6-9a7c-9aec009c061a with identifier: 120288761 to the API
2026-03-24 13:22:07 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 13:22: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-24 13:22:07 [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-25T09:45: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-24 13:22:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:22:07 [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-24 13:22:07 [astonbarclay.gb] INFO: Saving data for 120288761: {'auction_closing_time': 1774431900.0, 'created_time': 1773402479.154012, 'last_price_update_time': 1774358527.800326}
2026-03-24 13:22:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:22:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120288761') HTTP/1.1" 204 0
2026-03-24 13:22:08 [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-24 13:22:08 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:22:08 [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': 19176, 'siteId': 659780, 'site': {'id': 659780, 'name': 'Aston Barclay Westbury', 'vehicles': 130}, 'saleStart': '2026-03-25T09:45Z', 'lot': 2311, '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-24 13:22:08 [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': 19176, 'siteId': 659780, 'site': {'id': 659780, 'name': 'Aston Barclay Westbury', 'vehicles': 130}, 'saleStart': '2026-03-25T09:45Z', 'lot': 2311, '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-24 13:22:08 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1601c6d8-8ea3-56ee-8cdd-af1734b4fb6a with identifier: 120002874
2026-03-24 13:22:08 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1601c6d8-8ea3-56ee-8cdd-af1734b4fb6a with scrape type 2
2026-03-24 13:22:08 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1601c6d8-8ea3-56ee-8cdd-af1734b4fb6a with scrape type 2
2026-03-24 13:22:08 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 1601c6d8-8ea3-56ee-8cdd-af1734b4fb6a, identifier: 120002874
2026-03-24 13:22:08 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 1601c6d8-8ea3-56ee-8cdd-af1734b4fb6a with identifier: 120002874
2026-03-24 13:22:08 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 1601c6d8-8ea3-56ee-8cdd-af1734b4fb6a with identifier: 120002874
2026-03-24 13:22:08 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 1601c6d8-8ea3-56ee-8cdd-af1734b4fb6a with identifier: 120002874 to the API
2026-03-24 13:22:08 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 13:22: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-24 13:22:09 [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-03-25T09: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-24 13:22:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:22:09 [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-24 13:22:09 [astonbarclay.gb] INFO: Saving data for 120002874: {'auction_closing_time': 1774431900.0, 'created_time': 1773403197.495242, 'last_price_update_time': 1774358529.694959}
2026-03-24 13:22:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:22:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120002874') HTTP/1.1" 204 0
2026-03-24 13:22:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120521259?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-24 13:22:09 [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-24 13:22:09 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 2nd time calling it.
2026-03-24 13:22:09 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:22:09 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:22:09 [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-24 13:22:09 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:22:09 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120521259, 'registration': 'LV11XKM', 'account': 'WIL004', 'make': 'NISSAN', 'model': 'QASHQAI HATCHBACK SPECIAL EDITIONS', 'derivative': '1.6 [117] N-Tec 5dr', 'mileage': 130539, 'mileageWarranty': True, 'type': 'car', 'saleId': 19176, 'siteId': 659780, 'site': {'id': 659780, 'name': 'Aston Barclay Westbury', 'vehicles': 130}, 'saleStart': '2026-03-25T09:45Z', 'lot': 2210, 'hall': 'Main Hall', 'transmission': 'manual', 'firstRegistration': '2011-06-24', 'fuel': 'Petrol', 'motExpiry': '2026-06-15', 'doors': 5, 'engineSize': 1598, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/LV11XKM/2026-03-23/image/e7cfb9bd-90ad-480a-b927-5fa7c1d41e39_removebg.jpg?w=600', 'https://abimg003.imgix.net/LV11XKM/2026-03-23/image/d1971d60-3efd-4fab-b90c-4b9974c6c593_removebg.jpg?w=600', 'https://abimg003.imgix.net/LV11XKM/2026-03-23/image/b15306ec-5015-4284-a064-d0eaa71ae9a3_removebg.jpg?w=600', 'https://abimg003.imgix.net/LV11XKM/2026-03-23/image/ff1474a2-a9a9-4825-8000-6bced206436d_removebg.jpg?w=600', 'https://abimg003.imgix.net/LV11XKM/2026-03-23/image/d5dbeea4-94c1-4a67-94bb-3226c1844e8c_removebg.jpg?w=600', 'https://abimg003.imgix.net/LV11XKM/2026-03-23/image/5924e22e-1afe-40cd-977e-aa843a57ed2c_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Express', 'serviceHistory': 'Service invoice 9/20 88K, 11/19 68K, 11/21 110K,', 'remarks': 'S/KEY, SD Card', 'virtual': False, 'seller': 'Wilsons', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '3', 'v5': True, 'v5details': 'Here', 'co2': 144, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/b7017d27-de56-49d2-b036-07fe104ca171.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 13:22:09 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120521259, 'registration': 'LV11XKM', 'account': 'WIL004', 'make': 'NISSAN', 'model': 'QASHQAI HATCHBACK SPECIAL EDITIONS', 'derivative': '1.6 [117] N-Tec 5dr', 'mileage': 130539, 'mileageWarranty': True, 'type': 'car', 'saleId': 19176, 'siteId': 659780, 'site': {'id': 659780, 'name': 'Aston Barclay Westbury', 'vehicles': 130}, 'saleStart': '2026-03-25T09:45Z', 'lot': 2210, 'hall': 'Main Hall', 'transmission': 'manual', 'firstRegistration': '2011-06-24', 'fuel': 'Petrol', 'motExpiry': '2026-06-15', 'doors': 5, 'engineSize': 1598, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/LV11XKM/2026-03-23/image/e7cfb9bd-90ad-480a-b927-5fa7c1d41e39_removebg.jpg?w=600', 'https://abimg003.imgix.net/LV11XKM/2026-03-23/image/d1971d60-3efd-4fab-b90c-4b9974c6c593_removebg.jpg?w=600', 'https://abimg003.imgix.net/LV11XKM/2026-03-23/image/b15306ec-5015-4284-a064-d0eaa71ae9a3_removebg.jpg?w=600', 'https://abimg003.imgix.net/LV11XKM/2026-03-23/image/ff1474a2-a9a9-4825-8000-6bced206436d_removebg.jpg?w=600', 'https://abimg003.imgix.net/LV11XKM/2026-03-23/image/d5dbeea4-94c1-4a67-94bb-3226c1844e8c_removebg.jpg?w=600', 'https://abimg003.imgix.net/LV11XKM/2026-03-23/image/5924e22e-1afe-40cd-977e-aa843a57ed2c_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Express', 'serviceHistory': 'Service invoice 9/20 88K, 11/19 68K, 11/21 110K,', 'remarks': 'S/KEY, SD Card', 'virtual': False, 'seller': 'Wilsons', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '3', 'v5': True, 'v5details': 'Here', 'co2': 144, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/b7017d27-de56-49d2-b036-07fe104ca171.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 13:22:09 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f627e0a9-8cae-566f-af54-3764fe9b1900 with identifier: 120521259
2026-03-24 13:22:09 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f627e0a9-8cae-566f-af54-3764fe9b1900 with scrape type 2
2026-03-24 13:22:09 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f627e0a9-8cae-566f-af54-3764fe9b1900 with scrape type 2
2026-03-24 13:22:09 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: f627e0a9-8cae-566f-af54-3764fe9b1900, identifier: 120521259
2026-03-24 13:22:09 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: f627e0a9-8cae-566f-af54-3764fe9b1900 with identifier: 120521259
2026-03-24 13:22:09 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: f627e0a9-8cae-566f-af54-3764fe9b1900 with identifier: 120521259
2026-03-24 13:22:10 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: f627e0a9-8cae-566f-af54-3764fe9b1900 with identifier: 120521259 to the API
2026-03-24 13:22:10 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 13:22: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-24 13:22:10 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120521259?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-25T09:45:00Z',
'fuel_type': 'Petrol',
'id': 'f627e0a9-8cae-566f-af54-3764fe9b1900',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'LV11XKM',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120521259',
'listing': 'auction',
'location': 'Aston Barclay Westbury',
'make': 'NISSAN',
'model': 'QASHQAI HATCHBACK SPECIAL EDITIONS',
'odometer': 130539,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2011-06-24',
'seller_name': 'Wilsons',
'title': 'NISSAN QASHQAI HATCHBACK SPECIAL EDITIONS 1.6 [117] N-Tec 5dr',
'transmission': 'manual',
'trim': '1.6 [117] N-Tec 5dr',
'vin': None,
'year': 2011}
2026-03-24 13:22:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:22:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120521259%27 HTTP/1.1" 200 None
2026-03-24 13:22:10 [astonbarclay.gb] INFO: Saving data for 120521259: {'auction_closing_time': 1774431900.0, 'created_time': 1774260730.556662, 'last_price_update_time': 1774358530.214488}
2026-03-24 13:22:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:22:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120521259') HTTP/1.1" 204 0
2026-03-24 13:22:10 [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': 19176, 'siteId': 659780, 'site': {'id': 659780, 'name': 'Aston Barclay Westbury', 'vehicles': 130}, 'saleStart': '2026-03-25T09:45Z', 'lot': 2213, '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': '', '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-24 13:22:10 [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': 19176, 'siteId': 659780, 'site': {'id': 659780, 'name': 'Aston Barclay Westbury', 'vehicles': 130}, 'saleStart': '2026-03-25T09:45Z', 'lot': 2213, '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': '', '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-24 13:22:10 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: dc179d88-b648-56f9-a590-ad4c33201725 with identifier: 120521279
2026-03-24 13:22:10 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item dc179d88-b648-56f9-a590-ad4c33201725 with scrape type 2
2026-03-24 13:22:10 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item dc179d88-b648-56f9-a590-ad4c33201725 with scrape type 2
2026-03-24 13:22:10 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: dc179d88-b648-56f9-a590-ad4c33201725, identifier: 120521279
2026-03-24 13:22:10 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: dc179d88-b648-56f9-a590-ad4c33201725 with identifier: 120521279
2026-03-24 13:22:10 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: dc179d88-b648-56f9-a590-ad4c33201725 with identifier: 120521279
2026-03-24 13:22:10 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: dc179d88-b648-56f9-a590-ad4c33201725 with identifier: 120521279 to the API
2026-03-24 13:22:10 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 13:22: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-24 13:22:10 [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-03-25T09: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-24 13:22:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:22:10 [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-24 13:22:10 [astonbarclay.gb] INFO: Saving data for 120521279: {'auction_closing_time': 1774431900.0, 'created_time': 1774260579.755621, 'last_price_update_time': 1774358530.609178}
2026-03-24 13:22:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:22:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120521279') HTTP/1.1" 204 0
2026-03-24 13:22:10 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 2nd time calling it.
2026-03-24 13:22:10 [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': 19176, 'siteId': 659780, 'site': {'id': 659780, 'name': 'Aston Barclay Westbury', 'vehicles': 130}, 'saleStart': '2026-03-25T09:45Z', 'lot': 2209, '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-24 13:22:10 [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': 19176, 'siteId': 659780, 'site': {'id': 659780, 'name': 'Aston Barclay Westbury', 'vehicles': 130}, 'saleStart': '2026-03-25T09:45Z', 'lot': 2209, '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-24 13:22:10 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2a7eccd3-593c-5db5-8273-05f69e4c4a17 with identifier: 120521299
2026-03-24 13:22:10 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2a7eccd3-593c-5db5-8273-05f69e4c4a17 with scrape type 2
2026-03-24 13:22:10 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2a7eccd3-593c-5db5-8273-05f69e4c4a17 with scrape type 2
2026-03-24 13:22:10 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 2a7eccd3-593c-5db5-8273-05f69e4c4a17, identifier: 120521299
2026-03-24 13:22:10 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 2a7eccd3-593c-5db5-8273-05f69e4c4a17 with identifier: 120521299
2026-03-24 13:22:10 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 2a7eccd3-593c-5db5-8273-05f69e4c4a17 with identifier: 120521299
2026-03-24 13:22:10 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 2a7eccd3-593c-5db5-8273-05f69e4c4a17 with identifier: 120521299 to the API
2026-03-24 13:22:10 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 13:22: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-24 13:22:11 [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-03-25T09: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-24 13:22:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:22:11 [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-24 13:22:11 [astonbarclay.gb] INFO: Saving data for 120521299: {'auction_closing_time': 1774431900.0, 'created_time': 1774260813.502599, 'last_price_update_time': 1774358531.060582}
2026-03-24 13:22:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:22:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120521299') HTTP/1.1" 204 0
2026-03-24 13:22:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120211258?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-24 13:22:11 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:22:11 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120211258, 'registration': 'WR17CCK', 'account': 'WIL004', 'make': 'FORD', 'model': 'B-MAX HATCHBACK', 'derivative': '1.0 EcoBoost 125 Titanium Navigator 5dr', 'mileage': 65026, 'mileageWarranty': True, 'type': 'car', 'saleId': 19176, 'siteId': 659780, 'site': {'id': 659780, 'name': 'Aston Barclay Westbury', 'vehicles': 130}, 'saleStart': '2026-03-25T09:45Z', 'lot': 2208, 'hall': 'Main Hall', 'transmission': 'manual', 'firstRegistration': '2017-04-25', 'fuel': 'Petrol', 'motExpiry': None, 'doors': 5, 'engineSize': 998, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/WR17CCK/2026-03-10/image/a9bbaee8-5c0c-4a01-9ef2-a6bd28106717_removebg.jpg?w=600', 'https://abimg003.imgix.net/WR17CCK/2026-03-10/image/43b61bcd-459d-44aa-8c39-58cd516c7ef0_removebg.jpg?w=600', 'https://abimg003.imgix.net/WR17CCK/2026-03-10/image/7c0e5938-42c0-44be-aaec-23fba522d73a_removebg.jpg?w=600', 'https://abimg003.imgix.net/WR17CCK/2026-03-10/image/b890f769-f226-4be7-a3d3-376306af24d8_removebg.jpg?w=600', 'https://abimg003.imgix.net/WR17CCK/2026-03-10/image/beb56aba-6e17-403e-b21f-0fe21b6f05fa_removebg.jpg?w=600', 'https://abimg003.imgix.net/WR17CCK/2026-03-10/image/95189f91-112d-443a-a391-cc680b823493_removebg.jpg?w=600', 'https://abimg003.imgix.net/WR17CCK/2026-03-10/image/f921cc56-33bc-4e22-b3cc-bcf4978e2f19_removebg.jpg?w=600', 'https://abimg003.imgix.net/WR17CCK/2026-03-10/image/118c494f-9e6c-48c7-b6a0-46b1401f2c31_removebg.jpg?w=600', 'https://abimg003.imgix.net/WR17CCK/2026-03-10/image/59c87f90-1d7c-47ca-9b46-9d28a75132dc_removebg.jpg?w=600', 'https://abimg003.imgix.net/WR17CCK/2026-03-10/image/0008410a-d74d-4610-8502-f9b16b5da467_removebg.jpg?w=600'], 'colour': 'BLUE', 'writeoffcode': 'Cat S Insurance Loss', 'grade': None, 'nonRunner': False, 'inspectionType': 'Fleet', 'serviceHistory': 'Service print and book SP 07/21 34K / SB 07/23 49K 06/25 60K / INV 06/24 54K', 'remarks': 'Category S Insurance Loss. Vehicle Structurally Damaged But Repairable-Insurer Decided Not to Repair CAT S - STRUCTURAL - Damage is all over and undercarriage SD CARD / NO SPARE KEY', 'virtual': False, 'seller': 'Wilsons', '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': None, 'assuredType': None, 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 13:22:11 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120211258, 'registration': 'WR17CCK', 'account': 'WIL004', 'make': 'FORD', 'model': 'B-MAX HATCHBACK', 'derivative': '1.0 EcoBoost 125 Titanium Navigator 5dr', 'mileage': 65026, 'mileageWarranty': True, 'type': 'car', 'saleId': 19176, 'siteId': 659780, 'site': {'id': 659780, 'name': 'Aston Barclay Westbury', 'vehicles': 130}, 'saleStart': '2026-03-25T09:45Z', 'lot': 2208, 'hall': 'Main Hall', 'transmission': 'manual', 'firstRegistration': '2017-04-25', 'fuel': 'Petrol', 'motExpiry': None, 'doors': 5, 'engineSize': 998, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/WR17CCK/2026-03-10/image/a9bbaee8-5c0c-4a01-9ef2-a6bd28106717_removebg.jpg?w=600', 'https://abimg003.imgix.net/WR17CCK/2026-03-10/image/43b61bcd-459d-44aa-8c39-58cd516c7ef0_removebg.jpg?w=600', 'https://abimg003.imgix.net/WR17CCK/2026-03-10/image/7c0e5938-42c0-44be-aaec-23fba522d73a_removebg.jpg?w=600', 'https://abimg003.imgix.net/WR17CCK/2026-03-10/image/b890f769-f226-4be7-a3d3-376306af24d8_removebg.jpg?w=600', 'https://abimg003.imgix.net/WR17CCK/2026-03-10/image/beb56aba-6e17-403e-b21f-0fe21b6f05fa_removebg.jpg?w=600', 'https://abimg003.imgix.net/WR17CCK/2026-03-10/image/95189f91-112d-443a-a391-cc680b823493_removebg.jpg?w=600', 'https://abimg003.imgix.net/WR17CCK/2026-03-10/image/f921cc56-33bc-4e22-b3cc-bcf4978e2f19_removebg.jpg?w=600', 'https://abimg003.imgix.net/WR17CCK/2026-03-10/image/118c494f-9e6c-48c7-b6a0-46b1401f2c31_removebg.jpg?w=600', 'https://abimg003.imgix.net/WR17CCK/2026-03-10/image/59c87f90-1d7c-47ca-9b46-9d28a75132dc_removebg.jpg?w=600', 'https://abimg003.imgix.net/WR17CCK/2026-03-10/image/0008410a-d74d-4610-8502-f9b16b5da467_removebg.jpg?w=600'], 'colour': 'BLUE', 'writeoffcode': 'Cat S Insurance Loss', 'grade': None, 'nonRunner': False, 'inspectionType': 'Fleet', 'serviceHistory': 'Service print and book SP 07/21 34K / SB 07/23 49K 06/25 60K / INV 06/24 54K', 'remarks': 'Category S Insurance Loss. Vehicle Structurally Damaged But Repairable-Insurer Decided Not to Repair CAT S - STRUCTURAL - Damage is all over and undercarriage SD CARD / NO SPARE KEY', 'virtual': False, 'seller': 'Wilsons', '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': None, 'assuredType': None, 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 13:22:11 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b698704b-09ee-5c6c-b8f7-845be55b8627 with identifier: 120211258
2026-03-24 13:22:11 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b698704b-09ee-5c6c-b8f7-845be55b8627 with scrape type 2
2026-03-24 13:22:11 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b698704b-09ee-5c6c-b8f7-845be55b8627 with scrape type 2
2026-03-24 13:22:11 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: b698704b-09ee-5c6c-b8f7-845be55b8627, identifier: 120211258
2026-03-24 13:22:11 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: b698704b-09ee-5c6c-b8f7-845be55b8627 with identifier: 120211258
2026-03-24 13:22:11 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: b698704b-09ee-5c6c-b8f7-845be55b8627 with identifier: 120211258
2026-03-24 13:22:11 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: b698704b-09ee-5c6c-b8f7-845be55b8627 with identifier: 120211258 to the API
2026-03-24 13:22:11 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 13:22: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-24 13:22:11 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120211258?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 114,
'color': 'BLUE',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.0L',
'expiration_date': '2026-03-25T09:45:00Z',
'fuel_type': 'Petrol',
'id': 'b698704b-09ee-5c6c-b8f7-845be55b8627',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'WR17CCK',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120211258',
'listing': 'auction',
'location': 'Aston Barclay Westbury',
'make': 'FORD',
'model': 'B-MAX HATCHBACK',
'odometer': 65026,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2017-04-25',
'seller_name': 'Wilsons',
'title': 'FORD B-MAX HATCHBACK 1.0 EcoBoost 125 Titanium Navigator 5dr',
'transmission': 'manual',
'trim': '1.0 EcoBoost 125 Titanium Navigator 5dr',
'vin': None,
'year': 2017}
2026-03-24 13:22:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:22:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120211258%27 HTTP/1.1" 200 None
2026-03-24 13:22:11 [astonbarclay.gb] INFO: Saving data for 120211258: {'auction_closing_time': 1774431900.0, 'created_time': 1773402556.665835, 'last_price_update_time': 1774358531.702962}
2026-03-24 13:22:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:22:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120211258') HTTP/1.1" 204 0
2026-03-24 13:22:11 [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-24 13:22:11 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:22:11 [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': 19179, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 476}, 'saleStart': '2026-03-25T10:00Z', 'lot': 1210, 'hall': 'Hall 1', '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-24 13:22:11 [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': 19179, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 476}, 'saleStart': '2026-03-25T10:00Z', 'lot': 1210, 'hall': 'Hall 1', '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-24 13:22:11 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b41136c1-2a86-53bc-ab3e-d839f7f263be with identifier: 120666509
2026-03-24 13:22:11 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b41136c1-2a86-53bc-ab3e-d839f7f263be with scrape type 2
2026-03-24 13:22:11 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b41136c1-2a86-53bc-ab3e-d839f7f263be with scrape type 2
2026-03-24 13:22:11 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: b41136c1-2a86-53bc-ab3e-d839f7f263be, identifier: 120666509
2026-03-24 13:22:11 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: b41136c1-2a86-53bc-ab3e-d839f7f263be with identifier: 120666509
2026-03-24 13:22:11 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: b41136c1-2a86-53bc-ab3e-d839f7f263be with identifier: 120666509
2026-03-24 13:22:12 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: b41136c1-2a86-53bc-ab3e-d839f7f263be with identifier: 120666509 to the API
2026-03-24 13:22:12 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 13:22:13 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-24 13:22:13 [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-25T10:00: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-24 13:22:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:22:13 [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-24 13:22:13 [astonbarclay.gb] INFO: Saving data for 120666509: {'auction_closing_time': 1774432800.0, 'created_time': 1774260148.464447, 'last_price_update_time': 1774358533.511735}
2026-03-24 13:22:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:22:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120666509') HTTP/1.1" 204 0
2026-03-24 13:22:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120041181?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-24 13:22:14 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:22:14 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120041181, 'registration': 'DP16LWC', 'account': 'WIL004', 'make': 'VAUXHALL', 'model': 'CORSA HATCHBACK', 'derivative': '1.4 SRi Vx-line 3dr', 'mileage': 85956, 'mileageWarranty': True, 'type': 'car', 'saleId': 19176, 'siteId': 659780, 'site': {'id': 659780, 'name': 'Aston Barclay Westbury', 'vehicles': 130}, 'saleStart': '2026-03-25T09:45Z', 'lot': 2203, 'hall': 'Main Hall', 'transmission': 'manual', 'firstRegistration': '2016-06-28', 'fuel': 'Petrol', 'motExpiry': '2026-07-30', 'doors': 3, 'engineSize': 1398, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/DP16LWC/2026-03-04/image/e8f098c4-94fe-4bc0-b587-6901e11190d5_removebg.jpg?w=600', 'https://abimg003.imgix.net/DP16LWC/2026-03-04/image/b8bddbbb-da05-423f-ba79-9eabf1b62aab_removebg.jpg?w=600', 'https://abimg003.imgix.net/DP16LWC/2026-03-04/image/a0db240a-b5aa-471f-8aab-48e96f6a0b5f_removebg.jpg?w=600', 'https://abimg003.imgix.net/DP16LWC/2026-03-04/image/6b1986ee-3db4-4def-a907-d29fafd9b123_removebg.jpg?w=600', 'https://abimg003.imgix.net/DP16LWC/2026-03-04/image/b1cc36b6-4ebc-4a96-a7c6-ce0a060de510_removebg.jpg?w=600', 'https://abimg003.imgix.net/DP16LWC/2026-03-04/image/ea556cbd-62f8-45c4-90bc-8a25709d01a6_removebg.jpg?w=600', 'https://abimg003.imgix.net/DP16LWC/2026-03-04/image/690bb9b5-0875-4bbf-ab6d-ff55b861151c_removebg.jpg?w=600', 'https://abimg003.imgix.net/DP16LWC/2026-03-04/image/8a97b841-3e1f-4264-9747-3a93c3752ffd_removebg.jpg?w=600', 'https://abimg003.imgix.net/DP16LWC/2026-03-04/image/d4b5113c-4a95-4c7d-974f-f622d5c00b32_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Fleet', 'serviceHistory': 'Service book 5/17 17K, 2/19 27K, 2/20 30K, 7/20 31K, 7/21 38K, 7/22 51K, 7/23 66K, 7/24 80K, 7/25 84K', 'remarks': 'SPARE KEY', 'virtual': False, 'seller': 'Wilsons', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '3', 'v5': True, 'v5details': 'Here', 'co2': 120, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/f6406419-d6a6-4d15-b39e-bd3f6baa8ca9.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 13:22:14 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120041181, 'registration': 'DP16LWC', 'account': 'WIL004', 'make': 'VAUXHALL', 'model': 'CORSA HATCHBACK', 'derivative': '1.4 SRi Vx-line 3dr', 'mileage': 85956, 'mileageWarranty': True, 'type': 'car', 'saleId': 19176, 'siteId': 659780, 'site': {'id': 659780, 'name': 'Aston Barclay Westbury', 'vehicles': 130}, 'saleStart': '2026-03-25T09:45Z', 'lot': 2203, 'hall': 'Main Hall', 'transmission': 'manual', 'firstRegistration': '2016-06-28', 'fuel': 'Petrol', 'motExpiry': '2026-07-30', 'doors': 3, 'engineSize': 1398, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/DP16LWC/2026-03-04/image/e8f098c4-94fe-4bc0-b587-6901e11190d5_removebg.jpg?w=600', 'https://abimg003.imgix.net/DP16LWC/2026-03-04/image/b8bddbbb-da05-423f-ba79-9eabf1b62aab_removebg.jpg?w=600', 'https://abimg003.imgix.net/DP16LWC/2026-03-04/image/a0db240a-b5aa-471f-8aab-48e96f6a0b5f_removebg.jpg?w=600', 'https://abimg003.imgix.net/DP16LWC/2026-03-04/image/6b1986ee-3db4-4def-a907-d29fafd9b123_removebg.jpg?w=600', 'https://abimg003.imgix.net/DP16LWC/2026-03-04/image/b1cc36b6-4ebc-4a96-a7c6-ce0a060de510_removebg.jpg?w=600', 'https://abimg003.imgix.net/DP16LWC/2026-03-04/image/ea556cbd-62f8-45c4-90bc-8a25709d01a6_removebg.jpg?w=600', 'https://abimg003.imgix.net/DP16LWC/2026-03-04/image/690bb9b5-0875-4bbf-ab6d-ff55b861151c_removebg.jpg?w=600', 'https://abimg003.imgix.net/DP16LWC/2026-03-04/image/8a97b841-3e1f-4264-9747-3a93c3752ffd_removebg.jpg?w=600', 'https://abimg003.imgix.net/DP16LWC/2026-03-04/image/d4b5113c-4a95-4c7d-974f-f622d5c00b32_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Fleet', 'serviceHistory': 'Service book 5/17 17K, 2/19 27K, 2/20 30K, 7/20 31K, 7/21 38K, 7/22 51K, 7/23 66K, 7/24 80K, 7/25 84K', 'remarks': 'SPARE KEY', 'virtual': False, 'seller': 'Wilsons', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '3', 'v5': True, 'v5details': 'Here', 'co2': 120, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/f6406419-d6a6-4d15-b39e-bd3f6baa8ca9.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 13:22:14 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c49227c3-5907-5e21-909b-4b9fb6b87b19 with identifier: 120041181
2026-03-24 13:22:14 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c49227c3-5907-5e21-909b-4b9fb6b87b19 with scrape type 2
2026-03-24 13:22:14 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c49227c3-5907-5e21-909b-4b9fb6b87b19 with scrape type 2
2026-03-24 13:22:14 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: c49227c3-5907-5e21-909b-4b9fb6b87b19, identifier: 120041181
2026-03-24 13:22:14 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: c49227c3-5907-5e21-909b-4b9fb6b87b19 with identifier: 120041181
2026-03-24 13:22:14 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: c49227c3-5907-5e21-909b-4b9fb6b87b19 with identifier: 120041181
2026-03-24 13:22:14 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: c49227c3-5907-5e21-909b-4b9fb6b87b19 with identifier: 120041181 to the API
2026-03-24 13:22:14 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 13:22: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-24 13:22:15 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120041181?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 120,
'color': 'BLACK',
'currency': 'GBP',
'doors_number': 3,
'emission_standard': 'EURO 6',
'engine': '1.4L',
'expiration_date': '2026-03-25T09:45:00Z',
'fuel_type': 'Petrol',
'id': 'c49227c3-5907-5e21-909b-4b9fb6b87b19',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'DP16LWC',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120041181',
'listing': 'auction',
'location': 'Aston Barclay Westbury',
'make': 'VAUXHALL',
'model': 'CORSA HATCHBACK',
'odometer': 85956,
'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': 'Wilsons',
'title': 'VAUXHALL CORSA HATCHBACK 1.4 SRi Vx-line 3dr',
'transmission': 'manual',
'trim': '1.4 SRi Vx-line 3dr',
'vin': None,
'year': 2016}
2026-03-24 13:22:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:22:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120041181%27 HTTP/1.1" 200 None
2026-03-24 13:22:15 [astonbarclay.gb] INFO: Saving data for 120041181: {'auction_closing_time': 1774431900.0, 'created_time': 1773402396.401697, 'last_price_update_time': 1774358535.389528}
2026-03-24 13:22:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:22:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120041181') HTTP/1.1" 204 0
2026-03-24 13:22:17 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120521318?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-24 13:22:17 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:22:17 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120521318, 'registration': 'GU17YYM', 'account': 'WIL004', 'make': 'NISSAN', 'model': 'X-TRAIL DIESEL STATION WAGON', 'derivative': '2.0 dCi Tekna 5dr 4WD Xtronic [7 Seat]', 'mileage': 91957, 'mileageWarranty': True, 'type': 'car', 'saleId': 19176, 'siteId': 659780, 'site': {'id': 659780, 'name': 'Aston Barclay Westbury', 'vehicles': 130}, 'saleStart': '2026-03-25T09:45Z', 'lot': 2206, 'hall': 'Main Hall', 'transmission': 'automatic', 'firstRegistration': '2017-03-31', 'fuel': 'Diesel', 'motExpiry': '2026-12-01', 'doors': 5, 'engineSize': 1995, 'bodyType': 'Station Wagon', 'images': ['https://abimg003.imgix.net/GU17YYM/2026-03-23/image/2f70252b-77bf-45af-a934-1e2638248492_removebg.jpg?w=600', 'https://abimg003.imgix.net/GU17YYM/2026-03-23/image/ab532f1c-ffe4-4498-810b-9fbd7853651a_removebg.jpg?w=600', 'https://abimg003.imgix.net/GU17YYM/2026-03-23/image/b30b64e4-7c0b-4d90-a361-77ee38fa3713_removebg.jpg?w=600', 'https://abimg003.imgix.net/GU17YYM/2026-03-23/image/a1821154-1e48-45de-8366-fc95126da84d_removebg.jpg?w=600', 'https://abimg003.imgix.net/GU17YYM/2026-03-23/image/01a5839f-e0da-4dda-be94-e2cf4c14aef9_removebg.jpg?w=600', 'https://abimg003.imgix.net/GU17YYM/2026-03-23/image/b721707a-61d4-47a6-a7f1-8aa375fa4471_removebg.jpg?w=600', 'https://abimg003.imgix.net/GU17YYM/2026-03-23/image/0ec0e00b-c9fa-43ac-be49-c563f20d2769_removebg.jpg?w=600', 'https://abimg003.imgix.net/GU17YYM/2026-03-23/image/a7094a9f-5b6b-4a61-bd20-ae24f5d95db5_removebg.jpg?w=600', 'https://abimg003.imgix.net/GU17YYM/2026-03-23/image/c1700e82-cff3-4d6e-a2fe-83b6096893c0_removebg.jpg?w=600'], 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Fleet', 'serviceHistory': 'Service book 03/18 9K 03/19 19K 12/19 28K 11/20 35K 07/22 54K 11/23 71K 11/21 46K', 'remarks': 'S/KEY SD', 'virtual': False, 'seller': 'Wilsons', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '1', 'v5': True, 'v5details': 'Here', 'co2': 162, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/9a88a4ef-a866-4261-8076-cbab5d519762.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 13:22:17 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120521318, 'registration': 'GU17YYM', 'account': 'WIL004', 'make': 'NISSAN', 'model': 'X-TRAIL DIESEL STATION WAGON', 'derivative': '2.0 dCi Tekna 5dr 4WD Xtronic [7 Seat]', 'mileage': 91957, 'mileageWarranty': True, 'type': 'car', 'saleId': 19176, 'siteId': 659780, 'site': {'id': 659780, 'name': 'Aston Barclay Westbury', 'vehicles': 130}, 'saleStart': '2026-03-25T09:45Z', 'lot': 2206, 'hall': 'Main Hall', 'transmission': 'automatic', 'firstRegistration': '2017-03-31', 'fuel': 'Diesel', 'motExpiry': '2026-12-01', 'doors': 5, 'engineSize': 1995, 'bodyType': 'Station Wagon', 'images': ['https://abimg003.imgix.net/GU17YYM/2026-03-23/image/2f70252b-77bf-45af-a934-1e2638248492_removebg.jpg?w=600', 'https://abimg003.imgix.net/GU17YYM/2026-03-23/image/ab532f1c-ffe4-4498-810b-9fbd7853651a_removebg.jpg?w=600', 'https://abimg003.imgix.net/GU17YYM/2026-03-23/image/b30b64e4-7c0b-4d90-a361-77ee38fa3713_removebg.jpg?w=600', 'https://abimg003.imgix.net/GU17YYM/2026-03-23/image/a1821154-1e48-45de-8366-fc95126da84d_removebg.jpg?w=600', 'https://abimg003.imgix.net/GU17YYM/2026-03-23/image/01a5839f-e0da-4dda-be94-e2cf4c14aef9_removebg.jpg?w=600', 'https://abimg003.imgix.net/GU17YYM/2026-03-23/image/b721707a-61d4-47a6-a7f1-8aa375fa4471_removebg.jpg?w=600', 'https://abimg003.imgix.net/GU17YYM/2026-03-23/image/0ec0e00b-c9fa-43ac-be49-c563f20d2769_removebg.jpg?w=600', 'https://abimg003.imgix.net/GU17YYM/2026-03-23/image/a7094a9f-5b6b-4a61-bd20-ae24f5d95db5_removebg.jpg?w=600', 'https://abimg003.imgix.net/GU17YYM/2026-03-23/image/c1700e82-cff3-4d6e-a2fe-83b6096893c0_removebg.jpg?w=600'], 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Fleet', 'serviceHistory': 'Service book 03/18 9K 03/19 19K 12/19 28K 11/20 35K 07/22 54K 11/23 71K 11/21 46K', 'remarks': 'S/KEY SD', 'virtual': False, 'seller': 'Wilsons', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '1', 'v5': True, 'v5details': 'Here', 'co2': 162, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/9a88a4ef-a866-4261-8076-cbab5d519762.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 13:22:17 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 70b9c71d-f4e5-5c6b-900d-c55f6f19046b with identifier: 120521318
2026-03-24 13:22:17 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 70b9c71d-f4e5-5c6b-900d-c55f6f19046b with scrape type 2
2026-03-24 13:22:17 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 70b9c71d-f4e5-5c6b-900d-c55f6f19046b with scrape type 2
2026-03-24 13:22:17 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 70b9c71d-f4e5-5c6b-900d-c55f6f19046b, identifier: 120521318
2026-03-24 13:22:17 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 70b9c71d-f4e5-5c6b-900d-c55f6f19046b with identifier: 120521318
2026-03-24 13:22:17 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 70b9c71d-f4e5-5c6b-900d-c55f6f19046b with identifier: 120521318
2026-03-24 13:22:17 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 70b9c71d-f4e5-5c6b-900d-c55f6f19046b with identifier: 120521318 to the API
2026-03-24 13:22:17 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 13:22:17 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-24 13:22:17 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120521318?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 162,
'color': 'WHITE',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'expiration_date': '2026-03-25T09:45:00Z',
'fuel_type': 'Diesel',
'id': '70b9c71d-f4e5-5c6b-900d-c55f6f19046b',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'GU17YYM',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120521318',
'listing': 'auction',
'location': 'Aston Barclay Westbury',
'make': 'NISSAN',
'model': 'X-TRAIL DIESEL STATION WAGON',
'odometer': 91957,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2017-03-31',
'seller_name': 'Wilsons',
'title': 'NISSAN X-TRAIL DIESEL STATION WAGON 2.0 dCi Tekna 5dr 4WD Xtronic '
'[7 Seat]',
'transmission': 'automatic',
'trim': '2.0 dCi Tekna 5dr 4WD Xtronic [7 Seat]',
'vin': None,
'year': 2017}
2026-03-24 13:22:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:22:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120521318%27 HTTP/1.1" 200 None
2026-03-24 13:22:17 [astonbarclay.gb] INFO: Saving data for 120521318: {'auction_closing_time': 1774431900.0, 'created_time': 1774260958.477277, 'last_price_update_time': 1774358537.834891}
2026-03-24 13:22:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:22:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120521318') HTTP/1.1" 204 0
2026-03-24 13:22:18 [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-24 13:22:18 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:22:18 [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': 19179, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 476}, 'saleStart': '2026-03-25T10:00Z', 'lot': 1226, 'hall': 'Hall 1', '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-24 13:22:18 [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': 19179, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 476}, 'saleStart': '2026-03-25T10:00Z', 'lot': 1226, 'hall': 'Hall 1', '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-24 13:22:18 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0629e549-762d-5655-99bf-a3d0df90af15 with identifier: 120373468
2026-03-24 13:22:18 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0629e549-762d-5655-99bf-a3d0df90af15 with scrape type 2
2026-03-24 13:22:18 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0629e549-762d-5655-99bf-a3d0df90af15 with scrape type 2
2026-03-24 13:22:18 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 0629e549-762d-5655-99bf-a3d0df90af15, identifier: 120373468
2026-03-24 13:22:18 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 0629e549-762d-5655-99bf-a3d0df90af15 with identifier: 120373468
2026-03-24 13:22:18 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 0629e549-762d-5655-99bf-a3d0df90af15 with identifier: 120373468
2026-03-24 13:22:18 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 0629e549-762d-5655-99bf-a3d0df90af15 with identifier: 120373468 to the API
2026-03-24 13:22:18 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 13:22: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-24 13:22:19 [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-25T10:00: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-24 13:22:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:22:19 [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-24 13:22:19 [astonbarclay.gb] INFO: Saving data for 120373468: {'auction_closing_time': 1774432800.0, 'created_time': 1773402644.9998, 'last_price_update_time': 1774358539.767875}
2026-03-24 13:22:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:22:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120373468') HTTP/1.1" 204 0
2026-03-24 13:22:26 [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-24 13:22:26 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:22:26 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120241494, 'registration': 'BF13UGE', 'account': 'KCS002', 'make': 'PEUGEOT', 'model': '208 HATCHBACK', 'derivative': '1.2 VTi Active 5dr', 'mileage': 48751, 'mileageWarranty': True, 'type': 'car', 'saleId': 19176, 'siteId': 659780, 'site': {'id': 659780, 'name': 'Aston Barclay Westbury', 'vehicles': 130}, 'saleStart': '2026-03-25T09:45Z', 'lot': 2148, '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-24 13:22:26 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120241494, 'registration': 'BF13UGE', 'account': 'KCS002', 'make': 'PEUGEOT', 'model': '208 HATCHBACK', 'derivative': '1.2 VTi Active 5dr', 'mileage': 48751, 'mileageWarranty': True, 'type': 'car', 'saleId': 19176, 'siteId': 659780, 'site': {'id': 659780, 'name': 'Aston Barclay Westbury', 'vehicles': 130}, 'saleStart': '2026-03-25T09:45Z', 'lot': 2148, '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-24 13:22:26 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: bbf67ec5-b143-5607-a00f-7d2ac354e69e with identifier: 120241494
2026-03-24 13:22:26 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item bbf67ec5-b143-5607-a00f-7d2ac354e69e with scrape type 2
2026-03-24 13:22:26 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item bbf67ec5-b143-5607-a00f-7d2ac354e69e with scrape type 2
2026-03-24 13:22:26 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: bbf67ec5-b143-5607-a00f-7d2ac354e69e, identifier: 120241494
2026-03-24 13:22:26 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: bbf67ec5-b143-5607-a00f-7d2ac354e69e with identifier: 120241494
2026-03-24 13:22:26 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: bbf67ec5-b143-5607-a00f-7d2ac354e69e with identifier: 120241494
2026-03-24 13:22:26 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: bbf67ec5-b143-5607-a00f-7d2ac354e69e with identifier: 120241494 to the API
2026-03-24 13:22:26 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 13:22:28 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-24 13:22:28 [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-25T09:45: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-24 13:22:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:22:28 [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-24 13:22:28 [astonbarclay.gb] INFO: Saving data for 120241494: {'auction_closing_time': 1774431900.0, 'created_time': 1773402394.160329, 'last_price_update_time': 1774358548.167446}
2026-03-24 13:22:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:22:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120241494') HTTP/1.1" 204 0
2026-03-24 13:22:28 [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-24 13:22:28 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:22:29 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', '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': 19176, 'siteId': 659780, 'site': {'id': 659780, 'name': 'Aston Barclay Westbury', 'vehicles': 130}, 'saleStart': '2026-03-25T09:45Z', 'lot': 2147, '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-24 13:22:29 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', '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': 19176, 'siteId': 659780, 'site': {'id': 659780, 'name': 'Aston Barclay Westbury', 'vehicles': 130}, 'saleStart': '2026-03-25T09:45Z', 'lot': 2147, '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-24 13:22:29 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: aee63070-7d22-5f44-9f37-f4a4c69bfdde with identifier: 120478111
2026-03-24 13:22:29 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item aee63070-7d22-5f44-9f37-f4a4c69bfdde with scrape type 2
2026-03-24 13:22:29 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item aee63070-7d22-5f44-9f37-f4a4c69bfdde with scrape type 2
2026-03-24 13:22:29 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: aee63070-7d22-5f44-9f37-f4a4c69bfdde, identifier: 120478111
2026-03-24 13:22:29 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: aee63070-7d22-5f44-9f37-f4a4c69bfdde with identifier: 120478111
2026-03-24 13:22:29 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: aee63070-7d22-5f44-9f37-f4a4c69bfdde with identifier: 120478111
2026-03-24 13:22:29 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: aee63070-7d22-5f44-9f37-f4a4c69bfdde with identifier: 120478111 to the API
2026-03-24 13:22:29 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 13:22: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-24 13:22:30 [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-25T09:45: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-24 13:22:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:22:30 [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-24 13:22:30 [astonbarclay.gb] INFO: Saving data for 120478111: {'auction_closing_time': 1774431900.0, 'created_time': 1773687706.201827, 'last_price_update_time': 1774358550.762444}
2026-03-24 13:22:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:22:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120478111') HTTP/1.1" 204 0
2026-03-24 13:22:31 [zyte_api._retry] DEBUG: Finished call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request' after 130.023(s), this was the 1st time calling it.
2026-03-24 13:22:31 [zyte_api._retry] DEBUG: Retrying zyte_api._async.AsyncZyteAPI.get.<locals>.request in 6.769155500914654 seconds as it raised ClientConnectorError: Cannot connect to host api.zyte.com:443 ssl:default [Connect call failed ('69.41.180.81', 443)].
2026-03-24 13:22:34 [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-24 13:22:34 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:22:34 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', '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': 19176, 'siteId': 659780, 'site': {'id': 659780, 'name': 'Aston Barclay Westbury', 'vehicles': 130}, 'saleStart': '2026-03-25T09:45Z', 'lot': 2145, '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-24 13:22:34 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', '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': 19176, 'siteId': 659780, 'site': {'id': 659780, 'name': 'Aston Barclay Westbury', 'vehicles': 130}, 'saleStart': '2026-03-25T09:45Z', 'lot': 2145, '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-24 13:22:34 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 93d3886a-3fbb-5d54-af83-559e417a4122 with identifier: 120256176
2026-03-24 13:22:34 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 93d3886a-3fbb-5d54-af83-559e417a4122 with scrape type 2
2026-03-24 13:22:34 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 93d3886a-3fbb-5d54-af83-559e417a4122 with scrape type 2
2026-03-24 13:22:34 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 93d3886a-3fbb-5d54-af83-559e417a4122, identifier: 120256176
2026-03-24 13:22:34 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 93d3886a-3fbb-5d54-af83-559e417a4122 with identifier: 120256176
2026-03-24 13:22:34 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 93d3886a-3fbb-5d54-af83-559e417a4122 with identifier: 120256176
2026-03-24 13:22:35 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 93d3886a-3fbb-5d54-af83-559e417a4122 with identifier: 120256176 to the API
2026-03-24 13:22:35 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 13:22:36 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-24 13:22:36 [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-25T09:45: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-24 13:22:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:22:36 [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-24 13:22:36 [astonbarclay.gb] INFO: Saving data for 120256176: {'auction_closing_time': 1774431900.0, 'created_time': 1773402487.099399, 'last_price_update_time': 1774358556.265417}
2026-03-24 13:22:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:22:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120256176') HTTP/1.1" 204 0
2026-03-24 13:22:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120521330?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-24 13:22:36 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:22:36 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120521330, 'registration': 'GU17AUM', 'account': 'WIL004', 'make': 'CITROEN', 'model': 'C3 PICASSO DIESEL ESTATE', 'derivative': '1.6 BlueHDi Edition 5dr', 'mileage': 89963, 'mileageWarranty': True, 'type': 'car', 'saleId': 19176, 'siteId': 659780, 'site': {'id': 659780, 'name': 'Aston Barclay Westbury', 'vehicles': 130}, 'saleStart': '2026-03-25T09:45Z', 'lot': 2202, 'hall': 'Main Hall', 'transmission': 'manual', 'firstRegistration': '2017-04-04', 'fuel': 'Diesel', 'motExpiry': '2026-08-18', 'doors': 5, 'engineSize': 1560, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/GU17AUM/2026-03-23/image/fa37a7e6-9e67-4695-8679-417143794ec7_removebg.jpg?w=600', 'https://abimg003.imgix.net/GU17AUM/2026-03-23/image/c4bf22ca-968c-4ea7-8644-c0778243e088_removebg.jpg?w=600', 'https://abimg003.imgix.net/GU17AUM/2026-03-23/image/83bc700e-abb1-42da-a851-798126bb95d2_removebg.jpg?w=600', 'https://abimg003.imgix.net/GU17AUM/2026-03-23/image/1b1dc95b-7e1a-4fc7-9cb7-35d751b7aab8_removebg.jpg?w=600', 'https://abimg003.imgix.net/GU17AUM/2026-03-23/image/cdbd2b66-10a8-433b-9fe3-9962bce7ab6a_removebg.jpg?w=600', 'https://abimg003.imgix.net/GU17AUM/2026-03-23/image/dd402325-0235-4cc8-b3b1-649f47d7e254_removebg.jpg?w=600', 'https://abimg003.imgix.net/GU17AUM/2026-03-23/image/4170811c-b955-4829-be61-810c27b9680c_removebg.jpg?w=600', 'https://abimg003.imgix.net/GU17AUM/2026-03-23/image/3206264a-e00a-4b0f-8786-5bf884850ea9_removebg.jpg?w=600', 'https://abimg003.imgix.net/GU17AUM/2026-03-23/image/ef1c83b9-6e41-4ca6-9d0c-20c4168b9d55_removebg.jpg?w=600'], 'colour': 'MAUVE/PURPLE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Fleet', 'serviceHistory': 'Service print and book 03/18 2K 02/19 3K 06/20 5K 06/24 61K 06/25 77K INV @ 06/21 16K 06/22 30K 06/23 45K 06/24 61K 06/25 77K', 'remarks': 'S/KEY', 'virtual': False, 'seller': 'Wilsons', '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/8e8fb45e-9879-4a1d-aa6c-77b771368dc7.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 13:22:36 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120521330, 'registration': 'GU17AUM', 'account': 'WIL004', 'make': 'CITROEN', 'model': 'C3 PICASSO DIESEL ESTATE', 'derivative': '1.6 BlueHDi Edition 5dr', 'mileage': 89963, 'mileageWarranty': True, 'type': 'car', 'saleId': 19176, 'siteId': 659780, 'site': {'id': 659780, 'name': 'Aston Barclay Westbury', 'vehicles': 130}, 'saleStart': '2026-03-25T09:45Z', 'lot': 2202, 'hall': 'Main Hall', 'transmission': 'manual', 'firstRegistration': '2017-04-04', 'fuel': 'Diesel', 'motExpiry': '2026-08-18', 'doors': 5, 'engineSize': 1560, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/GU17AUM/2026-03-23/image/fa37a7e6-9e67-4695-8679-417143794ec7_removebg.jpg?w=600', 'https://abimg003.imgix.net/GU17AUM/2026-03-23/image/c4bf22ca-968c-4ea7-8644-c0778243e088_removebg.jpg?w=600', 'https://abimg003.imgix.net/GU17AUM/2026-03-23/image/83bc700e-abb1-42da-a851-798126bb95d2_removebg.jpg?w=600', 'https://abimg003.imgix.net/GU17AUM/2026-03-23/image/1b1dc95b-7e1a-4fc7-9cb7-35d751b7aab8_removebg.jpg?w=600', 'https://abimg003.imgix.net/GU17AUM/2026-03-23/image/cdbd2b66-10a8-433b-9fe3-9962bce7ab6a_removebg.jpg?w=600', 'https://abimg003.imgix.net/GU17AUM/2026-03-23/image/dd402325-0235-4cc8-b3b1-649f47d7e254_removebg.jpg?w=600', 'https://abimg003.imgix.net/GU17AUM/2026-03-23/image/4170811c-b955-4829-be61-810c27b9680c_removebg.jpg?w=600', 'https://abimg003.imgix.net/GU17AUM/2026-03-23/image/3206264a-e00a-4b0f-8786-5bf884850ea9_removebg.jpg?w=600', 'https://abimg003.imgix.net/GU17AUM/2026-03-23/image/ef1c83b9-6e41-4ca6-9d0c-20c4168b9d55_removebg.jpg?w=600'], 'colour': 'MAUVE/PURPLE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Fleet', 'serviceHistory': 'Service print and book 03/18 2K 02/19 3K 06/20 5K 06/24 61K 06/25 77K INV @ 06/21 16K 06/22 30K 06/23 45K 06/24 61K 06/25 77K', 'remarks': 'S/KEY', 'virtual': False, 'seller': 'Wilsons', '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/8e8fb45e-9879-4a1d-aa6c-77b771368dc7.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 13:22:36 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 19634291-2700-52e3-aeba-af50191471de with identifier: 120521330
2026-03-24 13:22:36 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 19634291-2700-52e3-aeba-af50191471de with scrape type 2
2026-03-24 13:22:36 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 19634291-2700-52e3-aeba-af50191471de with scrape type 2
2026-03-24 13:22:36 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 19634291-2700-52e3-aeba-af50191471de, identifier: 120521330
2026-03-24 13:22:36 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 19634291-2700-52e3-aeba-af50191471de with identifier: 120521330
2026-03-24 13:22:36 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 19634291-2700-52e3-aeba-af50191471de with identifier: 120521330
2026-03-24 13:22:36 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 19634291-2700-52e3-aeba-af50191471de with identifier: 120521330 to the API
2026-03-24 13:22:36 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 13:22: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-24 13:22:38 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120521330?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 100,
'color': 'MAUVE',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.6L',
'expiration_date': '2026-03-25T09:45:00Z',
'fuel_type': 'Diesel',
'id': '19634291-2700-52e3-aeba-af50191471de',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'GU17AUM',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120521330',
'listing': 'auction',
'location': 'Aston Barclay Westbury',
'make': 'CITROEN',
'model': 'C3 PICASSO DIESEL ESTATE',
'odometer': 89963,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2017-04-04',
'seller_name': 'Wilsons',
'title': 'CITROEN C3 PICASSO DIESEL ESTATE 1.6 BlueHDi Edition 5dr',
'transmission': 'manual',
'trim': '1.6 BlueHDi Edition 5dr',
'vin': None,
'year': 2017}
2026-03-24 13:22:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:22:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120521330%27 HTTP/1.1" 200 None
2026-03-24 13:22:38 [astonbarclay.gb] INFO: Saving data for 120521330: {'auction_closing_time': 1774431900.0, 'created_time': 1774260736.71485, 'last_price_update_time': 1774358558.042294}
2026-03-24 13:22:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:22:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120521330') HTTP/1.1" 204 0
2026-03-24 13:22:38 [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-24 13:22:38 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:22:38 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120593663, 'registration': 'CF72HWM', 'account': 'WBA002', 'make': 'NISSAN', 'model': 'MICRA HATCHBACK', 'derivative': '1.0 IG-T 92 Tekna 5dr CVT', 'mileage': 33433, 'mileageWarranty': True, 'type': 'car', 'saleId': 19179, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 476}, 'saleStart': '2026-03-25T10:00Z', 'lot': 1200, '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': 'UKCGR - Premium', '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-24 13:22:38 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120593663, 'registration': 'CF72HWM', 'account': 'WBA002', 'make': 'NISSAN', 'model': 'MICRA HATCHBACK', 'derivative': '1.0 IG-T 92 Tekna 5dr CVT', 'mileage': 33433, 'mileageWarranty': True, 'type': 'car', 'saleId': 19179, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 476}, 'saleStart': '2026-03-25T10:00Z', 'lot': 1200, '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': 'UKCGR - Premium', '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-24 13:22:38 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 33a21d64-815b-5e64-b431-03beea5ffdc8 with identifier: 120593663
2026-03-24 13:22:38 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 33a21d64-815b-5e64-b431-03beea5ffdc8 with scrape type 2
2026-03-24 13:22:38 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 33a21d64-815b-5e64-b431-03beea5ffdc8 with scrape type 2
2026-03-24 13:22:38 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 33a21d64-815b-5e64-b431-03beea5ffdc8, identifier: 120593663
2026-03-24 13:22:38 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 33a21d64-815b-5e64-b431-03beea5ffdc8 with identifier: 120593663
2026-03-24 13:22:38 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 33a21d64-815b-5e64-b431-03beea5ffdc8 with identifier: 120593663
2026-03-24 13:22:38 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 33a21d64-815b-5e64-b431-03beea5ffdc8 with identifier: 120593663 to the API
2026-03-24 13:22:38 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 13:22: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-24 13:22:39 [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-03-25T10: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': 'UKCGR - Premium',
'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-24 13:22:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:22:39 [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-24 13:22:39 [astonbarclay.gb] INFO: Saving data for 120593663: {'auction_closing_time': 1774432800.0, 'created_time': 1773927648.542627, 'last_price_update_time': 1774358559.889945}
2026-03-24 13:22:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:22:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120593663') HTTP/1.1" 204 0
2026-03-24 13:22:39 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 2nd time calling it.
2026-03-24 13:22:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120616891?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-24 13:22:48 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:22:48 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120616891, 'registration': 'LV66VZA', 'account': 'MOT075', 'make': 'BMW', 'model': '5 SERIES DIESEL SALOON', 'derivative': '520d [190] M Sport 4dr Step Auto', 'mileage': 61393, 'mileageWarranty': True, 'type': 'car', 'saleId': 19179, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 476}, 'saleStart': '2026-03-25T10:00Z', 'lot': 1008, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2016-11-23', 'fuel': 'Diesel', 'motExpiry': '2026-07-13', 'doors': 4, 'engineSize': 1995, 'bodyType': 'Saloon', 'images': ['https://abimg003.imgix.net/LV66VZA/2026-03-20/image/e250aa06-90ac-44fa-834d-84e0f37fbc8a_removebg.jpg?w=600', 'https://abimg003.imgix.net/LV66VZA/2026-03-20/image/d8d41cbc-49fc-46a2-9afc-ff8e9dc3009e_removebg.jpg?w=600', 'https://abimg003.imgix.net/LV66VZA/2026-03-20/image/a9a7cfd9-ae3a-4991-8e85-260746b4a001_removebg.jpg?w=600', 'https://abimg003.imgix.net/LV66VZA/2026-03-20/image/a77bf430-452b-4a3f-8f57-c666b9cc8fb4_removebg.jpg?w=600', 'https://abimg003.imgix.net/LV66VZA/2026-03-20/image/597542b2-5844-4e0e-aed6-0206c616581c_removebg.jpg?w=600', 'https://abimg003.imgix.net/LV66VZA/2026-03-20/image/35e5692b-e341-4c81-ae15-c14f8dd00e03_removebg.jpg?w=600', 'https://abimg003.imgix.net/LV66VZA/2026-03-20/image/adca3fe8-e72f-4756-93a2-1e76073250ba_removebg.jpg?w=600', 'https://abimg003.imgix.net/LV66VZA/2026-03-20/image/256db34c-4492-4ce7-b6a5-40e8450a3eb7_removebg.jpg?w=600', 'https://abimg003.imgix.net/LV66VZA/2026-03-20/image/003c0946-a242-4567-9cd9-8c1c46f69cc8_removebg.jpg?w=600', 'https://abimg003.imgix.net/LV66VZA/2026-03-20/image/4ac50387-b91a-428a-8ff6-a9e1552bea4d_removebg.jpg?w=600', 'https://abimg003.imgix.net/LV66VZA/2026-03-20/image/42283a25-b78d-401e-ba21-e2031712eb5e_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print 02/25 - ?', 'remarks': 'USED UNRECORDED - Damage is minor dents/scratches and normal wear VOSA STATES 38k, 43k, 49k, 57k 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': 119, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': None, 'assuredType': None, 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 13:22:48 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120616891, 'registration': 'LV66VZA', 'account': 'MOT075', 'make': 'BMW', 'model': '5 SERIES DIESEL SALOON', 'derivative': '520d [190] M Sport 4dr Step Auto', 'mileage': 61393, 'mileageWarranty': True, 'type': 'car', 'saleId': 19179, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 476}, 'saleStart': '2026-03-25T10:00Z', 'lot': 1008, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2016-11-23', 'fuel': 'Diesel', 'motExpiry': '2026-07-13', 'doors': 4, 'engineSize': 1995, 'bodyType': 'Saloon', 'images': ['https://abimg003.imgix.net/LV66VZA/2026-03-20/image/e250aa06-90ac-44fa-834d-84e0f37fbc8a_removebg.jpg?w=600', 'https://abimg003.imgix.net/LV66VZA/2026-03-20/image/d8d41cbc-49fc-46a2-9afc-ff8e9dc3009e_removebg.jpg?w=600', 'https://abimg003.imgix.net/LV66VZA/2026-03-20/image/a9a7cfd9-ae3a-4991-8e85-260746b4a001_removebg.jpg?w=600', 'https://abimg003.imgix.net/LV66VZA/2026-03-20/image/a77bf430-452b-4a3f-8f57-c666b9cc8fb4_removebg.jpg?w=600', 'https://abimg003.imgix.net/LV66VZA/2026-03-20/image/597542b2-5844-4e0e-aed6-0206c616581c_removebg.jpg?w=600', 'https://abimg003.imgix.net/LV66VZA/2026-03-20/image/35e5692b-e341-4c81-ae15-c14f8dd00e03_removebg.jpg?w=600', 'https://abimg003.imgix.net/LV66VZA/2026-03-20/image/adca3fe8-e72f-4756-93a2-1e76073250ba_removebg.jpg?w=600', 'https://abimg003.imgix.net/LV66VZA/2026-03-20/image/256db34c-4492-4ce7-b6a5-40e8450a3eb7_removebg.jpg?w=600', 'https://abimg003.imgix.net/LV66VZA/2026-03-20/image/003c0946-a242-4567-9cd9-8c1c46f69cc8_removebg.jpg?w=600', 'https://abimg003.imgix.net/LV66VZA/2026-03-20/image/4ac50387-b91a-428a-8ff6-a9e1552bea4d_removebg.jpg?w=600', 'https://abimg003.imgix.net/LV66VZA/2026-03-20/image/42283a25-b78d-401e-ba21-e2031712eb5e_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print 02/25 - ?', 'remarks': 'USED UNRECORDED - Damage is minor dents/scratches and normal wear VOSA STATES 38k, 43k, 49k, 57k 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': 119, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': None, 'assuredType': None, 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 13:22:48 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7017bcd2-c3aa-5dc5-9e26-9eabfe2903b8 with identifier: 120616891
2026-03-24 13:22:48 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7017bcd2-c3aa-5dc5-9e26-9eabfe2903b8 with scrape type 2
2026-03-24 13:22:48 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7017bcd2-c3aa-5dc5-9e26-9eabfe2903b8 with scrape type 2
2026-03-24 13:22:48 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 7017bcd2-c3aa-5dc5-9e26-9eabfe2903b8, identifier: 120616891
2026-03-24 13:22:48 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 7017bcd2-c3aa-5dc5-9e26-9eabfe2903b8 with identifier: 120616891
2026-03-24 13:22:48 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 7017bcd2-c3aa-5dc5-9e26-9eabfe2903b8 with identifier: 120616891
2026-03-24 13:22:48 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 7017bcd2-c3aa-5dc5-9e26-9eabfe2903b8 with identifier: 120616891 to the API
2026-03-24 13:22:48 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 13:22: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-24 13:22:48 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120616891?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 119,
'color': 'BLACK',
'currency': 'GBP',
'doors_number': 4,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'expiration_date': '2026-03-25T10:00:00Z',
'fuel_type': 'Diesel',
'id': '7017bcd2-c3aa-5dc5-9e26-9eabfe2903b8',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'LV66VZA',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120616891',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'BMW',
'model': '5 SERIES DIESEL SALOON',
'odometer': 61393,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2016-11-23',
'seller_name': 'MotoNovo Finance',
'title': 'BMW 5 SERIES DIESEL SALOON 520d [190] M Sport 4dr Step Auto',
'transmission': 'automatic',
'trim': '520d [190] M Sport 4dr Step Auto',
'vin': None,
'year': 2016}
2026-03-24 13:22:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:22:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120616891%27 HTTP/1.1" 200 None
2026-03-24 13:22:48 [astonbarclay.gb] INFO: Saving data for 120616891: {'auction_closing_time': 1774432800.0, 'created_time': 1773947151.102462, 'last_price_update_time': 1774358568.75215}
2026-03-24 13:22:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:22:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120616891') HTTP/1.1" 204 0
2026-03-24 13:22:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120521233?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-24 13:22:49 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:22:49 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120521233, 'registration': 'KW16AEE', 'account': 'WIL004', 'make': 'HYUNDAI', 'model': 'TUCSON DIESEL ESTATE', 'derivative': '1.7 CRDi Blue Drive SE Nav 5dr 2WD', 'mileage': 52572, 'mileageWarranty': True, 'type': 'car', 'saleId': 19176, 'siteId': 659780, 'site': {'id': 659780, 'name': 'Aston Barclay Westbury', 'vehicles': 130}, 'saleStart': '2026-03-25T09:45Z', 'lot': 2204, 'hall': 'Main Hall', 'transmission': 'manual', 'firstRegistration': '2016-06-15', 'fuel': 'Diesel', 'motExpiry': '2026-08-18', 'doors': 5, 'engineSize': 1685, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/KW16AEE/2026-03-23/image/c166141a-213a-4506-a504-c251e64b8dda_removebg.jpg?w=600', 'https://abimg003.imgix.net/KW16AEE/2026-03-23/image/dea98c66-0385-412e-b06a-ce542eb79e70_removebg.jpg?w=600', 'https://abimg003.imgix.net/KW16AEE/2026-03-23/image/a7f7e320-d1f3-4f49-a451-0327a3cd9a40_removebg.jpg?w=600', 'https://abimg003.imgix.net/KW16AEE/2026-03-23/image/493e241c-9b59-42d9-b212-da2926f44176_removebg.jpg?w=600', 'https://abimg003.imgix.net/KW16AEE/2026-03-23/image/5bda1a61-9562-4aea-afe5-d2b9b58a39ab_removebg.jpg?w=600', 'https://abimg003.imgix.net/KW16AEE/2026-03-23/image/2cb1eb0d-1b0e-4e79-8794-57a4332fbd2a_removebg.jpg?w=600', 'https://abimg003.imgix.net/KW16AEE/2026-03-23/image/32b61ef3-acba-47f6-86ae-eee616f6a199_removebg.jpg?w=600', 'https://abimg003.imgix.net/KW16AEE/2026-03-23/image/663ea6c3-e365-44a3-8175-fba2e52a5186_removebg.jpg?w=600', 'https://abimg003.imgix.net/KW16AEE/2026-03-23/image/25efff65-d2d9-418a-9c6d-2808c8c44fc4_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Fleet', 'serviceHistory': 'Service book 5/19 17K, 7/22 29K, 8/25 49K', 'remarks': 'S/KEY, SD Card', 'virtual': False, 'seller': 'Wilsons', '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/7413b12b-2593-4465-b97c-3b7eed29b5d9.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 13:22:49 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120521233, 'registration': 'KW16AEE', 'account': 'WIL004', 'make': 'HYUNDAI', 'model': 'TUCSON DIESEL ESTATE', 'derivative': '1.7 CRDi Blue Drive SE Nav 5dr 2WD', 'mileage': 52572, 'mileageWarranty': True, 'type': 'car', 'saleId': 19176, 'siteId': 659780, 'site': {'id': 659780, 'name': 'Aston Barclay Westbury', 'vehicles': 130}, 'saleStart': '2026-03-25T09:45Z', 'lot': 2204, 'hall': 'Main Hall', 'transmission': 'manual', 'firstRegistration': '2016-06-15', 'fuel': 'Diesel', 'motExpiry': '2026-08-18', 'doors': 5, 'engineSize': 1685, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/KW16AEE/2026-03-23/image/c166141a-213a-4506-a504-c251e64b8dda_removebg.jpg?w=600', 'https://abimg003.imgix.net/KW16AEE/2026-03-23/image/dea98c66-0385-412e-b06a-ce542eb79e70_removebg.jpg?w=600', 'https://abimg003.imgix.net/KW16AEE/2026-03-23/image/a7f7e320-d1f3-4f49-a451-0327a3cd9a40_removebg.jpg?w=600', 'https://abimg003.imgix.net/KW16AEE/2026-03-23/image/493e241c-9b59-42d9-b212-da2926f44176_removebg.jpg?w=600', 'https://abimg003.imgix.net/KW16AEE/2026-03-23/image/5bda1a61-9562-4aea-afe5-d2b9b58a39ab_removebg.jpg?w=600', 'https://abimg003.imgix.net/KW16AEE/2026-03-23/image/2cb1eb0d-1b0e-4e79-8794-57a4332fbd2a_removebg.jpg?w=600', 'https://abimg003.imgix.net/KW16AEE/2026-03-23/image/32b61ef3-acba-47f6-86ae-eee616f6a199_removebg.jpg?w=600', 'https://abimg003.imgix.net/KW16AEE/2026-03-23/image/663ea6c3-e365-44a3-8175-fba2e52a5186_removebg.jpg?w=600', 'https://abimg003.imgix.net/KW16AEE/2026-03-23/image/25efff65-d2d9-418a-9c6d-2808c8c44fc4_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Fleet', 'serviceHistory': 'Service book 5/19 17K, 7/22 29K, 8/25 49K', 'remarks': 'S/KEY, SD Card', 'virtual': False, 'seller': 'Wilsons', '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/7413b12b-2593-4465-b97c-3b7eed29b5d9.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 13:22:49 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 41111858-843a-5215-8644-65c40869f69b with identifier: 120521233
2026-03-24 13:22:49 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 41111858-843a-5215-8644-65c40869f69b with scrape type 2
2026-03-24 13:22:49 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 41111858-843a-5215-8644-65c40869f69b with scrape type 2
2026-03-24 13:22:49 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 41111858-843a-5215-8644-65c40869f69b, identifier: 120521233
2026-03-24 13:22:49 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 41111858-843a-5215-8644-65c40869f69b with identifier: 120521233
2026-03-24 13:22:49 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 41111858-843a-5215-8644-65c40869f69b with identifier: 120521233
2026-03-24 13:22:49 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 41111858-843a-5215-8644-65c40869f69b with identifier: 120521233 to the API
2026-03-24 13:22:49 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 13:22: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-24 13:22:50 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120521233?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 119,
'color': 'GREY',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.7L',
'expiration_date': '2026-03-25T09:45:00Z',
'fuel_type': 'Diesel',
'id': '41111858-843a-5215-8644-65c40869f69b',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'KW16AEE',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120521233',
'listing': 'auction',
'location': 'Aston Barclay Westbury',
'make': 'HYUNDAI',
'model': 'TUCSON DIESEL ESTATE',
'odometer': 52572,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2016-06-15',
'seller_name': 'Wilsons',
'title': 'HYUNDAI TUCSON DIESEL ESTATE 1.7 CRDi Blue Drive SE Nav 5dr 2WD',
'transmission': 'manual',
'trim': '1.7 CRDi Blue Drive SE Nav 5dr 2WD',
'vin': None,
'year': 2016}
2026-03-24 13:22:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:22:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120521233%27 HTTP/1.1" 200 None
2026-03-24 13:22:50 [astonbarclay.gb] INFO: Saving data for 120521233: {'auction_closing_time': 1774431900.0, 'created_time': 1774260507.793235, 'last_price_update_time': 1774358570.428468}
2026-03-24 13:22:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:22:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120521233') HTTP/1.1" 204 0
2026-03-24 13:22:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120097687?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-24 13:22:53 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:22:53 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120097687, 'registration': 'CE64ETD', 'account': 'KCS002', 'make': 'VAUXHALL', 'model': 'MOKKA HATCHBACK', 'derivative': '1.4T SE 5dr Auto', 'mileage': 36704, 'mileageWarranty': True, 'type': 'car', 'saleId': 19176, 'siteId': 659780, 'site': {'id': 659780, 'name': 'Aston Barclay Westbury', 'vehicles': 130}, 'saleStart': '2026-03-25T09:45Z', 'lot': 2136, 'hall': 'Main Hall', 'transmission': 'automatic', 'firstRegistration': '2014-09-13', 'fuel': 'Petrol', 'motExpiry': '2025-09-12', 'doors': 5, 'engineSize': 1364, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/CE64ETD/2026-03-09/image/835eea37-355d-4b4b-87ad-1e2dac488c97_removebg.jpg?w=600', 'https://abimg003.imgix.net/CE64ETD/2026-03-09/image/cb906c1f-7915-4424-becc-1eef6ef08361_removebg.jpg?w=600', 'https://abimg003.imgix.net/CE64ETD/2026-03-09/image/75c1d1b7-cf5c-4398-bd74-245dc0cb16fb_removebg.jpg?w=600', 'https://abimg003.imgix.net/CE64ETD/2026-03-09/image/d31a21ff-b813-45a7-92e5-0f9d07a1c61b_removebg.jpg?w=600', 'https://abimg003.imgix.net/CE64ETD/2026-03-09/image/a1b14281-a107-4bb5-b1f1-196b08b39366_removebg.jpg?w=600', 'https://abimg003.imgix.net/CE64ETD/2026-03-09/image/abe0b00c-6e08-4c08-bccb-32aef229e9e8_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Express', 'serviceHistory': 'Service invoice 09/17 14K', 'remarks': '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': 158, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/d7dc372b-8ebd-4a99-a7f6-96ee6bade83c.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 13:22:53 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120097687, 'registration': 'CE64ETD', 'account': 'KCS002', 'make': 'VAUXHALL', 'model': 'MOKKA HATCHBACK', 'derivative': '1.4T SE 5dr Auto', 'mileage': 36704, 'mileageWarranty': True, 'type': 'car', 'saleId': 19176, 'siteId': 659780, 'site': {'id': 659780, 'name': 'Aston Barclay Westbury', 'vehicles': 130}, 'saleStart': '2026-03-25T09:45Z', 'lot': 2136, 'hall': 'Main Hall', 'transmission': 'automatic', 'firstRegistration': '2014-09-13', 'fuel': 'Petrol', 'motExpiry': '2025-09-12', 'doors': 5, 'engineSize': 1364, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/CE64ETD/2026-03-09/image/835eea37-355d-4b4b-87ad-1e2dac488c97_removebg.jpg?w=600', 'https://abimg003.imgix.net/CE64ETD/2026-03-09/image/cb906c1f-7915-4424-becc-1eef6ef08361_removebg.jpg?w=600', 'https://abimg003.imgix.net/CE64ETD/2026-03-09/image/75c1d1b7-cf5c-4398-bd74-245dc0cb16fb_removebg.jpg?w=600', 'https://abimg003.imgix.net/CE64ETD/2026-03-09/image/d31a21ff-b813-45a7-92e5-0f9d07a1c61b_removebg.jpg?w=600', 'https://abimg003.imgix.net/CE64ETD/2026-03-09/image/a1b14281-a107-4bb5-b1f1-196b08b39366_removebg.jpg?w=600', 'https://abimg003.imgix.net/CE64ETD/2026-03-09/image/abe0b00c-6e08-4c08-bccb-32aef229e9e8_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Express', 'serviceHistory': 'Service invoice 09/17 14K', 'remarks': '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': 158, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/d7dc372b-8ebd-4a99-a7f6-96ee6bade83c.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 13:22:53 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0ada478b-8da0-55e8-aac4-3c0b7b6021dd with identifier: 120097687
2026-03-24 13:22:53 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0ada478b-8da0-55e8-aac4-3c0b7b6021dd with scrape type 2
2026-03-24 13:22:53 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0ada478b-8da0-55e8-aac4-3c0b7b6021dd with scrape type 2
2026-03-24 13:22:53 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 0ada478b-8da0-55e8-aac4-3c0b7b6021dd, identifier: 120097687
2026-03-24 13:22:53 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 0ada478b-8da0-55e8-aac4-3c0b7b6021dd with identifier: 120097687
2026-03-24 13:22:53 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 0ada478b-8da0-55e8-aac4-3c0b7b6021dd with identifier: 120097687
2026-03-24 13:22:53 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 0ada478b-8da0-55e8-aac4-3c0b7b6021dd with identifier: 120097687 to the API
2026-03-24 13:22:53 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 13:22: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-24 13:22:54 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120097687?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 158,
'color': 'GREY',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 5',
'engine': '1.4L',
'expiration_date': '2026-03-25T09:45:00Z',
'fuel_type': 'Petrol',
'id': '0ada478b-8da0-55e8-aac4-3c0b7b6021dd',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'CE64ETD',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120097687',
'listing': 'auction',
'location': 'Aston Barclay Westbury',
'make': 'VAUXHALL',
'model': 'MOKKA HATCHBACK',
'odometer': 36704,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2014-09-13',
'seller_name': 'CarBuy Limited',
'title': 'VAUXHALL MOKKA HATCHBACK 1.4T SE 5dr Auto',
'transmission': 'automatic',
'trim': '1.4T SE 5dr Auto',
'vin': None,
'year': 2014}
2026-03-24 13:22:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:22:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120097687%27 HTTP/1.1" 200 None
2026-03-24 13:22:54 [astonbarclay.gb] INFO: Saving data for 120097687: {'auction_closing_time': 1774431900.0, 'created_time': 1773403033.966783, 'last_price_update_time': 1774358574.039594}
2026-03-24 13:22:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:22:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120097687') HTTP/1.1" 204 0
2026-03-24 13:22:54 [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-24 13:22:54 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:22:54 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', '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': 19176, 'siteId': 659780, 'site': {'id': 659780, 'name': 'Aston Barclay Westbury', 'vehicles': 130}, 'saleStart': '2026-03-25T09:45Z', 'lot': 2135, '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-24 13:22:54 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', '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': 19176, 'siteId': 659780, 'site': {'id': 659780, 'name': 'Aston Barclay Westbury', 'vehicles': 130}, 'saleStart': '2026-03-25T09:45Z', 'lot': 2135, '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-24 13:22:54 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ee44881e-cae0-5c1f-af22-06d8e0bda965 with identifier: 120134274
2026-03-24 13:22:54 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ee44881e-cae0-5c1f-af22-06d8e0bda965 with scrape type 2
2026-03-24 13:22:54 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ee44881e-cae0-5c1f-af22-06d8e0bda965 with scrape type 2
2026-03-24 13:22:55 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: ee44881e-cae0-5c1f-af22-06d8e0bda965, identifier: 120134274
2026-03-24 13:22:55 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: ee44881e-cae0-5c1f-af22-06d8e0bda965 with identifier: 120134274
2026-03-24 13:22:55 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: ee44881e-cae0-5c1f-af22-06d8e0bda965 with identifier: 120134274
2026-03-24 13:22:55 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: ee44881e-cae0-5c1f-af22-06d8e0bda965 with identifier: 120134274 to the API
2026-03-24 13:22:55 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 13:22: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-24 13:22:55 [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-25T09:45: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-24 13:22:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:22:55 [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-24 13:22:55 [astonbarclay.gb] INFO: Saving data for 120134274: {'auction_closing_time': 1774431900.0, 'created_time': 1773403029.966482, 'last_price_update_time': 1774358575.529747}
2026-03-24 13:22:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:22:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120134274') HTTP/1.1" 204 0
2026-03-24 13:22:55 [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-24 13:22:55 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:22:55 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120652590, 'registration': 'VK18YUA', 'account': 'KCS002', 'make': 'AUDI', 'model': 'Q2 ESTATE', 'derivative': '1.0 TFSI Sport 5dr', 'mileage': 91448, 'mileageWarranty': True, 'type': 'car', 'saleId': 19176, 'siteId': 659780, 'site': {'id': 659780, 'name': 'Aston Barclay Westbury', 'vehicles': 130}, 'saleStart': '2026-03-25T09:45Z', 'lot': 2141, '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-24 13:22:55 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120652590, 'registration': 'VK18YUA', 'account': 'KCS002', 'make': 'AUDI', 'model': 'Q2 ESTATE', 'derivative': '1.0 TFSI Sport 5dr', 'mileage': 91448, 'mileageWarranty': True, 'type': 'car', 'saleId': 19176, 'siteId': 659780, 'site': {'id': 659780, 'name': 'Aston Barclay Westbury', 'vehicles': 130}, 'saleStart': '2026-03-25T09:45Z', 'lot': 2141, '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-24 13:22:55 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a76851ec-94a3-5bc0-bad3-34588c6f93ff with identifier: 120652590
2026-03-24 13:22:55 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a76851ec-94a3-5bc0-bad3-34588c6f93ff with scrape type 2
2026-03-24 13:22:55 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a76851ec-94a3-5bc0-bad3-34588c6f93ff with scrape type 2
2026-03-24 13:22:55 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: a76851ec-94a3-5bc0-bad3-34588c6f93ff, identifier: 120652590
2026-03-24 13:22:55 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: a76851ec-94a3-5bc0-bad3-34588c6f93ff with identifier: 120652590
2026-03-24 13:22:55 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: a76851ec-94a3-5bc0-bad3-34588c6f93ff with identifier: 120652590
2026-03-24 13:22:55 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: a76851ec-94a3-5bc0-bad3-34588c6f93ff with identifier: 120652590 to the API
2026-03-24 13:22:55 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 13:22: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-24 13:22:57 [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-25T09:45: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-24 13:22:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:22:57 [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-24 13:22:57 [astonbarclay.gb] INFO: Saving data for 120652590: {'auction_closing_time': 1774431900.0, 'created_time': 1774033795.76398, 'last_price_update_time': 1774358577.286241}
2026-03-24 13:22:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:22:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120652590') HTTP/1.1" 204 0
2026-03-24 13:22:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120444164?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-24 13:22:57 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:22:57 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120444164, 'registration': 'SG16BHD', 'account': 'KCS002', 'make': 'VAUXHALL', 'model': 'ZAFIRA TOURER', 'derivative': '1.4T SRi 5dr', 'mileage': 103126, 'mileageWarranty': True, 'type': 'car', 'saleId': 19176, 'siteId': 659780, 'site': {'id': 659780, 'name': 'Aston Barclay Westbury', 'vehicles': 130}, 'saleStart': '2026-03-25T09:45Z', 'lot': 2139, 'hall': 'Main Hall', 'transmission': 'manual', 'firstRegistration': '2016-05-17', 'fuel': 'Petrol', 'motExpiry': '2026-10-03', 'doors': 5, 'engineSize': 1364, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/SG16BHD/2026-03-13/image/fd2ce144-a3c7-4ab1-a00f-309195db99d2_removebg.jpg?w=600', 'https://abimg003.imgix.net/SG16BHD/2026-03-13/image/6731f998-45c0-4f9a-b46c-81b6cbfe7f9d_removebg.jpg?w=600', 'https://abimg003.imgix.net/SG16BHD/2026-03-13/image/b294d215-ae96-4074-bc6c-d872551d7be7_removebg.jpg?w=600', 'https://abimg003.imgix.net/SG16BHD/2026-03-13/image/3306d9b9-0680-43d9-a8c4-697530a88e2d_removebg.jpg?w=600', 'https://abimg003.imgix.net/SG16BHD/2026-03-13/image/b388a77a-a6e3-483d-8c41-e04a5fd77b25_removebg.jpg?w=600', 'https://abimg003.imgix.net/SG16BHD/2026-03-13/image/5764150f-84de-4f49-b62d-ccc02469ef7b_removebg.jpg?w=600', 'https://abimg003.imgix.net/SG16BHD/2026-03-13/image/aaa7d921-13bb-46af-8bf5-e159eef85950_removebg.jpg?w=600', 'https://abimg003.imgix.net/SG16BHD/2026-03-13/image/6853971c-91a5-47dc-af04-a1c8f7dd61df_removebg.jpg?w=600', 'https://abimg003.imgix.net/SG16BHD/2026-03-13/image/d4854f4a-7580-4769-888e-7e135b5aae85_removebg.jpg?w=600', 'https://abimg003.imgix.net/SG16BHD/2026-03-13/image/354f6f2a-d52a-49cb-b007-d1bad3d191c9_removebg.jpg?w=600'], 'colour': 'GREEN', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Fleet', 'serviceHistory': 'Service book 7/17 22k,', 'remarks': 'SPARE KEY', 'virtual': False, 'seller': 'CarBuy Limited', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '5', 'v5': True, 'v5details': 'Here', 'co2': 158, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/d8a448b0-2eb3-4063-8edd-a8c4a8a4e58e.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 13:22:57 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120444164, 'registration': 'SG16BHD', 'account': 'KCS002', 'make': 'VAUXHALL', 'model': 'ZAFIRA TOURER', 'derivative': '1.4T SRi 5dr', 'mileage': 103126, 'mileageWarranty': True, 'type': 'car', 'saleId': 19176, 'siteId': 659780, 'site': {'id': 659780, 'name': 'Aston Barclay Westbury', 'vehicles': 130}, 'saleStart': '2026-03-25T09:45Z', 'lot': 2139, 'hall': 'Main Hall', 'transmission': 'manual', 'firstRegistration': '2016-05-17', 'fuel': 'Petrol', 'motExpiry': '2026-10-03', 'doors': 5, 'engineSize': 1364, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/SG16BHD/2026-03-13/image/fd2ce144-a3c7-4ab1-a00f-309195db99d2_removebg.jpg?w=600', 'https://abimg003.imgix.net/SG16BHD/2026-03-13/image/6731f998-45c0-4f9a-b46c-81b6cbfe7f9d_removebg.jpg?w=600', 'https://abimg003.imgix.net/SG16BHD/2026-03-13/image/b294d215-ae96-4074-bc6c-d872551d7be7_removebg.jpg?w=600', 'https://abimg003.imgix.net/SG16BHD/2026-03-13/image/3306d9b9-0680-43d9-a8c4-697530a88e2d_removebg.jpg?w=600', 'https://abimg003.imgix.net/SG16BHD/2026-03-13/image/b388a77a-a6e3-483d-8c41-e04a5fd77b25_removebg.jpg?w=600', 'https://abimg003.imgix.net/SG16BHD/2026-03-13/image/5764150f-84de-4f49-b62d-ccc02469ef7b_removebg.jpg?w=600', 'https://abimg003.imgix.net/SG16BHD/2026-03-13/image/aaa7d921-13bb-46af-8bf5-e159eef85950_removebg.jpg?w=600', 'https://abimg003.imgix.net/SG16BHD/2026-03-13/image/6853971c-91a5-47dc-af04-a1c8f7dd61df_removebg.jpg?w=600', 'https://abimg003.imgix.net/SG16BHD/2026-03-13/image/d4854f4a-7580-4769-888e-7e135b5aae85_removebg.jpg?w=600', 'https://abimg003.imgix.net/SG16BHD/2026-03-13/image/354f6f2a-d52a-49cb-b007-d1bad3d191c9_removebg.jpg?w=600'], 'colour': 'GREEN', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Fleet', 'serviceHistory': 'Service book 7/17 22k,', 'remarks': 'SPARE KEY', 'virtual': False, 'seller': 'CarBuy Limited', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '5', 'v5': True, 'v5details': 'Here', 'co2': 158, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/d8a448b0-2eb3-4063-8edd-a8c4a8a4e58e.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 13:22:57 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f08fce9e-6ff5-596d-aaa2-c2f509bd25d2 with identifier: 120444164
2026-03-24 13:22:57 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f08fce9e-6ff5-596d-aaa2-c2f509bd25d2 with scrape type 2
2026-03-24 13:22:57 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f08fce9e-6ff5-596d-aaa2-c2f509bd25d2 with scrape type 2
2026-03-24 13:22:57 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: f08fce9e-6ff5-596d-aaa2-c2f509bd25d2, identifier: 120444164
2026-03-24 13:22:57 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: f08fce9e-6ff5-596d-aaa2-c2f509bd25d2 with identifier: 120444164
2026-03-24 13:22:57 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: f08fce9e-6ff5-596d-aaa2-c2f509bd25d2 with identifier: 120444164
2026-03-24 13:22:57 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: f08fce9e-6ff5-596d-aaa2-c2f509bd25d2 with identifier: 120444164 to the API
2026-03-24 13:22:57 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 13:22:58 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-24 13:22:59 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120444164?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 158,
'color': 'GREEN',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.4L',
'expiration_date': '2026-03-25T09:45:00Z',
'fuel_type': 'Petrol',
'id': 'f08fce9e-6ff5-596d-aaa2-c2f509bd25d2',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'SG16BHD',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120444164',
'listing': 'auction',
'location': 'Aston Barclay Westbury',
'make': 'VAUXHALL',
'model': 'ZAFIRA TOURER',
'odometer': 103126,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2016-05-17',
'seller_name': 'CarBuy Limited',
'title': 'VAUXHALL ZAFIRA TOURER 1.4T SRi 5dr',
'transmission': 'manual',
'trim': '1.4T SRi 5dr',
'vin': None,
'year': 2016}
2026-03-24 13:22:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:22:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120444164%27 HTTP/1.1" 200 None
2026-03-24 13:22:59 [astonbarclay.gb] INFO: Saving data for 120444164: {'auction_closing_time': 1774431900.0, 'created_time': 1773429590.655344, 'last_price_update_time': 1774358579.121193}
2026-03-24 13:22:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:22:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120444164') HTTP/1.1" 204 0
2026-03-24 13:22:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120134222?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-24 13:22:59 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:22:59 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120134222, 'registration': 'GV71OTH', 'account': 'KCS002', 'make': 'CITROEN', 'model': 'C4 HATCHBACK (RC)', 'derivative': '1.2 PureTech [130] Shine 5dr', 'mileage': 23141, 'mileageWarranty': True, 'type': 'car', 'saleId': 19176, 'siteId': 659780, 'site': {'id': 659780, 'name': 'Aston Barclay Westbury', 'vehicles': 130}, 'saleStart': '2026-03-25T09:45Z', 'lot': 2137, 'hall': 'Main Hall', 'transmission': 'manual', 'firstRegistration': '2022-02-04', 'fuel': 'Petrol', 'motExpiry': '2026-02-03', 'doors': 5, 'engineSize': 1200, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/GV71OTH/2026-03-04/image/3687cc1b-4d5e-4acf-bcf5-49d159e6869d_removebg.jpg?w=600', 'https://abimg003.imgix.net/GV71OTH/2026-03-04/image/4c5a36c5-1381-4808-93af-229b1863d1e2_removebg.jpg?w=600', 'https://abimg003.imgix.net/GV71OTH/2026-03-04/image/15dc8d44-4c6a-40ed-ae48-db52dae91c81_removebg.jpg?w=600', 'https://abimg003.imgix.net/GV71OTH/2026-03-04/image/dc2a4163-bf9e-4be5-a905-887f1b59570f_removebg.jpg?w=600', 'https://abimg003.imgix.net/GV71OTH/2026-03-04/image/f6369e96-da10-45d1-b0e7-beb7718e5bf4_removebg.jpg?w=600', 'https://abimg003.imgix.net/GV71OTH/2026-03-04/image/e32c85cb-4e73-4bb6-b83d-70ebda0ef0b4_removebg.jpg?w=600', 'https://abimg003.imgix.net/GV71OTH/2026-03-04/image/b3ade741-60ab-44f4-a992-957c4ee1e881_removebg.jpg?w=600', 'https://abimg003.imgix.net/GV71OTH/2026-03-04/image/44247737-c789-4c45-92d0-b3bffa08734a_removebg.jpg?w=600', 'https://abimg003.imgix.net/GV71OTH/2026-03-04/image/a78348c2-e859-4750-974e-3489ac8134f5_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Fleet', 'serviceHistory': 'Service invoice 02/23 11K 04/24 18K', 'remarks': 'NO SPARE KEY', 'virtual': False, 'seller': 'CarBuy Limited', '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/1c4122cb-2ebe-4bd3-82c5-74a4431886a1.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 13:22:59 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120134222, 'registration': 'GV71OTH', 'account': 'KCS002', 'make': 'CITROEN', 'model': 'C4 HATCHBACK (RC)', 'derivative': '1.2 PureTech [130] Shine 5dr', 'mileage': 23141, 'mileageWarranty': True, 'type': 'car', 'saleId': 19176, 'siteId': 659780, 'site': {'id': 659780, 'name': 'Aston Barclay Westbury', 'vehicles': 130}, 'saleStart': '2026-03-25T09:45Z', 'lot': 2137, 'hall': 'Main Hall', 'transmission': 'manual', 'firstRegistration': '2022-02-04', 'fuel': 'Petrol', 'motExpiry': '2026-02-03', 'doors': 5, 'engineSize': 1200, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/GV71OTH/2026-03-04/image/3687cc1b-4d5e-4acf-bcf5-49d159e6869d_removebg.jpg?w=600', 'https://abimg003.imgix.net/GV71OTH/2026-03-04/image/4c5a36c5-1381-4808-93af-229b1863d1e2_removebg.jpg?w=600', 'https://abimg003.imgix.net/GV71OTH/2026-03-04/image/15dc8d44-4c6a-40ed-ae48-db52dae91c81_removebg.jpg?w=600', 'https://abimg003.imgix.net/GV71OTH/2026-03-04/image/dc2a4163-bf9e-4be5-a905-887f1b59570f_removebg.jpg?w=600', 'https://abimg003.imgix.net/GV71OTH/2026-03-04/image/f6369e96-da10-45d1-b0e7-beb7718e5bf4_removebg.jpg?w=600', 'https://abimg003.imgix.net/GV71OTH/2026-03-04/image/e32c85cb-4e73-4bb6-b83d-70ebda0ef0b4_removebg.jpg?w=600', 'https://abimg003.imgix.net/GV71OTH/2026-03-04/image/b3ade741-60ab-44f4-a992-957c4ee1e881_removebg.jpg?w=600', 'https://abimg003.imgix.net/GV71OTH/2026-03-04/image/44247737-c789-4c45-92d0-b3bffa08734a_removebg.jpg?w=600', 'https://abimg003.imgix.net/GV71OTH/2026-03-04/image/a78348c2-e859-4750-974e-3489ac8134f5_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Fleet', 'serviceHistory': 'Service invoice 02/23 11K 04/24 18K', 'remarks': 'NO SPARE KEY', 'virtual': False, 'seller': 'CarBuy Limited', '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/1c4122cb-2ebe-4bd3-82c5-74a4431886a1.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 13:22:59 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6edadad4-5a86-5d1b-baee-95ed80270cff with identifier: 120134222
2026-03-24 13:22:59 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6edadad4-5a86-5d1b-baee-95ed80270cff with scrape type 2
2026-03-24 13:22:59 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6edadad4-5a86-5d1b-baee-95ed80270cff with scrape type 2
2026-03-24 13:22:59 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 6edadad4-5a86-5d1b-baee-95ed80270cff, identifier: 120134222
2026-03-24 13:22:59 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 6edadad4-5a86-5d1b-baee-95ed80270cff with identifier: 120134222
2026-03-24 13:22:59 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 6edadad4-5a86-5d1b-baee-95ed80270cff with identifier: 120134222
2026-03-24 13:22:59 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 6edadad4-5a86-5d1b-baee-95ed80270cff with identifier: 120134222 to the API
2026-03-24 13:22:59 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 13:23: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-24 13:23:00 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120134222?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 121,
'color': 'BLACK',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.2L',
'expiration_date': '2026-03-25T09:45:00Z',
'fuel_type': 'Petrol',
'id': '6edadad4-5a86-5d1b-baee-95ed80270cff',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'GV71OTH',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120134222',
'listing': 'auction',
'location': 'Aston Barclay Westbury',
'make': 'CITROEN',
'model': 'C4 HATCHBACK (RC)',
'odometer': 23141,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-02-04',
'seller_name': 'CarBuy Limited',
'title': 'CITROEN C4 HATCHBACK (RC) 1.2 PureTech [130] Shine 5dr',
'transmission': 'manual',
'trim': '1.2 PureTech [130] Shine 5dr',
'vin': None,
'year': 2022}
2026-03-24 13:23:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:23:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120134222%27 HTTP/1.1" 200 None
2026-03-24 13:23:00 [astonbarclay.gb] INFO: Saving data for 120134222: {'auction_closing_time': 1774431900.0, 'created_time': 1773402352.997934, 'last_price_update_time': 1774358580.683899}
2026-03-24 13:23:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:23:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120134222') HTTP/1.1" 204 0
2026-03-24 13:23:06 [scrapy.extensions.logstats] INFO: Crawled 428 pages (at 22 pages/min), scraped 402 items (at 22 items/min)
2026-03-24 13:23:06 [scrapy.extensions.memusage] INFO: Peak memory usage is 181MiB
2026-03-24 13:23:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120241549?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-24 13:23:06 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:23:06 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120241549, 'registration': 'YB64LUJ', 'account': 'KCS002', 'make': 'CITROEN', 'model': 'C4 HATCHBACK SPECIAL EDITION (RC)', 'derivative': '1.6 e-HDi [115] Selection 5dr', 'mileage': 74106, 'mileageWarranty': True, 'type': 'car', 'saleId': 19176, 'siteId': 659780, 'site': {'id': 659780, 'name': 'Aston Barclay Westbury', 'vehicles': 130}, 'saleStart': '2026-03-25T09:45Z', 'lot': 2134, 'hall': 'Main Hall', 'transmission': 'manual', 'firstRegistration': '2014-12-31', 'fuel': 'Diesel', 'motExpiry': '2026-04-01', 'doors': 5, 'engineSize': 1560, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/YB64LUJ/2026-03-09/image/38350434-7a19-4cad-8dc3-3cb3820bba6a_removebg.jpg?w=600', 'https://abimg003.imgix.net/YB64LUJ/2026-03-09/image/5913b69d-7c02-4fa2-a23d-0bcba5a5d6b2_removebg.jpg?w=600', 'https://abimg003.imgix.net/YB64LUJ/2026-03-09/image/34ef8555-e176-4369-860f-e106339c4bde_removebg.jpg?w=600', 'https://abimg003.imgix.net/YB64LUJ/2026-03-09/image/58196b0c-c126-4c01-9c32-7f1a765b469b_removebg.jpg?w=600', 'https://abimg003.imgix.net/YB64LUJ/2026-03-09/image/5c8bbd03-60c6-4bf2-967b-48c022629873_removebg.jpg?w=600', 'https://abimg003.imgix.net/YB64LUJ/2026-03-09/image/8db003a4-64ca-4158-8e6e-0555c92dca25_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Express', 'serviceHistory': '', 'remarks': '**OUTSTANDING AIRBAG RECALL - NOT CURRENTLY PART OF THE DO NOT DRIVE RECALL** - 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': 100, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/8b83f812-f53f-46dd-a610-cc54146bc928.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 13:23:06 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120241549, 'registration': 'YB64LUJ', 'account': 'KCS002', 'make': 'CITROEN', 'model': 'C4 HATCHBACK SPECIAL EDITION (RC)', 'derivative': '1.6 e-HDi [115] Selection 5dr', 'mileage': 74106, 'mileageWarranty': True, 'type': 'car', 'saleId': 19176, 'siteId': 659780, 'site': {'id': 659780, 'name': 'Aston Barclay Westbury', 'vehicles': 130}, 'saleStart': '2026-03-25T09:45Z', 'lot': 2134, 'hall': 'Main Hall', 'transmission': 'manual', 'firstRegistration': '2014-12-31', 'fuel': 'Diesel', 'motExpiry': '2026-04-01', 'doors': 5, 'engineSize': 1560, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/YB64LUJ/2026-03-09/image/38350434-7a19-4cad-8dc3-3cb3820bba6a_removebg.jpg?w=600', 'https://abimg003.imgix.net/YB64LUJ/2026-03-09/image/5913b69d-7c02-4fa2-a23d-0bcba5a5d6b2_removebg.jpg?w=600', 'https://abimg003.imgix.net/YB64LUJ/2026-03-09/image/34ef8555-e176-4369-860f-e106339c4bde_removebg.jpg?w=600', 'https://abimg003.imgix.net/YB64LUJ/2026-03-09/image/58196b0c-c126-4c01-9c32-7f1a765b469b_removebg.jpg?w=600', 'https://abimg003.imgix.net/YB64LUJ/2026-03-09/image/5c8bbd03-60c6-4bf2-967b-48c022629873_removebg.jpg?w=600', 'https://abimg003.imgix.net/YB64LUJ/2026-03-09/image/8db003a4-64ca-4158-8e6e-0555c92dca25_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Express', 'serviceHistory': '', 'remarks': '**OUTSTANDING AIRBAG RECALL - NOT CURRENTLY PART OF THE DO NOT DRIVE RECALL** - 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': 100, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/8b83f812-f53f-46dd-a610-cc54146bc928.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 13:23:06 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 78fa3138-e83b-5206-bb77-9cb6547eb0ed with identifier: 120241549
2026-03-24 13:23:06 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 78fa3138-e83b-5206-bb77-9cb6547eb0ed with scrape type 2
2026-03-24 13:23:06 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 78fa3138-e83b-5206-bb77-9cb6547eb0ed with scrape type 2
2026-03-24 13:23:06 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 78fa3138-e83b-5206-bb77-9cb6547eb0ed, identifier: 120241549
2026-03-24 13:23:06 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 78fa3138-e83b-5206-bb77-9cb6547eb0ed with identifier: 120241549
2026-03-24 13:23:06 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 78fa3138-e83b-5206-bb77-9cb6547eb0ed with identifier: 120241549
2026-03-24 13:23:06 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 78fa3138-e83b-5206-bb77-9cb6547eb0ed with identifier: 120241549 to the API
2026-03-24 13:23:06 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 13:23: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-24 13:23:07 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120241549?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-25T09:45:00Z',
'fuel_type': 'Diesel',
'id': '78fa3138-e83b-5206-bb77-9cb6547eb0ed',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'YB64LUJ',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120241549',
'listing': 'auction',
'location': 'Aston Barclay Westbury',
'make': 'CITROEN',
'model': 'C4 HATCHBACK SPECIAL EDITION (RC)',
'odometer': 74106,
'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': 'CarBuy Limited',
'title': 'CITROEN C4 HATCHBACK SPECIAL EDITION (RC) 1.6 e-HDi [115] Selection '
'5dr',
'transmission': 'manual',
'trim': '1.6 e-HDi [115] Selection 5dr',
'vin': None,
'year': 2014}
2026-03-24 13:23:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:23:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120241549%27 HTTP/1.1" 200 None
2026-03-24 13:23:07 [astonbarclay.gb] INFO: Saving data for 120241549: {'auction_closing_time': 1774431900.0, 'created_time': 1773403161.390761, 'last_price_update_time': 1774358587.434348}
2026-03-24 13:23:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:23:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120241549') HTTP/1.1" 204 0
2026-03-24 13:23:07 [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-24 13:23:07 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:23:07 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', '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': 19176, 'siteId': 659780, 'site': {'id': 659780, 'name': 'Aston Barclay Westbury', 'vehicles': 130}, 'saleStart': '2026-03-25T09:45Z', 'lot': 2131, '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-24 13:23:07 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', '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': 19176, 'siteId': 659780, 'site': {'id': 659780, 'name': 'Aston Barclay Westbury', 'vehicles': 130}, 'saleStart': '2026-03-25T09:45Z', 'lot': 2131, '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-24 13:23:07 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 63d5ae99-714c-5d44-b5c6-d749528db03d with identifier: 120478141
2026-03-24 13:23:07 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 63d5ae99-714c-5d44-b5c6-d749528db03d with scrape type 2
2026-03-24 13:23:07 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 63d5ae99-714c-5d44-b5c6-d749528db03d with scrape type 2
2026-03-24 13:23:07 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 63d5ae99-714c-5d44-b5c6-d749528db03d, identifier: 120478141
2026-03-24 13:23:07 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 63d5ae99-714c-5d44-b5c6-d749528db03d with identifier: 120478141
2026-03-24 13:23:07 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 63d5ae99-714c-5d44-b5c6-d749528db03d with identifier: 120478141
2026-03-24 13:23:07 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 63d5ae99-714c-5d44-b5c6-d749528db03d with identifier: 120478141 to the API
2026-03-24 13:23:07 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 13:23:08 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-24 13:23:09 [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-25T09:45: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-24 13:23:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:23:09 [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-24 13:23:09 [astonbarclay.gb] INFO: Saving data for 120478141: {'auction_closing_time': 1774431900.0, 'created_time': 1773688007.020939, 'last_price_update_time': 1774358589.069531}
2026-03-24 13:23:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:23:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120478141') HTTP/1.1" 204 0
2026-03-24 13:23:11 [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-24 13:23:11 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:23:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120264042?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-24 13:23:11 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:23:11 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', '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': 19176, 'siteId': 659780, 'site': {'id': 659780, 'name': 'Aston Barclay Westbury', 'vehicles': 130}, 'saleStart': '2026-03-25T09:45Z', 'lot': 2128, '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-24 13:23:11 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', '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': 19176, 'siteId': 659780, 'site': {'id': 659780, 'name': 'Aston Barclay Westbury', 'vehicles': 130}, 'saleStart': '2026-03-25T09:45Z', 'lot': 2128, '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-24 13:23:11 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5708eeb9-255c-504f-a331-4deaa60aff26 with identifier: 120263591
2026-03-24 13:23:11 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5708eeb9-255c-504f-a331-4deaa60aff26 with scrape type 2
2026-03-24 13:23:11 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5708eeb9-255c-504f-a331-4deaa60aff26 with scrape type 2
2026-03-24 13:23:11 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 5708eeb9-255c-504f-a331-4deaa60aff26, identifier: 120263591
2026-03-24 13:23:11 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 5708eeb9-255c-504f-a331-4deaa60aff26 with identifier: 120263591
2026-03-24 13:23:11 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 5708eeb9-255c-504f-a331-4deaa60aff26 with identifier: 120263591
2026-03-24 13:23:12 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 5708eeb9-255c-504f-a331-4deaa60aff26 with identifier: 120263591 to the API
2026-03-24 13:23:12 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 13:23: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-24 13:23:12 [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-25T09:45: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-24 13:23:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:23:12 [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-24 13:23:12 [astonbarclay.gb] INFO: Saving data for 120263591: {'auction_closing_time': 1774431900.0, 'created_time': 1773402476.570224, 'last_price_update_time': 1774358592.269182}
2026-03-24 13:23:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:23:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120263591') HTTP/1.1" 204 0
2026-03-24 13:23:12 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120264042, 'registration': 'DS11AOC', 'account': 'KCS002', 'make': 'HYUNDAI', 'model': 'IX35 DIESEL ESTATE', 'derivative': '2.0 CRDi Premium 5dr', 'mileage': 101061, 'mileageWarranty': True, 'type': 'car', 'saleId': 19176, 'siteId': 659780, 'site': {'id': 659780, 'name': 'Aston Barclay Westbury', 'vehicles': 130}, 'saleStart': '2026-03-25T09:45Z', 'lot': 2132, 'hall': 'Main Hall', 'transmission': 'manual', 'firstRegistration': '2011-06-17', 'fuel': 'Diesel', 'motExpiry': '2027-01-17', 'doors': 5, 'engineSize': 1995, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/DS11AOC/2026-03-10/image/6267252f-3a83-40d2-842f-6c91f7bd31e5_removebg.jpg?w=600', 'https://abimg003.imgix.net/DS11AOC/2026-03-10/image/4fe88303-2dbe-48c6-b1cc-159267969c99_removebg.jpg?w=600', 'https://abimg003.imgix.net/DS11AOC/2026-03-10/image/0e6651c1-4605-42a0-976d-d859bbc6e827_removebg.jpg?w=600', 'https://abimg003.imgix.net/DS11AOC/2026-03-10/image/9c1c82b0-5c00-4abd-8be7-6226cebb6c76_removebg.jpg?w=600', 'https://abimg003.imgix.net/DS11AOC/2026-03-10/image/adfaee3f-ba0b-402a-aaba-6a2d758dface_removebg.jpg?w=600', 'https://abimg003.imgix.net/DS11AOC/2026-03-10/image/a5f8a8ac-85ec-4064-8840-e6c86a54eba2_removebg.jpg?w=600'], 'colour': 'SILVER', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Express', 'serviceHistory': 'Service book 5/12 9K, 6/13 21K, 6/14 31K, 5/15 42K, 7/16 50K, 6/17 56K, 3/19 64K', 'remarks': 'SPARE KEY', 'virtual': False, 'seller': 'CarBuy Limited', '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/788cf89b-160b-4a38-a603-7f53b8b9be8a.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 13:23:12 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120264042, 'registration': 'DS11AOC', 'account': 'KCS002', 'make': 'HYUNDAI', 'model': 'IX35 DIESEL ESTATE', 'derivative': '2.0 CRDi Premium 5dr', 'mileage': 101061, 'mileageWarranty': True, 'type': 'car', 'saleId': 19176, 'siteId': 659780, 'site': {'id': 659780, 'name': 'Aston Barclay Westbury', 'vehicles': 130}, 'saleStart': '2026-03-25T09:45Z', 'lot': 2132, 'hall': 'Main Hall', 'transmission': 'manual', 'firstRegistration': '2011-06-17', 'fuel': 'Diesel', 'motExpiry': '2027-01-17', 'doors': 5, 'engineSize': 1995, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/DS11AOC/2026-03-10/image/6267252f-3a83-40d2-842f-6c91f7bd31e5_removebg.jpg?w=600', 'https://abimg003.imgix.net/DS11AOC/2026-03-10/image/4fe88303-2dbe-48c6-b1cc-159267969c99_removebg.jpg?w=600', 'https://abimg003.imgix.net/DS11AOC/2026-03-10/image/0e6651c1-4605-42a0-976d-d859bbc6e827_removebg.jpg?w=600', 'https://abimg003.imgix.net/DS11AOC/2026-03-10/image/9c1c82b0-5c00-4abd-8be7-6226cebb6c76_removebg.jpg?w=600', 'https://abimg003.imgix.net/DS11AOC/2026-03-10/image/adfaee3f-ba0b-402a-aaba-6a2d758dface_removebg.jpg?w=600', 'https://abimg003.imgix.net/DS11AOC/2026-03-10/image/a5f8a8ac-85ec-4064-8840-e6c86a54eba2_removebg.jpg?w=600'], 'colour': 'SILVER', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Express', 'serviceHistory': 'Service book 5/12 9K, 6/13 21K, 6/14 31K, 5/15 42K, 7/16 50K, 6/17 56K, 3/19 64K', 'remarks': 'SPARE KEY', 'virtual': False, 'seller': 'CarBuy Limited', '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/788cf89b-160b-4a38-a603-7f53b8b9be8a.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 13:23:12 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 66063768-0ac6-5941-af4d-35a241f891d6 with identifier: 120264042
2026-03-24 13:23:12 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 66063768-0ac6-5941-af4d-35a241f891d6 with scrape type 2
2026-03-24 13:23:12 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 66063768-0ac6-5941-af4d-35a241f891d6 with scrape type 2
2026-03-24 13:23:12 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 66063768-0ac6-5941-af4d-35a241f891d6, identifier: 120264042
2026-03-24 13:23:12 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 66063768-0ac6-5941-af4d-35a241f891d6 with identifier: 120264042
2026-03-24 13:23:12 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 66063768-0ac6-5941-af4d-35a241f891d6 with identifier: 120264042
2026-03-24 13:23:12 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 66063768-0ac6-5941-af4d-35a241f891d6 with identifier: 120264042 to the API
2026-03-24 13:23:12 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 13:23: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-24 13:23:12 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120264042?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 154,
'color': 'SILVER',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 5',
'engine': '2.0L',
'expiration_date': '2026-03-25T09:45:00Z',
'fuel_type': 'Diesel',
'id': '66063768-0ac6-5941-af4d-35a241f891d6',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'DS11AOC',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120264042',
'listing': 'auction',
'location': 'Aston Barclay Westbury',
'make': 'HYUNDAI',
'model': 'IX35 DIESEL ESTATE',
'odometer': 101061,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2011-06-17',
'seller_name': 'CarBuy Limited',
'title': 'HYUNDAI IX35 DIESEL ESTATE 2.0 CRDi Premium 5dr',
'transmission': 'manual',
'trim': '2.0 CRDi Premium 5dr',
'vin': None,
'year': 2011}
2026-03-24 13:23:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:23:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120264042%27 HTTP/1.1" 200 None
2026-03-24 13:23:12 [astonbarclay.gb] INFO: Saving data for 120264042: {'auction_closing_time': 1774431900.0, 'created_time': 1773403203.862161, 'last_price_update_time': 1774358592.687601}
2026-03-24 13:23:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:23:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120264042') HTTP/1.1" 204 0
2026-03-24 13:23:15 [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-24 13:23:15 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:23:16 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120029775, 'registration': 'LM18VGN', 'account': 'KCS002', 'make': 'PEUGEOT', 'model': '3008 ESTATE', 'derivative': '1.2 PureTech Allure 5dr', 'mileage': 97424, 'mileageWarranty': True, 'type': 'car', 'saleId': 19176, 'siteId': 659780, 'site': {'id': 659780, 'name': 'Aston Barclay Westbury', 'vehicles': 130}, 'saleStart': '2026-03-25T09:45Z', 'lot': 2130, '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-24 13:23:16 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120029775, 'registration': 'LM18VGN', 'account': 'KCS002', 'make': 'PEUGEOT', 'model': '3008 ESTATE', 'derivative': '1.2 PureTech Allure 5dr', 'mileage': 97424, 'mileageWarranty': True, 'type': 'car', 'saleId': 19176, 'siteId': 659780, 'site': {'id': 659780, 'name': 'Aston Barclay Westbury', 'vehicles': 130}, 'saleStart': '2026-03-25T09:45Z', 'lot': 2130, '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-24 13:23:16 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 41d7e4df-acd5-5326-a9ce-76e51f69bc20 with identifier: 120029775
2026-03-24 13:23:16 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 41d7e4df-acd5-5326-a9ce-76e51f69bc20 with scrape type 2
2026-03-24 13:23:16 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 41d7e4df-acd5-5326-a9ce-76e51f69bc20 with scrape type 2
2026-03-24 13:23:16 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 41d7e4df-acd5-5326-a9ce-76e51f69bc20, identifier: 120029775
2026-03-24 13:23:16 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 41d7e4df-acd5-5326-a9ce-76e51f69bc20 with identifier: 120029775
2026-03-24 13:23:16 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 41d7e4df-acd5-5326-a9ce-76e51f69bc20 with identifier: 120029775
2026-03-24 13:23:16 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 41d7e4df-acd5-5326-a9ce-76e51f69bc20 with identifier: 120029775 to the API
2026-03-24 13:23:16 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 13:23:17 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-24 13:23:17 [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-25T09:45: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-24 13:23:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:23:17 [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-24 13:23:17 [astonbarclay.gb] INFO: Saving data for 120029775: {'auction_closing_time': 1774431900.0, 'created_time': 1773404482.753992, 'last_price_update_time': 1774358597.833055}
2026-03-24 13:23:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:23:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120029775') HTTP/1.1" 204 0
2026-03-24 13:23:18 [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-24 13:23:18 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:23:18 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120444460, 'registration': 'DG63FVC', 'account': 'KCS002', 'make': 'MERCEDES-BENZ', 'model': 'CLA COUPE', 'derivative': 'CLA 180 Sport 4dr', 'mileage': 81979, 'mileageWarranty': True, 'type': 'car', 'saleId': 19176, 'siteId': 659780, 'site': {'id': 659780, 'name': 'Aston Barclay Westbury', 'vehicles': 130}, 'saleStart': '2026-03-25T09:45Z', 'lot': 2125, '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-24 13:23:18 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120444460, 'registration': 'DG63FVC', 'account': 'KCS002', 'make': 'MERCEDES-BENZ', 'model': 'CLA COUPE', 'derivative': 'CLA 180 Sport 4dr', 'mileage': 81979, 'mileageWarranty': True, 'type': 'car', 'saleId': 19176, 'siteId': 659780, 'site': {'id': 659780, 'name': 'Aston Barclay Westbury', 'vehicles': 130}, 'saleStart': '2026-03-25T09:45Z', 'lot': 2125, '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-24 13:23:18 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a753f7ca-1e15-583e-961d-7c369fbefe44 with identifier: 120444460
2026-03-24 13:23:18 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a753f7ca-1e15-583e-961d-7c369fbefe44 with scrape type 2
2026-03-24 13:23:18 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a753f7ca-1e15-583e-961d-7c369fbefe44 with scrape type 2
2026-03-24 13:23:18 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: a753f7ca-1e15-583e-961d-7c369fbefe44, identifier: 120444460
2026-03-24 13:23:18 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: a753f7ca-1e15-583e-961d-7c369fbefe44 with identifier: 120444460
2026-03-24 13:23:18 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: a753f7ca-1e15-583e-961d-7c369fbefe44 with identifier: 120444460
2026-03-24 13:23:18 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: a753f7ca-1e15-583e-961d-7c369fbefe44 with identifier: 120444460 to the API
2026-03-24 13:23:18 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 13:23: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-24 13:23:19 [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-25T09:45: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-24 13:23:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:23:19 [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-24 13:23:19 [astonbarclay.gb] INFO: Saving data for 120444460: {'auction_closing_time': 1774431900.0, 'created_time': 1773428461.223311, 'last_price_update_time': 1774358599.525711}
2026-03-24 13:23:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:23:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120444460') HTTP/1.1" 204 0
2026-03-24 13:23:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120134033?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-24 13:23:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120521269?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-24 13:23:19 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:23:19 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:23:19 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120134033, 'registration': 'VN19CXJ', 'account': 'KCS002', 'make': 'NISSAN', 'model': 'LEAF HATCHBACK', 'derivative': '110kW Tekna 40kWh 5dr Auto', 'mileage': 42368, 'mileageWarranty': True, 'type': 'car', 'saleId': 19176, 'siteId': 659780, 'site': {'id': 659780, 'name': 'Aston Barclay Westbury', 'vehicles': 130}, 'saleStart': '2026-03-25T09:45Z', 'lot': 2127, 'hall': 'Main Hall', 'transmission': 'automatic', 'firstRegistration': '2019-03-21', 'fuel': 'Electric', 'motExpiry': '2026-05-05', 'doors': 5, 'engineSize': None, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/VN19CXJ/2026-03-04/image/2b079276-0643-475b-be0a-d9df45cc621e_removebg.jpg?w=600', 'https://abimg003.imgix.net/VN19CXJ/2026-03-04/image/33dd50a4-f33d-49c7-8dff-b08dce36cc27_removebg.jpg?w=600', 'https://abimg003.imgix.net/VN19CXJ/2026-03-04/image/3a4f3d2e-5062-410b-83a1-f62de0a4eb4b_removebg.jpg?w=600', 'https://abimg003.imgix.net/VN19CXJ/2026-03-04/image/b1b877eb-76ce-4886-b681-617cc63dba28_removebg.jpg?w=600', 'https://abimg003.imgix.net/VN19CXJ/2026-03-04/image/e3463ed3-1f99-4791-8856-bcb465922150_removebg.jpg?w=600', 'https://abimg003.imgix.net/VN19CXJ/2026-03-04/image/27d89bcf-de25-4511-93a9-d36952a3b033_removebg.jpg?w=600', 'https://abimg003.imgix.net/VN19CXJ/2026-03-04/image/f3430110-f1aa-43bf-94c5-7e4223f41700_removebg.jpg?w=600', 'https://abimg003.imgix.net/VN19CXJ/2026-03-04/image/d15c1141-0ca5-402e-ae2c-82ed3be4d45a_removebg.jpg?w=600', 'https://abimg003.imgix.net/VN19CXJ/2026-03-04/image/866dd874-627a-4e51-bcfa-ec59c728ab4a_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Fleet', 'serviceHistory': 'Service book 5/24 26K, 5/25 36K', 'remarks': 'S/KEY, SD Card', 'virtual': False, 'seller': 'CarBuy Limited', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '2', 'v5': True, 'v5details': 'Here', 'co2': None, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/26e3994d-c427-4521-b3f3-e6dade54982b.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 13:23:19 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120134033, 'registration': 'VN19CXJ', 'account': 'KCS002', 'make': 'NISSAN', 'model': 'LEAF HATCHBACK', 'derivative': '110kW Tekna 40kWh 5dr Auto', 'mileage': 42368, 'mileageWarranty': True, 'type': 'car', 'saleId': 19176, 'siteId': 659780, 'site': {'id': 659780, 'name': 'Aston Barclay Westbury', 'vehicles': 130}, 'saleStart': '2026-03-25T09:45Z', 'lot': 2127, 'hall': 'Main Hall', 'transmission': 'automatic', 'firstRegistration': '2019-03-21', 'fuel': 'Electric', 'motExpiry': '2026-05-05', 'doors': 5, 'engineSize': None, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/VN19CXJ/2026-03-04/image/2b079276-0643-475b-be0a-d9df45cc621e_removebg.jpg?w=600', 'https://abimg003.imgix.net/VN19CXJ/2026-03-04/image/33dd50a4-f33d-49c7-8dff-b08dce36cc27_removebg.jpg?w=600', 'https://abimg003.imgix.net/VN19CXJ/2026-03-04/image/3a4f3d2e-5062-410b-83a1-f62de0a4eb4b_removebg.jpg?w=600', 'https://abimg003.imgix.net/VN19CXJ/2026-03-04/image/b1b877eb-76ce-4886-b681-617cc63dba28_removebg.jpg?w=600', 'https://abimg003.imgix.net/VN19CXJ/2026-03-04/image/e3463ed3-1f99-4791-8856-bcb465922150_removebg.jpg?w=600', 'https://abimg003.imgix.net/VN19CXJ/2026-03-04/image/27d89bcf-de25-4511-93a9-d36952a3b033_removebg.jpg?w=600', 'https://abimg003.imgix.net/VN19CXJ/2026-03-04/image/f3430110-f1aa-43bf-94c5-7e4223f41700_removebg.jpg?w=600', 'https://abimg003.imgix.net/VN19CXJ/2026-03-04/image/d15c1141-0ca5-402e-ae2c-82ed3be4d45a_removebg.jpg?w=600', 'https://abimg003.imgix.net/VN19CXJ/2026-03-04/image/866dd874-627a-4e51-bcfa-ec59c728ab4a_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Fleet', 'serviceHistory': 'Service book 5/24 26K, 5/25 36K', 'remarks': 'S/KEY, SD Card', 'virtual': False, 'seller': 'CarBuy Limited', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '2', 'v5': True, 'v5details': 'Here', 'co2': None, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/26e3994d-c427-4521-b3f3-e6dade54982b.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 13:23:19 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7c3a9c26-ae82-5e3d-8179-98c04f977999 with identifier: 120134033
2026-03-24 13:23:19 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7c3a9c26-ae82-5e3d-8179-98c04f977999 with scrape type 2
2026-03-24 13:23:19 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7c3a9c26-ae82-5e3d-8179-98c04f977999 with scrape type 2
2026-03-24 13:23:19 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 7c3a9c26-ae82-5e3d-8179-98c04f977999, identifier: 120134033
2026-03-24 13:23:19 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120521269, 'registration': 'AF14VPY', 'account': 'WIL004', 'make': 'BMW', 'model': '1 SERIES DIESEL HATCHBACK', 'derivative': '114d SE 3dr', 'mileage': 102345, 'mileageWarranty': True, 'type': 'car', 'saleId': 19176, 'siteId': 659780, 'site': {'id': 659780, 'name': 'Aston Barclay Westbury', 'vehicles': 130}, 'saleStart': '2026-03-25T09:45Z', 'lot': 2205, 'hall': 'Main Hall', 'transmission': 'manual', 'firstRegistration': '2014-03-31', 'fuel': 'Diesel', 'motExpiry': '2026-10-02', 'doors': 3, 'engineSize': 1598, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/AF14VPY/2026-03-23/image/d1d20c81-796b-4105-bcec-f0bfb052ff41_removebg.jpg?w=600', 'https://abimg003.imgix.net/AF14VPY/2026-03-23/image/46328a51-3ab0-4318-8cae-2efccaa06b34_removebg.jpg?w=600', 'https://abimg003.imgix.net/AF14VPY/2026-03-23/image/27ade88b-920d-418a-ae8a-c8710d8c474a_removebg.jpg?w=600', 'https://abimg003.imgix.net/AF14VPY/2026-03-23/image/88079946-a4b0-41de-968e-aa52f056027b_removebg.jpg?w=600', 'https://abimg003.imgix.net/AF14VPY/2026-03-23/image/03b88fa2-6517-4367-a080-c77ab2ba03c2_removebg.jpg?w=600', 'https://abimg003.imgix.net/AF14VPY/2026-03-23/image/d682f30a-ea34-47ec-afef-20661fa1517c_removebg.jpg?w=600', 'https://abimg003.imgix.net/AF14VPY/2026-03-23/image/10dbc90f-4dcf-4ded-814d-f925ab36d1a9_removebg.jpg?w=600'], 'colour': 'SILVER', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Express', 'serviceHistory': 'Service invoice 08/17 53K 09/19 (NO MILEAGE) 05/21 77K 09/23 87K 09/25 99K', 'remarks': 'SKEY', 'virtual': False, 'seller': 'Wilsons', '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/a24fce9c-183f-4a4d-828b-006b799dc48b.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 13:23:19 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120521269, 'registration': 'AF14VPY', 'account': 'WIL004', 'make': 'BMW', 'model': '1 SERIES DIESEL HATCHBACK', 'derivative': '114d SE 3dr', 'mileage': 102345, 'mileageWarranty': True, 'type': 'car', 'saleId': 19176, 'siteId': 659780, 'site': {'id': 659780, 'name': 'Aston Barclay Westbury', 'vehicles': 130}, 'saleStart': '2026-03-25T09:45Z', 'lot': 2205, 'hall': 'Main Hall', 'transmission': 'manual', 'firstRegistration': '2014-03-31', 'fuel': 'Diesel', 'motExpiry': '2026-10-02', 'doors': 3, 'engineSize': 1598, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/AF14VPY/2026-03-23/image/d1d20c81-796b-4105-bcec-f0bfb052ff41_removebg.jpg?w=600', 'https://abimg003.imgix.net/AF14VPY/2026-03-23/image/46328a51-3ab0-4318-8cae-2efccaa06b34_removebg.jpg?w=600', 'https://abimg003.imgix.net/AF14VPY/2026-03-23/image/27ade88b-920d-418a-ae8a-c8710d8c474a_removebg.jpg?w=600', 'https://abimg003.imgix.net/AF14VPY/2026-03-23/image/88079946-a4b0-41de-968e-aa52f056027b_removebg.jpg?w=600', 'https://abimg003.imgix.net/AF14VPY/2026-03-23/image/03b88fa2-6517-4367-a080-c77ab2ba03c2_removebg.jpg?w=600', 'https://abimg003.imgix.net/AF14VPY/2026-03-23/image/d682f30a-ea34-47ec-afef-20661fa1517c_removebg.jpg?w=600', 'https://abimg003.imgix.net/AF14VPY/2026-03-23/image/10dbc90f-4dcf-4ded-814d-f925ab36d1a9_removebg.jpg?w=600'], 'colour': 'SILVER', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Express', 'serviceHistory': 'Service invoice 08/17 53K 09/19 (NO MILEAGE) 05/21 77K 09/23 87K 09/25 99K', 'remarks': 'SKEY', 'virtual': False, 'seller': 'Wilsons', '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/a24fce9c-183f-4a4d-828b-006b799dc48b.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 13:23:19 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: fc3c0e2e-a129-533c-acc7-a120e8f39158 with identifier: 120521269
2026-03-24 13:23:19 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fc3c0e2e-a129-533c-acc7-a120e8f39158 with scrape type 2
2026-03-24 13:23:19 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item fc3c0e2e-a129-533c-acc7-a120e8f39158 with scrape type 2
2026-03-24 13:23:19 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: fc3c0e2e-a129-533c-acc7-a120e8f39158, identifier: 120521269
2026-03-24 13:23:19 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 7c3a9c26-ae82-5e3d-8179-98c04f977999 with identifier: 120134033
2026-03-24 13:23:19 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 7c3a9c26-ae82-5e3d-8179-98c04f977999 with identifier: 120134033
2026-03-24 13:23:19 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 7c3a9c26-ae82-5e3d-8179-98c04f977999 with identifier: 120134033 to the API
2026-03-24 13:23:19 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 13:23: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-24 13:23:21 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120134033?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-25T09:45:00Z',
'fuel_type': 'Electric',
'id': '7c3a9c26-ae82-5e3d-8179-98c04f977999',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'VN19CXJ',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120134033',
'listing': 'auction',
'location': 'Aston Barclay Westbury',
'make': 'NISSAN',
'model': 'LEAF HATCHBACK',
'odometer': 42368,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2019-03-21',
'seller_name': 'CarBuy Limited',
'title': 'NISSAN LEAF HATCHBACK 110kW Tekna 40kWh 5dr Auto',
'transmission': 'automatic',
'trim': '110kW Tekna 40kWh 5dr Auto',
'vin': None,
'year': 2019}
2026-03-24 13:23:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:23:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120134033%27 HTTP/1.1" 200 None
2026-03-24 13:23:21 [astonbarclay.gb] INFO: Saving data for 120134033: {'auction_closing_time': 1774431900.0, 'created_time': 1773402304.306017, 'last_price_update_time': 1774358601.027485}
2026-03-24 13:23:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:23:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120134033') HTTP/1.1" 204 0
2026-03-24 13:23:21 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: fc3c0e2e-a129-533c-acc7-a120e8f39158 with identifier: 120521269
2026-03-24 13:23:21 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: fc3c0e2e-a129-533c-acc7-a120e8f39158 with identifier: 120521269
2026-03-24 13:23:21 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: fc3c0e2e-a129-533c-acc7-a120e8f39158 with identifier: 120521269 to the API
2026-03-24 13:23:21 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 13:23: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-24 13:23:21 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120521269?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 109,
'color': 'SILVER',
'currency': 'GBP',
'doors_number': 3,
'emission_standard': 'EURO 5',
'engine': '1.6L',
'expiration_date': '2026-03-25T09:45:00Z',
'fuel_type': 'Diesel',
'id': 'fc3c0e2e-a129-533c-acc7-a120e8f39158',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'AF14VPY',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120521269',
'listing': 'auction',
'location': 'Aston Barclay Westbury',
'make': 'BMW',
'model': '1 SERIES DIESEL HATCHBACK',
'odometer': 102345,
'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': 'Wilsons',
'title': 'BMW 1 SERIES DIESEL HATCHBACK 114d SE 3dr',
'transmission': 'manual',
'trim': '114d SE 3dr',
'vin': None,
'year': 2014}
2026-03-24 13:23:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:23:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120521269%27 HTTP/1.1" 200 None
2026-03-24 13:23:21 [astonbarclay.gb] INFO: Saving data for 120521269: {'auction_closing_time': 1774431900.0, 'created_time': 1774260566.110308, 'last_price_update_time': 1774358601.373079}
2026-03-24 13:23:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:23:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120521269') HTTP/1.1" 204 0
2026-03-24 13:23:22 [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-24 13:23:22 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:23:22 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', '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': 19176, 'siteId': 659780, 'site': {'id': 659780, 'name': 'Aston Barclay Westbury', 'vehicles': 130}, 'saleStart': '2026-03-25T09:45Z', 'lot': 2123, '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-24 13:23:22 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', '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': 19176, 'siteId': 659780, 'site': {'id': 659780, 'name': 'Aston Barclay Westbury', 'vehicles': 130}, 'saleStart': '2026-03-25T09:45Z', 'lot': 2123, '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-24 13:23:22 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: dce9d2c8-565b-598e-a938-044f102a154d with identifier: 120478150
2026-03-24 13:23:22 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item dce9d2c8-565b-598e-a938-044f102a154d with scrape type 2
2026-03-24 13:23:22 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item dce9d2c8-565b-598e-a938-044f102a154d with scrape type 2
2026-03-24 13:23:22 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: dce9d2c8-565b-598e-a938-044f102a154d, identifier: 120478150
2026-03-24 13:23:22 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: dce9d2c8-565b-598e-a938-044f102a154d with identifier: 120478150
2026-03-24 13:23:22 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: dce9d2c8-565b-598e-a938-044f102a154d with identifier: 120478150
2026-03-24 13:23:22 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: dce9d2c8-565b-598e-a938-044f102a154d with identifier: 120478150 to the API
2026-03-24 13:23:22 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 13:23:22 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-24 13:23:22 [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-25T09:45: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-24 13:23:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:23:22 [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-24 13:23:22 [astonbarclay.gb] INFO: Saving data for 120478150: {'auction_closing_time': 1774431900.0, 'created_time': 1773687718.356604, 'last_price_update_time': 1774358602.980794}
2026-03-24 13:23:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:23: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-24 13:23:25 [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-24 13:23:25 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:23:25 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', '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': 19176, 'siteId': 659780, 'site': {'id': 659780, 'name': 'Aston Barclay Westbury', 'vehicles': 130}, 'saleStart': '2026-03-25T09:45Z', 'lot': 2120, '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-24 13:23:25 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', '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': 19176, 'siteId': 659780, 'site': {'id': 659780, 'name': 'Aston Barclay Westbury', 'vehicles': 130}, 'saleStart': '2026-03-25T09:45Z', 'lot': 2120, '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-24 13:23:25 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e5cb8de8-970f-5280-b376-d0602acd11ee with identifier: 120256211
2026-03-24 13:23:25 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e5cb8de8-970f-5280-b376-d0602acd11ee with scrape type 2
2026-03-24 13:23:25 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e5cb8de8-970f-5280-b376-d0602acd11ee with scrape type 2
2026-03-24 13:23:25 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: e5cb8de8-970f-5280-b376-d0602acd11ee, identifier: 120256211
2026-03-24 13:23:25 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: e5cb8de8-970f-5280-b376-d0602acd11ee with identifier: 120256211
2026-03-24 13:23:25 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: e5cb8de8-970f-5280-b376-d0602acd11ee with identifier: 120256211
2026-03-24 13:23:25 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: e5cb8de8-970f-5280-b376-d0602acd11ee with identifier: 120256211 to the API
2026-03-24 13:23:25 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 13:23:26 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-24 13:23:26 [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-25T09:45: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-24 13:23:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:23:26 [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-24 13:23:26 [astonbarclay.gb] INFO: Saving data for 120256211: {'auction_closing_time': 1774431900.0, 'created_time': 1773403130.108462, 'last_price_update_time': 1774358606.222834}
2026-03-24 13:23:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:23:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120256211') HTTP/1.1" 204 0
2026-03-24 13:23:27 [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-24 13:23:27 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:23:27 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', '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': 19176, 'siteId': 659780, 'site': {'id': 659780, 'name': 'Aston Barclay Westbury', 'vehicles': 130}, 'saleStart': '2026-03-25T09:45Z', 'lot': 2119, '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-24 13:23:27 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', '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': 19176, 'siteId': 659780, 'site': {'id': 659780, 'name': 'Aston Barclay Westbury', 'vehicles': 130}, 'saleStart': '2026-03-25T09:45Z', 'lot': 2119, '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-24 13:23:27 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e64f404a-cdb3-5f8f-9011-43f7b0cc0d3e with identifier: 120652810
2026-03-24 13:23:27 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e64f404a-cdb3-5f8f-9011-43f7b0cc0d3e with scrape type 2
2026-03-24 13:23:27 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e64f404a-cdb3-5f8f-9011-43f7b0cc0d3e with scrape type 2
2026-03-24 13:23:28 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: e64f404a-cdb3-5f8f-9011-43f7b0cc0d3e, identifier: 120652810
2026-03-24 13:23:28 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: e64f404a-cdb3-5f8f-9011-43f7b0cc0d3e with identifier: 120652810
2026-03-24 13:23:28 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: e64f404a-cdb3-5f8f-9011-43f7b0cc0d3e with identifier: 120652810
2026-03-24 13:23:28 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: e64f404a-cdb3-5f8f-9011-43f7b0cc0d3e with identifier: 120652810 to the API
2026-03-24 13:23:28 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 13:23:28 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-24 13:23:28 [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-25T09:45: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-24 13:23:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:23:28 [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-24 13:23:28 [astonbarclay.gb] INFO: Saving data for 120652810: {'auction_closing_time': 1774431900.0, 'created_time': 1774033797.046515, 'last_price_update_time': 1774358608.329622}
2026-03-24 13:23:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:23:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120652810') HTTP/1.1" 204 0
2026-03-24 13:23:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120652442?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-24 13:23:28 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:23:28 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120652442, 'registration': 'EJ14EDO', 'account': 'KCS002', 'make': 'FORD', 'model': 'FOCUS HATCHBACK', 'derivative': '1.0 EcoBoost Titanium Navigator 5dr', 'mileage': 77056, 'mileageWarranty': True, 'type': 'car', 'saleId': 19176, 'siteId': 659780, 'site': {'id': 659780, 'name': 'Aston Barclay Westbury', 'vehicles': 130}, 'saleStart': '2026-03-25T09:45Z', 'lot': 2116, 'hall': 'Main Hall', 'transmission': 'manual', 'firstRegistration': '2014-05-15', 'fuel': 'Petrol', 'motExpiry': '2026-08-20', 'doors': 5, 'engineSize': 998, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/EJ14EDO/2026-03-20/image/85fc7c2a-95d7-47d4-8e9f-c152bbe99b48_removebg.jpg?w=600', 'https://abimg003.imgix.net/EJ14EDO/2026-03-20/image/8fc0a6dc-3007-44a2-971f-9d874165fe58_removebg.jpg?w=600', 'https://abimg003.imgix.net/EJ14EDO/2026-03-20/image/6072479d-c397-4227-83c4-7070d16afc7f_removebg.jpg?w=600', 'https://abimg003.imgix.net/EJ14EDO/2026-03-20/image/b6a46770-99d9-459a-98cc-1761894bc46f_removebg.jpg?w=600', 'https://abimg003.imgix.net/EJ14EDO/2026-03-20/image/54121c14-e33b-4e0e-a699-23ab7f28afa5_removebg.jpg?w=600', 'https://abimg003.imgix.net/EJ14EDO/2026-03-20/image/1899abd8-0d4e-4916-b695-201b242f2088_removebg.jpg?w=600'], 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Express', 'serviceHistory': 'Service book 05/16 17K 05/18 37K 05/20 50K 04/22 58K 04/23 62K', 'remarks': 'SKEY SD', 'virtual': False, 'seller': 'CarBuy Limited', '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/eb7e48ee-26b9-4176-b10d-e0a7302d7ca0.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 13:23:28 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120652442, 'registration': 'EJ14EDO', 'account': 'KCS002', 'make': 'FORD', 'model': 'FOCUS HATCHBACK', 'derivative': '1.0 EcoBoost Titanium Navigator 5dr', 'mileage': 77056, 'mileageWarranty': True, 'type': 'car', 'saleId': 19176, 'siteId': 659780, 'site': {'id': 659780, 'name': 'Aston Barclay Westbury', 'vehicles': 130}, 'saleStart': '2026-03-25T09:45Z', 'lot': 2116, 'hall': 'Main Hall', 'transmission': 'manual', 'firstRegistration': '2014-05-15', 'fuel': 'Petrol', 'motExpiry': '2026-08-20', 'doors': 5, 'engineSize': 998, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/EJ14EDO/2026-03-20/image/85fc7c2a-95d7-47d4-8e9f-c152bbe99b48_removebg.jpg?w=600', 'https://abimg003.imgix.net/EJ14EDO/2026-03-20/image/8fc0a6dc-3007-44a2-971f-9d874165fe58_removebg.jpg?w=600', 'https://abimg003.imgix.net/EJ14EDO/2026-03-20/image/6072479d-c397-4227-83c4-7070d16afc7f_removebg.jpg?w=600', 'https://abimg003.imgix.net/EJ14EDO/2026-03-20/image/b6a46770-99d9-459a-98cc-1761894bc46f_removebg.jpg?w=600', 'https://abimg003.imgix.net/EJ14EDO/2026-03-20/image/54121c14-e33b-4e0e-a699-23ab7f28afa5_removebg.jpg?w=600', 'https://abimg003.imgix.net/EJ14EDO/2026-03-20/image/1899abd8-0d4e-4916-b695-201b242f2088_removebg.jpg?w=600'], 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Express', 'serviceHistory': 'Service book 05/16 17K 05/18 37K 05/20 50K 04/22 58K 04/23 62K', 'remarks': 'SKEY SD', 'virtual': False, 'seller': 'CarBuy Limited', '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/eb7e48ee-26b9-4176-b10d-e0a7302d7ca0.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 13:23:28 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e4b7e7f0-2e75-5260-b7c7-4300c53324ba with identifier: 120652442
2026-03-24 13:23:28 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e4b7e7f0-2e75-5260-b7c7-4300c53324ba with scrape type 2
2026-03-24 13:23:28 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e4b7e7f0-2e75-5260-b7c7-4300c53324ba with scrape type 2
2026-03-24 13:23:28 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: e4b7e7f0-2e75-5260-b7c7-4300c53324ba, identifier: 120652442
2026-03-24 13:23:28 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: e4b7e7f0-2e75-5260-b7c7-4300c53324ba with identifier: 120652442
2026-03-24 13:23:28 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: e4b7e7f0-2e75-5260-b7c7-4300c53324ba with identifier: 120652442
2026-03-24 13:23:28 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: e4b7e7f0-2e75-5260-b7c7-4300c53324ba with identifier: 120652442 to the API
2026-03-24 13:23:28 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 13:23:29 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-24 13:23:29 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120652442?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 109,
'color': 'WHITE',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 5',
'engine': '1.0L',
'expiration_date': '2026-03-25T09:45:00Z',
'fuel_type': 'Petrol',
'id': 'e4b7e7f0-2e75-5260-b7c7-4300c53324ba',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'EJ14EDO',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120652442',
'listing': 'auction',
'location': 'Aston Barclay Westbury',
'make': 'FORD',
'model': 'FOCUS HATCHBACK',
'odometer': 77056,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2014-05-15',
'seller_name': 'CarBuy Limited',
'title': 'FORD FOCUS HATCHBACK 1.0 EcoBoost Titanium Navigator 5dr',
'transmission': 'manual',
'trim': '1.0 EcoBoost Titanium Navigator 5dr',
'vin': None,
'year': 2014}
2026-03-24 13:23:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:23:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120652442%27 HTTP/1.1" 200 None
2026-03-24 13:23:29 [astonbarclay.gb] INFO: Saving data for 120652442: {'auction_closing_time': 1774431900.0, 'created_time': 1774033737.3904, 'last_price_update_time': 1774358609.857306}
2026-03-24 13:23:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:23:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120652442') HTTP/1.1" 204 0
2026-03-24 13:23:29 [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-24 13:23:29 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:23:29 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', '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': 19176, 'siteId': 659780, 'site': {'id': 659780, 'name': 'Aston Barclay Westbury', 'vehicles': 130}, 'saleStart': '2026-03-25T09:45Z', 'lot': 2118, '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-24 13:23:29 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', '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': 19176, 'siteId': 659780, 'site': {'id': 659780, 'name': 'Aston Barclay Westbury', 'vehicles': 130}, 'saleStart': '2026-03-25T09:45Z', 'lot': 2118, '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-24 13:23:29 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7795a65d-b123-54ed-890c-cd31bad3d9d2 with identifier: 120134147
2026-03-24 13:23:29 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7795a65d-b123-54ed-890c-cd31bad3d9d2 with scrape type 2
2026-03-24 13:23:29 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7795a65d-b123-54ed-890c-cd31bad3d9d2 with scrape type 2
2026-03-24 13:23:30 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 7795a65d-b123-54ed-890c-cd31bad3d9d2, identifier: 120134147
2026-03-24 13:23:30 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 7795a65d-b123-54ed-890c-cd31bad3d9d2 with identifier: 120134147
2026-03-24 13:23:30 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 7795a65d-b123-54ed-890c-cd31bad3d9d2 with identifier: 120134147
2026-03-24 13:23:30 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 7795a65d-b123-54ed-890c-cd31bad3d9d2 with identifier: 120134147 to the API
2026-03-24 13:23:30 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 13:23:31 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-24 13:23:31 [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-25T09:45: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-24 13:23:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:23:31 [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-24 13:23:31 [astonbarclay.gb] INFO: Saving data for 120134147: {'auction_closing_time': 1774431900.0, 'created_time': 1773402662.216619, 'last_price_update_time': 1774358611.516501}
2026-03-24 13:23:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:23:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120134147') HTTP/1.1" 204 0
2026-03-24 13:23:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120443631?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-24 13:23:31 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:23:31 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120443631, 'registration': 'DT65FWL', 'account': 'KCS002', 'make': 'VAUXHALL', 'model': 'ASTRA HATCHBACK', 'derivative': '1.4i 16V Design 5dr', 'mileage': 110903, 'mileageWarranty': True, 'type': 'car', 'saleId': 19176, 'siteId': 659780, 'site': {'id': 659780, 'name': 'Aston Barclay Westbury', 'vehicles': 130}, 'saleStart': '2026-03-25T09:45Z', 'lot': 2133, 'hall': 'Main Hall', 'transmission': 'manual', 'firstRegistration': '2016-01-31', 'fuel': 'Petrol', 'motExpiry': '2024-08-15', 'doors': 5, 'engineSize': 1399, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/DT65FWL/2026-03-13/image/1615aff6-b7e2-4818-aec4-639236f04dc7_removebg.jpg?w=600', 'https://abimg003.imgix.net/DT65FWL/2026-03-13/image/32b90804-1a70-4e0b-adfc-39db11d7a080_removebg.jpg?w=600', 'https://abimg003.imgix.net/DT65FWL/2026-03-13/image/b8fa5842-80d1-442f-bb7b-48b406e9383e_removebg.jpg?w=600', 'https://abimg003.imgix.net/DT65FWL/2026-03-13/image/19f57533-460c-418b-9bc6-dd6a7db142b4_removebg.jpg?w=600', 'https://abimg003.imgix.net/DT65FWL/2026-03-13/image/fbefceb0-5163-46ed-962a-fee8795a1a3c_removebg.jpg?w=600', 'https://abimg003.imgix.net/DT65FWL/2026-03-13/image/62070c60-7d96-40b3-8c41-feb31db9054c_removebg.jpg?w=600'], 'colour': 'RED', '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': '2', 'v5': True, 'v5details': 'Here', 'co2': 128, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/6f420d40-d5ce-440d-a93f-a01e85596830.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 13:23:31 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120443631, 'registration': 'DT65FWL', 'account': 'KCS002', 'make': 'VAUXHALL', 'model': 'ASTRA HATCHBACK', 'derivative': '1.4i 16V Design 5dr', 'mileage': 110903, 'mileageWarranty': True, 'type': 'car', 'saleId': 19176, 'siteId': 659780, 'site': {'id': 659780, 'name': 'Aston Barclay Westbury', 'vehicles': 130}, 'saleStart': '2026-03-25T09:45Z', 'lot': 2133, 'hall': 'Main Hall', 'transmission': 'manual', 'firstRegistration': '2016-01-31', 'fuel': 'Petrol', 'motExpiry': '2024-08-15', 'doors': 5, 'engineSize': 1399, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/DT65FWL/2026-03-13/image/1615aff6-b7e2-4818-aec4-639236f04dc7_removebg.jpg?w=600', 'https://abimg003.imgix.net/DT65FWL/2026-03-13/image/32b90804-1a70-4e0b-adfc-39db11d7a080_removebg.jpg?w=600', 'https://abimg003.imgix.net/DT65FWL/2026-03-13/image/b8fa5842-80d1-442f-bb7b-48b406e9383e_removebg.jpg?w=600', 'https://abimg003.imgix.net/DT65FWL/2026-03-13/image/19f57533-460c-418b-9bc6-dd6a7db142b4_removebg.jpg?w=600', 'https://abimg003.imgix.net/DT65FWL/2026-03-13/image/fbefceb0-5163-46ed-962a-fee8795a1a3c_removebg.jpg?w=600', 'https://abimg003.imgix.net/DT65FWL/2026-03-13/image/62070c60-7d96-40b3-8c41-feb31db9054c_removebg.jpg?w=600'], 'colour': 'RED', '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': '2', 'v5': True, 'v5details': 'Here', 'co2': 128, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/6f420d40-d5ce-440d-a93f-a01e85596830.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 13:23:31 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ca53e2b8-56c8-5f65-8e13-f9fa693bd4d6 with identifier: 120443631
2026-03-24 13:23:31 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ca53e2b8-56c8-5f65-8e13-f9fa693bd4d6 with scrape type 2
2026-03-24 13:23:31 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ca53e2b8-56c8-5f65-8e13-f9fa693bd4d6 with scrape type 2
2026-03-24 13:23:31 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: ca53e2b8-56c8-5f65-8e13-f9fa693bd4d6, identifier: 120443631
2026-03-24 13:23:31 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: ca53e2b8-56c8-5f65-8e13-f9fa693bd4d6 with identifier: 120443631
2026-03-24 13:23:31 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: ca53e2b8-56c8-5f65-8e13-f9fa693bd4d6 with identifier: 120443631
2026-03-24 13:23:31 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: ca53e2b8-56c8-5f65-8e13-f9fa693bd4d6 with identifier: 120443631 to the API
2026-03-24 13:23:31 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 13:23:32 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-24 13:23:32 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120443631?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 128,
'color': 'RED',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.4L',
'expiration_date': '2026-03-25T09:45:00Z',
'fuel_type': 'Petrol',
'id': 'ca53e2b8-56c8-5f65-8e13-f9fa693bd4d6',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'DT65FWL',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120443631',
'listing': 'auction',
'location': 'Aston Barclay Westbury',
'make': 'VAUXHALL',
'model': 'ASTRA HATCHBACK',
'odometer': 110903,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2016-01-31',
'seller_name': 'CarBuy Limited',
'title': 'VAUXHALL ASTRA HATCHBACK 1.4i 16V Design 5dr',
'transmission': 'manual',
'trim': '1.4i 16V Design 5dr',
'vin': None,
'year': 2016}
2026-03-24 13:23:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:23:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120443631%27 HTTP/1.1" 200 None
2026-03-24 13:23:32 [astonbarclay.gb] INFO: Saving data for 120443631: {'auction_closing_time': 1774431900.0, 'created_time': 1773430669.176235, 'last_price_update_time': 1774358612.592405}
2026-03-24 13:23:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:23:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120443631') HTTP/1.1" 204 0
2026-03-24 13:23:34 [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-24 13:23:34 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:23:34 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', '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': 19176, 'siteId': 659780, 'site': {'id': 659780, 'name': 'Aston Barclay Westbury', 'vehicles': 130}, 'saleStart': '2026-03-25T09:45Z', 'lot': 2207, '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-24 13:23:34 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', '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': 19176, 'siteId': 659780, 'site': {'id': 659780, 'name': 'Aston Barclay Westbury', 'vehicles': 130}, 'saleStart': '2026-03-25T09:45Z', 'lot': 2207, '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-24 13:23:34 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ca7bf9b0-8e8a-5f22-b722-fb8d2e17573d with identifier: 120211201
2026-03-24 13:23:34 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ca7bf9b0-8e8a-5f22-b722-fb8d2e17573d with scrape type 2
2026-03-24 13:23:34 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ca7bf9b0-8e8a-5f22-b722-fb8d2e17573d with scrape type 2
2026-03-24 13:23:34 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: ca7bf9b0-8e8a-5f22-b722-fb8d2e17573d, identifier: 120211201
2026-03-24 13:23:34 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: ca7bf9b0-8e8a-5f22-b722-fb8d2e17573d with identifier: 120211201
2026-03-24 13:23:34 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: ca7bf9b0-8e8a-5f22-b722-fb8d2e17573d with identifier: 120211201
2026-03-24 13:23:34 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: ca7bf9b0-8e8a-5f22-b722-fb8d2e17573d with identifier: 120211201 to the API
2026-03-24 13:23:34 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 13:23:36 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-24 13:23:36 [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-25T09:45: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-24 13:23:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:23:36 [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-24 13:23:36 [astonbarclay.gb] INFO: Saving data for 120211201: {'auction_closing_time': 1774431900.0, 'created_time': 1773403156.891774, 'last_price_update_time': 1774358616.213865}
2026-03-24 13:23:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:23:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120211201') HTTP/1.1" 204 0
2026-03-24 13:23:37 [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-24 13:23:37 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:23:37 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', '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': 19176, 'siteId': 659780, 'site': {'id': 659780, 'name': 'Aston Barclay Westbury', 'vehicles': 130}, 'saleStart': '2026-03-25T09:45Z', 'lot': 2102, '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-24 13:23:37 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', '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': 19176, 'siteId': 659780, 'site': {'id': 659780, 'name': 'Aston Barclay Westbury', 'vehicles': 130}, 'saleStart': '2026-03-25T09:45Z', 'lot': 2102, '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-24 13:23:37 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 20123ea0-2407-5a08-bc91-c7b628d4ab83 with identifier: 120555568
2026-03-24 13:23:37 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 20123ea0-2407-5a08-bc91-c7b628d4ab83 with scrape type 2
2026-03-24 13:23:37 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 20123ea0-2407-5a08-bc91-c7b628d4ab83 with scrape type 2
2026-03-24 13:23:37 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 20123ea0-2407-5a08-bc91-c7b628d4ab83, identifier: 120555568
2026-03-24 13:23:37 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 20123ea0-2407-5a08-bc91-c7b628d4ab83 with identifier: 120555568
2026-03-24 13:23:37 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 20123ea0-2407-5a08-bc91-c7b628d4ab83 with identifier: 120555568
2026-03-24 13:23:37 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 20123ea0-2407-5a08-bc91-c7b628d4ab83 with identifier: 120555568 to the API
2026-03-24 13:23:37 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 13:23: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-24 13:23:38 [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-25T09:45: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-24 13:23:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:23:38 [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-24 13:23:38 [astonbarclay.gb] INFO: Saving data for 120555568: {'auction_closing_time': 1774431900.0, 'created_time': 1773838962.910017, 'last_price_update_time': 1774358618.056919}
2026-03-24 13:23:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:23:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120555568') HTTP/1.1" 204 0
2026-03-24 13:23:38 [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-24 13:23:38 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:23:38 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', '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': 19176, 'siteId': 659780, 'site': {'id': 659780, 'name': 'Aston Barclay Westbury', 'vehicles': 130}, 'saleStart': '2026-03-25T09:45Z', 'lot': 2103, '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-24 13:23:38 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', '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': 19176, 'siteId': 659780, 'site': {'id': 659780, 'name': 'Aston Barclay Westbury', 'vehicles': 130}, 'saleStart': '2026-03-25T09:45Z', 'lot': 2103, '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-24 13:23:38 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9078c847-399e-5b2a-8f4d-b3962a9d9494 with identifier: 120555558
2026-03-24 13:23:38 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9078c847-399e-5b2a-8f4d-b3962a9d9494 with scrape type 2
2026-03-24 13:23:38 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9078c847-399e-5b2a-8f4d-b3962a9d9494 with scrape type 2
2026-03-24 13:23:38 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 9078c847-399e-5b2a-8f4d-b3962a9d9494, identifier: 120555558
2026-03-24 13:23:38 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 9078c847-399e-5b2a-8f4d-b3962a9d9494 with identifier: 120555558
2026-03-24 13:23:38 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 9078c847-399e-5b2a-8f4d-b3962a9d9494 with identifier: 120555558
2026-03-24 13:23:38 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 9078c847-399e-5b2a-8f4d-b3962a9d9494 with identifier: 120555558 to the API
2026-03-24 13:23:38 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 13:23: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-24 13:23:38 [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-25T09:45: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-24 13:23:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:23:38 [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-24 13:23:38 [astonbarclay.gb] INFO: Saving data for 120555558: {'auction_closing_time': 1774431900.0, 'created_time': 1773838904.343815, 'last_price_update_time': 1774358618.573052}
2026-03-24 13:23:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:23:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120555558') HTTP/1.1" 204 0
2026-03-24 13:23:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120555545?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-24 13:23:39 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:23:39 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120555545, 'registration': 'EJ68KVV', 'account': 'KCS002', 'make': 'KIA', 'model': 'PICANTO HATCHBACK', 'derivative': '1.0 1 5dr', 'mileage': 32891, 'mileageWarranty': True, 'type': 'car', 'saleId': 19176, 'siteId': 659780, 'site': {'id': 659780, 'name': 'Aston Barclay Westbury', 'vehicles': 130}, 'saleStart': '2026-03-25T09:45Z', 'lot': 2104, 'hall': 'Main Hall', 'transmission': 'manual', 'firstRegistration': '2018-11-14', 'fuel': 'Petrol', 'motExpiry': '2026-12-18', 'doors': 5, 'engineSize': 998, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/EJ68KVV/2026-03-18/image/f17abc60-63d2-4530-afcf-0110a4e704f0_removebg.jpg?w=600', 'https://abimg003.imgix.net/EJ68KVV/2026-03-18/image/1eb3150c-ab0f-4112-b6b7-08af120fd5ba_removebg.jpg?w=600', 'https://abimg003.imgix.net/EJ68KVV/2026-03-18/image/3db0eb5d-2d99-403c-b21a-867196fb2ef2_removebg.jpg?w=600', 'https://abimg003.imgix.net/EJ68KVV/2026-03-18/image/5d15c69e-093c-48ee-9499-c676c22f96ce_removebg.jpg?w=600', 'https://abimg003.imgix.net/EJ68KVV/2026-03-18/image/809804f0-b493-4251-a2b8-79a8ffe4a4e3_removebg.jpg?w=600', 'https://abimg003.imgix.net/EJ68KVV/2026-03-18/image/2f951dd3-f8e8-4b50-9459-a255741fa039_removebg.jpg?w=600', 'https://abimg003.imgix.net/EJ68KVV/2026-03-18/image/c1ac6892-c26c-47f9-95b6-fa724e36d5e9_removebg.jpg?w=600', 'https://abimg003.imgix.net/EJ68KVV/2026-03-18/image/19f990b8-d1c7-4d40-b220-d48bbd04c9c3_removebg.jpg?w=600', 'https://abimg003.imgix.net/EJ68KVV/2026-03-18/image/f3225928-5468-4b66-924c-6bd44fd67452_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Fleet', 'serviceHistory': '', 'remarks': 'NO SPARE KEY', 'virtual': False, 'seller': 'CarBuy Limited', '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/eb9ed8e7-a216-4a66-9c75-778164021f61.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 13:23:39 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120555545, 'registration': 'EJ68KVV', 'account': 'KCS002', 'make': 'KIA', 'model': 'PICANTO HATCHBACK', 'derivative': '1.0 1 5dr', 'mileage': 32891, 'mileageWarranty': True, 'type': 'car', 'saleId': 19176, 'siteId': 659780, 'site': {'id': 659780, 'name': 'Aston Barclay Westbury', 'vehicles': 130}, 'saleStart': '2026-03-25T09:45Z', 'lot': 2104, 'hall': 'Main Hall', 'transmission': 'manual', 'firstRegistration': '2018-11-14', 'fuel': 'Petrol', 'motExpiry': '2026-12-18', 'doors': 5, 'engineSize': 998, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/EJ68KVV/2026-03-18/image/f17abc60-63d2-4530-afcf-0110a4e704f0_removebg.jpg?w=600', 'https://abimg003.imgix.net/EJ68KVV/2026-03-18/image/1eb3150c-ab0f-4112-b6b7-08af120fd5ba_removebg.jpg?w=600', 'https://abimg003.imgix.net/EJ68KVV/2026-03-18/image/3db0eb5d-2d99-403c-b21a-867196fb2ef2_removebg.jpg?w=600', 'https://abimg003.imgix.net/EJ68KVV/2026-03-18/image/5d15c69e-093c-48ee-9499-c676c22f96ce_removebg.jpg?w=600', 'https://abimg003.imgix.net/EJ68KVV/2026-03-18/image/809804f0-b493-4251-a2b8-79a8ffe4a4e3_removebg.jpg?w=600', 'https://abimg003.imgix.net/EJ68KVV/2026-03-18/image/2f951dd3-f8e8-4b50-9459-a255741fa039_removebg.jpg?w=600', 'https://abimg003.imgix.net/EJ68KVV/2026-03-18/image/c1ac6892-c26c-47f9-95b6-fa724e36d5e9_removebg.jpg?w=600', 'https://abimg003.imgix.net/EJ68KVV/2026-03-18/image/19f990b8-d1c7-4d40-b220-d48bbd04c9c3_removebg.jpg?w=600', 'https://abimg003.imgix.net/EJ68KVV/2026-03-18/image/f3225928-5468-4b66-924c-6bd44fd67452_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Fleet', 'serviceHistory': '', 'remarks': 'NO SPARE KEY', 'virtual': False, 'seller': 'CarBuy Limited', '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/eb9ed8e7-a216-4a66-9c75-778164021f61.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 13:23:39 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: aa45a8a7-bf0f-5e23-80e0-3eaabff3108b with identifier: 120555545
2026-03-24 13:23:39 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item aa45a8a7-bf0f-5e23-80e0-3eaabff3108b with scrape type 2
2026-03-24 13:23:39 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item aa45a8a7-bf0f-5e23-80e0-3eaabff3108b with scrape type 2
2026-03-24 13:23:39 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: aa45a8a7-bf0f-5e23-80e0-3eaabff3108b, identifier: 120555545
2026-03-24 13:23:39 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: aa45a8a7-bf0f-5e23-80e0-3eaabff3108b with identifier: 120555545
2026-03-24 13:23:39 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: aa45a8a7-bf0f-5e23-80e0-3eaabff3108b with identifier: 120555545
2026-03-24 13:23:39 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: aa45a8a7-bf0f-5e23-80e0-3eaabff3108b with identifier: 120555545 to the API
2026-03-24 13:23:39 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 13:23: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-24 13:23:40 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120555545?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 114,
'color': 'BLACK',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.0L',
'expiration_date': '2026-03-25T09:45:00Z',
'fuel_type': 'Petrol',
'id': 'aa45a8a7-bf0f-5e23-80e0-3eaabff3108b',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'EJ68KVV',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120555545',
'listing': 'auction',
'location': 'Aston Barclay Westbury',
'make': 'KIA',
'model': 'PICANTO HATCHBACK',
'odometer': 32891,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2018-11-14',
'seller_name': 'CarBuy Limited',
'title': 'KIA PICANTO HATCHBACK 1.0 1 5dr',
'transmission': 'manual',
'trim': '1.0 1 5dr',
'vin': None,
'year': 2018}
2026-03-24 13:23:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:23:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120555545%27 HTTP/1.1" 200 None
2026-03-24 13:23:40 [astonbarclay.gb] INFO: Saving data for 120555545: {'auction_closing_time': 1774431900.0, 'created_time': 1773838952.545004, 'last_price_update_time': 1774358620.207794}
2026-03-24 13:23:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:23:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120555545') HTTP/1.1" 204 0
2026-03-24 13:23:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120555531?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-24 13:23:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120555500?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-24 13:23:40 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:23:40 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:23:40 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120555531, 'registration': 'BK64EHR', 'account': 'KCS002', 'make': 'VAUXHALL', 'model': 'MOKKA HATCHBACK', 'derivative': '1.4T SE 5dr', 'mileage': 54963, 'mileageWarranty': True, 'type': 'car', 'saleId': 19176, 'siteId': 659780, 'site': {'id': 659780, 'name': 'Aston Barclay Westbury', 'vehicles': 130}, 'saleStart': '2026-03-25T09:45Z', 'lot': 2101, 'hall': 'Main Hall', 'transmission': 'manual', 'firstRegistration': '2014-09-22', 'fuel': 'Petrol', 'motExpiry': '2026-11-30', 'doors': 5, 'engineSize': 1364, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/BK64EHR/2026-03-18/image/a6c10eb0-a0f3-45db-a15c-3c553dbc81a0_removebg.jpg?w=600', 'https://abimg003.imgix.net/BK64EHR/2026-03-18/image/45f5bd5c-2c70-486c-9592-68e16fe6de9f_removebg.jpg?w=600', 'https://abimg003.imgix.net/BK64EHR/2026-03-18/image/19d1ee7b-a345-4e1e-9337-c8d335cd15ec_removebg.jpg?w=600', 'https://abimg003.imgix.net/BK64EHR/2026-03-18/image/5d4ef36a-e69f-43e1-8a65-69d4567d91c6_removebg.jpg?w=600', 'https://abimg003.imgix.net/BK64EHR/2026-03-18/image/35cd5ebc-81b6-4dc9-96d3-5d7af0a143fc_removebg.jpg?w=600', 'https://abimg003.imgix.net/BK64EHR/2026-03-18/image/9fdcf646-b18f-47f0-8069-7cc6f7d79be5_removebg.jpg?w=600'], 'colour': 'BLUE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Express', 'serviceHistory': 'Service book 09/15 4K 09/16 7K 09/18 10K 05/19 12K 06/20 17K 06/21 23K 05/23 34K', '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': 139, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/c99bd7a1-ad96-4cd8-8dfb-e3301fd4175c.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 13:23:40 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120555531, 'registration': 'BK64EHR', 'account': 'KCS002', 'make': 'VAUXHALL', 'model': 'MOKKA HATCHBACK', 'derivative': '1.4T SE 5dr', 'mileage': 54963, 'mileageWarranty': True, 'type': 'car', 'saleId': 19176, 'siteId': 659780, 'site': {'id': 659780, 'name': 'Aston Barclay Westbury', 'vehicles': 130}, 'saleStart': '2026-03-25T09:45Z', 'lot': 2101, 'hall': 'Main Hall', 'transmission': 'manual', 'firstRegistration': '2014-09-22', 'fuel': 'Petrol', 'motExpiry': '2026-11-30', 'doors': 5, 'engineSize': 1364, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/BK64EHR/2026-03-18/image/a6c10eb0-a0f3-45db-a15c-3c553dbc81a0_removebg.jpg?w=600', 'https://abimg003.imgix.net/BK64EHR/2026-03-18/image/45f5bd5c-2c70-486c-9592-68e16fe6de9f_removebg.jpg?w=600', 'https://abimg003.imgix.net/BK64EHR/2026-03-18/image/19d1ee7b-a345-4e1e-9337-c8d335cd15ec_removebg.jpg?w=600', 'https://abimg003.imgix.net/BK64EHR/2026-03-18/image/5d4ef36a-e69f-43e1-8a65-69d4567d91c6_removebg.jpg?w=600', 'https://abimg003.imgix.net/BK64EHR/2026-03-18/image/35cd5ebc-81b6-4dc9-96d3-5d7af0a143fc_removebg.jpg?w=600', 'https://abimg003.imgix.net/BK64EHR/2026-03-18/image/9fdcf646-b18f-47f0-8069-7cc6f7d79be5_removebg.jpg?w=600'], 'colour': 'BLUE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Express', 'serviceHistory': 'Service book 09/15 4K 09/16 7K 09/18 10K 05/19 12K 06/20 17K 06/21 23K 05/23 34K', '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': 139, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/c99bd7a1-ad96-4cd8-8dfb-e3301fd4175c.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 13:23:40 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e9d599d7-c2f4-593e-a9be-2d5c9ba1293e with identifier: 120555531
2026-03-24 13:23:40 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e9d599d7-c2f4-593e-a9be-2d5c9ba1293e with scrape type 2
2026-03-24 13:23:40 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e9d599d7-c2f4-593e-a9be-2d5c9ba1293e with scrape type 2
2026-03-24 13:23:40 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: e9d599d7-c2f4-593e-a9be-2d5c9ba1293e, identifier: 120555531
2026-03-24 13:23:40 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120555500, 'registration': 'BG17DFN', 'account': 'KCS002', 'make': 'NISSAN', 'model': 'NOTE HATCHBACK', 'derivative': '1.2 Acenta Premium 5dr', 'mileage': 69090, 'mileageWarranty': True, 'type': 'car', 'saleId': 19176, 'siteId': 659780, 'site': {'id': 659780, 'name': 'Aston Barclay Westbury', 'vehicles': 130}, 'saleStart': '2026-03-25T09:45Z', 'lot': 2105, 'hall': 'Main Hall', 'transmission': 'manual', 'firstRegistration': '2017-03-23', 'fuel': 'Petrol', 'motExpiry': '2026-06-08', 'doors': 5, 'engineSize': 1198, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/BG17DFN/2026-03-18/image/7da03a90-2358-49c4-9008-d03f5a5d006a_removebg.jpg?w=600', 'https://abimg003.imgix.net/BG17DFN/2026-03-18/image/124836da-3b43-4e2d-9c51-74b85d819aad_removebg.jpg?w=600', 'https://abimg003.imgix.net/BG17DFN/2026-03-18/image/4fd8c26a-24db-41bc-9100-50132711f46d_removebg.jpg?w=600', 'https://abimg003.imgix.net/BG17DFN/2026-03-18/image/9db9c495-e7be-42b5-a1c3-2dd25e58eb0c_removebg.jpg?w=600', 'https://abimg003.imgix.net/BG17DFN/2026-03-18/image/e80220e5-c5cc-4280-a247-389d31ac1e50_removebg.jpg?w=600', 'https://abimg003.imgix.net/BG17DFN/2026-03-18/image/a4d3575b-6770-4df1-a9f4-ac55baf8c51b_removebg.jpg?w=600', 'https://abimg003.imgix.net/BG17DFN/2026-03-18/image/c591165a-c4a1-416e-9789-14d9603e2ebf_removebg.jpg?w=600', 'https://abimg003.imgix.net/BG17DFN/2026-03-18/image/bb0a74d9-9ac2-469d-a7ff-618218b93ed7_removebg.jpg?w=600', 'https://abimg003.imgix.net/BG17DFN/2026-03-18/image/12a018f7-8a87-447d-9ad9-98da78e0a6c8_removebg.jpg?w=600'], 'colour': 'SILVER', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Fleet', 'serviceHistory': 'Service book 02/18 6K 08/20 24K 07/21 30K 03/22 36K 06/23 46K 05/24 54K 06/25 62K', 'remarks': 'S/KEY SD', 'virtual': False, 'seller': 'CarBuy Limited', '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/781f41d6-607d-4396-878a-fadf61974f74.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 13:23:40 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120555500, 'registration': 'BG17DFN', 'account': 'KCS002', 'make': 'NISSAN', 'model': 'NOTE HATCHBACK', 'derivative': '1.2 Acenta Premium 5dr', 'mileage': 69090, 'mileageWarranty': True, 'type': 'car', 'saleId': 19176, 'siteId': 659780, 'site': {'id': 659780, 'name': 'Aston Barclay Westbury', 'vehicles': 130}, 'saleStart': '2026-03-25T09:45Z', 'lot': 2105, 'hall': 'Main Hall', 'transmission': 'manual', 'firstRegistration': '2017-03-23', 'fuel': 'Petrol', 'motExpiry': '2026-06-08', 'doors': 5, 'engineSize': 1198, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/BG17DFN/2026-03-18/image/7da03a90-2358-49c4-9008-d03f5a5d006a_removebg.jpg?w=600', 'https://abimg003.imgix.net/BG17DFN/2026-03-18/image/124836da-3b43-4e2d-9c51-74b85d819aad_removebg.jpg?w=600', 'https://abimg003.imgix.net/BG17DFN/2026-03-18/image/4fd8c26a-24db-41bc-9100-50132711f46d_removebg.jpg?w=600', 'https://abimg003.imgix.net/BG17DFN/2026-03-18/image/9db9c495-e7be-42b5-a1c3-2dd25e58eb0c_removebg.jpg?w=600', 'https://abimg003.imgix.net/BG17DFN/2026-03-18/image/e80220e5-c5cc-4280-a247-389d31ac1e50_removebg.jpg?w=600', 'https://abimg003.imgix.net/BG17DFN/2026-03-18/image/a4d3575b-6770-4df1-a9f4-ac55baf8c51b_removebg.jpg?w=600', 'https://abimg003.imgix.net/BG17DFN/2026-03-18/image/c591165a-c4a1-416e-9789-14d9603e2ebf_removebg.jpg?w=600', 'https://abimg003.imgix.net/BG17DFN/2026-03-18/image/bb0a74d9-9ac2-469d-a7ff-618218b93ed7_removebg.jpg?w=600', 'https://abimg003.imgix.net/BG17DFN/2026-03-18/image/12a018f7-8a87-447d-9ad9-98da78e0a6c8_removebg.jpg?w=600'], 'colour': 'SILVER', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Fleet', 'serviceHistory': 'Service book 02/18 6K 08/20 24K 07/21 30K 03/22 36K 06/23 46K 05/24 54K 06/25 62K', 'remarks': 'S/KEY SD', 'virtual': False, 'seller': 'CarBuy Limited', '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/781f41d6-607d-4396-878a-fadf61974f74.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 13:23:40 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e7a24412-1821-549e-bdce-a5bb200f8cdb with identifier: 120555500
2026-03-24 13:23:40 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e7a24412-1821-549e-bdce-a5bb200f8cdb with scrape type 2
2026-03-24 13:23:40 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e7a24412-1821-549e-bdce-a5bb200f8cdb with scrape type 2
2026-03-24 13:23:40 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: e7a24412-1821-549e-bdce-a5bb200f8cdb, identifier: 120555500
2026-03-24 13:23:40 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: e9d599d7-c2f4-593e-a9be-2d5c9ba1293e with identifier: 120555531
2026-03-24 13:23:40 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: e9d599d7-c2f4-593e-a9be-2d5c9ba1293e with identifier: 120555531
2026-03-24 13:23:40 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: e9d599d7-c2f4-593e-a9be-2d5c9ba1293e with identifier: 120555531 to the API
2026-03-24 13:23:40 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 13:23: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-24 13:23:42 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120555531?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 139,
'color': 'BLUE',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 5',
'engine': '1.4L',
'expiration_date': '2026-03-25T09:45:00Z',
'fuel_type': 'Petrol',
'id': 'e9d599d7-c2f4-593e-a9be-2d5c9ba1293e',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'BK64EHR',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120555531',
'listing': 'auction',
'location': 'Aston Barclay Westbury',
'make': 'VAUXHALL',
'model': 'MOKKA HATCHBACK',
'odometer': 54963,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2014-09-22',
'seller_name': 'CarBuy Limited',
'title': 'VAUXHALL MOKKA HATCHBACK 1.4T SE 5dr',
'transmission': 'manual',
'trim': '1.4T SE 5dr',
'vin': None,
'year': 2014}
2026-03-24 13:23:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:23:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120555531%27 HTTP/1.1" 200 None
2026-03-24 13:23:42 [astonbarclay.gb] INFO: Saving data for 120555531: {'auction_closing_time': 1774431900.0, 'created_time': 1773838955.194247, 'last_price_update_time': 1774358622.127198}
2026-03-24 13:23:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:23:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120555531') HTTP/1.1" 204 0
2026-03-24 13:23:42 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: e7a24412-1821-549e-bdce-a5bb200f8cdb with identifier: 120555500
2026-03-24 13:23:42 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: e7a24412-1821-549e-bdce-a5bb200f8cdb with identifier: 120555500
2026-03-24 13:23:42 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: e7a24412-1821-549e-bdce-a5bb200f8cdb with identifier: 120555500 to the API
2026-03-24 13:23:42 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 13:23:42 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-24 13:23:42 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120555500?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 109,
'color': 'SILVER',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.2L',
'expiration_date': '2026-03-25T09:45:00Z',
'fuel_type': 'Petrol',
'id': 'e7a24412-1821-549e-bdce-a5bb200f8cdb',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'BG17DFN',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120555500',
'listing': 'auction',
'location': 'Aston Barclay Westbury',
'make': 'NISSAN',
'model': 'NOTE HATCHBACK',
'odometer': 69090,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2017-03-23',
'seller_name': 'CarBuy Limited',
'title': 'NISSAN NOTE HATCHBACK 1.2 Acenta Premium 5dr',
'transmission': 'manual',
'trim': '1.2 Acenta Premium 5dr',
'vin': None,
'year': 2017}
2026-03-24 13:23:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:23:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120555500%27 HTTP/1.1" 200 None
2026-03-24 13:23:42 [astonbarclay.gb] INFO: Saving data for 120555500: {'auction_closing_time': 1774431900.0, 'created_time': 1773838954.590041, 'last_price_update_time': 1774358622.937446}
2026-03-24 13:23:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:23:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120555500') HTTP/1.1" 204 0
2026-03-24 13:23:42 [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-24 13:23:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120245719?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-24 13:23:42 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:23:42 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:23:43 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', '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': 19176, 'siteId': 659780, 'site': {'id': 659780, 'name': 'Aston Barclay Westbury', 'vehicles': 130}, 'saleStart': '2026-03-25T09:45Z', 'lot': 2114, '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-24 13:23:43 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', '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': 19176, 'siteId': 659780, 'site': {'id': 659780, 'name': 'Aston Barclay Westbury', 'vehicles': 130}, 'saleStart': '2026-03-25T09:45Z', 'lot': 2114, '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-24 13:23:43 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3fd8bdc1-fadc-5183-a1f1-04595b9401a2 with identifier: 120097975
2026-03-24 13:23:43 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3fd8bdc1-fadc-5183-a1f1-04595b9401a2 with scrape type 2
2026-03-24 13:23:43 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3fd8bdc1-fadc-5183-a1f1-04595b9401a2 with scrape type 2
2026-03-24 13:23:43 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 3fd8bdc1-fadc-5183-a1f1-04595b9401a2, identifier: 120097975
2026-03-24 13:23:43 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120245719, 'registration': 'LB22DFF', 'account': 'GRS002', 'make': 'KIA', 'model': 'XCEED HATCHBACK', 'derivative': '1.0T GDi ISG 2 5dr', 'mileage': 35157, 'mileageWarranty': True, 'type': 'car', 'saleId': 19176, 'siteId': 659780, 'site': {'id': 659780, 'name': 'Aston Barclay Westbury', 'vehicles': 130}, 'saleStart': '2026-03-25T09:45Z', 'lot': 2084, 'hall': 'Main Hall', 'transmission': 'manual', 'firstRegistration': '2022-07-04', 'fuel': 'Petrol', 'motExpiry': '2026-07-06', 'doors': 5, 'engineSize': 998, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/LB22DFF/2026-03-12/image/8eba7628-7446-4af0-b387-1b17ec93fb3b_removebg.jpg?w=600', 'https://abimg003.imgix.net/LB22DFF/2026-03-12/image/82478dc2-b341-4f1e-a4d5-676aed2c4394_removebg.jpg?w=600', 'https://abimg003.imgix.net/LB22DFF/2026-03-12/image/d8868fc5-71b9-4e32-a7cb-6745b7df9026_removebg.jpg?w=600', 'https://abimg003.imgix.net/LB22DFF/2026-03-12/image/29205659-ec0f-4d31-84d8-396949b07b5b_removebg.jpg?w=600', 'https://abimg003.imgix.net/LB22DFF/2026-03-12/image/b4a95416-bd47-40b3-ac57-02dc2d473a0d_removebg.jpg?w=600', 'https://abimg003.imgix.net/LB22DFF/2026-03-12/image/c2ac1c1f-52a5-4db9-a3a9-64b1226ead0d_removebg.jpg?w=600', 'https://abimg003.imgix.net/LB22DFF/2026-03-12/image/0c0b62f7-c1f4-40f9-a5a5-829dd9dd0a3d_removebg.jpg?w=600', 'https://abimg003.imgix.net/LB22DFF/2026-03-12/image/387e50f7-1392-4887-b06d-94d66478582a_removebg.jpg?w=600', 'https://abimg003.imgix.net/LB22DFF/2026-03-12/image/3f22358b-2834-414e-ad70-e75714fc235f_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Fleet', 'serviceHistory': '', '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': 135, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/f4d57e63-70c6-4526-8e5d-ed98de2af9aa.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 13:23:43 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120245719, 'registration': 'LB22DFF', 'account': 'GRS002', 'make': 'KIA', 'model': 'XCEED HATCHBACK', 'derivative': '1.0T GDi ISG 2 5dr', 'mileage': 35157, 'mileageWarranty': True, 'type': 'car', 'saleId': 19176, 'siteId': 659780, 'site': {'id': 659780, 'name': 'Aston Barclay Westbury', 'vehicles': 130}, 'saleStart': '2026-03-25T09:45Z', 'lot': 2084, 'hall': 'Main Hall', 'transmission': 'manual', 'firstRegistration': '2022-07-04', 'fuel': 'Petrol', 'motExpiry': '2026-07-06', 'doors': 5, 'engineSize': 998, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/LB22DFF/2026-03-12/image/8eba7628-7446-4af0-b387-1b17ec93fb3b_removebg.jpg?w=600', 'https://abimg003.imgix.net/LB22DFF/2026-03-12/image/82478dc2-b341-4f1e-a4d5-676aed2c4394_removebg.jpg?w=600', 'https://abimg003.imgix.net/LB22DFF/2026-03-12/image/d8868fc5-71b9-4e32-a7cb-6745b7df9026_removebg.jpg?w=600', 'https://abimg003.imgix.net/LB22DFF/2026-03-12/image/29205659-ec0f-4d31-84d8-396949b07b5b_removebg.jpg?w=600', 'https://abimg003.imgix.net/LB22DFF/2026-03-12/image/b4a95416-bd47-40b3-ac57-02dc2d473a0d_removebg.jpg?w=600', 'https://abimg003.imgix.net/LB22DFF/2026-03-12/image/c2ac1c1f-52a5-4db9-a3a9-64b1226ead0d_removebg.jpg?w=600', 'https://abimg003.imgix.net/LB22DFF/2026-03-12/image/0c0b62f7-c1f4-40f9-a5a5-829dd9dd0a3d_removebg.jpg?w=600', 'https://abimg003.imgix.net/LB22DFF/2026-03-12/image/387e50f7-1392-4887-b06d-94d66478582a_removebg.jpg?w=600', 'https://abimg003.imgix.net/LB22DFF/2026-03-12/image/3f22358b-2834-414e-ad70-e75714fc235f_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Fleet', 'serviceHistory': '', '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': 135, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/f4d57e63-70c6-4526-8e5d-ed98de2af9aa.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 13:23:43 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9173ee47-dbe4-5738-80a9-e70dc14c9725 with identifier: 120245719
2026-03-24 13:23:43 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9173ee47-dbe4-5738-80a9-e70dc14c9725 with scrape type 2
2026-03-24 13:23:43 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9173ee47-dbe4-5738-80a9-e70dc14c9725 with scrape type 2
2026-03-24 13:23:43 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 9173ee47-dbe4-5738-80a9-e70dc14c9725, identifier: 120245719
2026-03-24 13:23:43 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 3fd8bdc1-fadc-5183-a1f1-04595b9401a2 with identifier: 120097975
2026-03-24 13:23:43 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 3fd8bdc1-fadc-5183-a1f1-04595b9401a2 with identifier: 120097975
2026-03-24 13:23:43 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 3fd8bdc1-fadc-5183-a1f1-04595b9401a2 with identifier: 120097975 to the API
2026-03-24 13:23:43 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 13:23:44 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-24 13:23:44 [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-25T09:45: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-24 13:23:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:23:44 [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-24 13:23:44 [astonbarclay.gb] INFO: Saving data for 120097975: {'auction_closing_time': 1774431900.0, 'created_time': 1773402415.001792, 'last_price_update_time': 1774358624.569071}
2026-03-24 13:23:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:23:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120097975') HTTP/1.1" 204 0
2026-03-24 13:23:44 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 9173ee47-dbe4-5738-80a9-e70dc14c9725 with identifier: 120245719
2026-03-24 13:23:44 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 9173ee47-dbe4-5738-80a9-e70dc14c9725 with identifier: 120245719
2026-03-24 13:23:44 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 9173ee47-dbe4-5738-80a9-e70dc14c9725 with identifier: 120245719 to the API
2026-03-24 13:23:44 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 13:23:44 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-24 13:23:44 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120245719?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 135,
'color': 'BLACK',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.0L',
'expiration_date': '2026-03-25T09:45:00Z',
'fuel_type': 'Petrol',
'id': '9173ee47-dbe4-5738-80a9-e70dc14c9725',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'LB22DFF',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120245719',
'listing': 'auction',
'location': 'Aston Barclay Westbury',
'make': 'KIA',
'model': 'XCEED HATCHBACK',
'odometer': 35157,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-07-04',
'seller_name': 'GRS Motor Group',
'title': 'KIA XCEED HATCHBACK 1.0T GDi ISG 2 5dr',
'transmission': 'manual',
'trim': '1.0T GDi ISG 2 5dr',
'vin': None,
'year': 2022}
2026-03-24 13:23:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:23:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120245719%27 HTTP/1.1" 200 None
2026-03-24 13:23:44 [astonbarclay.gb] INFO: Saving data for 120245719: {'auction_closing_time': 1774431900.0, 'created_time': 1773402404.586394, 'last_price_update_time': 1774358624.894387}
2026-03-24 13:23:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:23:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120245719') HTTP/1.1" 204 0
2026-03-24 13:23:46 [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-24 13:23:46 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:23:46 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', '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': 19176, 'siteId': 659780, 'site': {'id': 659780, 'name': 'Aston Barclay Westbury', 'vehicles': 130}, 'saleStart': '2026-03-25T09:45Z', 'lot': 2083, '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-24 13:23:46 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', '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': 19176, 'siteId': 659780, 'site': {'id': 659780, 'name': 'Aston Barclay Westbury', 'vehicles': 130}, 'saleStart': '2026-03-25T09:45Z', 'lot': 2083, '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-24 13:23:46 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: baf07ef6-1f42-58c4-8763-b5206a136be1 with identifier: 120245728
2026-03-24 13:23:46 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item baf07ef6-1f42-58c4-8763-b5206a136be1 with scrape type 2
2026-03-24 13:23:46 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item baf07ef6-1f42-58c4-8763-b5206a136be1 with scrape type 2
2026-03-24 13:23:46 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: baf07ef6-1f42-58c4-8763-b5206a136be1, identifier: 120245728
2026-03-24 13:23:46 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: baf07ef6-1f42-58c4-8763-b5206a136be1 with identifier: 120245728
2026-03-24 13:23:46 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: baf07ef6-1f42-58c4-8763-b5206a136be1 with identifier: 120245728
2026-03-24 13:23:46 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: baf07ef6-1f42-58c4-8763-b5206a136be1 with identifier: 120245728 to the API
2026-03-24 13:23:46 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 13:23: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-24 13:23:47 [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-25T09:45: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-24 13:23:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:23:47 [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-24 13:23:47 [astonbarclay.gb] INFO: Saving data for 120245728: {'auction_closing_time': 1774431900.0, 'created_time': 1773402443.111326, 'last_price_update_time': 1774358627.930762}
2026-03-24 13:23:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:23:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120245728') HTTP/1.1" 204 0
2026-03-24 13:23:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120610317?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-24 13:23:51 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:23:51 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120610317, 'registration': 'HG61ECX', 'account': 'ANC013', 'make': 'SKODA', 'model': 'YETI DIESEL ESTATE', 'derivative': '1.6 TDI CR SE GreenLine II 5dr', 'mileage': 116237, 'mileageWarranty': True, 'type': 'car', 'saleId': 19176, 'siteId': 659780, 'site': {'id': 659780, 'name': 'Aston Barclay Westbury', 'vehicles': 130}, 'saleStart': '2026-03-25T09:45Z', 'lot': 2052, 'hall': 'Main Hall', 'transmission': 'manual', 'firstRegistration': '2012-01-11', 'fuel': 'Diesel', 'motExpiry': '2026-03-19', 'doors': 5, 'engineSize': 1598, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/HG61ECX/2026-03-19/image/00aa01e0-79f5-4b39-83d4-abebc3dc6dc3_removebg.jpg?w=600', 'https://abimg003.imgix.net/HG61ECX/2026-03-19/image/8b08a066-db3d-4515-9021-1339fd6fd006_removebg.jpg?w=600', 'https://abimg003.imgix.net/HG61ECX/2026-03-19/image/3bae8332-1e6b-470c-8373-640fe2118916_removebg.jpg?w=600', 'https://abimg003.imgix.net/HG61ECX/2026-03-19/image/90c54bf7-0f91-470b-81e8-d9ba08af5434_removebg.jpg?w=600', 'https://abimg003.imgix.net/HG61ECX/2026-03-19/image/6fc05501-66f0-4a50-9b7b-ee2af9a1df3b_removebg.jpg?w=600', 'https://abimg003.imgix.net/HG61ECX/2026-03-19/image/679a2a2b-1f5a-4ba0-9919-3796dd4942e2_removebg.jpg?w=600'], 'colour': 'BLUE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Express', 'serviceHistory': 'Service book 11/13 20K 07/16 49K 11/17 64K 11/18 74K 03/23 102K 03/24 106K 02/25 110K', 'remarks': 'SKEY', 'virtual': False, 'seller': 'Anchor Group Remarketing', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '3', 'v5': True, 'v5details': 'Here', 'co2': 119, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/613a9750-b4b2-4ef8-a859-502d76be5d41.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 13:23:51 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120610317, 'registration': 'HG61ECX', 'account': 'ANC013', 'make': 'SKODA', 'model': 'YETI DIESEL ESTATE', 'derivative': '1.6 TDI CR SE GreenLine II 5dr', 'mileage': 116237, 'mileageWarranty': True, 'type': 'car', 'saleId': 19176, 'siteId': 659780, 'site': {'id': 659780, 'name': 'Aston Barclay Westbury', 'vehicles': 130}, 'saleStart': '2026-03-25T09:45Z', 'lot': 2052, 'hall': 'Main Hall', 'transmission': 'manual', 'firstRegistration': '2012-01-11', 'fuel': 'Diesel', 'motExpiry': '2026-03-19', 'doors': 5, 'engineSize': 1598, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/HG61ECX/2026-03-19/image/00aa01e0-79f5-4b39-83d4-abebc3dc6dc3_removebg.jpg?w=600', 'https://abimg003.imgix.net/HG61ECX/2026-03-19/image/8b08a066-db3d-4515-9021-1339fd6fd006_removebg.jpg?w=600', 'https://abimg003.imgix.net/HG61ECX/2026-03-19/image/3bae8332-1e6b-470c-8373-640fe2118916_removebg.jpg?w=600', 'https://abimg003.imgix.net/HG61ECX/2026-03-19/image/90c54bf7-0f91-470b-81e8-d9ba08af5434_removebg.jpg?w=600', 'https://abimg003.imgix.net/HG61ECX/2026-03-19/image/6fc05501-66f0-4a50-9b7b-ee2af9a1df3b_removebg.jpg?w=600', 'https://abimg003.imgix.net/HG61ECX/2026-03-19/image/679a2a2b-1f5a-4ba0-9919-3796dd4942e2_removebg.jpg?w=600'], 'colour': 'BLUE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Express', 'serviceHistory': 'Service book 11/13 20K 07/16 49K 11/17 64K 11/18 74K 03/23 102K 03/24 106K 02/25 110K', 'remarks': 'SKEY', 'virtual': False, 'seller': 'Anchor Group Remarketing', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '3', 'v5': True, 'v5details': 'Here', 'co2': 119, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/613a9750-b4b2-4ef8-a859-502d76be5d41.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 13:23:51 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f1e2daf7-32a2-5db4-adb0-4965b7c7ae3b with identifier: 120610317
2026-03-24 13:23:51 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f1e2daf7-32a2-5db4-adb0-4965b7c7ae3b with scrape type 2
2026-03-24 13:23:51 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f1e2daf7-32a2-5db4-adb0-4965b7c7ae3b with scrape type 2
2026-03-24 13:23:51 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: f1e2daf7-32a2-5db4-adb0-4965b7c7ae3b, identifier: 120610317
2026-03-24 13:23:51 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: f1e2daf7-32a2-5db4-adb0-4965b7c7ae3b with identifier: 120610317
2026-03-24 13:23:51 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: f1e2daf7-32a2-5db4-adb0-4965b7c7ae3b with identifier: 120610317
2026-03-24 13:23:51 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: f1e2daf7-32a2-5db4-adb0-4965b7c7ae3b with identifier: 120610317 to the API
2026-03-24 13:23:51 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 13:23: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-24 13:23:51 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120610317?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 119,
'color': 'BLUE',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 5',
'engine': '1.6L',
'expiration_date': '2026-03-25T09:45:00Z',
'fuel_type': 'Diesel',
'id': 'f1e2daf7-32a2-5db4-adb0-4965b7c7ae3b',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'HG61ECX',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120610317',
'listing': 'auction',
'location': 'Aston Barclay Westbury',
'make': 'SKODA',
'model': 'YETI DIESEL ESTATE',
'odometer': 116237,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2012-01-11',
'seller_name': 'Anchor Group Remarketing',
'title': 'SKODA YETI DIESEL ESTATE 1.6 TDI CR SE GreenLine II 5dr',
'transmission': 'manual',
'trim': '1.6 TDI CR SE GreenLine II 5dr',
'vin': None,
'year': 2012}
2026-03-24 13:23:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:23:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120610317%27 HTTP/1.1" 200 None
2026-03-24 13:23:51 [astonbarclay.gb] INFO: Saving data for 120610317: {'auction_closing_time': 1774431900.0, 'created_time': 1773929161.607354, 'last_price_update_time': 1774358631.992461}
2026-03-24 13:23:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:23:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120610317') HTTP/1.1" 204 0
2026-03-24 13:23:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120550354?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-24 13:23:53 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:23:53 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120550354, 'registration': 'LM72OJZ', 'account': 'PRA006', 'make': 'MERCEDES-BENZ', 'model': 'CLA SHOOTING BRAKE', 'derivative': 'CLA 180 AMG Line Premium + Night Ed 5dr Tip Auto', 'mileage': 13150, 'mileageWarranty': True, 'type': 'car', 'saleId': 19176, 'siteId': 659780, 'site': {'id': 659780, 'name': 'Aston Barclay Westbury', 'vehicles': 130}, 'saleStart': '2026-03-25T09:45Z', 'lot': 2075, 'hall': 'Main Hall', 'transmission': 'automatic', 'firstRegistration': '2023-01-27', 'fuel': 'Petrol', 'motExpiry': '2027-01-27', 'doors': 5, 'engineSize': 1332, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/LM72OJZ/2026-03-19/image/99110af6-c3d4-4228-a8ea-f12e75a155d8_removebg.jpg?w=600', 'https://abimg003.imgix.net/LM72OJZ/2026-03-19/image/2ab16be4-6180-4d46-96dc-9b26709d0dab_removebg.jpg?w=600', 'https://abimg003.imgix.net/LM72OJZ/2026-03-19/image/8a5d099b-f0aa-4035-b339-037f67cda621_removebg.jpg?w=600', 'https://abimg003.imgix.net/LM72OJZ/2026-03-19/image/0ff74e47-8a89-44f2-8530-3c4ea7790466_removebg.jpg?w=600', 'https://abimg003.imgix.net/LM72OJZ/2026-03-19/image/729b2a25-420f-4801-af8d-1669ed9c23fb_removebg.jpg?w=600', 'https://abimg003.imgix.net/LM72OJZ/2026-03-19/image/5dfd4ed7-4d04-4d30-a6c1-ed340572d8ea_removebg.jpg?w=600', 'https://abimg003.imgix.net/LM72OJZ/2026-03-19/image/9cbdfdd9-8a8e-4f09-a058-ca2cc3ebcf2d_removebg.jpg?w=600', 'https://abimg003.imgix.net/LM72OJZ/2026-03-19/image/90f7c8fd-1c07-4d5d-bea7-9094f9cadeea_removebg.jpg?w=600', 'https://abimg003.imgix.net/LM72OJZ/2026-03-19/image/31e40346-a021-4c03-8ec1-a5b83e5c0502_removebg.jpg?w=600', 'https://abimg003.imgix.net/LM72OJZ/2026-03-19/image/7932718a-aafe-4957-8bed-662400e8d3fe_removebg.jpg?w=600', 'https://abimg003.imgix.net/LM72OJZ/2026-03-19/image/a5551976-6842-40df-b37f-af4f1bd34cbf_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Fleet', 'serviceHistory': '', 'remarks': 'S/KEY', 'virtual': False, 'seller': 'Praetura Asset Finance', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '2', 'v5': False, 'v5details': None, 'co2': 149, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/180964bb-244a-4ff9-a670-cc19904fa052.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 13:23:53 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120550354, 'registration': 'LM72OJZ', 'account': 'PRA006', 'make': 'MERCEDES-BENZ', 'model': 'CLA SHOOTING BRAKE', 'derivative': 'CLA 180 AMG Line Premium + Night Ed 5dr Tip Auto', 'mileage': 13150, 'mileageWarranty': True, 'type': 'car', 'saleId': 19176, 'siteId': 659780, 'site': {'id': 659780, 'name': 'Aston Barclay Westbury', 'vehicles': 130}, 'saleStart': '2026-03-25T09:45Z', 'lot': 2075, 'hall': 'Main Hall', 'transmission': 'automatic', 'firstRegistration': '2023-01-27', 'fuel': 'Petrol', 'motExpiry': '2027-01-27', 'doors': 5, 'engineSize': 1332, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/LM72OJZ/2026-03-19/image/99110af6-c3d4-4228-a8ea-f12e75a155d8_removebg.jpg?w=600', 'https://abimg003.imgix.net/LM72OJZ/2026-03-19/image/2ab16be4-6180-4d46-96dc-9b26709d0dab_removebg.jpg?w=600', 'https://abimg003.imgix.net/LM72OJZ/2026-03-19/image/8a5d099b-f0aa-4035-b339-037f67cda621_removebg.jpg?w=600', 'https://abimg003.imgix.net/LM72OJZ/2026-03-19/image/0ff74e47-8a89-44f2-8530-3c4ea7790466_removebg.jpg?w=600', 'https://abimg003.imgix.net/LM72OJZ/2026-03-19/image/729b2a25-420f-4801-af8d-1669ed9c23fb_removebg.jpg?w=600', 'https://abimg003.imgix.net/LM72OJZ/2026-03-19/image/5dfd4ed7-4d04-4d30-a6c1-ed340572d8ea_removebg.jpg?w=600', 'https://abimg003.imgix.net/LM72OJZ/2026-03-19/image/9cbdfdd9-8a8e-4f09-a058-ca2cc3ebcf2d_removebg.jpg?w=600', 'https://abimg003.imgix.net/LM72OJZ/2026-03-19/image/90f7c8fd-1c07-4d5d-bea7-9094f9cadeea_removebg.jpg?w=600', 'https://abimg003.imgix.net/LM72OJZ/2026-03-19/image/31e40346-a021-4c03-8ec1-a5b83e5c0502_removebg.jpg?w=600', 'https://abimg003.imgix.net/LM72OJZ/2026-03-19/image/7932718a-aafe-4957-8bed-662400e8d3fe_removebg.jpg?w=600', 'https://abimg003.imgix.net/LM72OJZ/2026-03-19/image/a5551976-6842-40df-b37f-af4f1bd34cbf_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Fleet', 'serviceHistory': '', 'remarks': 'S/KEY', 'virtual': False, 'seller': 'Praetura Asset Finance', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '2', 'v5': False, 'v5details': None, 'co2': 149, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/180964bb-244a-4ff9-a670-cc19904fa052.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 13:23:53 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a269a6e7-b4f4-51b1-a9c9-c9ac01f7e1e2 with identifier: 120550354
2026-03-24 13:23:53 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a269a6e7-b4f4-51b1-a9c9-c9ac01f7e1e2 with scrape type 2
2026-03-24 13:23:53 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a269a6e7-b4f4-51b1-a9c9-c9ac01f7e1e2 with scrape type 2
2026-03-24 13:23:53 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: a269a6e7-b4f4-51b1-a9c9-c9ac01f7e1e2, identifier: 120550354
2026-03-24 13:23:53 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: a269a6e7-b4f4-51b1-a9c9-c9ac01f7e1e2 with identifier: 120550354
2026-03-24 13:23:53 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: a269a6e7-b4f4-51b1-a9c9-c9ac01f7e1e2 with identifier: 120550354
2026-03-24 13:23:53 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: a269a6e7-b4f4-51b1-a9c9-c9ac01f7e1e2 with identifier: 120550354 to the API
2026-03-24 13:23:53 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 13:23: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-24 13:23:53 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120550354?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 149,
'color': 'BLACK',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.3L',
'expiration_date': '2026-03-25T09:45:00Z',
'fuel_type': 'Petrol',
'id': 'a269a6e7-b4f4-51b1-a9c9-c9ac01f7e1e2',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'LM72OJZ',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120550354',
'listing': 'auction',
'location': 'Aston Barclay Westbury',
'make': 'MERCEDES-BENZ',
'model': 'CLA SHOOTING BRAKE',
'odometer': 13150,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-01-27',
'seller_name': 'Praetura Asset Finance',
'title': 'MERCEDES-BENZ CLA SHOOTING BRAKE CLA 180 AMG Line Premium + Night '
'Ed 5dr Tip Auto',
'transmission': 'automatic',
'trim': 'CLA 180 AMG Line Premium + Night Ed 5dr Tip Auto',
'vin': None,
'year': 2023}
2026-03-24 13:23:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:23:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120550354%27 HTTP/1.1" 200 None
2026-03-24 13:23:53 [astonbarclay.gb] INFO: Saving data for 120550354: {'auction_closing_time': 1774431900.0, 'created_time': 1773830387.316192, 'last_price_update_time': 1774358633.707886}
2026-03-24 13:23:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:23:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120550354') HTTP/1.1" 204 0
2026-03-24 13:23:55 [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-24 13:23:55 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:23:55 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', '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': 19176, 'siteId': 659780, 'site': {'id': 659780, 'name': 'Aston Barclay Westbury', 'vehicles': 130}, 'saleStart': '2026-03-25T09:45Z', 'lot': 2053, '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-24 13:23:55 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', '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': 19176, 'siteId': 659780, 'site': {'id': 659780, 'name': 'Aston Barclay Westbury', 'vehicles': 130}, 'saleStart': '2026-03-25T09:45Z', 'lot': 2053, '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-24 13:23:55 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ffd4caa1-93e1-5124-b5fb-6b49c28c6860 with identifier: 119734446
2026-03-24 13:23:55 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ffd4caa1-93e1-5124-b5fb-6b49c28c6860 with scrape type 2
2026-03-24 13:23:55 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ffd4caa1-93e1-5124-b5fb-6b49c28c6860 with scrape type 2
2026-03-24 13:23:55 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: ffd4caa1-93e1-5124-b5fb-6b49c28c6860, identifier: 119734446
2026-03-24 13:23:55 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: ffd4caa1-93e1-5124-b5fb-6b49c28c6860 with identifier: 119734446
2026-03-24 13:23:55 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: ffd4caa1-93e1-5124-b5fb-6b49c28c6860 with identifier: 119734446
2026-03-24 13:23:55 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: ffd4caa1-93e1-5124-b5fb-6b49c28c6860 with identifier: 119734446 to the API
2026-03-24 13:23:55 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 13:23: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-24 13:23:55 [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-25T09:45: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-24 13:23:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:23:55 [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-24 13:23:55 [astonbarclay.gb] INFO: Saving data for 119734446: {'auction_closing_time': 1774431900.0, 'created_time': 1773402959.892154, 'last_price_update_time': 1774358635.643271}
2026-03-24 13:23:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:23:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='119734446') HTTP/1.1" 204 0
2026-03-24 13:23:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120676773?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-24 13:23:56 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:23:56 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120676773, 'registration': 'MA64LYJ', 'account': 'MOT075', 'make': 'BMW', 'model': '5 SERIES GRAN TURISMO DIESEL HATCHBACK', 'derivative': '520d M Sport 5dr Step Auto', 'mileage': 168778, 'mileageWarranty': True, 'type': 'car', 'saleId': 19176, 'siteId': 659780, 'site': {'id': 659780, 'name': 'Aston Barclay Westbury', 'vehicles': 130}, 'saleStart': '2026-03-25T09:45Z', 'lot': 2005, 'hall': 'Main Hall', 'transmission': 'automatic', 'firstRegistration': '2014-09-16', 'fuel': 'Diesel', 'motExpiry': '2026-10-09', 'doors': 5, 'engineSize': 1995, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/MA64LYJ/2026-03-23/image/85e64c68-9aa5-449f-84d8-7a058ad55919_removebg.jpg?w=600', 'https://abimg003.imgix.net/MA64LYJ/2026-03-23/image/c062259b-9371-4cb1-ae89-50c96fe0bc89_removebg.jpg?w=600', 'https://abimg003.imgix.net/MA64LYJ/2026-03-23/image/c176f95a-2f2c-466b-a486-5d6e5e53d7b4_removebg.jpg?w=600', 'https://abimg003.imgix.net/MA64LYJ/2026-03-23/image/0a7fa4f7-00df-414c-929b-b08a1339d74a_removebg.jpg?w=600', 'https://abimg003.imgix.net/MA64LYJ/2026-03-23/image/925d86d1-11a5-42ac-81c1-4913517da81a_removebg.jpg?w=600', 'https://abimg003.imgix.net/MA64LYJ/2026-03-23/image/6d62de3a-c46f-4327-b205-2398f24c2183_removebg.jpg?w=600', 'https://abimg003.imgix.net/MA64LYJ/2026-03-23/image/3eaa91c9-6ee8-4862-a1d3-ea6b192a0199_removebg.jpg?w=600', 'https://abimg003.imgix.net/MA64LYJ/2026-03-23/image/ecc4e237-3a19-4da3-8d86-107f822a5bb5_removebg.jpg?w=600', 'https://abimg003.imgix.net/MA64LYJ/2026-03-23/image/c5904fa7-9f2a-43b2-97ef-9ba004415efd_removebg.jpg?w=600', 'https://abimg003.imgix.net/MA64LYJ/2026-03-23/image/8316bc7c-179e-4295-8b5b-759f88770571_removebg.jpg?w=600', 'https://abimg003.imgix.net/MA64LYJ/2026-03-23/image/0ccb133b-146d-49f4-a762-8794932c9f62_removebg.jpg?w=600', 'https://abimg003.imgix.net/MA64LYJ/2026-03-23/image/06e58e83-fa63-48a6-a78e-1f4ab3adc401_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Fleet', 'serviceHistory': 'Service invoice 12/22 109K 07/23 121K 09/23 126K 11/24 144K 11/25 160K', 'remarks': 'SKEY', 'virtual': False, 'seller': 'MotoNovo Finance', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '3', 'v5': True, 'v5details': 'Here', 'co2': 144, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/8f9d5d7b-ea6f-4f9e-bd40-15695db1a49b.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 13:23:56 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120676773, 'registration': 'MA64LYJ', 'account': 'MOT075', 'make': 'BMW', 'model': '5 SERIES GRAN TURISMO DIESEL HATCHBACK', 'derivative': '520d M Sport 5dr Step Auto', 'mileage': 168778, 'mileageWarranty': True, 'type': 'car', 'saleId': 19176, 'siteId': 659780, 'site': {'id': 659780, 'name': 'Aston Barclay Westbury', 'vehicles': 130}, 'saleStart': '2026-03-25T09:45Z', 'lot': 2005, 'hall': 'Main Hall', 'transmission': 'automatic', 'firstRegistration': '2014-09-16', 'fuel': 'Diesel', 'motExpiry': '2026-10-09', 'doors': 5, 'engineSize': 1995, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/MA64LYJ/2026-03-23/image/85e64c68-9aa5-449f-84d8-7a058ad55919_removebg.jpg?w=600', 'https://abimg003.imgix.net/MA64LYJ/2026-03-23/image/c062259b-9371-4cb1-ae89-50c96fe0bc89_removebg.jpg?w=600', 'https://abimg003.imgix.net/MA64LYJ/2026-03-23/image/c176f95a-2f2c-466b-a486-5d6e5e53d7b4_removebg.jpg?w=600', 'https://abimg003.imgix.net/MA64LYJ/2026-03-23/image/0a7fa4f7-00df-414c-929b-b08a1339d74a_removebg.jpg?w=600', 'https://abimg003.imgix.net/MA64LYJ/2026-03-23/image/925d86d1-11a5-42ac-81c1-4913517da81a_removebg.jpg?w=600', 'https://abimg003.imgix.net/MA64LYJ/2026-03-23/image/6d62de3a-c46f-4327-b205-2398f24c2183_removebg.jpg?w=600', 'https://abimg003.imgix.net/MA64LYJ/2026-03-23/image/3eaa91c9-6ee8-4862-a1d3-ea6b192a0199_removebg.jpg?w=600', 'https://abimg003.imgix.net/MA64LYJ/2026-03-23/image/ecc4e237-3a19-4da3-8d86-107f822a5bb5_removebg.jpg?w=600', 'https://abimg003.imgix.net/MA64LYJ/2026-03-23/image/c5904fa7-9f2a-43b2-97ef-9ba004415efd_removebg.jpg?w=600', 'https://abimg003.imgix.net/MA64LYJ/2026-03-23/image/8316bc7c-179e-4295-8b5b-759f88770571_removebg.jpg?w=600', 'https://abimg003.imgix.net/MA64LYJ/2026-03-23/image/0ccb133b-146d-49f4-a762-8794932c9f62_removebg.jpg?w=600', 'https://abimg003.imgix.net/MA64LYJ/2026-03-23/image/06e58e83-fa63-48a6-a78e-1f4ab3adc401_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Fleet', 'serviceHistory': 'Service invoice 12/22 109K 07/23 121K 09/23 126K 11/24 144K 11/25 160K', 'remarks': 'SKEY', 'virtual': False, 'seller': 'MotoNovo Finance', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '3', 'v5': True, 'v5details': 'Here', 'co2': 144, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/8f9d5d7b-ea6f-4f9e-bd40-15695db1a49b.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 13:23:56 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3982acd4-d5bf-52ed-b556-73e48346ce62 with identifier: 120676773
2026-03-24 13:23:56 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3982acd4-d5bf-52ed-b556-73e48346ce62 with scrape type 2
2026-03-24 13:23:56 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3982acd4-d5bf-52ed-b556-73e48346ce62 with scrape type 2
2026-03-24 13:23:56 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 3982acd4-d5bf-52ed-b556-73e48346ce62, identifier: 120676773
2026-03-24 13:23:56 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 3982acd4-d5bf-52ed-b556-73e48346ce62 with identifier: 120676773
2026-03-24 13:23:56 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 3982acd4-d5bf-52ed-b556-73e48346ce62 with identifier: 120676773
2026-03-24 13:23:57 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 3982acd4-d5bf-52ed-b556-73e48346ce62 with identifier: 120676773 to the API
2026-03-24 13:23:57 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 13:23: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-24 13:23:57 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120676773?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-25T09:45:00Z',
'fuel_type': 'Diesel',
'id': '3982acd4-d5bf-52ed-b556-73e48346ce62',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'MA64LYJ',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120676773',
'listing': 'auction',
'location': 'Aston Barclay Westbury',
'make': 'BMW',
'model': '5 SERIES GRAN TURISMO DIESEL HATCHBACK',
'odometer': 168778,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2014-09-16',
'seller_name': 'MotoNovo Finance',
'title': 'BMW 5 SERIES GRAN TURISMO DIESEL HATCHBACK 520d M Sport 5dr Step '
'Auto',
'transmission': 'automatic',
'trim': '520d M Sport 5dr Step Auto',
'vin': None,
'year': 2014}
2026-03-24 13:23:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:23:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120676773%27 HTTP/1.1" 200 None
2026-03-24 13:23:57 [astonbarclay.gb] INFO: Saving data for 120676773: {'auction_closing_time': 1774431900.0, 'created_time': 1774260574.372542, 'last_price_update_time': 1774358637.527873}
2026-03-24 13:23:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:23:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120676773') HTTP/1.1" 204 0
2026-03-24 13:23:58 [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-24 13:23:58 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:23:58 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', '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': 19176, 'siteId': 659780, 'site': {'id': 659780, 'name': 'Aston Barclay Westbury', 'vehicles': 130}, 'saleStart': '2026-03-25T09:45Z', 'lot': 2004, '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 - V5/C ONLY', 'virtual': False, 'seller': 'MotoNovo Finance', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '4', 'v5': False, 'v5details': None, '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-24 13:23:58 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', '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': 19176, 'siteId': 659780, 'site': {'id': 659780, 'name': 'Aston Barclay Westbury', 'vehicles': 130}, 'saleStart': '2026-03-25T09:45Z', 'lot': 2004, '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 - V5/C ONLY', 'virtual': False, 'seller': 'MotoNovo Finance', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '4', 'v5': False, 'v5details': None, '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-24 13:23:58 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 611e533f-94b9-5a69-9333-d6265d9d42f6 with identifier: 120484239
2026-03-24 13:23:58 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 611e533f-94b9-5a69-9333-d6265d9d42f6 with scrape type 2
2026-03-24 13:23:58 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 611e533f-94b9-5a69-9333-d6265d9d42f6 with scrape type 2
2026-03-24 13:23:58 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 611e533f-94b9-5a69-9333-d6265d9d42f6, identifier: 120484239
2026-03-24 13:23:58 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 611e533f-94b9-5a69-9333-d6265d9d42f6 with identifier: 120484239
2026-03-24 13:23:58 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 611e533f-94b9-5a69-9333-d6265d9d42f6 with identifier: 120484239
2026-03-24 13:23:58 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 611e533f-94b9-5a69-9333-d6265d9d42f6 with identifier: 120484239 to the API
2026-03-24 13:23:58 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 13:23: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-24 13:23:59 [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-25T09:45: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-24 13:23:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:23:59 [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-24 13:23:59 [astonbarclay.gb] INFO: Saving data for 120484239: {'auction_closing_time': 1774431900.0, 'created_time': 1773688005.819915, 'last_price_update_time': 1774358639.643151}
2026-03-24 13:23:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:23:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120484239') HTTP/1.1" 204 0
2026-03-24 13:23:59 [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-24 13:23:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120291886?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-24 13:23:59 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:23:59 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:23:59 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120174959, 'registration': 'EF65OZE', 'account': 'AST002', 'make': 'NISSAN', 'model': 'JUKE HATCHBACK', 'derivative': '1.6 Tekna 5dr Xtronic', 'mileage': 54433, 'mileageWarranty': False, 'type': 'car', 'saleId': 19176, 'siteId': 659780, 'site': {'id': 659780, 'name': 'Aston Barclay Westbury', 'vehicles': 130}, 'saleStart': '2026-03-25T09:45Z', 'lot': 2011, '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-24 13:23:59 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120174959, 'registration': 'EF65OZE', 'account': 'AST002', 'make': 'NISSAN', 'model': 'JUKE HATCHBACK', 'derivative': '1.6 Tekna 5dr Xtronic', 'mileage': 54433, 'mileageWarranty': False, 'type': 'car', 'saleId': 19176, 'siteId': 659780, 'site': {'id': 659780, 'name': 'Aston Barclay Westbury', 'vehicles': 130}, 'saleStart': '2026-03-25T09:45Z', 'lot': 2011, '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-24 13:23:59 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 549a7a51-1e00-5f21-8793-24a0168dd72a with identifier: 120174959
2026-03-24 13:23:59 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 549a7a51-1e00-5f21-8793-24a0168dd72a with scrape type 2
2026-03-24 13:23:59 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 549a7a51-1e00-5f21-8793-24a0168dd72a with scrape type 2
2026-03-24 13:23:59 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 549a7a51-1e00-5f21-8793-24a0168dd72a, identifier: 120174959
2026-03-24 13:23:59 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120291886, 'registration': 'OE67UCJ', 'account': 'HYA001', 'make': 'LAND ROVER', 'model': 'DISCOVERY DIESEL SW', 'derivative': '2.0 SD4 HSE 5dr Auto', 'mileage': 46684, 'mileageWarranty': True, 'type': 'car', 'saleId': 19176, 'siteId': 659780, 'site': {'id': 659780, 'name': 'Aston Barclay Westbury', 'vehicles': 130}, 'saleStart': '2026-03-25T09:45Z', 'lot': 2082, 'hall': 'Main Hall', 'transmission': 'automatic', 'firstRegistration': '2017-12-29', 'fuel': 'Diesel', 'motExpiry': '2027-01-14', 'doors': 5, 'engineSize': 1999, 'bodyType': 'Station Wagon', 'images': ['https://abimg003.imgix.net/OE67UCJ/2026-03-10/image/9234d793-ae58-406c-913c-098b97309f01_removebg.jpg?w=600', 'https://abimg003.imgix.net/OE67UCJ/2026-03-10/image/153f57c0-163b-486f-8628-8dc938ddd350_removebg.jpg?w=600', 'https://abimg003.imgix.net/OE67UCJ/2026-03-10/image/e8a50ad4-ac84-4566-a337-75db8d802c66_removebg.jpg?w=600', 'https://abimg003.imgix.net/OE67UCJ/2026-03-10/image/db6e3706-7f6c-4806-b8ab-9bfab3cd1865_removebg.jpg?w=600', 'https://abimg003.imgix.net/OE67UCJ/2026-03-10/image/7f38a8e1-6d7e-4d3e-98f3-f6fe1899c987_removebg.jpg?w=600', 'https://abimg003.imgix.net/OE67UCJ/2026-03-10/image/ad19bb87-5f3e-4e2b-b522-b884a324fc9b_removebg.jpg?w=600', 'https://abimg003.imgix.net/OE67UCJ/2026-03-10/image/0db45dcf-7772-4ca3-968f-7790fa3d65e8_removebg.jpg?w=600', 'https://abimg003.imgix.net/OE67UCJ/2026-03-10/image/e1099817-d07f-4a2a-a847-30c65f2fd4d9_removebg.jpg?w=600', 'https://abimg003.imgix.net/OE67UCJ/2026-03-10/image/440fb3b8-860a-4a14-85da-cb702a4d3a04_removebg.jpg?w=600', 'https://abimg003.imgix.net/OE67UCJ/2026-03-10/image/422d5579-0b71-4234-998c-a3fa6e4848a1_removebg.jpg?w=600'], 'colour': 'SILVER', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Fleet', 'serviceHistory': 'Service print 02/20-18k, 04/22-26k, 05/24-41k - Invoice @ 01/25-45k', 'remarks': 'SPARE KEY', 'virtual': False, 'seller': 'Local Dealer Group', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '2', 'v5': True, 'v5details': 'Here', 'co2': 171, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/16f7f13d-bec8-4b56-bdc5-6018e202b810.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 13:23:59 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120291886, 'registration': 'OE67UCJ', 'account': 'HYA001', 'make': 'LAND ROVER', 'model': 'DISCOVERY DIESEL SW', 'derivative': '2.0 SD4 HSE 5dr Auto', 'mileage': 46684, 'mileageWarranty': True, 'type': 'car', 'saleId': 19176, 'siteId': 659780, 'site': {'id': 659780, 'name': 'Aston Barclay Westbury', 'vehicles': 130}, 'saleStart': '2026-03-25T09:45Z', 'lot': 2082, 'hall': 'Main Hall', 'transmission': 'automatic', 'firstRegistration': '2017-12-29', 'fuel': 'Diesel', 'motExpiry': '2027-01-14', 'doors': 5, 'engineSize': 1999, 'bodyType': 'Station Wagon', 'images': ['https://abimg003.imgix.net/OE67UCJ/2026-03-10/image/9234d793-ae58-406c-913c-098b97309f01_removebg.jpg?w=600', 'https://abimg003.imgix.net/OE67UCJ/2026-03-10/image/153f57c0-163b-486f-8628-8dc938ddd350_removebg.jpg?w=600', 'https://abimg003.imgix.net/OE67UCJ/2026-03-10/image/e8a50ad4-ac84-4566-a337-75db8d802c66_removebg.jpg?w=600', 'https://abimg003.imgix.net/OE67UCJ/2026-03-10/image/db6e3706-7f6c-4806-b8ab-9bfab3cd1865_removebg.jpg?w=600', 'https://abimg003.imgix.net/OE67UCJ/2026-03-10/image/7f38a8e1-6d7e-4d3e-98f3-f6fe1899c987_removebg.jpg?w=600', 'https://abimg003.imgix.net/OE67UCJ/2026-03-10/image/ad19bb87-5f3e-4e2b-b522-b884a324fc9b_removebg.jpg?w=600', 'https://abimg003.imgix.net/OE67UCJ/2026-03-10/image/0db45dcf-7772-4ca3-968f-7790fa3d65e8_removebg.jpg?w=600', 'https://abimg003.imgix.net/OE67UCJ/2026-03-10/image/e1099817-d07f-4a2a-a847-30c65f2fd4d9_removebg.jpg?w=600', 'https://abimg003.imgix.net/OE67UCJ/2026-03-10/image/440fb3b8-860a-4a14-85da-cb702a4d3a04_removebg.jpg?w=600', 'https://abimg003.imgix.net/OE67UCJ/2026-03-10/image/422d5579-0b71-4234-998c-a3fa6e4848a1_removebg.jpg?w=600'], 'colour': 'SILVER', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Fleet', 'serviceHistory': 'Service print 02/20-18k, 04/22-26k, 05/24-41k - Invoice @ 01/25-45k', 'remarks': 'SPARE KEY', 'virtual': False, 'seller': 'Local Dealer Group', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '2', 'v5': True, 'v5details': 'Here', 'co2': 171, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/16f7f13d-bec8-4b56-bdc5-6018e202b810.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 13:23:59 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 41a6c68c-47a4-574e-bc6e-901497875a81 with identifier: 120291886
2026-03-24 13:23:59 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 41a6c68c-47a4-574e-bc6e-901497875a81 with scrape type 2
2026-03-24 13:23:59 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 41a6c68c-47a4-574e-bc6e-901497875a81 with scrape type 2
2026-03-24 13:23:59 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 41a6c68c-47a4-574e-bc6e-901497875a81, identifier: 120291886
2026-03-24 13:23:59 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 549a7a51-1e00-5f21-8793-24a0168dd72a with identifier: 120174959
2026-03-24 13:23:59 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 549a7a51-1e00-5f21-8793-24a0168dd72a with identifier: 120174959
2026-03-24 13:24:00 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 549a7a51-1e00-5f21-8793-24a0168dd72a with identifier: 120174959 to the API
2026-03-24 13:24:00 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 13:24:01 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-24 13:24:01 [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-25T09:45: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-24 13:24:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:24:01 [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-24 13:24:01 [astonbarclay.gb] INFO: Saving data for 120174959: {'auction_closing_time': 1774431900.0, 'created_time': 1773402356.33834, 'last_price_update_time': 1774358641.970034}
2026-03-24 13:24:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:24:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120174959') HTTP/1.1" 204 0
2026-03-24 13:24:01 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 41a6c68c-47a4-574e-bc6e-901497875a81 with identifier: 120291886
2026-03-24 13:24:01 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 41a6c68c-47a4-574e-bc6e-901497875a81 with identifier: 120291886
2026-03-24 13:24:02 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 41a6c68c-47a4-574e-bc6e-901497875a81 with identifier: 120291886 to the API
2026-03-24 13:24:02 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 13:24:03 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-24 13:24:03 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120291886?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 171,
'color': 'SILVER',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'expiration_date': '2026-03-25T09:45:00Z',
'fuel_type': 'Diesel',
'id': '41a6c68c-47a4-574e-bc6e-901497875a81',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'OE67UCJ',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120291886',
'listing': 'auction',
'location': 'Aston Barclay Westbury',
'make': 'LAND ROVER',
'model': 'DISCOVERY DIESEL SW',
'odometer': 46684,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2017-12-29',
'seller_name': 'Local Dealer Group',
'title': 'LAND ROVER DISCOVERY DIESEL SW 2.0 SD4 HSE 5dr Auto',
'transmission': 'automatic',
'trim': '2.0 SD4 HSE 5dr Auto',
'vin': None,
'year': 2017}
2026-03-24 13:24:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:24:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120291886%27 HTTP/1.1" 200 None
2026-03-24 13:24:03 [astonbarclay.gb] INFO: Saving data for 120291886: {'auction_closing_time': 1774431900.0, 'created_time': 1773403391.166677, 'last_price_update_time': 1774358643.48946}
2026-03-24 13:24:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:24:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120291886') HTTP/1.1" 204 0
2026-03-24 13:24:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120100551?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-24 13:24:04 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:24:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120676530?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-24 13:24:04 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:24:04 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120100551, 'registration': 'VK64SVT', 'account': 'STA058', 'make': 'AUDI', 'model': 'A3 DIESEL SPORTBACK', 'derivative': '1.6 TDI 110 SE 5dr', 'mileage': 110306, 'mileageWarranty': True, 'type': 'car', 'saleId': 18906, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 628}, 'saleStart': '2026-03-24T13:00Z', 'lot': 671, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2014-11-17', 'fuel': 'Diesel', 'motExpiry': '2025-11-01', 'doors': 5, 'engineSize': 1598, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/VK64SVT/2026-03-11/image/1d39e35f-5838-400f-8f99-ea4170d2b291_removebg.jpg?w=600', 'https://abimg003.imgix.net/VK64SVT/2026-03-11/image/372ca394-91ae-4e8e-8005-3bb16abd37a7_removebg.jpg?w=600', 'https://abimg003.imgix.net/VK64SVT/2026-03-11/image/7fcdea54-be9c-4d6d-84d8-4bf2f04ae45b_removebg.jpg?w=600', 'https://abimg003.imgix.net/VK64SVT/2026-03-11/image/d8aaa210-a996-4756-9a51-a41305925f1c_removebg.jpg?w=600', 'https://abimg003.imgix.net/VK64SVT/2026-03-11/image/178b7e2f-863b-4041-8d41-72195235e866_removebg.jpg?w=600', 'https://abimg003.imgix.net/VK64SVT/2026-03-11/image/db41fabd-2f7a-4ae3-b985-be28acc8baa4_removebg.jpg?w=600', 'https://abimg003.imgix.net/VK64SVT/2026-03-11/image/d4a8989b-1c5c-49bc-8f35-2d136ab27834_removebg.jpg?w=600', 'https://abimg003.imgix.net/VK64SVT/2026-03-11/image/6cecd687-aed4-4b31-ae2c-9c4e9c365dc1_removebg.jpg?w=600', 'https://abimg003.imgix.net/VK64SVT/2026-03-11/image/1e44ddac-18ec-4d18-b86e-017e4fb6191e_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': '**1427** VOSA STATES 48K, 59K, 67K, 78K, 83K, 90K, 99K, 107K. OSR TYRE WILL NOT STAY INFLATED OFFER WHERE STANDS', 'virtual': False, 'seller': 'Startline Motor Finance Ltd', '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/9992056d-c6a7-41c3-ad91-cff02c4620fd.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 13:24:04 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120100551, 'registration': 'VK64SVT', 'account': 'STA058', 'make': 'AUDI', 'model': 'A3 DIESEL SPORTBACK', 'derivative': '1.6 TDI 110 SE 5dr', 'mileage': 110306, 'mileageWarranty': True, 'type': 'car', 'saleId': 18906, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 628}, 'saleStart': '2026-03-24T13:00Z', 'lot': 671, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2014-11-17', 'fuel': 'Diesel', 'motExpiry': '2025-11-01', 'doors': 5, 'engineSize': 1598, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/VK64SVT/2026-03-11/image/1d39e35f-5838-400f-8f99-ea4170d2b291_removebg.jpg?w=600', 'https://abimg003.imgix.net/VK64SVT/2026-03-11/image/372ca394-91ae-4e8e-8005-3bb16abd37a7_removebg.jpg?w=600', 'https://abimg003.imgix.net/VK64SVT/2026-03-11/image/7fcdea54-be9c-4d6d-84d8-4bf2f04ae45b_removebg.jpg?w=600', 'https://abimg003.imgix.net/VK64SVT/2026-03-11/image/d8aaa210-a996-4756-9a51-a41305925f1c_removebg.jpg?w=600', 'https://abimg003.imgix.net/VK64SVT/2026-03-11/image/178b7e2f-863b-4041-8d41-72195235e866_removebg.jpg?w=600', 'https://abimg003.imgix.net/VK64SVT/2026-03-11/image/db41fabd-2f7a-4ae3-b985-be28acc8baa4_removebg.jpg?w=600', 'https://abimg003.imgix.net/VK64SVT/2026-03-11/image/d4a8989b-1c5c-49bc-8f35-2d136ab27834_removebg.jpg?w=600', 'https://abimg003.imgix.net/VK64SVT/2026-03-11/image/6cecd687-aed4-4b31-ae2c-9c4e9c365dc1_removebg.jpg?w=600', 'https://abimg003.imgix.net/VK64SVT/2026-03-11/image/1e44ddac-18ec-4d18-b86e-017e4fb6191e_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': '**1427** VOSA STATES 48K, 59K, 67K, 78K, 83K, 90K, 99K, 107K. OSR TYRE WILL NOT STAY INFLATED OFFER WHERE STANDS', 'virtual': False, 'seller': 'Startline Motor Finance Ltd', '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/9992056d-c6a7-41c3-ad91-cff02c4620fd.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 13:24:04 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d9976f05-e4bc-5dc3-876a-c07b2d927fa3 with identifier: 120100551
2026-03-24 13:24:04 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d9976f05-e4bc-5dc3-876a-c07b2d927fa3 with scrape type 2
2026-03-24 13:24:04 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d9976f05-e4bc-5dc3-876a-c07b2d927fa3 with scrape type 2
2026-03-24 13:24:04 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: d9976f05-e4bc-5dc3-876a-c07b2d927fa3, identifier: 120100551
2026-03-24 13:24:04 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: d9976f05-e4bc-5dc3-876a-c07b2d927fa3 with identifier: 120100551
2026-03-24 13:24:04 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: d9976f05-e4bc-5dc3-876a-c07b2d927fa3 with identifier: 120100551
2026-03-24 13:24:04 [scrapy.core.scraper] INFO: Dropped: Dropping expired listing: d9976f05-e4bc-5dc3-876a-c07b2d927fa3 with expiration date: 2026-03-24T13:00:00Z
{'auction_title': '',
'c_o_2_emission_value': 99,
'color': 'BLACK',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.6L',
'expiration_date': '2026-03-24T13:00:00Z',
'fuel_type': 'Diesel',
'id': 'd9976f05-e4bc-5dc3-876a-c07b2d927fa3',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'VK64SVT',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120100551',
'listing': 'auction',
'location': 'Aston Barclay Wakefield',
'make': 'AUDI',
'model': 'A3 DIESEL SPORTBACK',
'odometer': 110306,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2014-11-17',
'seller_name': 'Startline Motor Finance Ltd',
'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-24 13:24:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:24:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120100551%27 HTTP/1.1" 200 None
2026-03-24 13:24:04 [astonbarclay.gb] INFO: Saving data for 120100551: {'auction_closing_time': 1774357200.0, 'created_time': 1773402614.944228, 'last_price_update_time': 1774358644.558592}
2026-03-24 13:24:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:24:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120100551') HTTP/1.1" 204 0
2026-03-24 13:24:04 [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-24 13:24:04 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:24:04 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120676530, 'registration': 'BJ67DBY', 'account': 'MOT075', 'make': 'MERCEDES-BENZ', 'model': 'CLA DIESEL COUPE', 'derivative': 'CLA 200d AMG Line 4dr', 'mileage': 89184, 'mileageWarranty': True, 'type': 'car', 'saleId': 19176, 'siteId': 659780, 'site': {'id': 659780, 'name': 'Aston Barclay Westbury', 'vehicles': 130}, 'saleStart': '2026-03-25T09:45Z', 'lot': 2003, 'hall': 'Main Hall', 'transmission': 'manual', 'firstRegistration': '2017-09-27', 'fuel': 'Diesel', 'motExpiry': '2026-11-25', 'doors': 4, 'engineSize': 2143, 'bodyType': 'Saloon', 'images': ['https://abimg003.imgix.net/BJ67DBY/2026-03-23/image/cc38a0ef-db45-4d46-a652-9432f624fc7f_removebg.jpg?w=600', 'https://abimg003.imgix.net/BJ67DBY/2026-03-23/image/7a41da0e-c925-450f-b72e-f336a58f2d25_removebg.jpg?w=600', 'https://abimg003.imgix.net/BJ67DBY/2026-03-23/image/7e5e787d-c078-4fe7-b140-40273c9c7308_removebg.jpg?w=600', 'https://abimg003.imgix.net/BJ67DBY/2026-03-23/image/0eb1bbb9-11b3-45e0-b767-f55b0034ad29_removebg.jpg?w=600', 'https://abimg003.imgix.net/BJ67DBY/2026-03-23/image/653464bb-8a8e-4e40-9279-a93133e61fc8_removebg.jpg?w=600', 'https://abimg003.imgix.net/BJ67DBY/2026-03-23/image/3865c238-0438-4ff0-b3c1-9f269c91754d_removebg.jpg?w=600', 'https://abimg003.imgix.net/BJ67DBY/2026-03-23/image/ff7d4abb-e6e2-4998-a5b2-267e86c78792_removebg.jpg?w=600', 'https://abimg003.imgix.net/BJ67DBY/2026-03-23/image/12b95150-e9c9-44dc-b781-5b711feb055a_removebg.jpg?w=600', 'https://abimg003.imgix.net/BJ67DBY/2026-03-23/image/1412a309-26e8-45c5-9032-f9b715feda4c_removebg.jpg?w=600'], 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Fleet', 'serviceHistory': 'Service invoice 12/24 76K 01/26 88K', 'remarks': 'SD CARD / NO SPARE KEY', 'virtual': False, 'seller': 'MotoNovo Finance', '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/bb6d1b2b-9375-47a8-a0c3-2401042d34af.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 13:24:04 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120676530, 'registration': 'BJ67DBY', 'account': 'MOT075', 'make': 'MERCEDES-BENZ', 'model': 'CLA DIESEL COUPE', 'derivative': 'CLA 200d AMG Line 4dr', 'mileage': 89184, 'mileageWarranty': True, 'type': 'car', 'saleId': 19176, 'siteId': 659780, 'site': {'id': 659780, 'name': 'Aston Barclay Westbury', 'vehicles': 130}, 'saleStart': '2026-03-25T09:45Z', 'lot': 2003, 'hall': 'Main Hall', 'transmission': 'manual', 'firstRegistration': '2017-09-27', 'fuel': 'Diesel', 'motExpiry': '2026-11-25', 'doors': 4, 'engineSize': 2143, 'bodyType': 'Saloon', 'images': ['https://abimg003.imgix.net/BJ67DBY/2026-03-23/image/cc38a0ef-db45-4d46-a652-9432f624fc7f_removebg.jpg?w=600', 'https://abimg003.imgix.net/BJ67DBY/2026-03-23/image/7a41da0e-c925-450f-b72e-f336a58f2d25_removebg.jpg?w=600', 'https://abimg003.imgix.net/BJ67DBY/2026-03-23/image/7e5e787d-c078-4fe7-b140-40273c9c7308_removebg.jpg?w=600', 'https://abimg003.imgix.net/BJ67DBY/2026-03-23/image/0eb1bbb9-11b3-45e0-b767-f55b0034ad29_removebg.jpg?w=600', 'https://abimg003.imgix.net/BJ67DBY/2026-03-23/image/653464bb-8a8e-4e40-9279-a93133e61fc8_removebg.jpg?w=600', 'https://abimg003.imgix.net/BJ67DBY/2026-03-23/image/3865c238-0438-4ff0-b3c1-9f269c91754d_removebg.jpg?w=600', 'https://abimg003.imgix.net/BJ67DBY/2026-03-23/image/ff7d4abb-e6e2-4998-a5b2-267e86c78792_removebg.jpg?w=600', 'https://abimg003.imgix.net/BJ67DBY/2026-03-23/image/12b95150-e9c9-44dc-b781-5b711feb055a_removebg.jpg?w=600', 'https://abimg003.imgix.net/BJ67DBY/2026-03-23/image/1412a309-26e8-45c5-9032-f9b715feda4c_removebg.jpg?w=600'], 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Fleet', 'serviceHistory': 'Service invoice 12/24 76K 01/26 88K', 'remarks': 'SD CARD / NO SPARE KEY', 'virtual': False, 'seller': 'MotoNovo Finance', '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/bb6d1b2b-9375-47a8-a0c3-2401042d34af.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 13:24:04 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 00238183-3073-515d-9747-b0485916de8a with identifier: 120676530
2026-03-24 13:24:04 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 00238183-3073-515d-9747-b0485916de8a with scrape type 2
2026-03-24 13:24:04 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 00238183-3073-515d-9747-b0485916de8a with scrape type 2
2026-03-24 13:24:04 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 00238183-3073-515d-9747-b0485916de8a, identifier: 120676530
2026-03-24 13:24:04 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 00238183-3073-515d-9747-b0485916de8a with identifier: 120676530
2026-03-24 13:24:04 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 00238183-3073-515d-9747-b0485916de8a with identifier: 120676530
2026-03-24 13:24:04 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 00238183-3073-515d-9747-b0485916de8a with identifier: 120676530 to the API
2026-03-24 13:24:04 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 13:24: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-24 13:24:05 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120676530?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-25T09:45:00Z',
'fuel_type': 'Diesel',
'id': '00238183-3073-515d-9747-b0485916de8a',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'BJ67DBY',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120676530',
'listing': 'auction',
'location': 'Aston Barclay Westbury',
'make': 'MERCEDES-BENZ',
'model': 'CLA DIESEL COUPE',
'odometer': 89184,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2017-09-27',
'seller_name': 'MotoNovo Finance',
'title': 'MERCEDES-BENZ CLA DIESEL COUPE CLA 200d AMG Line 4dr',
'transmission': 'manual',
'trim': 'CLA 200d AMG Line 4dr',
'vin': None,
'year': 2017}
2026-03-24 13:24:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:24:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120676530%27 HTTP/1.1" 200 None
2026-03-24 13:24:05 [astonbarclay.gb] INFO: Saving data for 120676530: {'auction_closing_time': 1774431900.0, 'created_time': 1774260566.700612, 'last_price_update_time': 1774358645.299667}
2026-03-24 13:24:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:24:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120676530') HTTP/1.1" 204 0
2026-03-24 13:24:05 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', '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': 19176, 'siteId': 659780, 'site': {'id': 659780, 'name': 'Aston Barclay Westbury', 'vehicles': 130}, 'saleStart': '2026-03-25T09:45Z', 'lot': 2010, '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-24 13:24:05 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', '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': 19176, 'siteId': 659780, 'site': {'id': 659780, 'name': 'Aston Barclay Westbury', 'vehicles': 130}, 'saleStart': '2026-03-25T09:45Z', 'lot': 2010, '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-24 13:24:05 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 179ee6d5-1c6f-55cc-8938-c49094f91e51 with identifier: 119628212
2026-03-24 13:24:05 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 179ee6d5-1c6f-55cc-8938-c49094f91e51 with scrape type 2
2026-03-24 13:24:05 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 179ee6d5-1c6f-55cc-8938-c49094f91e51 with scrape type 2
2026-03-24 13:24:05 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 179ee6d5-1c6f-55cc-8938-c49094f91e51, identifier: 119628212
2026-03-24 13:24:05 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 179ee6d5-1c6f-55cc-8938-c49094f91e51 with identifier: 119628212
2026-03-24 13:24:05 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 179ee6d5-1c6f-55cc-8938-c49094f91e51 with identifier: 119628212
2026-03-24 13:24:05 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 179ee6d5-1c6f-55cc-8938-c49094f91e51 with identifier: 119628212 to the API
2026-03-24 13:24:05 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 13:24:06 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-24 13:24:06 [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-25T09:45: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-24 13:24:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:24:06 [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-24 13:24:06 [astonbarclay.gb] INFO: Saving data for 119628212: {'auction_closing_time': 1774431900.0, 'created_time': 1773402481.132717, 'last_price_update_time': 1774358646.945021}
2026-03-24 13:24:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:24:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='119628212') HTTP/1.1" 204 0
2026-03-24 13:24:06 [scrapy.extensions.logstats] INFO: Crawled 461 pages (at 33 pages/min), scraped 434 items (at 32 items/min)
2026-03-24 13:24:06 [scrapy.extensions.memusage] INFO: Peak memory usage is 181MiB
2026-03-24 13:24:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120622634?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-24 13:24:08 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:24:08 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120622634, 'registration': 'OY68UBK', 'account': 'MOT075', 'make': 'JAGUAR', 'model': 'F-PACE DIESEL ESTATE', 'derivative': '2.0d R-Sport 5dr Auto AWD', 'mileage': 103159, 'mileageWarranty': True, 'type': 'car', 'saleId': 19176, 'siteId': 659780, 'site': {'id': 659780, 'name': 'Aston Barclay Westbury', 'vehicles': 130}, 'saleStart': '2026-03-25T09:45Z', 'lot': 2001, 'hall': 'Main Hall', 'transmission': 'automatic', 'firstRegistration': '2018-09-18', 'fuel': 'Diesel', 'motExpiry': '2026-04-26', 'doors': 5, 'engineSize': 1999, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/OY68UBK/2026-03-20/image/24455a6a-957f-41d0-a620-f3c5722b5dcb_removebg.jpg?w=600', 'https://abimg003.imgix.net/OY68UBK/2026-03-20/image/512099fd-cb37-4b8b-a65b-728fc1fd334f_removebg.jpg?w=600', 'https://abimg003.imgix.net/OY68UBK/2026-03-20/image/2333e838-40dd-42f2-872b-ad367baf36ce_removebg.jpg?w=600', 'https://abimg003.imgix.net/OY68UBK/2026-03-20/image/af832c97-f2a1-4104-b579-3891c12933f8_removebg.jpg?w=600', 'https://abimg003.imgix.net/OY68UBK/2026-03-20/image/8601e2fb-c166-4f56-b154-658574ef8480_removebg.jpg?w=600', 'https://abimg003.imgix.net/OY68UBK/2026-03-20/image/7e0bfbf2-0f22-4918-b6cd-a9d940e84b69_removebg.jpg?w=600', 'https://abimg003.imgix.net/OY68UBK/2026-03-20/image/4a93c80e-cd77-420a-b2ec-b0d75e26af09_removebg.jpg?w=600', 'https://abimg003.imgix.net/OY68UBK/2026-03-20/image/c92b9ae5-66dc-45fe-9ec6-305888443015_removebg.jpg?w=600', 'https://abimg003.imgix.net/OY68UBK/2026-03-20/image/0272abaa-6aee-4ee7-9f6f-847b3abc54d7_removebg.jpg?w=600', 'https://abimg003.imgix.net/OY68UBK/2026-03-20/image/10b0f21d-ae48-426a-b79d-4a5fa36cd70e_removebg.jpg?w=600', 'https://abimg003.imgix.net/OY68UBK/2026-03-20/image/ff97751f-fe09-4ea6-9133-2f6d210fed1b_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Fleet', 'serviceHistory': 'Service print and book S/P @ 09/19 24K 04/20 40K INV @ 01/25 94K', 'remarks': 'S/KEY', 'virtual': False, 'seller': 'MotoNovo Finance', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '2', 'v5': True, 'v5details': 'Here', 'co2': 157, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/466776f5-bb0a-4fe4-ac2c-966b0f5392bf.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 13:24:08 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120622634, 'registration': 'OY68UBK', 'account': 'MOT075', 'make': 'JAGUAR', 'model': 'F-PACE DIESEL ESTATE', 'derivative': '2.0d R-Sport 5dr Auto AWD', 'mileage': 103159, 'mileageWarranty': True, 'type': 'car', 'saleId': 19176, 'siteId': 659780, 'site': {'id': 659780, 'name': 'Aston Barclay Westbury', 'vehicles': 130}, 'saleStart': '2026-03-25T09:45Z', 'lot': 2001, 'hall': 'Main Hall', 'transmission': 'automatic', 'firstRegistration': '2018-09-18', 'fuel': 'Diesel', 'motExpiry': '2026-04-26', 'doors': 5, 'engineSize': 1999, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/OY68UBK/2026-03-20/image/24455a6a-957f-41d0-a620-f3c5722b5dcb_removebg.jpg?w=600', 'https://abimg003.imgix.net/OY68UBK/2026-03-20/image/512099fd-cb37-4b8b-a65b-728fc1fd334f_removebg.jpg?w=600', 'https://abimg003.imgix.net/OY68UBK/2026-03-20/image/2333e838-40dd-42f2-872b-ad367baf36ce_removebg.jpg?w=600', 'https://abimg003.imgix.net/OY68UBK/2026-03-20/image/af832c97-f2a1-4104-b579-3891c12933f8_removebg.jpg?w=600', 'https://abimg003.imgix.net/OY68UBK/2026-03-20/image/8601e2fb-c166-4f56-b154-658574ef8480_removebg.jpg?w=600', 'https://abimg003.imgix.net/OY68UBK/2026-03-20/image/7e0bfbf2-0f22-4918-b6cd-a9d940e84b69_removebg.jpg?w=600', 'https://abimg003.imgix.net/OY68UBK/2026-03-20/image/4a93c80e-cd77-420a-b2ec-b0d75e26af09_removebg.jpg?w=600', 'https://abimg003.imgix.net/OY68UBK/2026-03-20/image/c92b9ae5-66dc-45fe-9ec6-305888443015_removebg.jpg?w=600', 'https://abimg003.imgix.net/OY68UBK/2026-03-20/image/0272abaa-6aee-4ee7-9f6f-847b3abc54d7_removebg.jpg?w=600', 'https://abimg003.imgix.net/OY68UBK/2026-03-20/image/10b0f21d-ae48-426a-b79d-4a5fa36cd70e_removebg.jpg?w=600', 'https://abimg003.imgix.net/OY68UBK/2026-03-20/image/ff97751f-fe09-4ea6-9133-2f6d210fed1b_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Fleet', 'serviceHistory': 'Service print and book S/P @ 09/19 24K 04/20 40K INV @ 01/25 94K', 'remarks': 'S/KEY', 'virtual': False, 'seller': 'MotoNovo Finance', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '2', 'v5': True, 'v5details': 'Here', 'co2': 157, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/466776f5-bb0a-4fe4-ac2c-966b0f5392bf.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 13:24:08 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0b1cc4e4-bd5c-5263-bb10-48061c5fcfee with identifier: 120622634
2026-03-24 13:24:08 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0b1cc4e4-bd5c-5263-bb10-48061c5fcfee with scrape type 2
2026-03-24 13:24:08 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0b1cc4e4-bd5c-5263-bb10-48061c5fcfee with scrape type 2
2026-03-24 13:24:08 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 0b1cc4e4-bd5c-5263-bb10-48061c5fcfee, identifier: 120622634
2026-03-24 13:24:08 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 0b1cc4e4-bd5c-5263-bb10-48061c5fcfee with identifier: 120622634
2026-03-24 13:24:08 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 0b1cc4e4-bd5c-5263-bb10-48061c5fcfee with identifier: 120622634
2026-03-24 13:24:08 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 0b1cc4e4-bd5c-5263-bb10-48061c5fcfee with identifier: 120622634 to the API
2026-03-24 13:24:08 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 13:24:08 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-24 13:24:08 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120622634?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 157,
'color': 'GREY',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'expiration_date': '2026-03-25T09:45:00Z',
'fuel_type': 'Diesel',
'id': '0b1cc4e4-bd5c-5263-bb10-48061c5fcfee',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'OY68UBK',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120622634',
'listing': 'auction',
'location': 'Aston Barclay Westbury',
'make': 'JAGUAR',
'model': 'F-PACE DIESEL ESTATE',
'odometer': 103159,
'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': 'MotoNovo Finance',
'title': 'JAGUAR F-PACE DIESEL ESTATE 2.0d R-Sport 5dr Auto AWD',
'transmission': 'automatic',
'trim': '2.0d R-Sport 5dr Auto AWD',
'vin': None,
'year': 2018}
2026-03-24 13:24:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:24:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120622634%27 HTTP/1.1" 200 None
2026-03-24 13:24:08 [astonbarclay.gb] INFO: Saving data for 120622634: {'auction_closing_time': 1774431900.0, 'created_time': 1773947213.612717, 'last_price_update_time': 1774358648.851522}
2026-03-24 13:24:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:24:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120622634') HTTP/1.1" 204 0
2026-03-24 13:24:12 [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-24 13:24:12 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:24:12 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', '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': 18906, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 628}, 'saleStart': '2026-03-24T13:00Z', 'lot': 668, '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-24 13:24:12 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', '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': 18906, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 628}, 'saleStart': '2026-03-24T13:00Z', 'lot': 668, '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-24 13:24:12 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 355f0ccf-e790-55e7-9e27-f02825e69daf with identifier: 119052103
2026-03-24 13:24:12 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 355f0ccf-e790-55e7-9e27-f02825e69daf with scrape type 2
2026-03-24 13:24:12 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 355f0ccf-e790-55e7-9e27-f02825e69daf with scrape type 2
2026-03-24 13:24:12 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 355f0ccf-e790-55e7-9e27-f02825e69daf, identifier: 119052103
2026-03-24 13:24:12 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 355f0ccf-e790-55e7-9e27-f02825e69daf with identifier: 119052103
2026-03-24 13:24:12 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 355f0ccf-e790-55e7-9e27-f02825e69daf with identifier: 119052103
2026-03-24 13:24:12 [scrapy.core.scraper] INFO: Dropped: Dropping expired listing: 355f0ccf-e790-55e7-9e27-f02825e69daf with expiration date: 2026-03-24T13:00:00Z
{'auction_title': '',
'c_o_2_emission_value': None,
'color': 'RED',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': '2026-03-24T13: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-24 13:24:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:24:12 [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-24 13:24:12 [astonbarclay.gb] INFO: Saving data for 119052103: {'auction_closing_time': 1774357200.0, 'created_time': 1773402564.976318, 'last_price_update_time': 1774358652.854265}
2026-03-24 13:24:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:24:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='119052103') HTTP/1.1" 204 0
2026-03-24 13:24:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120197116?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-24 13:24:16 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:24:16 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120197116, 'registration': 'YS67BTO', 'account': 'MAN027', 'make': 'FORD', 'model': 'GRAND TOURNEO CONNECT DIESEL ESTATE', 'derivative': '1.5 TDCi 120 Titanium 5dr Powershift', 'mileage': 89248, 'mileageWarranty': True, 'type': 'car', 'saleId': 18906, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 628}, 'saleStart': '2026-03-24T13:00Z', 'lot': 663, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2017-11-28', 'fuel': 'Diesel', 'motExpiry': '2026-06-15', 'doors': 5, 'engineSize': 1499, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/YS67BTO/2026-03-06/image/ac3fa12a-43f2-4fac-a237-9a5a8e9e88b5_removebg.jpg?w=600', 'https://abimg003.imgix.net/YS67BTO/2026-03-06/image/fe439bb2-d2e2-46b1-bcdb-9f04c133f5ac_removebg.jpg?w=600', 'https://abimg003.imgix.net/YS67BTO/2026-03-06/image/63d43040-60a9-40ac-b97a-f0ccfdf8df3b_removebg.jpg?w=600', 'https://abimg003.imgix.net/YS67BTO/2026-03-06/image/74aa6bbb-1de1-408b-857d-b46ee374a3f3_removebg.jpg?w=600', 'https://abimg003.imgix.net/YS67BTO/2026-03-06/image/77c97250-d490-4d0a-8cb7-302d88340e19_removebg.jpg?w=600', 'https://abimg003.imgix.net/YS67BTO/2026-03-06/image/17cbd0a5-06e7-4939-9cf1-1d53697180e4_removebg.jpg?w=600', 'https://abimg003.imgix.net/YS67BTO/2026-03-06/image/00b340e3-7a39-4364-8672-219beca6b88a_removebg.jpg?w=600', 'https://abimg003.imgix.net/YS67BTO/2026-03-06/image/b17d9795-2665-44a4-a9ad-4ce51a3de799_removebg.jpg?w=600', 'https://abimg003.imgix.net/YS67BTO/2026-03-06/image/a464129d-ff2e-4e59-99e1-8ac533ade807_removebg.jpg?w=600', 'https://abimg003.imgix.net/YS67BTO/2026-03-06/image/4dd48817-d5a3-4911-9961-93106bd3dd37_removebg.jpg?w=600', 'https://abimg003.imgix.net/YS67BTO/2026-03-06/image/3323aa58-bbdb-4a4f-acad-5c47141fa363_removebg.jpg?w=600', 'https://abimg003.imgix.net/YS67BTO/2026-03-06/image/b1562f16-9fa8-4212-9bcf-16054e533378_removebg.jpg?w=600'], 'colour': 'BLUE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print 12/18 - 10K, 12/19 - 22K, 11/20 - 35K, 12/21 - 48K,', 'remarks': '**1633** VOSA STATES 32K, 44K, 53K, 62K, 74K, 83K', 'virtual': False, 'seller': 'Mann Island Finance', '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/a601fff5-a36a-42da-b64a-e5e11eeb81ba.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 13:24:16 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120197116, 'registration': 'YS67BTO', 'account': 'MAN027', 'make': 'FORD', 'model': 'GRAND TOURNEO CONNECT DIESEL ESTATE', 'derivative': '1.5 TDCi 120 Titanium 5dr Powershift', 'mileage': 89248, 'mileageWarranty': True, 'type': 'car', 'saleId': 18906, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 628}, 'saleStart': '2026-03-24T13:00Z', 'lot': 663, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2017-11-28', 'fuel': 'Diesel', 'motExpiry': '2026-06-15', 'doors': 5, 'engineSize': 1499, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/YS67BTO/2026-03-06/image/ac3fa12a-43f2-4fac-a237-9a5a8e9e88b5_removebg.jpg?w=600', 'https://abimg003.imgix.net/YS67BTO/2026-03-06/image/fe439bb2-d2e2-46b1-bcdb-9f04c133f5ac_removebg.jpg?w=600', 'https://abimg003.imgix.net/YS67BTO/2026-03-06/image/63d43040-60a9-40ac-b97a-f0ccfdf8df3b_removebg.jpg?w=600', 'https://abimg003.imgix.net/YS67BTO/2026-03-06/image/74aa6bbb-1de1-408b-857d-b46ee374a3f3_removebg.jpg?w=600', 'https://abimg003.imgix.net/YS67BTO/2026-03-06/image/77c97250-d490-4d0a-8cb7-302d88340e19_removebg.jpg?w=600', 'https://abimg003.imgix.net/YS67BTO/2026-03-06/image/17cbd0a5-06e7-4939-9cf1-1d53697180e4_removebg.jpg?w=600', 'https://abimg003.imgix.net/YS67BTO/2026-03-06/image/00b340e3-7a39-4364-8672-219beca6b88a_removebg.jpg?w=600', 'https://abimg003.imgix.net/YS67BTO/2026-03-06/image/b17d9795-2665-44a4-a9ad-4ce51a3de799_removebg.jpg?w=600', 'https://abimg003.imgix.net/YS67BTO/2026-03-06/image/a464129d-ff2e-4e59-99e1-8ac533ade807_removebg.jpg?w=600', 'https://abimg003.imgix.net/YS67BTO/2026-03-06/image/4dd48817-d5a3-4911-9961-93106bd3dd37_removebg.jpg?w=600', 'https://abimg003.imgix.net/YS67BTO/2026-03-06/image/3323aa58-bbdb-4a4f-acad-5c47141fa363_removebg.jpg?w=600', 'https://abimg003.imgix.net/YS67BTO/2026-03-06/image/b1562f16-9fa8-4212-9bcf-16054e533378_removebg.jpg?w=600'], 'colour': 'BLUE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print 12/18 - 10K, 12/19 - 22K, 11/20 - 35K, 12/21 - 48K,', 'remarks': '**1633** VOSA STATES 32K, 44K, 53K, 62K, 74K, 83K', 'virtual': False, 'seller': 'Mann Island Finance', '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/a601fff5-a36a-42da-b64a-e5e11eeb81ba.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 13:24:16 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 521bcdc7-883d-53eb-b1ad-4c1d75703a9c with identifier: 120197116
2026-03-24 13:24:16 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 521bcdc7-883d-53eb-b1ad-4c1d75703a9c with scrape type 2
2026-03-24 13:24:16 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 521bcdc7-883d-53eb-b1ad-4c1d75703a9c with scrape type 2
2026-03-24 13:24:16 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 521bcdc7-883d-53eb-b1ad-4c1d75703a9c, identifier: 120197116
2026-03-24 13:24:16 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 521bcdc7-883d-53eb-b1ad-4c1d75703a9c with identifier: 120197116
2026-03-24 13:24:16 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 521bcdc7-883d-53eb-b1ad-4c1d75703a9c with identifier: 120197116
2026-03-24 13:24:16 [scrapy.core.scraper] INFO: Dropped: Dropping expired listing: 521bcdc7-883d-53eb-b1ad-4c1d75703a9c with expiration date: 2026-03-24T13:00:00Z
{'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-24T13:00:00Z',
'fuel_type': 'Diesel',
'id': '521bcdc7-883d-53eb-b1ad-4c1d75703a9c',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'YS67BTO',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120197116',
'listing': 'auction',
'location': 'Aston Barclay Wakefield',
'make': 'FORD',
'model': 'GRAND TOURNEO CONNECT DIESEL ESTATE',
'odometer': 89248,
'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': 'Mann Island Finance',
'title': 'FORD GRAND TOURNEO CONNECT DIESEL ESTATE 1.5 TDCi 120 Titanium 5dr '
'Powershift',
'transmission': 'automatic',
'trim': '1.5 TDCi 120 Titanium 5dr Powershift',
'vin': None,
'year': 2017}
2026-03-24 13:24:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:24:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120197116%27 HTTP/1.1" 200 None
2026-03-24 13:24:16 [astonbarclay.gb] INFO: Saving data for 120197116: {'auction_closing_time': 1774357200.0, 'created_time': 1773741780.289542, 'last_price_update_time': 1774358656.64376}
2026-03-24 13:24:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:24:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120197116') HTTP/1.1" 204 0
2026-03-24 13:24:17 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/119760395?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-24 13:24:17 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:24:17 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 119760395, 'registration': 'LM69AVF', 'account': 'MAN027', 'make': 'MERCEDES-BENZ', 'model': 'A CLASS DIESEL HATCHBACK', 'derivative': 'A180d AMG Line 5dr Auto', 'mileage': 44811, 'mileageWarranty': True, 'type': 'car', 'saleId': 18906, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 628}, 'saleStart': '2026-03-24T13:00Z', 'lot': 662, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2019-09-30', 'fuel': 'Diesel', 'motExpiry': '2026-10-17', 'doors': 5, 'engineSize': 1461, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/LM69AVF/2026-02-19/image/7cba419c-7c5e-408a-ba16-16a4598a3a43_removebg.jpg?w=600', 'https://abimg003.imgix.net/LM69AVF/2026-02-19/image/5a09dd03-cc2c-495f-8018-b21724761f3c_removebg.jpg?w=600', 'https://abimg003.imgix.net/LM69AVF/2026-02-19/image/bc9a01b4-7519-4d4e-81c8-43b9555d9e28_removebg.jpg?w=600', 'https://abimg003.imgix.net/LM69AVF/2026-02-19/image/718b69f9-bdcf-45f2-a5c6-b2617a68c353_removebg.jpg?w=600', 'https://abimg003.imgix.net/LM69AVF/2026-02-19/image/8f96bdcf-e19a-4971-9742-d95357c66884_removebg.jpg?w=600', 'https://abimg003.imgix.net/LM69AVF/2026-02-19/image/4d4ff870-a74a-46f6-9db3-3ad8fb68c6f4_removebg.jpg?w=600', 'https://abimg003.imgix.net/LM69AVF/2026-02-19/image/ab08c5f1-ae83-4fcf-b57e-68f0581715be_removebg.jpg?w=600', 'https://abimg003.imgix.net/LM69AVF/2026-02-19/image/4e1689fc-20f8-49d1-8020-013f7d2ebe3b_removebg.jpg?w=600', 'https://abimg003.imgix.net/LM69AVF/2026-02-19/image/30bcc136-8864-49f4-8151-657966cad761_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service invoice 10/24- 36K,', 'remarks': '**1890** VOSA STATES 26K, 30K, 36K, 41K,', 'virtual': False, 'seller': 'Mann Island Finance', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '1', 'v5': True, 'v5details': 'Here', 'co2': 103, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/f814097f-2e82-4fb5-985b-9870b386db76.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 13:24:17 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 119760395, 'registration': 'LM69AVF', 'account': 'MAN027', 'make': 'MERCEDES-BENZ', 'model': 'A CLASS DIESEL HATCHBACK', 'derivative': 'A180d AMG Line 5dr Auto', 'mileage': 44811, 'mileageWarranty': True, 'type': 'car', 'saleId': 18906, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 628}, 'saleStart': '2026-03-24T13:00Z', 'lot': 662, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2019-09-30', 'fuel': 'Diesel', 'motExpiry': '2026-10-17', 'doors': 5, 'engineSize': 1461, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/LM69AVF/2026-02-19/image/7cba419c-7c5e-408a-ba16-16a4598a3a43_removebg.jpg?w=600', 'https://abimg003.imgix.net/LM69AVF/2026-02-19/image/5a09dd03-cc2c-495f-8018-b21724761f3c_removebg.jpg?w=600', 'https://abimg003.imgix.net/LM69AVF/2026-02-19/image/bc9a01b4-7519-4d4e-81c8-43b9555d9e28_removebg.jpg?w=600', 'https://abimg003.imgix.net/LM69AVF/2026-02-19/image/718b69f9-bdcf-45f2-a5c6-b2617a68c353_removebg.jpg?w=600', 'https://abimg003.imgix.net/LM69AVF/2026-02-19/image/8f96bdcf-e19a-4971-9742-d95357c66884_removebg.jpg?w=600', 'https://abimg003.imgix.net/LM69AVF/2026-02-19/image/4d4ff870-a74a-46f6-9db3-3ad8fb68c6f4_removebg.jpg?w=600', 'https://abimg003.imgix.net/LM69AVF/2026-02-19/image/ab08c5f1-ae83-4fcf-b57e-68f0581715be_removebg.jpg?w=600', 'https://abimg003.imgix.net/LM69AVF/2026-02-19/image/4e1689fc-20f8-49d1-8020-013f7d2ebe3b_removebg.jpg?w=600', 'https://abimg003.imgix.net/LM69AVF/2026-02-19/image/30bcc136-8864-49f4-8151-657966cad761_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service invoice 10/24- 36K,', 'remarks': '**1890** VOSA STATES 26K, 30K, 36K, 41K,', 'virtual': False, 'seller': 'Mann Island Finance', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '1', 'v5': True, 'v5details': 'Here', 'co2': 103, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/f814097f-2e82-4fb5-985b-9870b386db76.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 13:24:17 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4b4e849e-a032-5d65-81fc-f63f851ae291 with identifier: 119760395
2026-03-24 13:24:17 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4b4e849e-a032-5d65-81fc-f63f851ae291 with scrape type 2
2026-03-24 13:24:17 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4b4e849e-a032-5d65-81fc-f63f851ae291 with scrape type 2
2026-03-24 13:24:17 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 4b4e849e-a032-5d65-81fc-f63f851ae291, identifier: 119760395
2026-03-24 13:24:17 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 4b4e849e-a032-5d65-81fc-f63f851ae291 with identifier: 119760395
2026-03-24 13:24:17 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 4b4e849e-a032-5d65-81fc-f63f851ae291 with identifier: 119760395
2026-03-24 13:24:17 [scrapy.core.scraper] INFO: Dropped: Dropping expired listing: 4b4e849e-a032-5d65-81fc-f63f851ae291 with expiration date: 2026-03-24T13:00:00Z
{'auction_title': '',
'c_o_2_emission_value': 103,
'color': 'BLACK',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'expiration_date': '2026-03-24T13:00:00Z',
'fuel_type': 'Diesel',
'id': '4b4e849e-a032-5d65-81fc-f63f851ae291',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'LM69AVF',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/119760395',
'listing': 'auction',
'location': 'Aston Barclay Wakefield',
'make': 'MERCEDES-BENZ',
'model': 'A CLASS DIESEL HATCHBACK',
'odometer': 44811,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2019-09-30',
'seller_name': 'Mann Island Finance',
'title': 'MERCEDES-BENZ A CLASS DIESEL HATCHBACK A180d AMG Line 5dr Auto',
'transmission': 'automatic',
'trim': 'A180d AMG Line 5dr Auto',
'vin': None,
'year': 2019}
2026-03-24 13:24:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:24:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27119760395%27 HTTP/1.1" 200 None
2026-03-24 13:24:17 [astonbarclay.gb] INFO: Saving data for 119760395: {'auction_closing_time': 1774357200.0, 'created_time': 1773402632.597302, 'last_price_update_time': 1774358657.966365}
2026-03-24 13:24:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:24:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='119760395') HTTP/1.1" 204 0
2026-03-24 13:24:18 [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-24 13:24:18 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:24:18 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120063239, 'registration': 'MW65KCG', 'account': 'MAN027', 'make': 'BMW', 'model': '1 SERIES DIESEL HATCHBACK', 'derivative': '116d Sport 5dr', 'mileage': 101686, 'mileageWarranty': True, 'type': 'car', 'saleId': 18906, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 627}, 'saleStart': '2026-03-24T13:00Z', 'lot': 660, '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-24 13:24:18 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120063239, 'registration': 'MW65KCG', 'account': 'MAN027', 'make': 'BMW', 'model': '1 SERIES DIESEL HATCHBACK', 'derivative': '116d Sport 5dr', 'mileage': 101686, 'mileageWarranty': True, 'type': 'car', 'saleId': 18906, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 627}, 'saleStart': '2026-03-24T13:00Z', 'lot': 660, '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-24 13:24:18 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: cbeb0985-c6c5-57b9-b834-022e05a6e237 with identifier: 120063239
2026-03-24 13:24:18 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item cbeb0985-c6c5-57b9-b834-022e05a6e237 with scrape type 2
2026-03-24 13:24:18 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item cbeb0985-c6c5-57b9-b834-022e05a6e237 with scrape type 2
2026-03-24 13:24:18 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: cbeb0985-c6c5-57b9-b834-022e05a6e237, identifier: 120063239
2026-03-24 13:24:18 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: cbeb0985-c6c5-57b9-b834-022e05a6e237 with identifier: 120063239
2026-03-24 13:24:18 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: cbeb0985-c6c5-57b9-b834-022e05a6e237 with identifier: 120063239
2026-03-24 13:24:18 [scrapy.core.scraper] INFO: Dropped: Dropping expired listing: cbeb0985-c6c5-57b9-b834-022e05a6e237 with expiration date: 2026-03-24T13:00:00Z
{'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-24T13: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-24 13:24:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:24:18 [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-24 13:24:18 [astonbarclay.gb] INFO: Saving data for 120063239: {'auction_closing_time': 1774357200.0, 'created_time': 1773741786.695311, 'last_price_update_time': 1774358658.533764}
2026-03-24 13:24:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:24:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120063239') HTTP/1.1" 204 0
2026-03-24 13:24:18 [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-24 13:24:18 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:24:18 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', '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': 19176, 'siteId': 659780, 'site': {'id': 659780, 'name': 'Aston Barclay Westbury', 'vehicles': 130}, 'saleStart': '2026-03-25T09:45Z', 'lot': 2051, '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-24 13:24:18 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', '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': 19176, 'siteId': 659780, 'site': {'id': 659780, 'name': 'Aston Barclay Westbury', 'vehicles': 130}, 'saleStart': '2026-03-25T09:45Z', 'lot': 2051, '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-24 13:24:18 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 43b0fe40-4b95-5891-84af-9285c6c9ddb1 with identifier: 120609624
2026-03-24 13:24:18 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 43b0fe40-4b95-5891-84af-9285c6c9ddb1 with scrape type 2
2026-03-24 13:24:18 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 43b0fe40-4b95-5891-84af-9285c6c9ddb1 with scrape type 2
2026-03-24 13:24:18 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 43b0fe40-4b95-5891-84af-9285c6c9ddb1, identifier: 120609624
2026-03-24 13:24:18 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 43b0fe40-4b95-5891-84af-9285c6c9ddb1 with identifier: 120609624
2026-03-24 13:24:18 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 43b0fe40-4b95-5891-84af-9285c6c9ddb1 with identifier: 120609624
2026-03-24 13:24:19 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 43b0fe40-4b95-5891-84af-9285c6c9ddb1 with identifier: 120609624 to the API
2026-03-24 13:24:19 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 13:24: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-24 13:24:19 [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-25T09:45: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-24 13:24:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:24:19 [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-24 13:24:19 [astonbarclay.gb] INFO: Saving data for 120609624: {'auction_closing_time': 1774431900.0, 'created_time': 1773928986.396011, 'last_price_update_time': 1774358659.269652}
2026-03-24 13:24:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:24:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120609624') HTTP/1.1" 204 0
2026-03-24 13:24:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120642502?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-24 13:24:22 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:24:22 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120642502, 'registration': 'YG19MYX', 'account': 'WRA002', 'make': 'CITROEN', 'model': 'C1 HATCHBACK', 'derivative': '1.0 VTi 72 Feel 3dr', 'mileage': 59593, 'mileageWarranty': True, 'type': 'car', 'saleId': 18906, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 628}, 'saleStart': '2026-03-24T13:00Z', 'lot': 655, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2019-03-20', 'fuel': 'Petrol', 'motExpiry': '2027-02-19', 'doors': 3, 'engineSize': 998, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/YG19MYX/2026-03-23/image/44979090-bdbd-4de3-a35e-ff454161d55f_removebg.jpg?w=600', 'https://abimg003.imgix.net/YG19MYX/2026-03-23/image/e40036bb-9731-4096-bbec-693780f03f9d_removebg.jpg?w=600', 'https://abimg003.imgix.net/YG19MYX/2026-03-23/image/a7d3a0b8-0c0c-4950-8089-816aa2e205b1_removebg.jpg?w=600', 'https://abimg003.imgix.net/YG19MYX/2026-03-23/image/a2d2b5c4-aacc-4ace-bd44-9be1b2908d63_removebg.jpg?w=600', 'https://abimg003.imgix.net/YG19MYX/2026-03-23/image/d09f64d0-654f-44af-a004-3d47d6945fe0_removebg.jpg?w=600', 'https://abimg003.imgix.net/YG19MYX/2026-03-23/image/859a69a5-1113-4b15-b69b-3b5a42f1c460_removebg.jpg?w=600', 'https://abimg003.imgix.net/YG19MYX/2026-03-23/image/bc9321e0-363f-472f-8b71-dc54f66f52e1_removebg.jpg?w=600', 'https://abimg003.imgix.net/YG19MYX/2026-03-23/image/ced1f3cc-e36d-4f2e-bef5-1ddac85f90b2_removebg.jpg?w=600', 'https://abimg003.imgix.net/YG19MYX/2026-03-23/image/71267725-6781-45c7-960f-1e6a9511ed27_removebg.jpg?w=600'], 'colour': 'RED', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 03/20 - 13K, 03/21 - 26K, 02/22 - 39K, 02/23 - 42K, 02/25 - 50K', 'remarks': '**1301** VOSA STATES 39K, 42K, 45K, 50K, 59K', 'virtual': False, 'seller': 'Independant dealer', '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/bcb2f30f-f03a-4678-98d6-c5138a650d2c.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 13:24:22 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120642502, 'registration': 'YG19MYX', 'account': 'WRA002', 'make': 'CITROEN', 'model': 'C1 HATCHBACK', 'derivative': '1.0 VTi 72 Feel 3dr', 'mileage': 59593, 'mileageWarranty': True, 'type': 'car', 'saleId': 18906, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 628}, 'saleStart': '2026-03-24T13:00Z', 'lot': 655, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2019-03-20', 'fuel': 'Petrol', 'motExpiry': '2027-02-19', 'doors': 3, 'engineSize': 998, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/YG19MYX/2026-03-23/image/44979090-bdbd-4de3-a35e-ff454161d55f_removebg.jpg?w=600', 'https://abimg003.imgix.net/YG19MYX/2026-03-23/image/e40036bb-9731-4096-bbec-693780f03f9d_removebg.jpg?w=600', 'https://abimg003.imgix.net/YG19MYX/2026-03-23/image/a7d3a0b8-0c0c-4950-8089-816aa2e205b1_removebg.jpg?w=600', 'https://abimg003.imgix.net/YG19MYX/2026-03-23/image/a2d2b5c4-aacc-4ace-bd44-9be1b2908d63_removebg.jpg?w=600', 'https://abimg003.imgix.net/YG19MYX/2026-03-23/image/d09f64d0-654f-44af-a004-3d47d6945fe0_removebg.jpg?w=600', 'https://abimg003.imgix.net/YG19MYX/2026-03-23/image/859a69a5-1113-4b15-b69b-3b5a42f1c460_removebg.jpg?w=600', 'https://abimg003.imgix.net/YG19MYX/2026-03-23/image/bc9321e0-363f-472f-8b71-dc54f66f52e1_removebg.jpg?w=600', 'https://abimg003.imgix.net/YG19MYX/2026-03-23/image/ced1f3cc-e36d-4f2e-bef5-1ddac85f90b2_removebg.jpg?w=600', 'https://abimg003.imgix.net/YG19MYX/2026-03-23/image/71267725-6781-45c7-960f-1e6a9511ed27_removebg.jpg?w=600'], 'colour': 'RED', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 03/20 - 13K, 03/21 - 26K, 02/22 - 39K, 02/23 - 42K, 02/25 - 50K', 'remarks': '**1301** VOSA STATES 39K, 42K, 45K, 50K, 59K', 'virtual': False, 'seller': 'Independant dealer', '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/bcb2f30f-f03a-4678-98d6-c5138a650d2c.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 13:24:22 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 85f395e0-9a0f-5610-be00-08927c6f1325 with identifier: 120642502
2026-03-24 13:24:22 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 85f395e0-9a0f-5610-be00-08927c6f1325 with scrape type 2
2026-03-24 13:24:22 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 85f395e0-9a0f-5610-be00-08927c6f1325 with scrape type 2
2026-03-24 13:24:22 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 85f395e0-9a0f-5610-be00-08927c6f1325, identifier: 120642502
2026-03-24 13:24:22 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 85f395e0-9a0f-5610-be00-08927c6f1325 with identifier: 120642502
2026-03-24 13:24:22 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 85f395e0-9a0f-5610-be00-08927c6f1325 with identifier: 120642502
2026-03-24 13:24:22 [scrapy.core.scraper] INFO: Dropped: Dropping expired listing: 85f395e0-9a0f-5610-be00-08927c6f1325 with expiration date: 2026-03-24T13:00:00Z
{'auction_title': '',
'c_o_2_emission_value': 93,
'color': 'RED',
'currency': 'GBP',
'doors_number': 3,
'emission_standard': 'EURO 6',
'engine': '1.0L',
'expiration_date': '2026-03-24T13:00:00Z',
'fuel_type': 'Petrol',
'id': '85f395e0-9a0f-5610-be00-08927c6f1325',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'YG19MYX',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120642502',
'listing': 'auction',
'location': 'Aston Barclay Wakefield',
'make': 'CITROEN',
'model': 'C1 HATCHBACK',
'odometer': 59593,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2019-03-20',
'seller_name': 'Independant dealer',
'title': 'CITROEN C1 HATCHBACK 1.0 VTi 72 Feel 3dr',
'transmission': 'manual',
'trim': '1.0 VTi 72 Feel 3dr',
'vin': None,
'year': 2019}
2026-03-24 13:24:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:24:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120642502%27 HTTP/1.1" 200 None
2026-03-24 13:24:22 [astonbarclay.gb] INFO: Saving data for 120642502: {'auction_closing_time': 1774357200.0, 'created_time': 1774034020.278737, 'last_price_update_time': 1774358662.68877}
2026-03-24 13:24:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:24:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120642502') HTTP/1.1" 204 0
2026-03-24 13:24:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120001684?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-24 13:24:22 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:24:23 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120001684, 'registration': 'DC16DKU', 'account': 'AST058', 'make': 'SKODA', 'model': 'SUPERB DIESEL HATCHBACK', 'derivative': '2.0 TDI CR SE L Executive 5dr DSG', 'mileage': 33650, 'mileageWarranty': False, 'type': 'car', 'saleId': 18906, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 628}, 'saleStart': '2026-03-24T13:00Z', 'lot': 650, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2016-07-13', 'fuel': 'Diesel', 'motExpiry': '2023-12-09', 'doors': 5, 'engineSize': 1968, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/DC16DKU/2026-02-27/image/a0b79f87-5407-4269-b5e5-09f3f7cc1708_removebg.jpg?w=600', 'https://abimg003.imgix.net/DC16DKU/2026-02-27/image/8416dca3-1ecb-46b5-8e43-12931622f3a4_removebg.jpg?w=600', 'https://abimg003.imgix.net/DC16DKU/2026-02-27/image/c9cb83d2-0c3e-4985-a038-6ee1b47a6382_removebg.jpg?w=600', 'https://abimg003.imgix.net/DC16DKU/2026-02-27/image/d3d4a078-7668-4142-9178-8c6afa2e059b_removebg.jpg?w=600', 'https://abimg003.imgix.net/DC16DKU/2026-02-27/image/244eda28-7c38-4e07-a90e-d1ab86cd6631_removebg.jpg?w=600', 'https://abimg003.imgix.net/DC16DKU/2026-02-27/image/2d8d1019-f915-4397-aab6-1352773f9f49_removebg.jpg?w=600', 'https://abimg003.imgix.net/DC16DKU/2026-02-27/image/81c3514d-4d1d-447c-befd-96531e4a4a61_removebg.jpg?w=600', 'https://abimg003.imgix.net/DC16DKU/2026-02-27/image/49207639-cba5-4336-ad74-cc00d7a5e2c5_removebg.jpg?w=600', 'https://abimg003.imgix.net/DC16DKU/2026-02-27/image/78ccebd8-415e-40bd-842e-bef9ae3b7a47_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service invoice 03/23- 33k', 'remarks': '**1610**Ex-Private Hire VOSA STATES 31K, 75K, 113K, 28K, 31K, VOSA DISCREPANCY', 'virtual': False, 'seller': 'LDG', '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/32f2df61-5d50-4d66-9daa-cf3e79605e0a.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 13:24:23 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120001684, 'registration': 'DC16DKU', 'account': 'AST058', 'make': 'SKODA', 'model': 'SUPERB DIESEL HATCHBACK', 'derivative': '2.0 TDI CR SE L Executive 5dr DSG', 'mileage': 33650, 'mileageWarranty': False, 'type': 'car', 'saleId': 18906, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 628}, 'saleStart': '2026-03-24T13:00Z', 'lot': 650, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2016-07-13', 'fuel': 'Diesel', 'motExpiry': '2023-12-09', 'doors': 5, 'engineSize': 1968, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/DC16DKU/2026-02-27/image/a0b79f87-5407-4269-b5e5-09f3f7cc1708_removebg.jpg?w=600', 'https://abimg003.imgix.net/DC16DKU/2026-02-27/image/8416dca3-1ecb-46b5-8e43-12931622f3a4_removebg.jpg?w=600', 'https://abimg003.imgix.net/DC16DKU/2026-02-27/image/c9cb83d2-0c3e-4985-a038-6ee1b47a6382_removebg.jpg?w=600', 'https://abimg003.imgix.net/DC16DKU/2026-02-27/image/d3d4a078-7668-4142-9178-8c6afa2e059b_removebg.jpg?w=600', 'https://abimg003.imgix.net/DC16DKU/2026-02-27/image/244eda28-7c38-4e07-a90e-d1ab86cd6631_removebg.jpg?w=600', 'https://abimg003.imgix.net/DC16DKU/2026-02-27/image/2d8d1019-f915-4397-aab6-1352773f9f49_removebg.jpg?w=600', 'https://abimg003.imgix.net/DC16DKU/2026-02-27/image/81c3514d-4d1d-447c-befd-96531e4a4a61_removebg.jpg?w=600', 'https://abimg003.imgix.net/DC16DKU/2026-02-27/image/49207639-cba5-4336-ad74-cc00d7a5e2c5_removebg.jpg?w=600', 'https://abimg003.imgix.net/DC16DKU/2026-02-27/image/78ccebd8-415e-40bd-842e-bef9ae3b7a47_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service invoice 03/23- 33k', 'remarks': '**1610**Ex-Private Hire VOSA STATES 31K, 75K, 113K, 28K, 31K, VOSA DISCREPANCY', 'virtual': False, 'seller': 'LDG', '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/32f2df61-5d50-4d66-9daa-cf3e79605e0a.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 13:24:23 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6237105b-c6aa-5922-bda4-805180837c11 with identifier: 120001684
2026-03-24 13:24:23 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6237105b-c6aa-5922-bda4-805180837c11 with scrape type 2
2026-03-24 13:24:23 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6237105b-c6aa-5922-bda4-805180837c11 with scrape type 2
2026-03-24 13:24:23 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 6237105b-c6aa-5922-bda4-805180837c11, identifier: 120001684
2026-03-24 13:24:23 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 6237105b-c6aa-5922-bda4-805180837c11 with identifier: 120001684
2026-03-24 13:24:23 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 6237105b-c6aa-5922-bda4-805180837c11 with identifier: 120001684
2026-03-24 13:24:23 [scrapy.core.scraper] INFO: Dropped: Dropping expired listing: 6237105b-c6aa-5922-bda4-805180837c11 with expiration date: 2026-03-24T13:00:00Z
{'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-24T13:00:00Z',
'fuel_type': 'Diesel',
'id': '6237105b-c6aa-5922-bda4-805180837c11',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'DC16DKU',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120001684',
'listing': 'auction',
'location': 'Aston Barclay Wakefield',
'make': 'SKODA',
'model': 'SUPERB DIESEL HATCHBACK',
'odometer': 33650,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2016-07-13',
'seller_name': 'LDG',
'title': 'SKODA SUPERB DIESEL HATCHBACK 2.0 TDI CR SE L Executive 5dr DSG',
'transmission': 'automatic',
'trim': '2.0 TDI CR SE L Executive 5dr DSG',
'vin': None,
'year': 2016}
2026-03-24 13:24:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:24:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120001684%27 HTTP/1.1" 200 None
2026-03-24 13:24:23 [astonbarclay.gb] INFO: Saving data for 120001684: {'auction_closing_time': 1774357200.0, 'created_time': 1773403441.08034, 'last_price_update_time': 1774358663.209779}
2026-03-24 13:24:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:24:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120001684') HTTP/1.1" 204 0
2026-03-24 13:24:23 [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-24 13:24:23 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:24:23 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', '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': 18906, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 627}, 'saleStart': '2026-03-24T13:00Z', 'lot': 647, '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-24 13:24:23 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', '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': 18906, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 627}, 'saleStart': '2026-03-24T13:00Z', 'lot': 647, '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-24 13:24:23 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 834bc432-6edc-5a02-a4fa-2888bcbb2e8b with identifier: 120484612
2026-03-24 13:24:23 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 834bc432-6edc-5a02-a4fa-2888bcbb2e8b with scrape type 2
2026-03-24 13:24:23 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 834bc432-6edc-5a02-a4fa-2888bcbb2e8b with scrape type 2
2026-03-24 13:24:23 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 834bc432-6edc-5a02-a4fa-2888bcbb2e8b, identifier: 120484612
2026-03-24 13:24:23 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 834bc432-6edc-5a02-a4fa-2888bcbb2e8b with identifier: 120484612
2026-03-24 13:24:23 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-24 13:24:24 [urllib3.connectionpool] DEBUG: https://translate.google.com:443 "GET /m?tl=en&sl=auto&q=RED%2FBLACK HTTP/1.1" 200 None
2026-03-24 13:24:24 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-24 13:24:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='auto',RowKey='auto') HTTP/1.1" 204 0
2026-03-24 13:24:24 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 834bc432-6edc-5a02-a4fa-2888bcbb2e8b with identifier: 120484612
2026-03-24 13:24:24 [scrapy.core.scraper] INFO: Dropped: Dropping expired listing: 834bc432-6edc-5a02-a4fa-2888bcbb2e8b with expiration date: 2026-03-24T13:00:00Z
{'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-24T13: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-24 13:24:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:24:24 [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-24 13:24:24 [astonbarclay.gb] INFO: Saving data for 120484612: {'auction_closing_time': 1774357200.0, 'created_time': 1774033991.830691, 'last_price_update_time': 1774358664.093311}
2026-03-24 13:24:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:24:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120484612') HTTP/1.1" 204 0
2026-03-24 13:24:24 [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-24 13:24:24 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:24:24 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', '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': 18906, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 628}, 'saleStart': '2026-03-24T13:00Z', 'lot': 669, '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-24 13:24:24 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', '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': 18906, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 628}, 'saleStart': '2026-03-24T13:00Z', 'lot': 669, '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-24 13:24:24 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8ab093d5-53e2-5a9e-a337-7cae6d6377cb with identifier: 120208207
2026-03-24 13:24:24 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8ab093d5-53e2-5a9e-a337-7cae6d6377cb with scrape type 2
2026-03-24 13:24:24 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8ab093d5-53e2-5a9e-a337-7cae6d6377cb with scrape type 2
2026-03-24 13:24:24 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 8ab093d5-53e2-5a9e-a337-7cae6d6377cb, identifier: 120208207
2026-03-24 13:24:24 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 8ab093d5-53e2-5a9e-a337-7cae6d6377cb with identifier: 120208207
2026-03-24 13:24:24 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 8ab093d5-53e2-5a9e-a337-7cae6d6377cb with identifier: 120208207
2026-03-24 13:24:24 [scrapy.core.scraper] INFO: Dropped: Dropping expired listing: 8ab093d5-53e2-5a9e-a337-7cae6d6377cb with expiration date: 2026-03-24T13:00:00Z
{'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-24T13: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-24 13:24:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:24:24 [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-24 13:24:24 [astonbarclay.gb] INFO: Saving data for 120208207: {'auction_closing_time': 1774357200.0, 'created_time': 1773741771.546501, 'last_price_update_time': 1774358664.338721}
2026-03-24 13:24:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:24:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120208207') HTTP/1.1" 204 0
2026-03-24 13:24:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120484544?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-24 13:24:24 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:24:24 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120484544, 'registration': 'PF13VBC', 'account': 'DJC017', 'make': 'HONDA', 'model': 'JAZZ HATCHBACK', 'derivative': '1.4 i-VTEC ES 5dr', 'mileage': 67250, 'mileageWarranty': True, 'type': 'car', 'saleId': 18906, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 627}, 'saleStart': '2026-03-24T13:00Z', 'lot': 645, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2013-07-31', 'fuel': 'Petrol', 'motExpiry': '2026-07-30', 'doors': 5, 'engineSize': 1339, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/PF13VBC/2026-03-23/image/89384c6a-4911-475d-b9f9-e8359deeb6c1_removebg.jpg?w=600', 'https://abimg003.imgix.net/PF13VBC/2026-03-23/image/ec6890c5-49c9-4876-8ac9-4ed46699ed31_removebg.jpg?w=600', 'https://abimg003.imgix.net/PF13VBC/2026-03-23/image/258019fe-df5f-44e2-a6a6-4762010fa5dd_removebg.jpg?w=600', 'https://abimg003.imgix.net/PF13VBC/2026-03-23/image/1dbe2559-4608-44f3-b0c7-d756803913f1_removebg.jpg?w=600', 'https://abimg003.imgix.net/PF13VBC/2026-03-23/image/6808445e-5f76-4825-8975-a3ff4a270dd2_removebg.jpg?w=600', 'https://abimg003.imgix.net/PF13VBC/2026-03-23/image/48f1218e-a9f0-47e8-b415-52ccec7ce330_removebg.jpg?w=600', 'https://abimg003.imgix.net/PF13VBC/2026-03-23/image/89854628-21be-478d-83f7-df2880ebe241_removebg.jpg?w=600', 'https://abimg003.imgix.net/PF13VBC/2026-03-23/image/623e3a8a-17db-4be9-bd5e-178974da30e1_removebg.jpg?w=600'], 'colour': 'SILVER', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Express', 'serviceHistory': 'Service book 08/14-8K, 03/16-19K, 06/18-34K, 02/20-44K, 04/22-51K, 01/23-59K, 01/24-59K, 05/25-65K,', 'remarks': '**132** VOSA STATES 21K, 28K, 34K, 40K, 45K, 49K, 52K, 57K, 61K, 66K,', 'virtual': False, 'seller': 'Cox Motor Group', '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/6f39f16b-3af7-4e47-bb05-4fb31ea1e7d3.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 13:24:24 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120484544, 'registration': 'PF13VBC', 'account': 'DJC017', 'make': 'HONDA', 'model': 'JAZZ HATCHBACK', 'derivative': '1.4 i-VTEC ES 5dr', 'mileage': 67250, 'mileageWarranty': True, 'type': 'car', 'saleId': 18906, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 627}, 'saleStart': '2026-03-24T13:00Z', 'lot': 645, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2013-07-31', 'fuel': 'Petrol', 'motExpiry': '2026-07-30', 'doors': 5, 'engineSize': 1339, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/PF13VBC/2026-03-23/image/89384c6a-4911-475d-b9f9-e8359deeb6c1_removebg.jpg?w=600', 'https://abimg003.imgix.net/PF13VBC/2026-03-23/image/ec6890c5-49c9-4876-8ac9-4ed46699ed31_removebg.jpg?w=600', 'https://abimg003.imgix.net/PF13VBC/2026-03-23/image/258019fe-df5f-44e2-a6a6-4762010fa5dd_removebg.jpg?w=600', 'https://abimg003.imgix.net/PF13VBC/2026-03-23/image/1dbe2559-4608-44f3-b0c7-d756803913f1_removebg.jpg?w=600', 'https://abimg003.imgix.net/PF13VBC/2026-03-23/image/6808445e-5f76-4825-8975-a3ff4a270dd2_removebg.jpg?w=600', 'https://abimg003.imgix.net/PF13VBC/2026-03-23/image/48f1218e-a9f0-47e8-b415-52ccec7ce330_removebg.jpg?w=600', 'https://abimg003.imgix.net/PF13VBC/2026-03-23/image/89854628-21be-478d-83f7-df2880ebe241_removebg.jpg?w=600', 'https://abimg003.imgix.net/PF13VBC/2026-03-23/image/623e3a8a-17db-4be9-bd5e-178974da30e1_removebg.jpg?w=600'], 'colour': 'SILVER', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Express', 'serviceHistory': 'Service book 08/14-8K, 03/16-19K, 06/18-34K, 02/20-44K, 04/22-51K, 01/23-59K, 01/24-59K, 05/25-65K,', 'remarks': '**132** VOSA STATES 21K, 28K, 34K, 40K, 45K, 49K, 52K, 57K, 61K, 66K,', 'virtual': False, 'seller': 'Cox Motor Group', '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/6f39f16b-3af7-4e47-bb05-4fb31ea1e7d3.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 13:24:24 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 00622b56-e03b-5992-b40c-7ccdb785e2bd with identifier: 120484544
2026-03-24 13:24:24 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 00622b56-e03b-5992-b40c-7ccdb785e2bd with scrape type 2
2026-03-24 13:24:24 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 00622b56-e03b-5992-b40c-7ccdb785e2bd with scrape type 2
2026-03-24 13:24:24 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 00622b56-e03b-5992-b40c-7ccdb785e2bd, identifier: 120484544
2026-03-24 13:24:24 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 00622b56-e03b-5992-b40c-7ccdb785e2bd with identifier: 120484544
2026-03-24 13:24:24 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 00622b56-e03b-5992-b40c-7ccdb785e2bd with identifier: 120484544
2026-03-24 13:24:24 [scrapy.core.scraper] INFO: Dropped: Dropping expired listing: 00622b56-e03b-5992-b40c-7ccdb785e2bd with expiration date: 2026-03-24T13:00:00Z
{'auction_title': '',
'c_o_2_emission_value': 126,
'color': 'SILVER',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 5',
'engine': '1.3L',
'expiration_date': '2026-03-24T13:00:00Z',
'fuel_type': 'Petrol',
'id': '00622b56-e03b-5992-b40c-7ccdb785e2bd',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'PF13VBC',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120484544',
'listing': 'auction',
'location': 'Aston Barclay Wakefield',
'make': 'HONDA',
'model': 'JAZZ HATCHBACK',
'odometer': 67250,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2013-07-31',
'seller_name': 'Cox Motor Group',
'title': 'HONDA JAZZ HATCHBACK 1.4 i-VTEC ES 5dr',
'transmission': 'manual',
'trim': '1.4 i-VTEC ES 5dr',
'vin': None,
'year': 2013}
2026-03-24 13:24:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:24:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120484544%27 HTTP/1.1" 200 None
2026-03-24 13:24:24 [astonbarclay.gb] INFO: Saving data for 120484544: {'auction_closing_time': 1774357200.0, 'created_time': 1774034014.493298, 'last_price_update_time': 1774358664.619534}
2026-03-24 13:24:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:24:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120484544') HTTP/1.1" 204 0
2026-03-24 13:24:26 [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-24 13:24:26 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:24:26 [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': 18906, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 627}, 'saleStart': '2026-03-24T13:00Z', 'lot': 667, '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-24 13:24:26 [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': 18906, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 627}, 'saleStart': '2026-03-24T13:00Z', 'lot': 667, '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-24 13:24:26 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 114a2c66-8793-5966-b6bf-b2d6abbd6c39 with identifier: 120221428
2026-03-24 13:24:26 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 114a2c66-8793-5966-b6bf-b2d6abbd6c39 with scrape type 2
2026-03-24 13:24:26 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 114a2c66-8793-5966-b6bf-b2d6abbd6c39 with scrape type 2
2026-03-24 13:24:26 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 114a2c66-8793-5966-b6bf-b2d6abbd6c39, identifier: 120221428
2026-03-24 13:24:26 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 114a2c66-8793-5966-b6bf-b2d6abbd6c39 with identifier: 120221428
2026-03-24 13:24:26 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 114a2c66-8793-5966-b6bf-b2d6abbd6c39 with identifier: 120221428
2026-03-24 13:24:26 [scrapy.core.scraper] INFO: Dropped: Dropping expired listing: 114a2c66-8793-5966-b6bf-b2d6abbd6c39 with expiration date: 2026-03-24T13:00:00Z
{'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-24T13: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-24 13:24:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:24:26 [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-24 13:24:26 [astonbarclay.gb] INFO: Saving data for 120221428: {'auction_closing_time': 1774357200.0, 'created_time': 1773403240.336378, 'last_price_update_time': 1774358666.378133}
2026-03-24 13:24:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:24:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120221428') HTTP/1.1" 204 0
2026-03-24 13:24:28 [zyte_api._retry] DEBUG: Finished call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request' after 130.925(s), this was the 1st time calling it.
2026-03-24 13:24:28 [zyte_api._retry] DEBUG: Retrying zyte_api._async.AsyncZyteAPI.get.<locals>.request in 3.4255711385211343 seconds as it raised ClientConnectorError: Cannot connect to host api.zyte.com:443 ssl:default [Connect call failed ('69.41.180.81', 443)].
2026-03-24 13:24:31 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 2nd time calling it.
2026-03-24 13:24:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/119860131?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-24 13:24:33 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:24:33 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 119860131, 'registration': 'DP14XYZ', 'account': 'DJC003', 'make': 'VAUXHALL', 'model': 'ASTRA DIESEL HATCHBACK', 'derivative': '2.0 CDTi 16V ecoFLEX Elite 5dr', 'mileage': 136564, 'mileageWarranty': True, 'type': 'car', 'saleId': 18906, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 627}, 'saleStart': '2026-03-24T13:00Z', 'lot': 633, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2014-07-21', 'fuel': 'Diesel', 'motExpiry': '2026-12-01', 'doors': 5, 'engineSize': 1956, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/DP14XYZ/2026-02-27/image/7058619a-9a72-4299-9054-7042ab896515_removebg.jpg?w=600', 'https://abimg003.imgix.net/DP14XYZ/2026-02-27/image/f189bdf4-6417-4a48-ba61-5c0714346558_removebg.jpg?w=600', 'https://abimg003.imgix.net/DP14XYZ/2026-02-27/image/4409b4f8-fdb3-4ebb-a367-323fb5f1fe9e_removebg.jpg?w=600', 'https://abimg003.imgix.net/DP14XYZ/2026-02-27/image/3c697282-d2c0-4dfe-8982-abe4a087774d_removebg.jpg?w=600', 'https://abimg003.imgix.net/DP14XYZ/2026-02-27/image/91455a9f-9de6-4f88-87ce-ffe5961a9b1f_removebg.jpg?w=600', 'https://abimg003.imgix.net/DP14XYZ/2026-02-27/image/9f4206bf-2db6-452f-8a5a-d7b0d70d1074_removebg.jpg?w=600', 'https://abimg003.imgix.net/DP14XYZ/2026-02-27/image/bdba28e3-2ab2-4b18-baa2-9af56353d690_removebg.jpg?w=600', 'https://abimg003.imgix.net/DP14XYZ/2026-02-27/image/bdd0c6c7-61e2-4bd0-8c98-525c6e4d2fb6_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Express', 'serviceHistory': 'Service book 08/15- 14K, 05/16- 31K, 02/18- 51K, 12/18- 67K, 02/21- 97K, 09/23- 117K, 04/25- 130K,', 'remarks': '**110** VOSA STATES 48K, 64K, 81K, 94K, 106K, 114K, 120K, 128K, 134K', 'virtual': False, 'seller': 'Cox Motor Group', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '1', 'v5': True, 'v5details': 'Here', 'co2': 119, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/b52e2e64-ea82-49ff-9d81-69ef0ae17253.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 13:24:33 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 119860131, 'registration': 'DP14XYZ', 'account': 'DJC003', 'make': 'VAUXHALL', 'model': 'ASTRA DIESEL HATCHBACK', 'derivative': '2.0 CDTi 16V ecoFLEX Elite 5dr', 'mileage': 136564, 'mileageWarranty': True, 'type': 'car', 'saleId': 18906, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 627}, 'saleStart': '2026-03-24T13:00Z', 'lot': 633, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2014-07-21', 'fuel': 'Diesel', 'motExpiry': '2026-12-01', 'doors': 5, 'engineSize': 1956, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/DP14XYZ/2026-02-27/image/7058619a-9a72-4299-9054-7042ab896515_removebg.jpg?w=600', 'https://abimg003.imgix.net/DP14XYZ/2026-02-27/image/f189bdf4-6417-4a48-ba61-5c0714346558_removebg.jpg?w=600', 'https://abimg003.imgix.net/DP14XYZ/2026-02-27/image/4409b4f8-fdb3-4ebb-a367-323fb5f1fe9e_removebg.jpg?w=600', 'https://abimg003.imgix.net/DP14XYZ/2026-02-27/image/3c697282-d2c0-4dfe-8982-abe4a087774d_removebg.jpg?w=600', 'https://abimg003.imgix.net/DP14XYZ/2026-02-27/image/91455a9f-9de6-4f88-87ce-ffe5961a9b1f_removebg.jpg?w=600', 'https://abimg003.imgix.net/DP14XYZ/2026-02-27/image/9f4206bf-2db6-452f-8a5a-d7b0d70d1074_removebg.jpg?w=600', 'https://abimg003.imgix.net/DP14XYZ/2026-02-27/image/bdba28e3-2ab2-4b18-baa2-9af56353d690_removebg.jpg?w=600', 'https://abimg003.imgix.net/DP14XYZ/2026-02-27/image/bdd0c6c7-61e2-4bd0-8c98-525c6e4d2fb6_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Express', 'serviceHistory': 'Service book 08/15- 14K, 05/16- 31K, 02/18- 51K, 12/18- 67K, 02/21- 97K, 09/23- 117K, 04/25- 130K,', 'remarks': '**110** VOSA STATES 48K, 64K, 81K, 94K, 106K, 114K, 120K, 128K, 134K', 'virtual': False, 'seller': 'Cox Motor Group', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '1', 'v5': True, 'v5details': 'Here', 'co2': 119, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/b52e2e64-ea82-49ff-9d81-69ef0ae17253.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 13:24:33 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: afbae55f-5ed5-5c5a-a7b3-c356c695d0f6 with identifier: 119860131
2026-03-24 13:24:33 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item afbae55f-5ed5-5c5a-a7b3-c356c695d0f6 with scrape type 2
2026-03-24 13:24:33 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item afbae55f-5ed5-5c5a-a7b3-c356c695d0f6 with scrape type 2
2026-03-24 13:24:33 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: afbae55f-5ed5-5c5a-a7b3-c356c695d0f6, identifier: 119860131
2026-03-24 13:24:33 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: afbae55f-5ed5-5c5a-a7b3-c356c695d0f6 with identifier: 119860131
2026-03-24 13:24:33 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: afbae55f-5ed5-5c5a-a7b3-c356c695d0f6 with identifier: 119860131
2026-03-24 13:24:33 [scrapy.core.scraper] INFO: Dropped: Dropping expired listing: afbae55f-5ed5-5c5a-a7b3-c356c695d0f6 with expiration date: 2026-03-24T13:00:00Z
{'auction_title': '',
'c_o_2_emission_value': 119,
'color': 'GREY',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 5',
'engine': '2.0L',
'expiration_date': '2026-03-24T13:00:00Z',
'fuel_type': 'Diesel',
'id': 'afbae55f-5ed5-5c5a-a7b3-c356c695d0f6',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'DP14XYZ',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/119860131',
'listing': 'auction',
'location': 'Aston Barclay Wakefield',
'make': 'VAUXHALL',
'model': 'ASTRA DIESEL HATCHBACK',
'odometer': 136564,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2014-07-21',
'seller_name': 'Cox Motor Group',
'title': 'VAUXHALL ASTRA DIESEL HATCHBACK 2.0 CDTi 16V ecoFLEX Elite 5dr',
'transmission': 'manual',
'trim': '2.0 CDTi 16V ecoFLEX Elite 5dr',
'vin': None,
'year': 2014}
2026-03-24 13:24:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:24:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27119860131%27 HTTP/1.1" 200 None
2026-03-24 13:24:33 [astonbarclay.gb] INFO: Saving data for 119860131: {'auction_closing_time': 1774357200.0, 'created_time': 1773402749.021609, 'last_price_update_time': 1774358673.663398}
2026-03-24 13:24:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:24:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='119860131') HTTP/1.1" 204 0
2026-03-24 13:24:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120521290?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-24 13:24:33 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:24:33 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120521290, 'registration': 'LF64CRV', 'account': 'WIL004', 'make': 'VOLKSWAGEN', 'model': 'UP HATCHBACK', 'derivative': '1.0 Move Up 3dr', 'mileage': 66784, 'mileageWarranty': True, 'type': 'car', 'saleId': 19176, 'siteId': 659780, 'site': {'id': 659780, 'name': 'Aston Barclay Westbury', 'vehicles': 130}, 'saleStart': '2026-03-25T09:45Z', 'lot': 2201, 'hall': 'Main Hall', 'transmission': 'manual', 'firstRegistration': '2014-09-08', 'fuel': 'Petrol', 'motExpiry': '2026-09-07', 'doors': 3, 'engineSize': 999, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/LF64CRV/2026-03-23/image/e4c77aba-601e-481f-ba6f-b5351e85aa39_removebg.jpg?w=600', 'https://abimg003.imgix.net/LF64CRV/2026-03-23/image/dd639a75-6a4f-4e03-a119-4c6b5a2fc128_removebg.jpg?w=600', 'https://abimg003.imgix.net/LF64CRV/2026-03-23/image/5a60498a-2918-4b74-82d5-9860f838ad36_removebg.jpg?w=600', 'https://abimg003.imgix.net/LF64CRV/2026-03-23/image/5ec0d724-dae6-4065-97cb-69e2b2edd1d7_removebg.jpg?w=600', 'https://abimg003.imgix.net/LF64CRV/2026-03-23/image/0211e4e8-4807-4818-9276-ea70f9a31cc1_removebg.jpg?w=600', 'https://abimg003.imgix.net/LF64CRV/2026-03-23/image/92e4a4d7-683c-4e6d-800a-a13f6a601576_removebg.jpg?w=600'], 'colour': 'RED', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Express', 'serviceHistory': 'Service book 08/19 39K', 'remarks': 'SKEY', 'virtual': False, 'seller': 'Wilsons', '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/161abeb5-efb7-4431-bf04-9833f212896f.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 13:24:33 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120521290, 'registration': 'LF64CRV', 'account': 'WIL004', 'make': 'VOLKSWAGEN', 'model': 'UP HATCHBACK', 'derivative': '1.0 Move Up 3dr', 'mileage': 66784, 'mileageWarranty': True, 'type': 'car', 'saleId': 19176, 'siteId': 659780, 'site': {'id': 659780, 'name': 'Aston Barclay Westbury', 'vehicles': 130}, 'saleStart': '2026-03-25T09:45Z', 'lot': 2201, 'hall': 'Main Hall', 'transmission': 'manual', 'firstRegistration': '2014-09-08', 'fuel': 'Petrol', 'motExpiry': '2026-09-07', 'doors': 3, 'engineSize': 999, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/LF64CRV/2026-03-23/image/e4c77aba-601e-481f-ba6f-b5351e85aa39_removebg.jpg?w=600', 'https://abimg003.imgix.net/LF64CRV/2026-03-23/image/dd639a75-6a4f-4e03-a119-4c6b5a2fc128_removebg.jpg?w=600', 'https://abimg003.imgix.net/LF64CRV/2026-03-23/image/5a60498a-2918-4b74-82d5-9860f838ad36_removebg.jpg?w=600', 'https://abimg003.imgix.net/LF64CRV/2026-03-23/image/5ec0d724-dae6-4065-97cb-69e2b2edd1d7_removebg.jpg?w=600', 'https://abimg003.imgix.net/LF64CRV/2026-03-23/image/0211e4e8-4807-4818-9276-ea70f9a31cc1_removebg.jpg?w=600', 'https://abimg003.imgix.net/LF64CRV/2026-03-23/image/92e4a4d7-683c-4e6d-800a-a13f6a601576_removebg.jpg?w=600'], 'colour': 'RED', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Express', 'serviceHistory': 'Service book 08/19 39K', 'remarks': 'SKEY', 'virtual': False, 'seller': 'Wilsons', '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/161abeb5-efb7-4431-bf04-9833f212896f.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 13:24:33 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 82bda76b-0b36-5fb4-ac82-795505d70043 with identifier: 120521290
2026-03-24 13:24:33 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 82bda76b-0b36-5fb4-ac82-795505d70043 with scrape type 2
2026-03-24 13:24:33 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 82bda76b-0b36-5fb4-ac82-795505d70043 with scrape type 2
2026-03-24 13:24:33 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 82bda76b-0b36-5fb4-ac82-795505d70043, identifier: 120521290
2026-03-24 13:24:33 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 82bda76b-0b36-5fb4-ac82-795505d70043 with identifier: 120521290
2026-03-24 13:24:33 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 82bda76b-0b36-5fb4-ac82-795505d70043 with identifier: 120521290
2026-03-24 13:24:34 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 82bda76b-0b36-5fb4-ac82-795505d70043 with identifier: 120521290 to the API
2026-03-24 13:24:34 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 13:24: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-24 13:24:34 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120521290?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 105,
'color': 'RED',
'currency': 'GBP',
'doors_number': 3,
'emission_standard': 'EURO 5',
'engine': '1.0L',
'expiration_date': '2026-03-25T09:45:00Z',
'fuel_type': 'Petrol',
'id': '82bda76b-0b36-5fb4-ac82-795505d70043',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'LF64CRV',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120521290',
'listing': 'auction',
'location': 'Aston Barclay Westbury',
'make': 'VOLKSWAGEN',
'model': 'UP HATCHBACK',
'odometer': 66784,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2014-09-08',
'seller_name': 'Wilsons',
'title': 'VOLKSWAGEN UP HATCHBACK 1.0 Move Up 3dr',
'transmission': 'manual',
'trim': '1.0 Move Up 3dr',
'vin': None,
'year': 2014}
2026-03-24 13:24:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:24:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120521290%27 HTTP/1.1" 200 None
2026-03-24 13:24:34 [astonbarclay.gb] INFO: Saving data for 120521290: {'auction_closing_time': 1774431900.0, 'created_time': 1774260544.13056, 'last_price_update_time': 1774358674.484471}
2026-03-24 13:24:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:24:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120521290') HTTP/1.1" 204 0
2026-03-24 13:24:35 [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-24 13:24:35 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:24:35 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', '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': 18906, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 627}, 'saleStart': '2026-03-24T13:00Z', 'lot': 644, '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-24 13:24:35 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', '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': 18906, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 627}, 'saleStart': '2026-03-24T13:00Z', 'lot': 644, '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-24 13:24:35 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: aac2be25-d848-5abc-9bf3-639dabda0de1 with identifier: 120484555
2026-03-24 13:24:35 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item aac2be25-d848-5abc-9bf3-639dabda0de1 with scrape type 2
2026-03-24 13:24:35 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item aac2be25-d848-5abc-9bf3-639dabda0de1 with scrape type 2
2026-03-24 13:24:35 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: aac2be25-d848-5abc-9bf3-639dabda0de1, identifier: 120484555
2026-03-24 13:24:35 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: aac2be25-d848-5abc-9bf3-639dabda0de1 with identifier: 120484555
2026-03-24 13:24:35 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: aac2be25-d848-5abc-9bf3-639dabda0de1 with identifier: 120484555
2026-03-24 13:24:35 [scrapy.core.scraper] INFO: Dropped: Dropping expired listing: aac2be25-d848-5abc-9bf3-639dabda0de1 with expiration date: 2026-03-24T13:00:00Z
{'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-24T13: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-24 13:24:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:24:35 [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-24 13:24:35 [astonbarclay.gb] INFO: Saving data for 120484555: {'auction_closing_time': 1774357200.0, 'created_time': 1774033993.557429, 'last_price_update_time': 1774358675.767534}
2026-03-24 13:24:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:24:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120484555') HTTP/1.1" 204 0
2026-03-24 13:24:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120471338?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-24 13:24:37 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:24:37 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120471338, 'registration': 'KP10XGX', 'account': 'DJC003', 'make': 'MAZDA', 'model': 'MAZDA3 HATCHBACK', 'derivative': '2.0 TS2 5dr Auto', 'mileage': 90182, 'mileageWarranty': True, 'type': 'car', 'saleId': 18906, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 627}, 'saleStart': '2026-03-24T13:00Z', 'lot': 630, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2010-05-18', 'fuel': 'Petrol', 'motExpiry': '2027-01-19', 'doors': 5, 'engineSize': 1999, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/KP10XGC/2026-03-20/image/3d08e4aa-8f20-4039-ab92-5c1a473d337c_removebg.jpg?w=600', 'https://abimg003.imgix.net/KP10XGC/2026-03-20/image/f261b7a2-5f1f-4d50-87ee-f9cfeb0167f3_removebg.jpg?w=600', 'https://abimg003.imgix.net/KP10XGC/2026-03-20/image/5851e2e1-7c2b-44f6-bb29-563ad79d82e4_removebg.jpg?w=600', 'https://abimg003.imgix.net/KP10XGC/2026-03-20/image/6ebe0391-5127-4343-96b1-841671e76140_removebg.jpg?w=600', 'https://abimg003.imgix.net/KP10XGC/2026-03-20/image/c9d137cd-ac17-47ba-bd2e-9f8f526da9fb_removebg.jpg?w=600', 'https://abimg003.imgix.net/KP10XGC/2026-03-20/image/a75cfcca-12f8-49cc-9ecc-613fc250dc66_removebg.jpg?w=600', 'https://abimg003.imgix.net/KP10XGC/2026-03-20/image/33aa605d-0cf5-4ef1-832d-3822a6bdcddc_removebg.jpg?w=600', 'https://abimg003.imgix.net/KP10XGC/2026-03-20/image/b43ce535-5e4b-4fba-92e8-ffe8866f9fbc_removebg.jpg?w=600'], 'colour': 'BLUE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Express', 'serviceHistory': 'Service invoice 11/15 - 51K, NO DATE - 61K, 11/20 - 74K, 01/25 - 85K,', 'remarks': '**120** VOSA STATES 27K, 36K, 47K, 51K, 58K, 62K, 66K, 71K, 74K, 75K, 77K, 79K, 85K, 89K', 'virtual': False, 'seller': 'Cox Motor Group', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '2', 'v5': True, 'v5details': 'Here', 'co2': 175, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/939c286c-6d6e-4a3c-97a1-31fec2bca2fa.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 13:24:37 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120471338, 'registration': 'KP10XGX', 'account': 'DJC003', 'make': 'MAZDA', 'model': 'MAZDA3 HATCHBACK', 'derivative': '2.0 TS2 5dr Auto', 'mileage': 90182, 'mileageWarranty': True, 'type': 'car', 'saleId': 18906, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 627}, 'saleStart': '2026-03-24T13:00Z', 'lot': 630, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2010-05-18', 'fuel': 'Petrol', 'motExpiry': '2027-01-19', 'doors': 5, 'engineSize': 1999, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/KP10XGC/2026-03-20/image/3d08e4aa-8f20-4039-ab92-5c1a473d337c_removebg.jpg?w=600', 'https://abimg003.imgix.net/KP10XGC/2026-03-20/image/f261b7a2-5f1f-4d50-87ee-f9cfeb0167f3_removebg.jpg?w=600', 'https://abimg003.imgix.net/KP10XGC/2026-03-20/image/5851e2e1-7c2b-44f6-bb29-563ad79d82e4_removebg.jpg?w=600', 'https://abimg003.imgix.net/KP10XGC/2026-03-20/image/6ebe0391-5127-4343-96b1-841671e76140_removebg.jpg?w=600', 'https://abimg003.imgix.net/KP10XGC/2026-03-20/image/c9d137cd-ac17-47ba-bd2e-9f8f526da9fb_removebg.jpg?w=600', 'https://abimg003.imgix.net/KP10XGC/2026-03-20/image/a75cfcca-12f8-49cc-9ecc-613fc250dc66_removebg.jpg?w=600', 'https://abimg003.imgix.net/KP10XGC/2026-03-20/image/33aa605d-0cf5-4ef1-832d-3822a6bdcddc_removebg.jpg?w=600', 'https://abimg003.imgix.net/KP10XGC/2026-03-20/image/b43ce535-5e4b-4fba-92e8-ffe8866f9fbc_removebg.jpg?w=600'], 'colour': 'BLUE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Express', 'serviceHistory': 'Service invoice 11/15 - 51K, NO DATE - 61K, 11/20 - 74K, 01/25 - 85K,', 'remarks': '**120** VOSA STATES 27K, 36K, 47K, 51K, 58K, 62K, 66K, 71K, 74K, 75K, 77K, 79K, 85K, 89K', 'virtual': False, 'seller': 'Cox Motor Group', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '2', 'v5': True, 'v5details': 'Here', 'co2': 175, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/939c286c-6d6e-4a3c-97a1-31fec2bca2fa.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 13:24:37 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 50aa4816-8e41-56f5-be48-e6e55c239ae1 with identifier: 120471338
2026-03-24 13:24:37 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 50aa4816-8e41-56f5-be48-e6e55c239ae1 with scrape type 2
2026-03-24 13:24:37 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 50aa4816-8e41-56f5-be48-e6e55c239ae1 with scrape type 2
2026-03-24 13:24:37 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 50aa4816-8e41-56f5-be48-e6e55c239ae1, identifier: 120471338
2026-03-24 13:24:38 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 50aa4816-8e41-56f5-be48-e6e55c239ae1 with identifier: 120471338
2026-03-24 13:24:38 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 50aa4816-8e41-56f5-be48-e6e55c239ae1 with identifier: 120471338
2026-03-24 13:24:38 [scrapy.core.scraper] INFO: Dropped: Dropping expired listing: 50aa4816-8e41-56f5-be48-e6e55c239ae1 with expiration date: 2026-03-24T13:00:00Z
{'auction_title': '',
'c_o_2_emission_value': 175,
'color': 'BLUE',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 5',
'engine': '2.0L',
'expiration_date': '2026-03-24T13:00:00Z',
'fuel_type': 'Petrol',
'id': '50aa4816-8e41-56f5-be48-e6e55c239ae1',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'KP10XGX',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120471338',
'listing': 'auction',
'location': 'Aston Barclay Wakefield',
'make': 'MAZDA',
'model': 'MAZDA3 HATCHBACK',
'odometer': 90182,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2010-05-18',
'seller_name': 'Cox Motor Group',
'title': 'MAZDA MAZDA3 HATCHBACK 2.0 TS2 5dr Auto',
'transmission': 'automatic',
'trim': '2.0 TS2 5dr Auto',
'vin': None,
'year': 2010}
2026-03-24 13:24:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:24:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120471338%27 HTTP/1.1" 200 None
2026-03-24 13:24:38 [astonbarclay.gb] INFO: Saving data for 120471338: {'auction_closing_time': 1774357200.0, 'created_time': 1773947338.173734, 'last_price_update_time': 1774358678.019251}
2026-03-24 13:24:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:24:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120471338') HTTP/1.1" 204 0
2026-03-24 13:24:43 [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-24 13:24:43 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:24:44 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', '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': 18906, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 627}, 'saleStart': '2026-03-24T13:00Z', 'lot': 624, '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-24 13:24:44 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', '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': 18906, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 627}, 'saleStart': '2026-03-24T13:00Z', 'lot': 624, '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-24 13:24:44 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f4f6ec9b-ba13-59cb-b6b2-2a126681b989 with identifier: 119192578
2026-03-24 13:24:44 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f4f6ec9b-ba13-59cb-b6b2-2a126681b989 with scrape type 2
2026-03-24 13:24:44 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f4f6ec9b-ba13-59cb-b6b2-2a126681b989 with scrape type 2
2026-03-24 13:24:44 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: f4f6ec9b-ba13-59cb-b6b2-2a126681b989, identifier: 119192578
2026-03-24 13:24:44 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: f4f6ec9b-ba13-59cb-b6b2-2a126681b989 with identifier: 119192578
2026-03-24 13:24:44 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: f4f6ec9b-ba13-59cb-b6b2-2a126681b989 with identifier: 119192578
2026-03-24 13:24:44 [scrapy.core.scraper] INFO: Dropped: Dropping expired listing: f4f6ec9b-ba13-59cb-b6b2-2a126681b989 with expiration date: 2026-03-24T13:00:00Z
{'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-24T13: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-24 13:24:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:24:44 [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-24 13:24:44 [astonbarclay.gb] INFO: Saving data for 119192578: {'auction_closing_time': 1774357200.0, 'created_time': 1773928946.299031, 'last_price_update_time': 1774358684.139872}
2026-03-24 13:24:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:24:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='119192578') HTTP/1.1" 204 0
2026-03-24 13:24:48 [zyte_api._retry] DEBUG: Finished call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request' after 130.593(s), this was the 1st time calling it.
2026-03-24 13:24:48 [zyte_api._retry] DEBUG: Retrying zyte_api._async.AsyncZyteAPI.get.<locals>.request in 4.425996531865355 seconds as it raised ClientConnectorError: Cannot connect to host api.zyte.com:443 ssl:default [Connect call failed ('69.41.180.81', 443)].
2026-03-24 13:24:48 [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-24 13:24:48 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:24:49 [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': 18906, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 627}, 'saleStart': '2026-03-24T13:00Z', 'lot': 623, 'hall': 'Hall 2', '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-24 13:24:49 [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': 18906, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 627}, 'saleStart': '2026-03-24T13:00Z', 'lot': 623, 'hall': 'Hall 2', '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-24 13:24:49 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6538e9c0-906c-5585-9ed1-1427f665a078 with identifier: 118714230
2026-03-24 13:24:49 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6538e9c0-906c-5585-9ed1-1427f665a078 with scrape type 2
2026-03-24 13:24:49 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6538e9c0-906c-5585-9ed1-1427f665a078 with scrape type 2
2026-03-24 13:24:49 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 6538e9c0-906c-5585-9ed1-1427f665a078, identifier: 118714230
2026-03-24 13:24:49 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 6538e9c0-906c-5585-9ed1-1427f665a078 with identifier: 118714230
2026-03-24 13:24:49 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 6538e9c0-906c-5585-9ed1-1427f665a078 with identifier: 118714230
2026-03-24 13:24:49 [scrapy.core.scraper] INFO: Dropped: Dropping expired listing: 6538e9c0-906c-5585-9ed1-1427f665a078 with expiration date: 2026-03-24T13:00:00Z
{'auction_title': '',
'c_o_2_emission_value': None,
'color': 'GREY',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': '2026-03-24T13:00: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-24 13:24:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:24:49 [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-24 13:24:49 [astonbarclay.gb] INFO: Saving data for 118714230: {'auction_closing_time': 1774357200.0, 'created_time': 1773404972.597698, 'last_price_update_time': 1774358689.152859}
2026-03-24 13:24:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:24:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='118714230') HTTP/1.1" 204 0
2026-03-24 13:24:50 [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-24 13:24:50 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:24:50 [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': 18906, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 627}, 'saleStart': '2026-03-24T13:00Z', 'lot': 621, 'hall': 'Hall 2', '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-24 13:24:50 [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': 18906, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 627}, 'saleStart': '2026-03-24T13:00Z', 'lot': 621, 'hall': 'Hall 2', '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-24 13:24:50 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3f03007a-beb9-5b5f-960a-99768fe89fa0 with identifier: 117742671
2026-03-24 13:24:50 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3f03007a-beb9-5b5f-960a-99768fe89fa0 with scrape type 2
2026-03-24 13:24:50 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3f03007a-beb9-5b5f-960a-99768fe89fa0 with scrape type 2
2026-03-24 13:24:50 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 3f03007a-beb9-5b5f-960a-99768fe89fa0, identifier: 117742671
2026-03-24 13:24:50 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 3f03007a-beb9-5b5f-960a-99768fe89fa0 with identifier: 117742671
2026-03-24 13:24:50 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 3f03007a-beb9-5b5f-960a-99768fe89fa0 with identifier: 117742671
2026-03-24 13:24:50 [scrapy.core.scraper] INFO: Dropped: Dropping expired listing: 3f03007a-beb9-5b5f-960a-99768fe89fa0 with expiration date: 2026-03-24T13:00:00Z
{'auction_title': '',
'c_o_2_emission_value': None,
'color': 'RED',
'currency': 'GBP',
'doors_number': 4,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': '2026-03-24T13:00: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-24 13:24:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:24:50 [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-24 13:24:50 [astonbarclay.gb] INFO: Saving data for 117742671: {'auction_closing_time': 1774357200.0, 'created_time': 1773404992.887549, 'last_price_update_time': 1774358690.288152}
2026-03-24 13:24:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:24:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='117742671') HTTP/1.1" 204 0
2026-03-24 13:24:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120589047?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-24 13:24:51 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:24:51 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120589047, 'registration': 'VU68AOP', 'account': 'VAN040', 'make': 'VAUXHALL', 'model': 'MOKKA X HATCHBACK', 'derivative': '1.4T ecoTEC Active 5dr', 'mileage': 59627, 'mileageWarranty': True, 'type': 'car', 'saleId': 18906, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 627}, 'saleStart': '2026-03-24T13:00Z', 'lot': 616, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2018-09-07', 'fuel': 'Petrol', 'motExpiry': '2027-01-17', 'doors': 5, 'engineSize': 1364, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/VU68AOP/2026-03-19/image/227bcefa-4ef5-45a3-929f-0a2898c9852b_removebg.jpg?w=600', 'https://abimg003.imgix.net/VU68AOP/2026-03-19/image/0f0e6eef-241b-43f4-845b-d65c7bf51609_removebg.jpg?w=600', 'https://abimg003.imgix.net/VU68AOP/2026-03-19/image/2ba86563-db99-4f1f-bff2-be125d7af504_removebg.jpg?w=600', 'https://abimg003.imgix.net/VU68AOP/2026-03-19/image/c2252874-238b-4d88-93c4-abd7432f32a4_removebg.jpg?w=600', 'https://abimg003.imgix.net/VU68AOP/2026-03-19/image/629cb9ba-8ed1-4bc3-acd8-7e3a6d0145a5_removebg.jpg?w=600', 'https://abimg003.imgix.net/VU68AOP/2026-03-19/image/91c44d92-d38f-4b89-8c06-c2639626ff28_removebg.jpg?w=600', 'https://abimg003.imgix.net/VU68AOP/2026-03-19/image/6435be15-4c27-4f74-8335-866f8665c0e6_removebg.jpg?w=600', 'https://abimg003.imgix.net/VU68AOP/2026-03-19/image/80f7d609-d7c3-40b1-9f76-83141c30236b_removebg.jpg?w=600', 'https://abimg003.imgix.net/VU68AOP/2026-03-19/image/08442aa8-b0c8-4de6-8631-351705d8a6a8_removebg.jpg?w=600'], 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 11/20 - 31K, 10/21 - 35K, 01/23 - 42K, 01/24 - 49K, 01/25 - 53K, 01/26 - 58K', 'remarks': '**1337** VOSA STATES 35K, 35K, 42K, 49K, 53K, 58K', 'virtual': False, 'seller': 'Vantage Motor Group', '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/e6d612b2-b084-443c-a4e8-05e8dc1ff4d6.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 13:24:51 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120589047, 'registration': 'VU68AOP', 'account': 'VAN040', 'make': 'VAUXHALL', 'model': 'MOKKA X HATCHBACK', 'derivative': '1.4T ecoTEC Active 5dr', 'mileage': 59627, 'mileageWarranty': True, 'type': 'car', 'saleId': 18906, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 627}, 'saleStart': '2026-03-24T13:00Z', 'lot': 616, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2018-09-07', 'fuel': 'Petrol', 'motExpiry': '2027-01-17', 'doors': 5, 'engineSize': 1364, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/VU68AOP/2026-03-19/image/227bcefa-4ef5-45a3-929f-0a2898c9852b_removebg.jpg?w=600', 'https://abimg003.imgix.net/VU68AOP/2026-03-19/image/0f0e6eef-241b-43f4-845b-d65c7bf51609_removebg.jpg?w=600', 'https://abimg003.imgix.net/VU68AOP/2026-03-19/image/2ba86563-db99-4f1f-bff2-be125d7af504_removebg.jpg?w=600', 'https://abimg003.imgix.net/VU68AOP/2026-03-19/image/c2252874-238b-4d88-93c4-abd7432f32a4_removebg.jpg?w=600', 'https://abimg003.imgix.net/VU68AOP/2026-03-19/image/629cb9ba-8ed1-4bc3-acd8-7e3a6d0145a5_removebg.jpg?w=600', 'https://abimg003.imgix.net/VU68AOP/2026-03-19/image/91c44d92-d38f-4b89-8c06-c2639626ff28_removebg.jpg?w=600', 'https://abimg003.imgix.net/VU68AOP/2026-03-19/image/6435be15-4c27-4f74-8335-866f8665c0e6_removebg.jpg?w=600', 'https://abimg003.imgix.net/VU68AOP/2026-03-19/image/80f7d609-d7c3-40b1-9f76-83141c30236b_removebg.jpg?w=600', 'https://abimg003.imgix.net/VU68AOP/2026-03-19/image/08442aa8-b0c8-4de6-8631-351705d8a6a8_removebg.jpg?w=600'], 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 11/20 - 31K, 10/21 - 35K, 01/23 - 42K, 01/24 - 49K, 01/25 - 53K, 01/26 - 58K', 'remarks': '**1337** VOSA STATES 35K, 35K, 42K, 49K, 53K, 58K', 'virtual': False, 'seller': 'Vantage Motor Group', '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/e6d612b2-b084-443c-a4e8-05e8dc1ff4d6.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 13:24:51 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 556c21a9-1890-56de-8815-86e8bbd2d83c with identifier: 120589047
2026-03-24 13:24:51 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 556c21a9-1890-56de-8815-86e8bbd2d83c with scrape type 2
2026-03-24 13:24:51 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 556c21a9-1890-56de-8815-86e8bbd2d83c with scrape type 2
2026-03-24 13:24:51 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 556c21a9-1890-56de-8815-86e8bbd2d83c, identifier: 120589047
2026-03-24 13:24:51 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 556c21a9-1890-56de-8815-86e8bbd2d83c with identifier: 120589047
2026-03-24 13:24:51 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 556c21a9-1890-56de-8815-86e8bbd2d83c with identifier: 120589047
2026-03-24 13:24:51 [scrapy.core.scraper] INFO: Dropped: Dropping expired listing: 556c21a9-1890-56de-8815-86e8bbd2d83c with expiration date: 2026-03-24T13:00:00Z
{'auction_title': '',
'c_o_2_emission_value': 150,
'color': 'WHITE',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.4L',
'expiration_date': '2026-03-24T13:00:00Z',
'fuel_type': 'Petrol',
'id': '556c21a9-1890-56de-8815-86e8bbd2d83c',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'VU68AOP',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120589047',
'listing': 'auction',
'location': 'Aston Barclay Wakefield',
'make': 'VAUXHALL',
'model': 'MOKKA X HATCHBACK',
'odometer': 59627,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2018-09-07',
'seller_name': 'Vantage Motor Group',
'title': 'VAUXHALL MOKKA X HATCHBACK 1.4T ecoTEC Active 5dr',
'transmission': 'manual',
'trim': '1.4T ecoTEC Active 5dr',
'vin': None,
'year': 2018}
2026-03-24 13:24:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:24:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120589047%27 HTTP/1.1" 200 None
2026-03-24 13:24:51 [astonbarclay.gb] INFO: Saving data for 120589047: {'auction_closing_time': 1774357200.0, 'created_time': 1773947270.566913, 'last_price_update_time': 1774358691.445996}
2026-03-24 13:24:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:24:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120589047') HTTP/1.1" 204 0
2026-03-24 13:24:53 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 2nd time calling it.
2026-03-24 13:24:56 [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-24 13:24:56 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:24:56 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', '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': 18906, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 626}, 'saleStart': '2026-03-24T13:00Z', 'lot': 643, '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-24 13:24:56 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', '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': 18906, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 626}, 'saleStart': '2026-03-24T13:00Z', 'lot': 643, '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-24 13:24:56 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f3f8bcda-a433-5cb7-bb69-67d380c45aa8 with identifier: 120484566
2026-03-24 13:24:56 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f3f8bcda-a433-5cb7-bb69-67d380c45aa8 with scrape type 2
2026-03-24 13:24:56 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f3f8bcda-a433-5cb7-bb69-67d380c45aa8 with scrape type 2
2026-03-24 13:24:57 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: f3f8bcda-a433-5cb7-bb69-67d380c45aa8, identifier: 120484566
2026-03-24 13:24:57 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: f3f8bcda-a433-5cb7-bb69-67d380c45aa8 with identifier: 120484566
2026-03-24 13:24:57 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: f3f8bcda-a433-5cb7-bb69-67d380c45aa8 with identifier: 120484566
2026-03-24 13:24:57 [scrapy.core.scraper] INFO: Dropped: Dropping expired listing: f3f8bcda-a433-5cb7-bb69-67d380c45aa8 with expiration date: 2026-03-24T13:00:00Z
{'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-24T13: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-24 13:24:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:24:57 [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-24 13:24:57 [astonbarclay.gb] INFO: Saving data for 120484566: {'auction_closing_time': 1774357200.0, 'created_time': 1774034040.769792, 'last_price_update_time': 1774358697.156141}
2026-03-24 13:24:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:24:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120484566') HTTP/1.1" 204 0
2026-03-24 13:25:00 [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-24 13:25:00 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:25:00 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120471398, 'registration': 'PE13TFV', 'account': 'DJC003', 'make': 'PEUGEOT', 'model': '208 HATCHBACK', 'derivative': '1.0 VTi Active 5dr', 'mileage': 54298, 'mileageWarranty': True, 'type': 'car', 'saleId': 18906, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 626}, 'saleStart': '2026-03-24T13:00Z', 'lot': 637, '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-24 13:25:00 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120471398, 'registration': 'PE13TFV', 'account': 'DJC003', 'make': 'PEUGEOT', 'model': '208 HATCHBACK', 'derivative': '1.0 VTi Active 5dr', 'mileage': 54298, 'mileageWarranty': True, 'type': 'car', 'saleId': 18906, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 626}, 'saleStart': '2026-03-24T13:00Z', 'lot': 637, '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-24 13:25:00 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 546d607a-701d-5399-9a2f-832bce1d6268 with identifier: 120471398
2026-03-24 13:25:00 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 546d607a-701d-5399-9a2f-832bce1d6268 with scrape type 2
2026-03-24 13:25:00 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 546d607a-701d-5399-9a2f-832bce1d6268 with scrape type 2
2026-03-24 13:25:00 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 546d607a-701d-5399-9a2f-832bce1d6268, identifier: 120471398
2026-03-24 13:25:00 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 546d607a-701d-5399-9a2f-832bce1d6268 with identifier: 120471398
2026-03-24 13:25:00 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 546d607a-701d-5399-9a2f-832bce1d6268 with identifier: 120471398
2026-03-24 13:25:00 [scrapy.core.scraper] INFO: Dropped: Dropping expired listing: 546d607a-701d-5399-9a2f-832bce1d6268 with expiration date: 2026-03-24T13:00:00Z
{'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-24T13: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-24 13:25:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:25:00 [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-24 13:25:00 [astonbarclay.gb] INFO: Saving data for 120471398: {'auction_closing_time': 1774357200.0, 'created_time': 1773947280.401556, 'last_price_update_time': 1774358700.594169}
2026-03-24 13:25:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:25:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120471398') HTTP/1.1" 204 0
2026-03-24 13:25:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120256174?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-24 13:25:03 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:25:03 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120256174, 'registration': 'EK62ORU', 'account': 'KCS002', 'make': 'MINI', 'model': 'COUNTRYMAN HATCHBACK', 'derivative': '1.6 Cooper 5dr', 'mileage': 73858, 'mileageWarranty': True, 'type': 'car', 'saleId': 19176, 'siteId': 659780, 'site': {'id': 659780, 'name': 'Aston Barclay Westbury', 'vehicles': 130}, 'saleStart': '2026-03-25T09:45Z', 'lot': 2138, 'hall': 'Main Hall', 'transmission': 'manual', 'firstRegistration': '2012-09-26', 'fuel': 'Petrol', 'motExpiry': '2026-06-02', 'doors': 5, 'engineSize': 1598, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/EK62ORU/2026-03-09/image/aeaa2515-f845-4ad8-8638-390d33e44184_removebg.jpg?w=600', 'https://abimg003.imgix.net/EK62ORU/2026-03-09/image/d7c458c1-871b-4117-a5f3-04b44c5e30d3_removebg.jpg?w=600', 'https://abimg003.imgix.net/EK62ORU/2026-03-09/image/e4a83984-8bc7-4322-a996-6b0f369ca79f_removebg.jpg?w=600', 'https://abimg003.imgix.net/EK62ORU/2026-03-09/image/f64ea143-e1ca-4a9a-b4ef-002560764457_removebg.jpg?w=600', 'https://abimg003.imgix.net/EK62ORU/2026-03-09/image/dab84f00-9ba0-4535-98eb-33b7c18c2126_removebg.jpg?w=600', 'https://abimg003.imgix.net/EK62ORU/2026-03-09/image/92ea2eb7-b904-4326-a13f-154f723a7556_removebg.jpg?w=600'], 'colour': 'GREY', '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': '5', 'v5': True, 'v5details': 'Here', 'co2': 140, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/f043b22d-9e59-478e-8268-b1dd43efa967.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 13:25:03 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120256174, 'registration': 'EK62ORU', 'account': 'KCS002', 'make': 'MINI', 'model': 'COUNTRYMAN HATCHBACK', 'derivative': '1.6 Cooper 5dr', 'mileage': 73858, 'mileageWarranty': True, 'type': 'car', 'saleId': 19176, 'siteId': 659780, 'site': {'id': 659780, 'name': 'Aston Barclay Westbury', 'vehicles': 130}, 'saleStart': '2026-03-25T09:45Z', 'lot': 2138, 'hall': 'Main Hall', 'transmission': 'manual', 'firstRegistration': '2012-09-26', 'fuel': 'Petrol', 'motExpiry': '2026-06-02', 'doors': 5, 'engineSize': 1598, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/EK62ORU/2026-03-09/image/aeaa2515-f845-4ad8-8638-390d33e44184_removebg.jpg?w=600', 'https://abimg003.imgix.net/EK62ORU/2026-03-09/image/d7c458c1-871b-4117-a5f3-04b44c5e30d3_removebg.jpg?w=600', 'https://abimg003.imgix.net/EK62ORU/2026-03-09/image/e4a83984-8bc7-4322-a996-6b0f369ca79f_removebg.jpg?w=600', 'https://abimg003.imgix.net/EK62ORU/2026-03-09/image/f64ea143-e1ca-4a9a-b4ef-002560764457_removebg.jpg?w=600', 'https://abimg003.imgix.net/EK62ORU/2026-03-09/image/dab84f00-9ba0-4535-98eb-33b7c18c2126_removebg.jpg?w=600', 'https://abimg003.imgix.net/EK62ORU/2026-03-09/image/92ea2eb7-b904-4326-a13f-154f723a7556_removebg.jpg?w=600'], 'colour': 'GREY', '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': '5', 'v5': True, 'v5details': 'Here', 'co2': 140, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/f043b22d-9e59-478e-8268-b1dd43efa967.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 13:25:03 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9c8ab794-9b44-5f19-8918-6d259ef3f798 with identifier: 120256174
2026-03-24 13:25:03 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9c8ab794-9b44-5f19-8918-6d259ef3f798 with scrape type 2
2026-03-24 13:25:03 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9c8ab794-9b44-5f19-8918-6d259ef3f798 with scrape type 2
2026-03-24 13:25:03 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 9c8ab794-9b44-5f19-8918-6d259ef3f798, identifier: 120256174
2026-03-24 13:25:03 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 9c8ab794-9b44-5f19-8918-6d259ef3f798 with identifier: 120256174
2026-03-24 13:25:03 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 9c8ab794-9b44-5f19-8918-6d259ef3f798 with identifier: 120256174
2026-03-24 13:25:03 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 9c8ab794-9b44-5f19-8918-6d259ef3f798 with identifier: 120256174 to the API
2026-03-24 13:25:03 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 13:25:03 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-24 13:25:03 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120256174?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 140,
'color': 'GREY',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 5',
'engine': '1.6L',
'expiration_date': '2026-03-25T09:45:00Z',
'fuel_type': 'Petrol',
'id': '9c8ab794-9b44-5f19-8918-6d259ef3f798',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'EK62ORU',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120256174',
'listing': 'auction',
'location': 'Aston Barclay Westbury',
'make': 'MINI',
'model': 'COUNTRYMAN HATCHBACK',
'odometer': 73858,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2012-09-26',
'seller_name': 'CarBuy Limited',
'title': 'MINI COUNTRYMAN HATCHBACK 1.6 Cooper 5dr',
'transmission': 'manual',
'trim': '1.6 Cooper 5dr',
'vin': None,
'year': 2012}
2026-03-24 13:25:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:25:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120256174%27 HTTP/1.1" 200 None
2026-03-24 13:25:03 [astonbarclay.gb] INFO: Saving data for 120256174: {'auction_closing_time': 1774431900.0, 'created_time': 1773403199.28689, 'last_price_update_time': 1774358703.940985}
2026-03-24 13:25:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:25:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120256174') HTTP/1.1" 204 0
2026-03-24 13:25:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120577131?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-24 13:25:03 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:25:04 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120577131, 'registration': 'YY69FMP', 'account': 'VAN040', 'make': 'VOLKSWAGEN', 'model': 'GOLF HATCHBACK', 'derivative': '1.5 TSI EVO 150 Match 5dr', 'mileage': 37254, 'mileageWarranty': True, 'type': 'car', 'saleId': 18906, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 626}, 'saleStart': '2026-03-24T13:00Z', 'lot': 615, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2019-09-30', 'fuel': 'Petrol', 'motExpiry': '2026-08-20', 'doors': 5, 'engineSize': 1498, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/YY69FMP/2026-03-19/image/fb5afacd-8f54-4504-b42b-e908a982616f_removebg.jpg?w=600', 'https://abimg003.imgix.net/YY69FMP/2026-03-19/image/54ae9152-d916-4ccc-90ef-4f66c9775690_removebg.jpg?w=600', 'https://abimg003.imgix.net/YY69FMP/2026-03-19/image/385f1fc7-a31d-4ab8-8003-ad7e22fb4a0b_removebg.jpg?w=600', 'https://abimg003.imgix.net/YY69FMP/2026-03-19/image/ab0a8807-2c5b-49a9-b171-e987cb9d9b04_removebg.jpg?w=600', 'https://abimg003.imgix.net/YY69FMP/2026-03-19/image/a84ff539-f3e1-4469-841a-80388702c106_removebg.jpg?w=600', 'https://abimg003.imgix.net/YY69FMP/2026-03-19/image/fb631ba8-a663-4848-9c54-b4ff19e75faa_removebg.jpg?w=600', 'https://abimg003.imgix.net/YY69FMP/2026-03-19/image/10505943-7aee-4d41-bc40-c1a698d05dde_removebg.jpg?w=600', 'https://abimg003.imgix.net/YY69FMP/2026-03-19/image/2fdf7802-e635-4fe8-bfcc-701c26865ea4_removebg.jpg?w=600', 'https://abimg003.imgix.net/YY69FMP/2026-03-19/image/63affdcb-5f4e-4d10-8a8b-2ab42c942b0c_removebg.jpg?w=600'], 'colour': 'BLUE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print and book 09/20 - 6K, 09/21 - 11K, 09/22 - 16K, 09/23 - 22K, 08/24 - 28K, 08/25 - 32K', 'remarks': '**1241** VOSA STATES 16K, 22K, 28K, 32K, 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': 116, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/60770ec0-545c-4d92-969d-e6c825367cc7.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 13:25:04 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120577131, 'registration': 'YY69FMP', 'account': 'VAN040', 'make': 'VOLKSWAGEN', 'model': 'GOLF HATCHBACK', 'derivative': '1.5 TSI EVO 150 Match 5dr', 'mileage': 37254, 'mileageWarranty': True, 'type': 'car', 'saleId': 18906, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 626}, 'saleStart': '2026-03-24T13:00Z', 'lot': 615, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2019-09-30', 'fuel': 'Petrol', 'motExpiry': '2026-08-20', 'doors': 5, 'engineSize': 1498, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/YY69FMP/2026-03-19/image/fb5afacd-8f54-4504-b42b-e908a982616f_removebg.jpg?w=600', 'https://abimg003.imgix.net/YY69FMP/2026-03-19/image/54ae9152-d916-4ccc-90ef-4f66c9775690_removebg.jpg?w=600', 'https://abimg003.imgix.net/YY69FMP/2026-03-19/image/385f1fc7-a31d-4ab8-8003-ad7e22fb4a0b_removebg.jpg?w=600', 'https://abimg003.imgix.net/YY69FMP/2026-03-19/image/ab0a8807-2c5b-49a9-b171-e987cb9d9b04_removebg.jpg?w=600', 'https://abimg003.imgix.net/YY69FMP/2026-03-19/image/a84ff539-f3e1-4469-841a-80388702c106_removebg.jpg?w=600', 'https://abimg003.imgix.net/YY69FMP/2026-03-19/image/fb631ba8-a663-4848-9c54-b4ff19e75faa_removebg.jpg?w=600', 'https://abimg003.imgix.net/YY69FMP/2026-03-19/image/10505943-7aee-4d41-bc40-c1a698d05dde_removebg.jpg?w=600', 'https://abimg003.imgix.net/YY69FMP/2026-03-19/image/2fdf7802-e635-4fe8-bfcc-701c26865ea4_removebg.jpg?w=600', 'https://abimg003.imgix.net/YY69FMP/2026-03-19/image/63affdcb-5f4e-4d10-8a8b-2ab42c942b0c_removebg.jpg?w=600'], 'colour': 'BLUE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print and book 09/20 - 6K, 09/21 - 11K, 09/22 - 16K, 09/23 - 22K, 08/24 - 28K, 08/25 - 32K', 'remarks': '**1241** VOSA STATES 16K, 22K, 28K, 32K, 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': 116, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/60770ec0-545c-4d92-969d-e6c825367cc7.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 13:25:04 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 131eab10-edfc-551c-83a2-0ebd52139bb9 with identifier: 120577131
2026-03-24 13:25:04 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 131eab10-edfc-551c-83a2-0ebd52139bb9 with scrape type 2
2026-03-24 13:25:04 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 131eab10-edfc-551c-83a2-0ebd52139bb9 with scrape type 2
2026-03-24 13:25:04 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 131eab10-edfc-551c-83a2-0ebd52139bb9, identifier: 120577131
2026-03-24 13:25:04 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 131eab10-edfc-551c-83a2-0ebd52139bb9 with identifier: 120577131
2026-03-24 13:25:04 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 131eab10-edfc-551c-83a2-0ebd52139bb9 with identifier: 120577131
2026-03-24 13:25:04 [scrapy.core.scraper] INFO: Dropped: Dropping expired listing: 131eab10-edfc-551c-83a2-0ebd52139bb9 with expiration date: 2026-03-24T13:00:00Z
{'auction_title': '',
'c_o_2_emission_value': 116,
'color': 'BLUE',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'expiration_date': '2026-03-24T13:00:00Z',
'fuel_type': 'Petrol',
'id': '131eab10-edfc-551c-83a2-0ebd52139bb9',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'YY69FMP',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120577131',
'listing': 'auction',
'location': 'Aston Barclay Wakefield',
'make': 'VOLKSWAGEN',
'model': 'GOLF HATCHBACK',
'odometer': 37254,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2019-09-30',
'seller_name': 'Vantage Motor Group',
'title': 'VOLKSWAGEN GOLF HATCHBACK 1.5 TSI EVO 150 Match 5dr',
'transmission': 'manual',
'trim': '1.5 TSI EVO 150 Match 5dr',
'vin': None,
'year': 2019}
2026-03-24 13:25:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:25:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120577131%27 HTTP/1.1" 200 None
2026-03-24 13:25:04 [astonbarclay.gb] INFO: Saving data for 120577131: {'auction_closing_time': 1774357200.0, 'created_time': 1773947269.093396, 'last_price_update_time': 1774358704.183844}
2026-03-24 13:25:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:25:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120577131') HTTP/1.1" 204 0
2026-03-24 13:25:06 [scrapy.extensions.logstats] INFO: Crawled 485 pages (at 24 pages/min), scraped 438 items (at 4 items/min)
2026-03-24 13:25:06 [scrapy.extensions.memusage] INFO: Peak memory usage is 181MiB
2026-03-24 13:25:06 [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-24 13:25:06 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:25:06 [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': 18906, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 626}, 'saleStart': '2026-03-24T13:00Z', 'lot': 619, 'hall': 'Hall 2', '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-24 13:25:06 [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': 18906, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 626}, 'saleStart': '2026-03-24T13:00Z', 'lot': 619, 'hall': 'Hall 2', '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-24 13:25:06 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7ac12139-d00c-5ecd-b698-d8ce556a8b8f with identifier: 119343898
2026-03-24 13:25:06 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7ac12139-d00c-5ecd-b698-d8ce556a8b8f with scrape type 2
2026-03-24 13:25:06 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7ac12139-d00c-5ecd-b698-d8ce556a8b8f with scrape type 2
2026-03-24 13:25:06 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 7ac12139-d00c-5ecd-b698-d8ce556a8b8f, identifier: 119343898
2026-03-24 13:25:06 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 7ac12139-d00c-5ecd-b698-d8ce556a8b8f with identifier: 119343898
2026-03-24 13:25:06 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 7ac12139-d00c-5ecd-b698-d8ce556a8b8f with identifier: 119343898
2026-03-24 13:25:06 [scrapy.core.scraper] INFO: Dropped: Dropping expired listing: 7ac12139-d00c-5ecd-b698-d8ce556a8b8f with expiration date: 2026-03-24T13:00:00Z
{'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-24T13:00: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-24 13:25:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:25:06 [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-24 13:25:06 [astonbarclay.gb] INFO: Saving data for 119343898: {'auction_closing_time': 1774357200.0, 'created_time': 1773405130.13646, 'last_price_update_time': 1774358706.393566}
2026-03-24 13:25:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:25:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='119343898') HTTP/1.1" 204 0
2026-03-24 13:25:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120300992?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-24 13:25:08 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:25:08 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120300992, 'registration': 'YY16TSZ', 'account': 'VAN040', 'make': 'KIA', 'model': 'SPORTAGE DIESEL ESTATE', 'derivative': '1.7 CRDi ISG 2 5dr', 'mileage': 100646, 'mileageWarranty': True, 'type': 'car', 'saleId': 18906, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 626}, 'saleStart': '2026-03-24T13:00Z', 'lot': 601, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2016-06-10', 'fuel': 'Diesel', 'motExpiry': '2026-08-31', 'doors': 5, 'engineSize': 1685, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/YY16TSZ/2026-03-17/image/2d43a9e2-ec65-48a8-b3e5-39c9fc795042_removebg.jpg?w=600', 'https://abimg003.imgix.net/YY16TSZ/2026-03-17/image/ceba5f37-0468-4fb4-b7e0-45d7af9baa94_removebg.jpg?w=600', 'https://abimg003.imgix.net/YY16TSZ/2026-03-17/image/b90837cd-f442-4f9f-b7bd-b3dabe6a8fe0_removebg.jpg?w=600', 'https://abimg003.imgix.net/YY16TSZ/2026-03-17/image/4010d5dd-457c-46f7-b380-c64ece6968b2_removebg.jpg?w=600', 'https://abimg003.imgix.net/YY16TSZ/2026-03-17/image/f7adb2ba-f0aa-4bba-83a8-ddb98a76848f_removebg.jpg?w=600', 'https://abimg003.imgix.net/YY16TSZ/2026-03-17/image/e4921591-7971-4018-9627-501f4ee35528_removebg.jpg?w=600', 'https://abimg003.imgix.net/YY16TSZ/2026-03-17/image/e42ea115-645a-4e00-a96c-28db6ff383c4_removebg.jpg?w=600', 'https://abimg003.imgix.net/YY16TSZ/2026-03-17/image/0984bb3e-53b5-44c1-a638-16ff30b150bb_removebg.jpg?w=600', 'https://abimg003.imgix.net/YY16TSZ/2026-03-17/image/ef76efbc-01ba-4cf1-9925-79af2cbb8b93_removebg.jpg?w=600'], 'colour': 'BLUE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 04/17 - 10K, 03/18 - 21K, 01/19 - 30K, 01/20 - 41K, 01/21 - 47K, 01/22 - 54K, 12/22 - 63K, 01/24 - 74K, 01/25 - 86K, 02/26 - 99K,', 'remarks': '**1274** VOSA STATES 34K, 44K, 51K, 59K, 71K, 81K, 94K, 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': 119, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/e2f699c8-a6d8-44e0-8edd-498f55bdbd7b.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 13:25:08 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120300992, 'registration': 'YY16TSZ', 'account': 'VAN040', 'make': 'KIA', 'model': 'SPORTAGE DIESEL ESTATE', 'derivative': '1.7 CRDi ISG 2 5dr', 'mileage': 100646, 'mileageWarranty': True, 'type': 'car', 'saleId': 18906, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 626}, 'saleStart': '2026-03-24T13:00Z', 'lot': 601, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2016-06-10', 'fuel': 'Diesel', 'motExpiry': '2026-08-31', 'doors': 5, 'engineSize': 1685, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/YY16TSZ/2026-03-17/image/2d43a9e2-ec65-48a8-b3e5-39c9fc795042_removebg.jpg?w=600', 'https://abimg003.imgix.net/YY16TSZ/2026-03-17/image/ceba5f37-0468-4fb4-b7e0-45d7af9baa94_removebg.jpg?w=600', 'https://abimg003.imgix.net/YY16TSZ/2026-03-17/image/b90837cd-f442-4f9f-b7bd-b3dabe6a8fe0_removebg.jpg?w=600', 'https://abimg003.imgix.net/YY16TSZ/2026-03-17/image/4010d5dd-457c-46f7-b380-c64ece6968b2_removebg.jpg?w=600', 'https://abimg003.imgix.net/YY16TSZ/2026-03-17/image/f7adb2ba-f0aa-4bba-83a8-ddb98a76848f_removebg.jpg?w=600', 'https://abimg003.imgix.net/YY16TSZ/2026-03-17/image/e4921591-7971-4018-9627-501f4ee35528_removebg.jpg?w=600', 'https://abimg003.imgix.net/YY16TSZ/2026-03-17/image/e42ea115-645a-4e00-a96c-28db6ff383c4_removebg.jpg?w=600', 'https://abimg003.imgix.net/YY16TSZ/2026-03-17/image/0984bb3e-53b5-44c1-a638-16ff30b150bb_removebg.jpg?w=600', 'https://abimg003.imgix.net/YY16TSZ/2026-03-17/image/ef76efbc-01ba-4cf1-9925-79af2cbb8b93_removebg.jpg?w=600'], 'colour': 'BLUE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 04/17 - 10K, 03/18 - 21K, 01/19 - 30K, 01/20 - 41K, 01/21 - 47K, 01/22 - 54K, 12/22 - 63K, 01/24 - 74K, 01/25 - 86K, 02/26 - 99K,', 'remarks': '**1274** VOSA STATES 34K, 44K, 51K, 59K, 71K, 81K, 94K, 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': 119, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/e2f699c8-a6d8-44e0-8edd-498f55bdbd7b.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 13:25:08 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 57bcaec9-a78c-5479-810b-6d988b3d3388 with identifier: 120300992
2026-03-24 13:25:08 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 57bcaec9-a78c-5479-810b-6d988b3d3388 with scrape type 2
2026-03-24 13:25:08 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 57bcaec9-a78c-5479-810b-6d988b3d3388 with scrape type 2
2026-03-24 13:25:08 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 57bcaec9-a78c-5479-810b-6d988b3d3388, identifier: 120300992
2026-03-24 13:25:08 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 57bcaec9-a78c-5479-810b-6d988b3d3388 with identifier: 120300992
2026-03-24 13:25:08 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 57bcaec9-a78c-5479-810b-6d988b3d3388 with identifier: 120300992
2026-03-24 13:25:08 [scrapy.core.scraper] INFO: Dropped: Dropping expired listing: 57bcaec9-a78c-5479-810b-6d988b3d3388 with expiration date: 2026-03-24T13:00:00Z
{'auction_title': '',
'c_o_2_emission_value': 119,
'color': 'BLUE',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.7L',
'expiration_date': '2026-03-24T13:00:00Z',
'fuel_type': 'Diesel',
'id': '57bcaec9-a78c-5479-810b-6d988b3d3388',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'YY16TSZ',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120300992',
'listing': 'auction',
'location': 'Aston Barclay Wakefield',
'make': 'KIA',
'model': 'SPORTAGE DIESEL ESTATE',
'odometer': 100646,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2016-06-10',
'seller_name': 'Vantage Motor Group',
'title': 'KIA SPORTAGE DIESEL ESTATE 1.7 CRDi ISG 2 5dr',
'transmission': 'manual',
'trim': '1.7 CRDi ISG 2 5dr',
'vin': None,
'year': 2016}
2026-03-24 13:25:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:25:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120300992%27 HTTP/1.1" 200 None
2026-03-24 13:25:08 [astonbarclay.gb] INFO: Saving data for 120300992: {'auction_closing_time': 1774357200.0, 'created_time': 1773403487.799437, 'last_price_update_time': 1774358708.345093}
2026-03-24 13:25:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:25:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120300992') HTTP/1.1" 204 0
2026-03-24 13:25:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120114440?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-24 13:25:09 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:25:09 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120114440, 'registration': 'RJ16HNG', 'account': 'DJC008', 'make': 'KIA', 'model': 'SPORTAGE DIESEL ESTATE', 'derivative': '2.0 CRDi GT-Line 5dr [AWD]', 'mileage': 115223, 'mileageWarranty': True, 'type': 'car', 'saleId': 18906, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 626}, 'saleStart': '2026-03-24T13:00Z', 'lot': 627, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2016-06-10', 'fuel': 'Diesel', 'motExpiry': None, 'doors': 5, 'engineSize': 1995, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/D14RLN/2026-03-06/image/6c3fe755-d0ee-427e-80b1-34476e12d664_removebg.jpg?w=600', 'https://abimg003.imgix.net/D14RLN/2026-03-06/image/dc762ece-53a0-4a8f-accf-e01ab4f7d453_removebg.jpg?w=600', 'https://abimg003.imgix.net/D14RLN/2026-03-06/image/c45b275d-9b1a-41ac-9046-84ca30b0b53f_removebg.jpg?w=600', 'https://abimg003.imgix.net/D14RLN/2026-03-06/image/ca80b3d1-103e-4b63-a81f-5c8f2c4a7d89_removebg.jpg?w=600', 'https://abimg003.imgix.net/D14RLN/2026-03-06/image/bb58b927-50eb-4320-9e7d-5a409a997ac7_removebg.jpg?w=600', 'https://abimg003.imgix.net/D14RLN/2026-03-06/image/f1a3893b-23da-4fe5-b231-fc1c63804dc2_removebg.jpg?w=600', 'https://abimg003.imgix.net/D14RLN/2026-03-06/image/c80e455e-6848-4793-8165-c6ac7beb0280_removebg.jpg?w=600', 'https://abimg003.imgix.net/D14RLN/2026-03-06/image/2b1d70e1-2a88-489d-9e89-a6363123a536_removebg.jpg?w=600', 'https://abimg003.imgix.net/D14RLN/2026-03-06/image/a87ad864-01c8-4bca-8eb7-9be6d7f385e9_removebg.jpg?w=600', 'https://abimg003.imgix.net/D14RLN/2026-03-06/image/10baa3c8-f793-46ce-91f5-225992326c88_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 07/17- 6K, 07/18- 13K, 06/20- 25K, 10/21- 33K, 02/23- 56K, 02/25- 94K,', 'remarks': '**124** VOSA STATES 19K, 25K, 30K, 46K, 65K, 84K, 103K, SD CARD', 'virtual': False, 'seller': 'Cox Motor Group', '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/d64cc9c9-760d-434c-80da-8b8eaf4992ee.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 13:25:09 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120114440, 'registration': 'RJ16HNG', 'account': 'DJC008', 'make': 'KIA', 'model': 'SPORTAGE DIESEL ESTATE', 'derivative': '2.0 CRDi GT-Line 5dr [AWD]', 'mileage': 115223, 'mileageWarranty': True, 'type': 'car', 'saleId': 18906, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 626}, 'saleStart': '2026-03-24T13:00Z', 'lot': 627, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2016-06-10', 'fuel': 'Diesel', 'motExpiry': None, 'doors': 5, 'engineSize': 1995, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/D14RLN/2026-03-06/image/6c3fe755-d0ee-427e-80b1-34476e12d664_removebg.jpg?w=600', 'https://abimg003.imgix.net/D14RLN/2026-03-06/image/dc762ece-53a0-4a8f-accf-e01ab4f7d453_removebg.jpg?w=600', 'https://abimg003.imgix.net/D14RLN/2026-03-06/image/c45b275d-9b1a-41ac-9046-84ca30b0b53f_removebg.jpg?w=600', 'https://abimg003.imgix.net/D14RLN/2026-03-06/image/ca80b3d1-103e-4b63-a81f-5c8f2c4a7d89_removebg.jpg?w=600', 'https://abimg003.imgix.net/D14RLN/2026-03-06/image/bb58b927-50eb-4320-9e7d-5a409a997ac7_removebg.jpg?w=600', 'https://abimg003.imgix.net/D14RLN/2026-03-06/image/f1a3893b-23da-4fe5-b231-fc1c63804dc2_removebg.jpg?w=600', 'https://abimg003.imgix.net/D14RLN/2026-03-06/image/c80e455e-6848-4793-8165-c6ac7beb0280_removebg.jpg?w=600', 'https://abimg003.imgix.net/D14RLN/2026-03-06/image/2b1d70e1-2a88-489d-9e89-a6363123a536_removebg.jpg?w=600', 'https://abimg003.imgix.net/D14RLN/2026-03-06/image/a87ad864-01c8-4bca-8eb7-9be6d7f385e9_removebg.jpg?w=600', 'https://abimg003.imgix.net/D14RLN/2026-03-06/image/10baa3c8-f793-46ce-91f5-225992326c88_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 07/17- 6K, 07/18- 13K, 06/20- 25K, 10/21- 33K, 02/23- 56K, 02/25- 94K,', 'remarks': '**124** VOSA STATES 19K, 25K, 30K, 46K, 65K, 84K, 103K, SD CARD', 'virtual': False, 'seller': 'Cox Motor Group', '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/d64cc9c9-760d-434c-80da-8b8eaf4992ee.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 13:25:09 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 56d3b0e1-31f0-5b73-87f7-b16eb7f1ab0f with identifier: 120114440
2026-03-24 13:25:09 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 56d3b0e1-31f0-5b73-87f7-b16eb7f1ab0f with scrape type 2
2026-03-24 13:25:09 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 56d3b0e1-31f0-5b73-87f7-b16eb7f1ab0f with scrape type 2
2026-03-24 13:25:09 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 56d3b0e1-31f0-5b73-87f7-b16eb7f1ab0f, identifier: 120114440
2026-03-24 13:25:09 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 56d3b0e1-31f0-5b73-87f7-b16eb7f1ab0f with identifier: 120114440
2026-03-24 13:25:09 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 56d3b0e1-31f0-5b73-87f7-b16eb7f1ab0f with identifier: 120114440
2026-03-24 13:25:09 [scrapy.core.scraper] INFO: Dropped: Dropping expired listing: 56d3b0e1-31f0-5b73-87f7-b16eb7f1ab0f with expiration date: 2026-03-24T13:00:00Z
{'auction_title': '',
'c_o_2_emission_value': 139,
'color': 'BLACK',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'expiration_date': '2026-03-24T13:00:00Z',
'fuel_type': 'Diesel',
'id': '56d3b0e1-31f0-5b73-87f7-b16eb7f1ab0f',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'RJ16HNG',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120114440',
'listing': 'auction',
'location': 'Aston Barclay Wakefield',
'make': 'KIA',
'model': 'SPORTAGE DIESEL ESTATE',
'odometer': 115223,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2016-06-10',
'seller_name': 'Cox Motor Group',
'title': 'KIA SPORTAGE DIESEL ESTATE 2.0 CRDi GT-Line 5dr [AWD]',
'transmission': 'manual',
'trim': '2.0 CRDi GT-Line 5dr [AWD]',
'vin': None,
'year': 2016}
2026-03-24 13:25:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:25:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120114440%27 HTTP/1.1" 200 None
2026-03-24 13:25:09 [astonbarclay.gb] INFO: Saving data for 120114440: {'auction_closing_time': 1774357200.0, 'created_time': 1773402881.885562, 'last_price_update_time': 1774358709.788247}
2026-03-24 13:25:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:25:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120114440') HTTP/1.1" 204 0
2026-03-24 13:25:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120592934?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-24 13:25:10 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:25:10 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120592934, 'registration': 'MK58YCN', 'account': 'VAN043', 'make': 'KIA', 'model': 'RIO HATCHBACK', 'derivative': '1.4 3 5dr Auto', 'mileage': 72161, 'mileageWarranty': True, 'type': 'car', 'saleId': 18906, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 626}, 'saleStart': '2026-03-24T13:00Z', 'lot': 598, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2008-09-04', 'fuel': 'Petrol', 'motExpiry': '2027-02-07', 'doors': 5, 'engineSize': 1399, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/MK58YCN/2026-03-20/image/c69e7ac2-dded-495d-8050-c8197d4707b9_removebg.jpg?w=600', 'https://abimg003.imgix.net/MK58YCN/2026-03-20/image/930db59f-48a0-42b9-bff4-ea328bdf9114_removebg.jpg?w=600', 'https://abimg003.imgix.net/MK58YCN/2026-03-20/image/62bdb8ce-ab9c-4239-80aa-56e849ca38a4_removebg.jpg?w=600', 'https://abimg003.imgix.net/MK58YCN/2026-03-20/image/005b3a20-87ff-4333-a650-d73e68c622c7_removebg.jpg?w=600', 'https://abimg003.imgix.net/MK58YCN/2026-03-20/image/f7b7e69b-422b-41c0-9ada-f01dc6a09766_removebg.jpg?w=600', 'https://abimg003.imgix.net/MK58YCN/2026-03-20/image/6140134e-e75f-4b10-925f-2b01a3fe6017_removebg.jpg?w=600', 'https://abimg003.imgix.net/MK58YCN/2026-03-20/image/84010d58-4f77-4d92-bbf6-a41b84830b95_removebg.jpg?w=600', 'https://abimg003.imgix.net/MK58YCN/2026-03-20/image/06efba87-d8e8-4aab-90af-518815441541_removebg.jpg?w=600'], 'colour': 'SILVER', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Express', 'serviceHistory': '', 'remarks': '**1342** VOSA STATES 14K, 17K, 20K, 21K, 25K, 27K, 32K, 37K, 42K, 48K, 52K, 56K, 60K, 62K, 62K, 70K', 'virtual': False, 'seller': 'Vantage Motor Group', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '5', 'v5': True, 'v5details': 'Here', 'co2': 165, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/90eb2114-a9aa-4ea3-9c5b-e8663b6db1bc.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 4, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 13:25:10 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120592934, 'registration': 'MK58YCN', 'account': 'VAN043', 'make': 'KIA', 'model': 'RIO HATCHBACK', 'derivative': '1.4 3 5dr Auto', 'mileage': 72161, 'mileageWarranty': True, 'type': 'car', 'saleId': 18906, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 626}, 'saleStart': '2026-03-24T13:00Z', 'lot': 598, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2008-09-04', 'fuel': 'Petrol', 'motExpiry': '2027-02-07', 'doors': 5, 'engineSize': 1399, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/MK58YCN/2026-03-20/image/c69e7ac2-dded-495d-8050-c8197d4707b9_removebg.jpg?w=600', 'https://abimg003.imgix.net/MK58YCN/2026-03-20/image/930db59f-48a0-42b9-bff4-ea328bdf9114_removebg.jpg?w=600', 'https://abimg003.imgix.net/MK58YCN/2026-03-20/image/62bdb8ce-ab9c-4239-80aa-56e849ca38a4_removebg.jpg?w=600', 'https://abimg003.imgix.net/MK58YCN/2026-03-20/image/005b3a20-87ff-4333-a650-d73e68c622c7_removebg.jpg?w=600', 'https://abimg003.imgix.net/MK58YCN/2026-03-20/image/f7b7e69b-422b-41c0-9ada-f01dc6a09766_removebg.jpg?w=600', 'https://abimg003.imgix.net/MK58YCN/2026-03-20/image/6140134e-e75f-4b10-925f-2b01a3fe6017_removebg.jpg?w=600', 'https://abimg003.imgix.net/MK58YCN/2026-03-20/image/84010d58-4f77-4d92-bbf6-a41b84830b95_removebg.jpg?w=600', 'https://abimg003.imgix.net/MK58YCN/2026-03-20/image/06efba87-d8e8-4aab-90af-518815441541_removebg.jpg?w=600'], 'colour': 'SILVER', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Express', 'serviceHistory': '', 'remarks': '**1342** VOSA STATES 14K, 17K, 20K, 21K, 25K, 27K, 32K, 37K, 42K, 48K, 52K, 56K, 60K, 62K, 62K, 70K', 'virtual': False, 'seller': 'Vantage Motor Group', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '5', 'v5': True, 'v5details': 'Here', 'co2': 165, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/90eb2114-a9aa-4ea3-9c5b-e8663b6db1bc.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 4, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 13:25:10 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 760f23ec-3c0d-5fa2-bfd9-5f3838765d7a with identifier: 120592934
2026-03-24 13:25:10 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 760f23ec-3c0d-5fa2-bfd9-5f3838765d7a with scrape type 2
2026-03-24 13:25:10 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 760f23ec-3c0d-5fa2-bfd9-5f3838765d7a with scrape type 2
2026-03-24 13:25:10 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 760f23ec-3c0d-5fa2-bfd9-5f3838765d7a, identifier: 120592934
2026-03-24 13:25:10 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 760f23ec-3c0d-5fa2-bfd9-5f3838765d7a with identifier: 120592934
2026-03-24 13:25:10 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 760f23ec-3c0d-5fa2-bfd9-5f3838765d7a with identifier: 120592934
2026-03-24 13:25:10 [scrapy.core.scraper] INFO: Dropped: Dropping expired listing: 760f23ec-3c0d-5fa2-bfd9-5f3838765d7a with expiration date: 2026-03-24T13:00:00Z
{'auction_title': '',
'c_o_2_emission_value': 165,
'color': 'SILVER',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 4',
'engine': '1.4L',
'expiration_date': '2026-03-24T13:00:00Z',
'fuel_type': 'Petrol',
'id': '760f23ec-3c0d-5fa2-bfd9-5f3838765d7a',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'MK58YCN',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120592934',
'listing': 'auction',
'location': 'Aston Barclay Wakefield',
'make': 'KIA',
'model': 'RIO HATCHBACK',
'odometer': 72161,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2008-09-04',
'seller_name': 'Vantage Motor Group',
'title': 'KIA RIO HATCHBACK 1.4 3 5dr Auto',
'transmission': 'automatic',
'trim': '1.4 3 5dr Auto',
'vin': None,
'year': 2008}
2026-03-24 13:25:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:25:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120592934%27 HTTP/1.1" 200 None
2026-03-24 13:25:10 [astonbarclay.gb] INFO: Saving data for 120592934: {'auction_closing_time': 1774357200.0, 'created_time': 1773947348.21219, 'last_price_update_time': 1774358710.559002}
2026-03-24 13:25:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:25:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120592934') HTTP/1.1" 204 0
2026-03-24 13:25:10 [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-24 13:25:10 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:25:10 [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': 18906, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 626}, 'saleStart': '2026-03-24T13:00Z', 'lot': 611, '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-24 13:25:10 [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': 18906, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 626}, 'saleStart': '2026-03-24T13:00Z', 'lot': 611, '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-24 13:25:10 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: faa68cf9-ebcc-5155-a3cd-5848d0b98f34 with identifier: 120282673
2026-03-24 13:25:10 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item faa68cf9-ebcc-5155-a3cd-5848d0b98f34 with scrape type 2
2026-03-24 13:25:10 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item faa68cf9-ebcc-5155-a3cd-5848d0b98f34 with scrape type 2
2026-03-24 13:25:10 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: faa68cf9-ebcc-5155-a3cd-5848d0b98f34, identifier: 120282673
2026-03-24 13:25:10 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: faa68cf9-ebcc-5155-a3cd-5848d0b98f34 with identifier: 120282673
2026-03-24 13:25:10 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: faa68cf9-ebcc-5155-a3cd-5848d0b98f34 with identifier: 120282673
2026-03-24 13:25:10 [scrapy.core.scraper] INFO: Dropped: Dropping expired listing: faa68cf9-ebcc-5155-a3cd-5848d0b98f34 with expiration date: 2026-03-24T13:00:00Z
{'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-24T13:00: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-24 13:25:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:25:10 [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-24 13:25:10 [astonbarclay.gb] INFO: Saving data for 120282673: {'auction_closing_time': 1774357200.0, 'created_time': 1773403253.669099, 'last_price_update_time': 1774358710.792493}
2026-03-24 13:25:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:25:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120282673') HTTP/1.1" 204 0
2026-03-24 13:25:13 [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-24 13:25:13 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:25:13 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', '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': 18906, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 626}, 'saleStart': '2026-03-24T13:00Z', 'lot': 595, '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-24 13:25:13 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', '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': 18906, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 626}, 'saleStart': '2026-03-24T13:00Z', 'lot': 595, '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-24 13:25:13 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 15eb503c-c947-5749-8d5d-b2439f7db342 with identifier: 120519091
2026-03-24 13:25:13 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 15eb503c-c947-5749-8d5d-b2439f7db342 with scrape type 2
2026-03-24 13:25:13 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 15eb503c-c947-5749-8d5d-b2439f7db342 with scrape type 2
2026-03-24 13:25:13 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 15eb503c-c947-5749-8d5d-b2439f7db342, identifier: 120519091
2026-03-24 13:25:13 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 15eb503c-c947-5749-8d5d-b2439f7db342 with identifier: 120519091
2026-03-24 13:25:13 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 15eb503c-c947-5749-8d5d-b2439f7db342 with identifier: 120519091
2026-03-24 13:25:13 [scrapy.core.scraper] INFO: Dropped: Dropping expired listing: 15eb503c-c947-5749-8d5d-b2439f7db342 with expiration date: 2026-03-24T13:00:00Z
{'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-24T13: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-24 13:25:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:25:13 [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-24 13:25:13 [astonbarclay.gb] INFO: Saving data for 120519091: {'auction_closing_time': 1774357200.0, 'created_time': 1773947297.061319, 'last_price_update_time': 1774358713.93902}
2026-03-24 13:25:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:25:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120519091') HTTP/1.1" 204 0
2026-03-24 13:25:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120253933?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-24 13:25:14 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:25:14 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120253933, 'registration': 'SY69LUD', 'account': 'VAN045', 'make': 'TOYOTA', 'model': 'COROLLA HATCHBACK', 'derivative': '2.0 VVT-i Hybrid Excel 5dr CVT', 'mileage': 92344, 'mileageWarranty': True, 'type': 'car', 'saleId': 18906, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 626}, 'saleStart': '2026-03-24T13:00Z', 'lot': 604, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2019-10-16', 'fuel': 'Petrol/Electric Hybrid', 'motExpiry': '2026-10-16', 'doors': 5, 'engineSize': 1987, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/SY69LUD/2026-03-12/image/5ab3bec1-1ad6-46bb-b8e0-cf1cb173be66_removebg.jpg?w=600', 'https://abimg003.imgix.net/SY69LUD/2026-03-12/image/9200a171-607c-4650-a068-be8cb4c72350_removebg.jpg?w=600', 'https://abimg003.imgix.net/SY69LUD/2026-03-12/image/cbe2dd1d-61bc-4ffb-b437-ffef0af1d29d_removebg.jpg?w=600', 'https://abimg003.imgix.net/SY69LUD/2026-03-12/image/68073780-2955-4327-88be-c2829544cb4e_removebg.jpg?w=600', 'https://abimg003.imgix.net/SY69LUD/2026-03-12/image/3ae5b903-45a8-4c09-823c-9cc670aca31a_removebg.jpg?w=600', 'https://abimg003.imgix.net/SY69LUD/2026-03-12/image/3c56afe5-4041-4c62-8442-3369ccf41b21_removebg.jpg?w=600', 'https://abimg003.imgix.net/SY69LUD/2026-03-12/image/387772e8-db44-49d6-b1bb-6dacfdbca616_removebg.jpg?w=600', 'https://abimg003.imgix.net/SY69LUD/2026-03-12/image/70286a7a-f625-4001-9943-baafd420814b_removebg.jpg?w=600', 'https://abimg003.imgix.net/SY69LUD/2026-03-12/image/07815119-0821-4a31-8ea3-27a7d15e79a7_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service invoice 06/23-48K, 10/24-72K, 07/25-82K,', 'remarks': '**1293**VOSA STATES 40K, 54K, 72K, 87K,', 'virtual': False, 'seller': 'Vantage Motor Group', '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/4e466d42-d4dd-4d53-ba59-3c91581e43f0.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 13:25:14 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120253933, 'registration': 'SY69LUD', 'account': 'VAN045', 'make': 'TOYOTA', 'model': 'COROLLA HATCHBACK', 'derivative': '2.0 VVT-i Hybrid Excel 5dr CVT', 'mileage': 92344, 'mileageWarranty': True, 'type': 'car', 'saleId': 18906, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 626}, 'saleStart': '2026-03-24T13:00Z', 'lot': 604, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2019-10-16', 'fuel': 'Petrol/Electric Hybrid', 'motExpiry': '2026-10-16', 'doors': 5, 'engineSize': 1987, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/SY69LUD/2026-03-12/image/5ab3bec1-1ad6-46bb-b8e0-cf1cb173be66_removebg.jpg?w=600', 'https://abimg003.imgix.net/SY69LUD/2026-03-12/image/9200a171-607c-4650-a068-be8cb4c72350_removebg.jpg?w=600', 'https://abimg003.imgix.net/SY69LUD/2026-03-12/image/cbe2dd1d-61bc-4ffb-b437-ffef0af1d29d_removebg.jpg?w=600', 'https://abimg003.imgix.net/SY69LUD/2026-03-12/image/68073780-2955-4327-88be-c2829544cb4e_removebg.jpg?w=600', 'https://abimg003.imgix.net/SY69LUD/2026-03-12/image/3ae5b903-45a8-4c09-823c-9cc670aca31a_removebg.jpg?w=600', 'https://abimg003.imgix.net/SY69LUD/2026-03-12/image/3c56afe5-4041-4c62-8442-3369ccf41b21_removebg.jpg?w=600', 'https://abimg003.imgix.net/SY69LUD/2026-03-12/image/387772e8-db44-49d6-b1bb-6dacfdbca616_removebg.jpg?w=600', 'https://abimg003.imgix.net/SY69LUD/2026-03-12/image/70286a7a-f625-4001-9943-baafd420814b_removebg.jpg?w=600', 'https://abimg003.imgix.net/SY69LUD/2026-03-12/image/07815119-0821-4a31-8ea3-27a7d15e79a7_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service invoice 06/23-48K, 10/24-72K, 07/25-82K,', 'remarks': '**1293**VOSA STATES 40K, 54K, 72K, 87K,', 'virtual': False, 'seller': 'Vantage Motor Group', '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/4e466d42-d4dd-4d53-ba59-3c91581e43f0.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 13:25:14 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9f956699-9f91-51aa-9aa9-f674be9f0a62 with identifier: 120253933
2026-03-24 13:25:14 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9f956699-9f91-51aa-9aa9-f674be9f0a62 with scrape type 2
2026-03-24 13:25:14 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9f956699-9f91-51aa-9aa9-f674be9f0a62 with scrape type 2
2026-03-24 13:25:14 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 9f956699-9f91-51aa-9aa9-f674be9f0a62, identifier: 120253933
2026-03-24 13:25:14 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 9f956699-9f91-51aa-9aa9-f674be9f0a62 with identifier: 120253933
2026-03-24 13:25:14 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 9f956699-9f91-51aa-9aa9-f674be9f0a62 with identifier: 120253933
2026-03-24 13:25:14 [scrapy.core.scraper] INFO: Dropped: Dropping expired listing: 9f956699-9f91-51aa-9aa9-f674be9f0a62 with expiration date: 2026-03-24T13:00:00Z
{'auction_title': '',
'c_o_2_emission_value': 89,
'color': 'GREY',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'expiration_date': '2026-03-24T13:00:00Z',
'fuel_type': 'Petrol/Electric Hybrid',
'id': '9f956699-9f91-51aa-9aa9-f674be9f0a62',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'SY69LUD',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120253933',
'listing': 'auction',
'location': 'Aston Barclay Wakefield',
'make': 'TOYOTA',
'model': 'COROLLA HATCHBACK',
'odometer': 92344,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2019-10-16',
'seller_name': 'Vantage Motor Group',
'title': 'TOYOTA COROLLA HATCHBACK 2.0 VVT-i Hybrid Excel 5dr CVT',
'transmission': 'automatic',
'trim': '2.0 VVT-i Hybrid Excel 5dr CVT',
'vin': None,
'year': 2019}
2026-03-24 13:25:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:25:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120253933%27 HTTP/1.1" 200 None
2026-03-24 13:25:14 [astonbarclay.gb] INFO: Saving data for 120253933: {'auction_closing_time': 1774357200.0, 'created_time': 1773402894.763154, 'last_price_update_time': 1774358714.295411}
2026-03-24 13:25:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:25:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120253933') HTTP/1.1" 204 0
2026-03-24 13:25:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120263253?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-24 13:25:15 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:25:15 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120263253, 'registration': 'CA53FLD', 'account': 'VAN038', 'make': 'VOLKSWAGEN', 'model': 'POLO HATCHBACK', 'derivative': '1.0 Match 5dr', 'mileage': 47862, 'mileageWarranty': True, 'type': 'car', 'saleId': 18906, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 626}, 'saleStart': '2026-03-24T13:00Z', 'lot': 582, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2017-01-19', 'fuel': 'Petrol', 'motExpiry': None, 'doors': 5, 'engineSize': 999, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/CA53FLD/2026-03-11/image/77244406-99bb-4de4-be9d-294d453f2da5_removebg.jpg?w=600', 'https://abimg003.imgix.net/CA53FLD/2026-03-11/image/12950221-852a-4a0d-977d-aab235b8f78b_removebg.jpg?w=600', 'https://abimg003.imgix.net/CA53FLD/2026-03-11/image/4531343d-9e79-4a16-b15b-03a274d02ea6_removebg.jpg?w=600', 'https://abimg003.imgix.net/CA53FLD/2026-03-11/image/31d62711-85ce-4d64-9217-4870616e6731_removebg.jpg?w=600', 'https://abimg003.imgix.net/CA53FLD/2026-03-11/image/592b05c5-fcb2-4560-b7f0-8c6623eac3ee_removebg.jpg?w=600', 'https://abimg003.imgix.net/CA53FLD/2026-03-11/image/3927a7c7-05f9-4c0e-a1ac-5153148f9c1f_removebg.jpg?w=600', 'https://abimg003.imgix.net/CA53FLD/2026-03-11/image/6c218f06-2afc-4128-8b8f-bc13205e81b9_removebg.jpg?w=600', 'https://abimg003.imgix.net/CA53FLD/2026-03-11/image/227a33c6-4fc1-44c9-9c0d-d9f1cb99cd87_removebg.jpg?w=600', 'https://abimg003.imgix.net/CA53FLD/2026-03-11/image/2d5c10bf-2be8-49f9-b307-1a3e1ff94119_removebg.jpg?w=600'], 'colour': 'RED', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 09/17- 3K, 09/18- 8K, 11/19- 15K, 10/20- 20K, 09/21- 26K, 11/22- 30K, NO DATE- 42K,', 'remarks': '**1286** VOSA STATES 15K, 20K, 26K, 30K, 35K, 40K, 46K', 'virtual': False, 'seller': 'Vantage Motor Group', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '2', 'v5': True, 'v5details': 'Here', 'co2': 106, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/d8b2eddb-22da-479a-8512-5135b472403e.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 13:25:15 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120263253, 'registration': 'CA53FLD', 'account': 'VAN038', 'make': 'VOLKSWAGEN', 'model': 'POLO HATCHBACK', 'derivative': '1.0 Match 5dr', 'mileage': 47862, 'mileageWarranty': True, 'type': 'car', 'saleId': 18906, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 626}, 'saleStart': '2026-03-24T13:00Z', 'lot': 582, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2017-01-19', 'fuel': 'Petrol', 'motExpiry': None, 'doors': 5, 'engineSize': 999, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/CA53FLD/2026-03-11/image/77244406-99bb-4de4-be9d-294d453f2da5_removebg.jpg?w=600', 'https://abimg003.imgix.net/CA53FLD/2026-03-11/image/12950221-852a-4a0d-977d-aab235b8f78b_removebg.jpg?w=600', 'https://abimg003.imgix.net/CA53FLD/2026-03-11/image/4531343d-9e79-4a16-b15b-03a274d02ea6_removebg.jpg?w=600', 'https://abimg003.imgix.net/CA53FLD/2026-03-11/image/31d62711-85ce-4d64-9217-4870616e6731_removebg.jpg?w=600', 'https://abimg003.imgix.net/CA53FLD/2026-03-11/image/592b05c5-fcb2-4560-b7f0-8c6623eac3ee_removebg.jpg?w=600', 'https://abimg003.imgix.net/CA53FLD/2026-03-11/image/3927a7c7-05f9-4c0e-a1ac-5153148f9c1f_removebg.jpg?w=600', 'https://abimg003.imgix.net/CA53FLD/2026-03-11/image/6c218f06-2afc-4128-8b8f-bc13205e81b9_removebg.jpg?w=600', 'https://abimg003.imgix.net/CA53FLD/2026-03-11/image/227a33c6-4fc1-44c9-9c0d-d9f1cb99cd87_removebg.jpg?w=600', 'https://abimg003.imgix.net/CA53FLD/2026-03-11/image/2d5c10bf-2be8-49f9-b307-1a3e1ff94119_removebg.jpg?w=600'], 'colour': 'RED', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 09/17- 3K, 09/18- 8K, 11/19- 15K, 10/20- 20K, 09/21- 26K, 11/22- 30K, NO DATE- 42K,', 'remarks': '**1286** VOSA STATES 15K, 20K, 26K, 30K, 35K, 40K, 46K', 'virtual': False, 'seller': 'Vantage Motor Group', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '2', 'v5': True, 'v5details': 'Here', 'co2': 106, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/d8b2eddb-22da-479a-8512-5135b472403e.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 13:25:15 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 20c2e84b-16ca-536b-b045-233305ae4754 with identifier: 120263253
2026-03-24 13:25:15 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 20c2e84b-16ca-536b-b045-233305ae4754 with scrape type 2
2026-03-24 13:25:15 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 20c2e84b-16ca-536b-b045-233305ae4754 with scrape type 2
2026-03-24 13:25:15 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 20c2e84b-16ca-536b-b045-233305ae4754, identifier: 120263253
2026-03-24 13:25:15 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 20c2e84b-16ca-536b-b045-233305ae4754 with identifier: 120263253
2026-03-24 13:25:15 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 20c2e84b-16ca-536b-b045-233305ae4754 with identifier: 120263253
2026-03-24 13:25:15 [scrapy.core.scraper] INFO: Dropped: Dropping expired listing: 20c2e84b-16ca-536b-b045-233305ae4754 with expiration date: 2026-03-24T13:00:00Z
{'auction_title': '',
'c_o_2_emission_value': 106,
'color': 'RED',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.0L',
'expiration_date': '2026-03-24T13:00:00Z',
'fuel_type': 'Petrol',
'id': '20c2e84b-16ca-536b-b045-233305ae4754',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'CA53FLD',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120263253',
'listing': 'auction',
'location': 'Aston Barclay Wakefield',
'make': 'VOLKSWAGEN',
'model': 'POLO HATCHBACK',
'odometer': 47862,
'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': 'Vantage Motor Group',
'title': 'VOLKSWAGEN POLO HATCHBACK 1.0 Match 5dr',
'transmission': 'manual',
'trim': '1.0 Match 5dr',
'vin': None,
'year': 2017}
2026-03-24 13:25:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:25:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120263253%27 HTTP/1.1" 200 None
2026-03-24 13:25:15 [astonbarclay.gb] INFO: Saving data for 120263253: {'auction_closing_time': 1774357200.0, 'created_time': 1773402688.893417, 'last_price_update_time': 1774358715.448228}
2026-03-24 13:25:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:25:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120263253') HTTP/1.1" 204 0
2026-03-24 13:25:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120535742?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-24 13:25:15 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:25:15 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120535742, 'registration': 'NL60GCF', 'account': 'VAN042', 'make': 'TOYOTA', 'model': 'YARIS HATCHBACK', 'derivative': '1.33 VVT-i TR 5dr [6]', 'mileage': 128164, 'mileageWarranty': True, 'type': 'car', 'saleId': 18906, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 626}, 'saleStart': '2026-03-24T13:00Z', 'lot': 583, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2010-09-24', 'fuel': 'Petrol', 'motExpiry': '2027-03-03', 'doors': 5, 'engineSize': 1329, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/NL60GCF/2026-03-19/image/e879a6a8-c434-4ae1-b258-5e06f362630a_removebg.jpg?w=600', 'https://abimg003.imgix.net/NL60GCF/2026-03-19/image/e57f6b2d-4519-425e-ac1e-c25b9b1b8104_removebg.jpg?w=600', 'https://abimg003.imgix.net/NL60GCF/2026-03-19/image/81954e01-7bb3-48ac-8087-9d347fa08c99_removebg.jpg?w=600', 'https://abimg003.imgix.net/NL60GCF/2026-03-19/image/8af7e433-55b4-4d92-94a3-fbf6ca809841_removebg.jpg?w=600', 'https://abimg003.imgix.net/NL60GCF/2026-03-19/image/5d6dc187-b45d-461d-8245-d09385fd91c0_removebg.jpg?w=600', 'https://abimg003.imgix.net/NL60GCF/2026-03-19/image/ae454dc2-560e-445b-9d3b-6c736e0fb7be_removebg.jpg?w=600', 'https://abimg003.imgix.net/NL60GCF/2026-03-19/image/eb70b085-3a67-4993-b96d-ff1ba9a6ebf5_removebg.jpg?w=600', 'https://abimg003.imgix.net/NL60GCF/2026-03-19/image/1f683259-774f-4a40-9abb-50ca4fce16f5_removebg.jpg?w=600'], 'colour': 'BLUE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Express', 'serviceHistory': 'Service book 09/11 - 1K, 08/12 - 2K, 05/14 - 3K, 04/15 - 9K, 04/16 - 15K, 04/17 - 21K, 02/18 - 27K, 02/19 - 40K, 02/20 - 53K, 02/21 - 64K, 02/22 - 76K, 02/23 - 90K, 02/24 - 101K, 02/25 - 113K', 'remarks': '**1367** VOSA STATES 3K, 3K, 9K, 15K, 21K, 27K, 40K, 53K, 64K, 76K, 90K, 101K, 113K, 127K,', '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/3ba66255-0318-4ac5-a21b-ee4c32d9022d.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 13:25:15 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120535742, 'registration': 'NL60GCF', 'account': 'VAN042', 'make': 'TOYOTA', 'model': 'YARIS HATCHBACK', 'derivative': '1.33 VVT-i TR 5dr [6]', 'mileage': 128164, 'mileageWarranty': True, 'type': 'car', 'saleId': 18906, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 626}, 'saleStart': '2026-03-24T13:00Z', 'lot': 583, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2010-09-24', 'fuel': 'Petrol', 'motExpiry': '2027-03-03', 'doors': 5, 'engineSize': 1329, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/NL60GCF/2026-03-19/image/e879a6a8-c434-4ae1-b258-5e06f362630a_removebg.jpg?w=600', 'https://abimg003.imgix.net/NL60GCF/2026-03-19/image/e57f6b2d-4519-425e-ac1e-c25b9b1b8104_removebg.jpg?w=600', 'https://abimg003.imgix.net/NL60GCF/2026-03-19/image/81954e01-7bb3-48ac-8087-9d347fa08c99_removebg.jpg?w=600', 'https://abimg003.imgix.net/NL60GCF/2026-03-19/image/8af7e433-55b4-4d92-94a3-fbf6ca809841_removebg.jpg?w=600', 'https://abimg003.imgix.net/NL60GCF/2026-03-19/image/5d6dc187-b45d-461d-8245-d09385fd91c0_removebg.jpg?w=600', 'https://abimg003.imgix.net/NL60GCF/2026-03-19/image/ae454dc2-560e-445b-9d3b-6c736e0fb7be_removebg.jpg?w=600', 'https://abimg003.imgix.net/NL60GCF/2026-03-19/image/eb70b085-3a67-4993-b96d-ff1ba9a6ebf5_removebg.jpg?w=600', 'https://abimg003.imgix.net/NL60GCF/2026-03-19/image/1f683259-774f-4a40-9abb-50ca4fce16f5_removebg.jpg?w=600'], 'colour': 'BLUE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Express', 'serviceHistory': 'Service book 09/11 - 1K, 08/12 - 2K, 05/14 - 3K, 04/15 - 9K, 04/16 - 15K, 04/17 - 21K, 02/18 - 27K, 02/19 - 40K, 02/20 - 53K, 02/21 - 64K, 02/22 - 76K, 02/23 - 90K, 02/24 - 101K, 02/25 - 113K', 'remarks': '**1367** VOSA STATES 3K, 3K, 9K, 15K, 21K, 27K, 40K, 53K, 64K, 76K, 90K, 101K, 113K, 127K,', '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/3ba66255-0318-4ac5-a21b-ee4c32d9022d.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 13:25:15 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3f75c18e-79b1-5c3b-aa1b-9f176a1f14bf with identifier: 120535742
2026-03-24 13:25:15 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3f75c18e-79b1-5c3b-aa1b-9f176a1f14bf with scrape type 2
2026-03-24 13:25:15 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3f75c18e-79b1-5c3b-aa1b-9f176a1f14bf with scrape type 2
2026-03-24 13:25:15 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 3f75c18e-79b1-5c3b-aa1b-9f176a1f14bf, identifier: 120535742
2026-03-24 13:25:15 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 3f75c18e-79b1-5c3b-aa1b-9f176a1f14bf with identifier: 120535742
2026-03-24 13:25:15 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 3f75c18e-79b1-5c3b-aa1b-9f176a1f14bf with identifier: 120535742
2026-03-24 13:25:15 [scrapy.core.scraper] INFO: Dropped: Dropping expired listing: 3f75c18e-79b1-5c3b-aa1b-9f176a1f14bf with expiration date: 2026-03-24T13:00:00Z
{'auction_title': '',
'c_o_2_emission_value': 120,
'color': 'BLUE',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 5',
'engine': '1.3L',
'expiration_date': '2026-03-24T13:00:00Z',
'fuel_type': 'Petrol',
'id': '3f75c18e-79b1-5c3b-aa1b-9f176a1f14bf',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'NL60GCF',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120535742',
'listing': 'auction',
'location': 'Aston Barclay Wakefield',
'make': 'TOYOTA',
'model': 'YARIS HATCHBACK',
'odometer': 128164,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2010-09-24',
'seller_name': 'Vantage Motor Group',
'title': 'TOYOTA YARIS HATCHBACK 1.33 VVT-i TR 5dr [6]',
'transmission': 'manual',
'trim': '1.33 VVT-i TR 5dr [6]',
'vin': None,
'year': 2010}
2026-03-24 13:25:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:25:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120535742%27 HTTP/1.1" 200 None
2026-03-24 13:25:15 [astonbarclay.gb] INFO: Saving data for 120535742: {'auction_closing_time': 1774357200.0, 'created_time': 1773862161.886442, 'last_price_update_time': 1774358715.889633}
2026-03-24 13:25:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:25:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120535742') HTTP/1.1" 204 0
2026-03-24 13:25:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/118151684?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-24 13:25:16 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:25:16 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 118151684, 'registration': 'PE58VMY', 'account': 'VAN044', 'make': 'TOYOTA', 'model': 'AURIS HATCHBACK', 'derivative': '1.6 VVTi TR 5dr', 'mileage': 108891, 'mileageWarranty': True, 'type': 'car', 'saleId': 18906, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 626}, 'saleStart': '2026-03-24T13:00Z', 'lot': 610, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2008-09-30', 'fuel': 'Petrol', 'motExpiry': '2026-11-18', 'doors': 5, 'engineSize': 1598, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/PE58VMY/2025-12-22/image/5daa4c15-a52d-4792-ba1a-79d5d4a1ac11_removebg.jpg?w=600', 'https://abimg003.imgix.net/PE58VMY/2025-12-22/image/290a88db-5744-45b6-846f-3bd04ff19696_removebg.jpg?w=600', 'https://abimg003.imgix.net/PE58VMY/2025-12-22/image/5803c478-fe66-4790-a0a5-e4cf154de89f_removebg.jpg?w=600', 'https://abimg003.imgix.net/PE58VMY/2025-12-22/image/9d11f0cf-b346-4dd1-8eaa-9a0624a035e8_removebg.jpg?w=600', 'https://abimg003.imgix.net/PE58VMY/2025-12-22/image/b9888d4f-fc04-4b62-8aca-ca538476f03f_removebg.jpg?w=600', 'https://abimg003.imgix.net/PE58VMY/2025-12-22/image/2ecbd4d8-6700-4d09-b2ab-35e3bb1cc6c5_removebg.jpg?w=600', 'https://abimg003.imgix.net/PE58VMY/2025-12-22/image/04dc17ca-316e-4d15-b718-2ebe66d63c0d_removebg.jpg?w=600', 'https://abimg003.imgix.net/PE58VMY/2025-12-22/image/dd830535-fbd4-432a-ad4c-850bae0037c2_removebg.jpg?w=600'], 'colour': 'SILVER', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Express', 'serviceHistory': '', 'remarks': '**1311* VOSA STATES 18K, 21K, 26K, 29K, 31K, 37K, 40K, 43K, 56K, 66K, 69K, 78K, 88K, 97K, 108K', 'virtual': False, 'seller': 'Vantage Motor Group', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '3', 'v5': True, 'v5details': 'Here', 'co2': 166, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/e5c6842f-09f7-49b4-ba77-445793f7552d.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 4, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 13:25:16 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 118151684, 'registration': 'PE58VMY', 'account': 'VAN044', 'make': 'TOYOTA', 'model': 'AURIS HATCHBACK', 'derivative': '1.6 VVTi TR 5dr', 'mileage': 108891, 'mileageWarranty': True, 'type': 'car', 'saleId': 18906, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 626}, 'saleStart': '2026-03-24T13:00Z', 'lot': 610, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2008-09-30', 'fuel': 'Petrol', 'motExpiry': '2026-11-18', 'doors': 5, 'engineSize': 1598, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/PE58VMY/2025-12-22/image/5daa4c15-a52d-4792-ba1a-79d5d4a1ac11_removebg.jpg?w=600', 'https://abimg003.imgix.net/PE58VMY/2025-12-22/image/290a88db-5744-45b6-846f-3bd04ff19696_removebg.jpg?w=600', 'https://abimg003.imgix.net/PE58VMY/2025-12-22/image/5803c478-fe66-4790-a0a5-e4cf154de89f_removebg.jpg?w=600', 'https://abimg003.imgix.net/PE58VMY/2025-12-22/image/9d11f0cf-b346-4dd1-8eaa-9a0624a035e8_removebg.jpg?w=600', 'https://abimg003.imgix.net/PE58VMY/2025-12-22/image/b9888d4f-fc04-4b62-8aca-ca538476f03f_removebg.jpg?w=600', 'https://abimg003.imgix.net/PE58VMY/2025-12-22/image/2ecbd4d8-6700-4d09-b2ab-35e3bb1cc6c5_removebg.jpg?w=600', 'https://abimg003.imgix.net/PE58VMY/2025-12-22/image/04dc17ca-316e-4d15-b718-2ebe66d63c0d_removebg.jpg?w=600', 'https://abimg003.imgix.net/PE58VMY/2025-12-22/image/dd830535-fbd4-432a-ad4c-850bae0037c2_removebg.jpg?w=600'], 'colour': 'SILVER', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Express', 'serviceHistory': '', 'remarks': '**1311* VOSA STATES 18K, 21K, 26K, 29K, 31K, 37K, 40K, 43K, 56K, 66K, 69K, 78K, 88K, 97K, 108K', 'virtual': False, 'seller': 'Vantage Motor Group', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '3', 'v5': True, 'v5details': 'Here', 'co2': 166, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/e5c6842f-09f7-49b4-ba77-445793f7552d.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 4, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 13:25:16 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ebe1bb74-af32-500a-89e3-1f6fc1f2b489 with identifier: 118151684
2026-03-24 13:25:16 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ebe1bb74-af32-500a-89e3-1f6fc1f2b489 with scrape type 2
2026-03-24 13:25:16 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ebe1bb74-af32-500a-89e3-1f6fc1f2b489 with scrape type 2
2026-03-24 13:25:16 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: ebe1bb74-af32-500a-89e3-1f6fc1f2b489, identifier: 118151684
2026-03-24 13:25:16 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: ebe1bb74-af32-500a-89e3-1f6fc1f2b489 with identifier: 118151684
2026-03-24 13:25:16 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: ebe1bb74-af32-500a-89e3-1f6fc1f2b489 with identifier: 118151684
2026-03-24 13:25:16 [scrapy.core.scraper] INFO: Dropped: Dropping expired listing: ebe1bb74-af32-500a-89e3-1f6fc1f2b489 with expiration date: 2026-03-24T13:00:00Z
{'auction_title': '',
'c_o_2_emission_value': 166,
'color': 'SILVER',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 4',
'engine': '1.6L',
'expiration_date': '2026-03-24T13:00:00Z',
'fuel_type': 'Petrol',
'id': 'ebe1bb74-af32-500a-89e3-1f6fc1f2b489',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'PE58VMY',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/118151684',
'listing': 'auction',
'location': 'Aston Barclay Wakefield',
'make': 'TOYOTA',
'model': 'AURIS HATCHBACK',
'odometer': 108891,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2008-09-30',
'seller_name': 'Vantage Motor Group',
'title': 'TOYOTA AURIS HATCHBACK 1.6 VVTi TR 5dr',
'transmission': 'manual',
'trim': '1.6 VVTi TR 5dr',
'vin': None,
'year': 2008}
2026-03-24 13:25:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:25:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27118151684%27 HTTP/1.1" 200 None
2026-03-24 13:25:16 [astonbarclay.gb] INFO: Saving data for 118151684: {'auction_closing_time': 1774357200.0, 'created_time': 1773403526.252177, 'last_price_update_time': 1774358716.876112}
2026-03-24 13:25:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:25:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='118151684') HTTP/1.1" 204 0
2026-03-24 13:25:17 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120509936?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-24 13:25:17 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:25:17 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120509936, 'registration': 'PF64XWB', 'account': 'VAN052', 'make': 'TOYOTA', 'model': 'RAV 4 DIESEL ESTATE', 'derivative': '2.2 D-CAT Invincible 5dr Auto', 'mileage': 84538, 'mileageWarranty': True, 'type': 'car', 'saleId': 18906, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 626}, 'saleStart': '2026-03-24T13:00Z', 'lot': 597, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2015-01-30', 'fuel': 'Diesel', 'motExpiry': '2027-01-29', 'doors': 5, 'engineSize': 2231, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/PF64XWB/2026-03-20/image/20d0d3c1-b7b7-4ca2-bcb2-4259eb952ea1_removebg.jpg?w=600', 'https://abimg003.imgix.net/PF64XWB/2026-03-20/image/2794594c-639d-441b-861a-d957996a5f89_removebg.jpg?w=600', 'https://abimg003.imgix.net/PF64XWB/2026-03-20/image/4c587c07-eb8f-4ced-a0e0-f4b8af24a118_removebg.jpg?w=600', 'https://abimg003.imgix.net/PF64XWB/2026-03-20/image/2f28b868-9b7e-43fd-909d-25f7ff427664_removebg.jpg?w=600', 'https://abimg003.imgix.net/PF64XWB/2026-03-20/image/775f2682-9c3d-4070-be1b-7a9d06b89b61_removebg.jpg?w=600', 'https://abimg003.imgix.net/PF64XWB/2026-03-20/image/5e81e510-4265-41cf-8e2d-11cf33a12ea7_removebg.jpg?w=600', 'https://abimg003.imgix.net/PF64XWB/2026-03-20/image/3058cacc-fbf3-4723-b2a1-69fa51084676_removebg.jpg?w=600', 'https://abimg003.imgix.net/PF64XWB/2026-03-20/image/d20da8b7-a539-4465-9ae1-f7e586534d19_removebg.jpg?w=600', 'https://abimg003.imgix.net/PF64XWB/2026-03-20/image/d41c0a21-153a-4dd8-83dd-4a41ab3aacfe_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print and book 01/16 - 8K, 01/17 - 19K, 01/18 - 27K, 01/19 - 34K, 01/20 - 40K, 01/21 - 46K, 05/22 - 56K, 05/23 - 65K, 09/24 - 75K, 11/25 - 82K,', 'remarks': '**1362** VOSA STATES 27K, 34K, 40K, 46K, 54K, 63K, 71K, 77K, 83K,', 'virtual': False, 'seller': 'Vantage Motor Group', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '1', 'v5': True, 'v5details': 'Here', 'co2': 176, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/146274fe-6f1e-4b8d-9a83-af2730f3a42e.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 13:25:17 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120509936, 'registration': 'PF64XWB', 'account': 'VAN052', 'make': 'TOYOTA', 'model': 'RAV 4 DIESEL ESTATE', 'derivative': '2.2 D-CAT Invincible 5dr Auto', 'mileage': 84538, 'mileageWarranty': True, 'type': 'car', 'saleId': 18906, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 626}, 'saleStart': '2026-03-24T13:00Z', 'lot': 597, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2015-01-30', 'fuel': 'Diesel', 'motExpiry': '2027-01-29', 'doors': 5, 'engineSize': 2231, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/PF64XWB/2026-03-20/image/20d0d3c1-b7b7-4ca2-bcb2-4259eb952ea1_removebg.jpg?w=600', 'https://abimg003.imgix.net/PF64XWB/2026-03-20/image/2794594c-639d-441b-861a-d957996a5f89_removebg.jpg?w=600', 'https://abimg003.imgix.net/PF64XWB/2026-03-20/image/4c587c07-eb8f-4ced-a0e0-f4b8af24a118_removebg.jpg?w=600', 'https://abimg003.imgix.net/PF64XWB/2026-03-20/image/2f28b868-9b7e-43fd-909d-25f7ff427664_removebg.jpg?w=600', 'https://abimg003.imgix.net/PF64XWB/2026-03-20/image/775f2682-9c3d-4070-be1b-7a9d06b89b61_removebg.jpg?w=600', 'https://abimg003.imgix.net/PF64XWB/2026-03-20/image/5e81e510-4265-41cf-8e2d-11cf33a12ea7_removebg.jpg?w=600', 'https://abimg003.imgix.net/PF64XWB/2026-03-20/image/3058cacc-fbf3-4723-b2a1-69fa51084676_removebg.jpg?w=600', 'https://abimg003.imgix.net/PF64XWB/2026-03-20/image/d20da8b7-a539-4465-9ae1-f7e586534d19_removebg.jpg?w=600', 'https://abimg003.imgix.net/PF64XWB/2026-03-20/image/d41c0a21-153a-4dd8-83dd-4a41ab3aacfe_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print and book 01/16 - 8K, 01/17 - 19K, 01/18 - 27K, 01/19 - 34K, 01/20 - 40K, 01/21 - 46K, 05/22 - 56K, 05/23 - 65K, 09/24 - 75K, 11/25 - 82K,', 'remarks': '**1362** VOSA STATES 27K, 34K, 40K, 46K, 54K, 63K, 71K, 77K, 83K,', 'virtual': False, 'seller': 'Vantage Motor Group', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '1', 'v5': True, 'v5details': 'Here', 'co2': 176, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/146274fe-6f1e-4b8d-9a83-af2730f3a42e.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 13:25:17 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: afd202ce-3fb0-58ab-aa95-cec1dee99dff with identifier: 120509936
2026-03-24 13:25:17 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item afd202ce-3fb0-58ab-aa95-cec1dee99dff with scrape type 2
2026-03-24 13:25:17 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item afd202ce-3fb0-58ab-aa95-cec1dee99dff with scrape type 2
2026-03-24 13:25:17 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: afd202ce-3fb0-58ab-aa95-cec1dee99dff, identifier: 120509936
2026-03-24 13:25:17 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: afd202ce-3fb0-58ab-aa95-cec1dee99dff with identifier: 120509936
2026-03-24 13:25:17 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: afd202ce-3fb0-58ab-aa95-cec1dee99dff with identifier: 120509936
2026-03-24 13:25:17 [scrapy.core.scraper] INFO: Dropped: Dropping expired listing: afd202ce-3fb0-58ab-aa95-cec1dee99dff with expiration date: 2026-03-24T13:00:00Z
{'auction_title': '',
'c_o_2_emission_value': 176,
'color': 'BLACK',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 5',
'engine': '2.2L',
'expiration_date': '2026-03-24T13:00:00Z',
'fuel_type': 'Diesel',
'id': 'afd202ce-3fb0-58ab-aa95-cec1dee99dff',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'PF64XWB',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120509936',
'listing': 'auction',
'location': 'Aston Barclay Wakefield',
'make': 'TOYOTA',
'model': 'RAV 4 DIESEL ESTATE',
'odometer': 84538,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2015-01-30',
'seller_name': 'Vantage Motor Group',
'title': 'TOYOTA RAV 4 DIESEL ESTATE 2.2 D-CAT Invincible 5dr Auto',
'transmission': 'automatic',
'trim': '2.2 D-CAT Invincible 5dr Auto',
'vin': None,
'year': 2015}
2026-03-24 13:25:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:25:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120509936%27 HTTP/1.1" 200 None
2026-03-24 13:25:17 [astonbarclay.gb] INFO: Saving data for 120509936: {'auction_closing_time': 1774357200.0, 'created_time': 1773860722.90893, 'last_price_update_time': 1774358717.310704}
2026-03-24 13:25:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:25:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120509936') HTTP/1.1" 204 0
2026-03-24 13:25:17 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/119997798?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-24 13:25:17 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:25:17 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 119997798, 'registration': 'YY67EDX', 'account': 'VAN040', 'make': 'KIA', 'model': 'SPORTAGE ESTATE', 'derivative': '1.6 GDi ISG 2 5dr', 'mileage': 92548, 'mileageWarranty': True, 'type': 'car', 'saleId': 18906, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 626}, 'saleStart': '2026-03-24T13:00Z', 'lot': 568, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2017-09-28', 'fuel': 'Petrol', 'motExpiry': '2026-09-27', 'doors': 5, 'engineSize': 1591, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/YY67EDX/2026-03-03/image/c5f51a63-5627-46b8-bcdc-12557c003e48_removebg.jpg?w=600', 'https://abimg003.imgix.net/YY67EDX/2026-03-03/image/f367a4a1-d3d4-467f-abe1-fa226da2926c_removebg.jpg?w=600', 'https://abimg003.imgix.net/YY67EDX/2026-03-03/image/8c856f33-68f7-4449-8675-e2b737f500a8_removebg.jpg?w=600', 'https://abimg003.imgix.net/YY67EDX/2026-03-03/image/03a33279-42ba-4639-b958-e7f410052264_removebg.jpg?w=600', 'https://abimg003.imgix.net/YY67EDX/2026-03-03/image/49b0a5f9-b063-4d2f-b345-0e742f1959d5_removebg.jpg?w=600', 'https://abimg003.imgix.net/YY67EDX/2026-03-03/image/d75e3411-72c9-4d4e-9a53-0bb7aef31386_removebg.jpg?w=600', 'https://abimg003.imgix.net/YY67EDX/2026-03-03/image/36dde227-4406-47c4-b2a3-58a9afd7f66b_removebg.jpg?w=600', 'https://abimg003.imgix.net/YY67EDX/2026-03-03/image/b5dcb0b7-1cb1-4756-9e94-03033c499682_removebg.jpg?w=600', 'https://abimg003.imgix.net/YY67EDX/2026-03-03/image/40ba0a8a-deaf-4a4d-ab0a-c00169038fd9_removebg.jpg?w=600'], 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 10/18 - 9K, 10/19 - 17K, 09/20 - 20K, 09/21 - 21K, 03/22 - 30K, 09/22 - 39K, 03/23 - 49K, 09/23 - 55K, 06/24 - 64K, 03/25 - 77K,', 'remarks': '**1349** VOSA STATES 20K, 21K, 39K, 55K, 70K, 85K, SD CARD', 'virtual': False, 'seller': 'Vantage Motor Group', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '3', 'v5': False, 'v5details': 'TF', 'co2': 147, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/8527119a-9a7b-4c5d-9622-48fbb7e559f3.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 13:25:17 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 119997798, 'registration': 'YY67EDX', 'account': 'VAN040', 'make': 'KIA', 'model': 'SPORTAGE ESTATE', 'derivative': '1.6 GDi ISG 2 5dr', 'mileage': 92548, 'mileageWarranty': True, 'type': 'car', 'saleId': 18906, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 626}, 'saleStart': '2026-03-24T13:00Z', 'lot': 568, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2017-09-28', 'fuel': 'Petrol', 'motExpiry': '2026-09-27', 'doors': 5, 'engineSize': 1591, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/YY67EDX/2026-03-03/image/c5f51a63-5627-46b8-bcdc-12557c003e48_removebg.jpg?w=600', 'https://abimg003.imgix.net/YY67EDX/2026-03-03/image/f367a4a1-d3d4-467f-abe1-fa226da2926c_removebg.jpg?w=600', 'https://abimg003.imgix.net/YY67EDX/2026-03-03/image/8c856f33-68f7-4449-8675-e2b737f500a8_removebg.jpg?w=600', 'https://abimg003.imgix.net/YY67EDX/2026-03-03/image/03a33279-42ba-4639-b958-e7f410052264_removebg.jpg?w=600', 'https://abimg003.imgix.net/YY67EDX/2026-03-03/image/49b0a5f9-b063-4d2f-b345-0e742f1959d5_removebg.jpg?w=600', 'https://abimg003.imgix.net/YY67EDX/2026-03-03/image/d75e3411-72c9-4d4e-9a53-0bb7aef31386_removebg.jpg?w=600', 'https://abimg003.imgix.net/YY67EDX/2026-03-03/image/36dde227-4406-47c4-b2a3-58a9afd7f66b_removebg.jpg?w=600', 'https://abimg003.imgix.net/YY67EDX/2026-03-03/image/b5dcb0b7-1cb1-4756-9e94-03033c499682_removebg.jpg?w=600', 'https://abimg003.imgix.net/YY67EDX/2026-03-03/image/40ba0a8a-deaf-4a4d-ab0a-c00169038fd9_removebg.jpg?w=600'], 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 10/18 - 9K, 10/19 - 17K, 09/20 - 20K, 09/21 - 21K, 03/22 - 30K, 09/22 - 39K, 03/23 - 49K, 09/23 - 55K, 06/24 - 64K, 03/25 - 77K,', 'remarks': '**1349** VOSA STATES 20K, 21K, 39K, 55K, 70K, 85K, SD CARD', 'virtual': False, 'seller': 'Vantage Motor Group', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '3', 'v5': False, 'v5details': 'TF', 'co2': 147, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/8527119a-9a7b-4c5d-9622-48fbb7e559f3.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 13:25:17 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9cc0ad73-d0fe-558a-a5b8-9437e04b01c4 with identifier: 119997798
2026-03-24 13:25:17 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9cc0ad73-d0fe-558a-a5b8-9437e04b01c4 with scrape type 2
2026-03-24 13:25:17 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9cc0ad73-d0fe-558a-a5b8-9437e04b01c4 with scrape type 2
2026-03-24 13:25:17 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 9cc0ad73-d0fe-558a-a5b8-9437e04b01c4, identifier: 119997798
2026-03-24 13:25:17 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 9cc0ad73-d0fe-558a-a5b8-9437e04b01c4 with identifier: 119997798
2026-03-24 13:25:17 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 9cc0ad73-d0fe-558a-a5b8-9437e04b01c4 with identifier: 119997798
2026-03-24 13:25:17 [scrapy.core.scraper] INFO: Dropped: Dropping expired listing: 9cc0ad73-d0fe-558a-a5b8-9437e04b01c4 with expiration date: 2026-03-24T13:00:00Z
{'auction_title': '',
'c_o_2_emission_value': 147,
'color': 'WHITE',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.6L',
'expiration_date': '2026-03-24T13:00:00Z',
'fuel_type': 'Petrol',
'id': '9cc0ad73-d0fe-558a-a5b8-9437e04b01c4',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'YY67EDX',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/119997798',
'listing': 'auction',
'location': 'Aston Barclay Wakefield',
'make': 'KIA',
'model': 'SPORTAGE ESTATE',
'odometer': 92548,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2017-09-28',
'seller_name': 'Vantage Motor Group',
'title': 'KIA SPORTAGE ESTATE 1.6 GDi ISG 2 5dr',
'transmission': 'manual',
'trim': '1.6 GDi ISG 2 5dr',
'vin': None,
'year': 2017}
2026-03-24 13:25:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:25:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27119997798%27 HTTP/1.1" 200 None
2026-03-24 13:25:17 [astonbarclay.gb] INFO: Saving data for 119997798: {'auction_closing_time': 1774357200.0, 'created_time': 1773403453.7709, 'last_price_update_time': 1774358717.558335}
2026-03-24 13:25:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:25:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='119997798') HTTP/1.1" 204 0
2026-03-24 13:25:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120592946?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-24 13:25:18 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:25:18 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120592946, 'registration': 'WM16DXE', 'account': 'VAN043', 'make': 'TOYOTA', 'model': 'AVENSIS DIESEL TOURING SPORT', 'derivative': '1.6D Business Edition Plus 5dr', 'mileage': 132284, 'mileageWarranty': True, 'type': 'car', 'saleId': 18906, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 626}, 'saleStart': '2026-03-24T13:00Z', 'lot': 588, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2016-05-27', 'fuel': 'Diesel', 'motExpiry': '2026-10-07', 'doors': 5, 'engineSize': 1598, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/WM16DXE/2026-03-20/image/bd4ae4c3-8b96-496f-a26f-16473d81ce09_removebg.jpg?w=600', 'https://abimg003.imgix.net/WM16DXE/2026-03-20/image/d378295e-c914-4f7c-ac13-babb83cd6472_removebg.jpg?w=600', 'https://abimg003.imgix.net/WM16DXE/2026-03-20/image/4b53cb9e-7a85-4a2f-b5f7-02750c8ead84_removebg.jpg?w=600', 'https://abimg003.imgix.net/WM16DXE/2026-03-20/image/ae573978-5c50-4224-b0ad-9f6dc6a92e84_removebg.jpg?w=600', 'https://abimg003.imgix.net/WM16DXE/2026-03-20/image/ca996f4d-3591-4a22-849b-f9a41ccec15c_removebg.jpg?w=600', 'https://abimg003.imgix.net/WM16DXE/2026-03-20/image/97a5f8f1-4b91-401a-8a91-49d6214465b1_removebg.jpg?w=600', 'https://abimg003.imgix.net/WM16DXE/2026-03-20/image/617465c1-2b82-4a6a-957c-3f4c0ea6508a_removebg.jpg?w=600', 'https://abimg003.imgix.net/WM16DXE/2026-03-20/image/ff0dceab-e981-40d9-84fc-c2877f4cc6a5_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Express', 'serviceHistory': 'Service book 04/17 - 14K, 12/17 - 30K, 08/18 - 45K, 03/19 - 57K, 10/19 - 71K, 07/20 - 82K, 10/21 - 88K, 07/22 - 95K, 07/23 - 106K, 09/24 - 119K, 10/25 - 128K,', 'remarks': '**1204** VOSA STATES 71K, 84K, 88K, 98K, 109K, 119K, 128K', '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/9364cd44-10f3-4f4b-b440-40be0d7c1805.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 13:25:18 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120592946, 'registration': 'WM16DXE', 'account': 'VAN043', 'make': 'TOYOTA', 'model': 'AVENSIS DIESEL TOURING SPORT', 'derivative': '1.6D Business Edition Plus 5dr', 'mileage': 132284, 'mileageWarranty': True, 'type': 'car', 'saleId': 18906, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 626}, 'saleStart': '2026-03-24T13:00Z', 'lot': 588, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2016-05-27', 'fuel': 'Diesel', 'motExpiry': '2026-10-07', 'doors': 5, 'engineSize': 1598, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/WM16DXE/2026-03-20/image/bd4ae4c3-8b96-496f-a26f-16473d81ce09_removebg.jpg?w=600', 'https://abimg003.imgix.net/WM16DXE/2026-03-20/image/d378295e-c914-4f7c-ac13-babb83cd6472_removebg.jpg?w=600', 'https://abimg003.imgix.net/WM16DXE/2026-03-20/image/4b53cb9e-7a85-4a2f-b5f7-02750c8ead84_removebg.jpg?w=600', 'https://abimg003.imgix.net/WM16DXE/2026-03-20/image/ae573978-5c50-4224-b0ad-9f6dc6a92e84_removebg.jpg?w=600', 'https://abimg003.imgix.net/WM16DXE/2026-03-20/image/ca996f4d-3591-4a22-849b-f9a41ccec15c_removebg.jpg?w=600', 'https://abimg003.imgix.net/WM16DXE/2026-03-20/image/97a5f8f1-4b91-401a-8a91-49d6214465b1_removebg.jpg?w=600', 'https://abimg003.imgix.net/WM16DXE/2026-03-20/image/617465c1-2b82-4a6a-957c-3f4c0ea6508a_removebg.jpg?w=600', 'https://abimg003.imgix.net/WM16DXE/2026-03-20/image/ff0dceab-e981-40d9-84fc-c2877f4cc6a5_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Express', 'serviceHistory': 'Service book 04/17 - 14K, 12/17 - 30K, 08/18 - 45K, 03/19 - 57K, 10/19 - 71K, 07/20 - 82K, 10/21 - 88K, 07/22 - 95K, 07/23 - 106K, 09/24 - 119K, 10/25 - 128K,', 'remarks': '**1204** VOSA STATES 71K, 84K, 88K, 98K, 109K, 119K, 128K', '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/9364cd44-10f3-4f4b-b440-40be0d7c1805.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 13:25:18 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 32083bae-5696-5b36-8689-8d986c438b99 with identifier: 120592946
2026-03-24 13:25:18 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 32083bae-5696-5b36-8689-8d986c438b99 with scrape type 2
2026-03-24 13:25:18 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 32083bae-5696-5b36-8689-8d986c438b99 with scrape type 2
2026-03-24 13:25:18 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 32083bae-5696-5b36-8689-8d986c438b99, identifier: 120592946
2026-03-24 13:25:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120594739?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-24 13:25:18 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 32083bae-5696-5b36-8689-8d986c438b99 with identifier: 120592946
2026-03-24 13:25:18 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 32083bae-5696-5b36-8689-8d986c438b99 with identifier: 120592946
2026-03-24 13:25:18 [scrapy.core.scraper] INFO: Dropped: Dropping expired listing: 32083bae-5696-5b36-8689-8d986c438b99 with expiration date: 2026-03-24T13:00:00Z
{'auction_title': '',
'c_o_2_emission_value': 110,
'color': 'GREY',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.6L',
'expiration_date': '2026-03-24T13:00:00Z',
'fuel_type': 'Diesel',
'id': '32083bae-5696-5b36-8689-8d986c438b99',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'WM16DXE',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120592946',
'listing': 'auction',
'location': 'Aston Barclay Wakefield',
'make': 'TOYOTA',
'model': 'AVENSIS DIESEL TOURING SPORT',
'odometer': 132284,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2016-05-27',
'seller_name': 'Vantage Motor Group',
'title': 'TOYOTA AVENSIS DIESEL TOURING SPORT 1.6D Business Edition Plus 5dr',
'transmission': 'manual',
'trim': '1.6D Business Edition Plus 5dr',
'vin': None,
'year': 2016}
2026-03-24 13:25:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:25:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120592946%27 HTTP/1.1" 200 None
2026-03-24 13:25:18 [astonbarclay.gb] INFO: Saving data for 120592946: {'auction_closing_time': 1774357200.0, 'created_time': 1773947252.321392, 'last_price_update_time': 1774358718.489385}
2026-03-24 13:25:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:25:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120592946') HTTP/1.1" 204 0
2026-03-24 13:25:18 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:25:18 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120594739, 'registration': 'LF69SFO', 'account': 'VAN052', 'make': 'CITROEN', 'model': 'C3 HATCHBACK', 'derivative': '1.2 PureTech 82 Flair Nav Edition 5dr', 'mileage': 71688, 'mileageWarranty': True, 'type': 'car', 'saleId': 18906, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 626}, 'saleStart': '2026-03-24T13:00Z', 'lot': 593, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2019-09-30', 'fuel': 'Petrol', 'motExpiry': '2027-03-27', 'doors': 5, 'engineSize': 1199, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/LF69SFO/2026-03-23/image/b5e45444-d053-488e-8343-87160fd9e146_removebg.jpg?w=600', 'https://abimg003.imgix.net/LF69SFO/2026-03-23/image/d7bc835d-af5b-4faa-a79f-3b6ea9a05453_removebg.jpg?w=600', 'https://abimg003.imgix.net/LF69SFO/2026-03-23/image/d332c2aa-ebe1-4f4d-aa6f-99db99e5e301_removebg.jpg?w=600', 'https://abimg003.imgix.net/LF69SFO/2026-03-23/image/33f20dff-eee7-4925-971a-541d5b84a99a_removebg.jpg?w=600', 'https://abimg003.imgix.net/LF69SFO/2026-03-23/image/867cede2-4b8c-47c1-b1cc-d72ee38b01f5_removebg.jpg?w=600', 'https://abimg003.imgix.net/LF69SFO/2026-03-23/image/75f5841d-bb1b-44ab-81c1-9385058cd123_removebg.jpg?w=600', 'https://abimg003.imgix.net/LF69SFO/2026-03-23/image/2e0ee859-f3d6-479b-9164-40a0db3d0ab2_removebg.jpg?w=600', 'https://abimg003.imgix.net/LF69SFO/2026-03-23/image/21be2cd3-db16-492c-a888-c0f96245e6ad_removebg.jpg?w=600', 'https://abimg003.imgix.net/LF69SFO/2026-03-23/image/365909c6-56ce-4180-b510-80396aa527f0_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service invoice 10/24 NO MILEAGE, 03/26 NO MILEAGE', 'remarks': '**1352** VOSA STATES 59K, 63K, 65K, 68K, 71K', 'virtual': False, 'seller': 'Vantage Motor 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/22c2d8a3-2c64-4f6a-aef2-9de5bee8285c.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 13:25:18 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120594739, 'registration': 'LF69SFO', 'account': 'VAN052', 'make': 'CITROEN', 'model': 'C3 HATCHBACK', 'derivative': '1.2 PureTech 82 Flair Nav Edition 5dr', 'mileage': 71688, 'mileageWarranty': True, 'type': 'car', 'saleId': 18906, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 626}, 'saleStart': '2026-03-24T13:00Z', 'lot': 593, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2019-09-30', 'fuel': 'Petrol', 'motExpiry': '2027-03-27', 'doors': 5, 'engineSize': 1199, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/LF69SFO/2026-03-23/image/b5e45444-d053-488e-8343-87160fd9e146_removebg.jpg?w=600', 'https://abimg003.imgix.net/LF69SFO/2026-03-23/image/d7bc835d-af5b-4faa-a79f-3b6ea9a05453_removebg.jpg?w=600', 'https://abimg003.imgix.net/LF69SFO/2026-03-23/image/d332c2aa-ebe1-4f4d-aa6f-99db99e5e301_removebg.jpg?w=600', 'https://abimg003.imgix.net/LF69SFO/2026-03-23/image/33f20dff-eee7-4925-971a-541d5b84a99a_removebg.jpg?w=600', 'https://abimg003.imgix.net/LF69SFO/2026-03-23/image/867cede2-4b8c-47c1-b1cc-d72ee38b01f5_removebg.jpg?w=600', 'https://abimg003.imgix.net/LF69SFO/2026-03-23/image/75f5841d-bb1b-44ab-81c1-9385058cd123_removebg.jpg?w=600', 'https://abimg003.imgix.net/LF69SFO/2026-03-23/image/2e0ee859-f3d6-479b-9164-40a0db3d0ab2_removebg.jpg?w=600', 'https://abimg003.imgix.net/LF69SFO/2026-03-23/image/21be2cd3-db16-492c-a888-c0f96245e6ad_removebg.jpg?w=600', 'https://abimg003.imgix.net/LF69SFO/2026-03-23/image/365909c6-56ce-4180-b510-80396aa527f0_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service invoice 10/24 NO MILEAGE, 03/26 NO MILEAGE', 'remarks': '**1352** VOSA STATES 59K, 63K, 65K, 68K, 71K', 'virtual': False, 'seller': 'Vantage Motor 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/22c2d8a3-2c64-4f6a-aef2-9de5bee8285c.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 13:25:18 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a4a93464-b6d1-503b-9b88-bcc8758a7b0c with identifier: 120594739
2026-03-24 13:25:18 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a4a93464-b6d1-503b-9b88-bcc8758a7b0c with scrape type 2
2026-03-24 13:25:18 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a4a93464-b6d1-503b-9b88-bcc8758a7b0c with scrape type 2
2026-03-24 13:25:18 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: a4a93464-b6d1-503b-9b88-bcc8758a7b0c, identifier: 120594739
2026-03-24 13:25:18 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: a4a93464-b6d1-503b-9b88-bcc8758a7b0c with identifier: 120594739
2026-03-24 13:25:18 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: a4a93464-b6d1-503b-9b88-bcc8758a7b0c with identifier: 120594739
2026-03-24 13:25:18 [scrapy.core.scraper] INFO: Dropped: Dropping expired listing: a4a93464-b6d1-503b-9b88-bcc8758a7b0c with expiration date: 2026-03-24T13:00:00Z
{'auction_title': '',
'c_o_2_emission_value': 98,
'color': 'BLACK',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.2L',
'expiration_date': '2026-03-24T13:00:00Z',
'fuel_type': 'Petrol',
'id': 'a4a93464-b6d1-503b-9b88-bcc8758a7b0c',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'LF69SFO',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120594739',
'listing': 'auction',
'location': 'Aston Barclay Wakefield',
'make': 'CITROEN',
'model': 'C3 HATCHBACK',
'odometer': 71688,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2019-09-30',
'seller_name': 'Vantage Motor Group',
'title': 'CITROEN C3 HATCHBACK 1.2 PureTech 82 Flair Nav Edition 5dr',
'transmission': 'manual',
'trim': '1.2 PureTech 82 Flair Nav Edition 5dr',
'vin': None,
'year': 2019}
2026-03-24 13:25:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:25:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120594739%27 HTTP/1.1" 200 None
2026-03-24 13:25:18 [astonbarclay.gb] INFO: Saving data for 120594739: {'auction_closing_time': 1774357200.0, 'created_time': 1774033511.682084, 'last_price_update_time': 1774358718.697401}
2026-03-24 13:25:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:25:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120594739') HTTP/1.1" 204 0
2026-03-24 13:25:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120279489?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-24 13:25:19 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:25:20 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120279489, 'registration': 'GF13KXU', 'account': 'VAN040', 'make': 'VOLKSWAGEN', 'model': 'GOLF HATCHBACK', 'derivative': '1.4 TSI SE 5dr', 'mileage': 126982, 'mileageWarranty': True, 'type': 'car', 'saleId': 18906, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 626}, 'saleStart': '2026-03-24T13:00Z', 'lot': 562, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2013-06-14', 'fuel': 'Petrol', 'motExpiry': '2026-06-03', 'doors': 5, 'engineSize': 1395, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/GF13KXU/2026-03-11/image/55ed2546-93e9-4086-832d-bf78040e4c6e_removebg.jpg?w=600', 'https://abimg003.imgix.net/GF13KXU/2026-03-11/image/71ed9b45-a9af-410b-8599-77d9fc40f404_removebg.jpg?w=600', 'https://abimg003.imgix.net/GF13KXU/2026-03-11/image/e5d425cd-6a77-42b6-b43c-c412431d53e5_removebg.jpg?w=600', 'https://abimg003.imgix.net/GF13KXU/2026-03-11/image/a5f1c753-70c2-4bc4-9298-f3cd5a2468d4_removebg.jpg?w=600', 'https://abimg003.imgix.net/GF13KXU/2026-03-11/image/ea612bce-3840-4108-b215-162b9212b968_removebg.jpg?w=600', 'https://abimg003.imgix.net/GF13KXU/2026-03-11/image/144d0429-495a-40db-a886-259d2b6f9f47_removebg.jpg?w=600', 'https://abimg003.imgix.net/GF13KXU/2026-03-11/image/f6a24225-34cd-40e4-8e59-806d43fa1773_removebg.jpg?w=600', 'https://abimg003.imgix.net/GF13KXU/2026-03-11/image/e94bc58b-1728-469d-800f-7cf0187e4c0c_removebg.jpg?w=600'], 'colour': 'RED', 'writeoffcode': 'Cat N Insurance Loss', 'grade': None, 'nonRunner': False, 'inspectionType': 'Express', 'serviceHistory': 'Service print 01/15 - 18K, 05/16 - 34K, 01/18 - 50K, 06/18 - 55K, 02/20 - 66K, 09/21 - 80K, 04/22 - 83K, 01/23 - 95K,', 'remarks': 'Category N Insurance Loss. No Structural Damage and Repairable - Insurer Decided Not to Repair **1240** VOSA STATES 34K, 45K, 54K, 63K, 68K, 80K, 89K, 113K, 122K,', 'virtual': False, 'seller': 'Vantage Motor Group', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '6', 'v5': True, 'v5details': 'Here', 'co2': 123, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': None, 'assuredType': None, 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 13:25:20 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120279489, 'registration': 'GF13KXU', 'account': 'VAN040', 'make': 'VOLKSWAGEN', 'model': 'GOLF HATCHBACK', 'derivative': '1.4 TSI SE 5dr', 'mileage': 126982, 'mileageWarranty': True, 'type': 'car', 'saleId': 18906, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 626}, 'saleStart': '2026-03-24T13:00Z', 'lot': 562, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2013-06-14', 'fuel': 'Petrol', 'motExpiry': '2026-06-03', 'doors': 5, 'engineSize': 1395, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/GF13KXU/2026-03-11/image/55ed2546-93e9-4086-832d-bf78040e4c6e_removebg.jpg?w=600', 'https://abimg003.imgix.net/GF13KXU/2026-03-11/image/71ed9b45-a9af-410b-8599-77d9fc40f404_removebg.jpg?w=600', 'https://abimg003.imgix.net/GF13KXU/2026-03-11/image/e5d425cd-6a77-42b6-b43c-c412431d53e5_removebg.jpg?w=600', 'https://abimg003.imgix.net/GF13KXU/2026-03-11/image/a5f1c753-70c2-4bc4-9298-f3cd5a2468d4_removebg.jpg?w=600', 'https://abimg003.imgix.net/GF13KXU/2026-03-11/image/ea612bce-3840-4108-b215-162b9212b968_removebg.jpg?w=600', 'https://abimg003.imgix.net/GF13KXU/2026-03-11/image/144d0429-495a-40db-a886-259d2b6f9f47_removebg.jpg?w=600', 'https://abimg003.imgix.net/GF13KXU/2026-03-11/image/f6a24225-34cd-40e4-8e59-806d43fa1773_removebg.jpg?w=600', 'https://abimg003.imgix.net/GF13KXU/2026-03-11/image/e94bc58b-1728-469d-800f-7cf0187e4c0c_removebg.jpg?w=600'], 'colour': 'RED', 'writeoffcode': 'Cat N Insurance Loss', 'grade': None, 'nonRunner': False, 'inspectionType': 'Express', 'serviceHistory': 'Service print 01/15 - 18K, 05/16 - 34K, 01/18 - 50K, 06/18 - 55K, 02/20 - 66K, 09/21 - 80K, 04/22 - 83K, 01/23 - 95K,', 'remarks': 'Category N Insurance Loss. No Structural Damage and Repairable - Insurer Decided Not to Repair **1240** VOSA STATES 34K, 45K, 54K, 63K, 68K, 80K, 89K, 113K, 122K,', 'virtual': False, 'seller': 'Vantage Motor Group', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '6', 'v5': True, 'v5details': 'Here', 'co2': 123, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': None, 'assuredType': None, 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 13:25:20 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d4c2a75e-6844-5fb0-9f5a-2ace90004001 with identifier: 120279489
2026-03-24 13:25:20 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d4c2a75e-6844-5fb0-9f5a-2ace90004001 with scrape type 2
2026-03-24 13:25:20 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d4c2a75e-6844-5fb0-9f5a-2ace90004001 with scrape type 2
2026-03-24 13:25:20 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: d4c2a75e-6844-5fb0-9f5a-2ace90004001, identifier: 120279489
2026-03-24 13:25:20 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: d4c2a75e-6844-5fb0-9f5a-2ace90004001 with identifier: 120279489
2026-03-24 13:25:20 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: d4c2a75e-6844-5fb0-9f5a-2ace90004001 with identifier: 120279489
2026-03-24 13:25:20 [scrapy.core.scraper] INFO: Dropped: Dropping expired listing: d4c2a75e-6844-5fb0-9f5a-2ace90004001 with expiration date: 2026-03-24T13:00:00Z
{'auction_title': '',
'c_o_2_emission_value': 123,
'color': 'RED',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 5',
'engine': '1.4L',
'expiration_date': '2026-03-24T13:00:00Z',
'fuel_type': 'Petrol',
'id': 'd4c2a75e-6844-5fb0-9f5a-2ace90004001',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'GF13KXU',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120279489',
'listing': 'auction',
'location': 'Aston Barclay Wakefield',
'make': 'VOLKSWAGEN',
'model': 'GOLF HATCHBACK',
'odometer': 126982,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2013-06-14',
'seller_name': 'Vantage Motor Group',
'title': 'VOLKSWAGEN GOLF HATCHBACK 1.4 TSI SE 5dr',
'transmission': 'manual',
'trim': '1.4 TSI SE 5dr',
'vin': None,
'year': 2013}
2026-03-24 13:25:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:25:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120279489%27 HTTP/1.1" 200 None
2026-03-24 13:25:20 [astonbarclay.gb] INFO: Saving data for 120279489: {'auction_closing_time': 1774357200.0, 'created_time': 1773402866.156122, 'last_price_update_time': 1774358720.131162}
2026-03-24 13:25:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:25:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120279489') HTTP/1.1" 204 0
2026-03-24 13:25:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120543880?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-24 13:25:21 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:25:21 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120543880, 'registration': 'YY21EKN', 'account': 'VAN038', 'make': 'LAND ROVER', 'model': 'RANGE ROVER EVOQUE DIESEL HATCHBACK', 'derivative': '2.0 D200 R-Dynamic SE 5dr Auto', 'mileage': 44770, 'mileageWarranty': True, 'type': 'car', 'saleId': 18906, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 626}, 'saleStart': '2026-03-24T13:00Z', 'lot': 561, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2021-03-10', 'fuel': 'Diesel', 'motExpiry': '2027-03-09', 'doors': 5, 'engineSize': 1998, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/YY21EKN/2026-03-21/image/e21c8305-2fd6-4dfe-9e90-d01df335f712_removebg.jpg?w=600', 'https://abimg003.imgix.net/YY21EKN/2026-03-21/image/b0005dce-32fe-4b10-872d-bf388d629329_removebg.jpg?w=600', 'https://abimg003.imgix.net/YY21EKN/2026-03-21/image/b3e3c456-5cc8-4f8b-add4-a3a6ceefded1_removebg.jpg?w=600', 'https://abimg003.imgix.net/YY21EKN/2026-03-21/image/6289738f-3ba2-4f02-920a-b255cd006987_removebg.jpg?w=600', 'https://abimg003.imgix.net/YY21EKN/2026-03-21/image/2e9e7cdf-7233-4e41-acee-840de83ff9da_removebg.jpg?w=600', 'https://abimg003.imgix.net/YY21EKN/2026-03-21/image/af807505-1fc6-481f-9d09-cb2ed5398e95_removebg.jpg?w=600', 'https://abimg003.imgix.net/YY21EKN/2026-03-21/image/9bcad673-88d5-406f-9d15-04cce277c5b6_removebg.jpg?w=600', 'https://abimg003.imgix.net/YY21EKN/2026-03-21/image/04b0a2b8-9370-4834-a725-544261347e37_removebg.jpg?w=600', 'https://abimg003.imgix.net/YY21EKN/2026-03-21/image/cafc3027-196b-46f5-af05-5a9e01a07a3d_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print and book 03/23 - 16K, 10/24 - 29K, 02/25 - 33K, 02/26 - 43K,', 'remarks': '**1222** VOSA STATES 24K, 33K, 43K', 'virtual': False, 'seller': 'Vantage Motor Group', '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/3fa759ee-f311-47f1-861e-5bd59fbfe88c.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 13:25:21 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120543880, 'registration': 'YY21EKN', 'account': 'VAN038', 'make': 'LAND ROVER', 'model': 'RANGE ROVER EVOQUE DIESEL HATCHBACK', 'derivative': '2.0 D200 R-Dynamic SE 5dr Auto', 'mileage': 44770, 'mileageWarranty': True, 'type': 'car', 'saleId': 18906, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 626}, 'saleStart': '2026-03-24T13:00Z', 'lot': 561, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2021-03-10', 'fuel': 'Diesel', 'motExpiry': '2027-03-09', 'doors': 5, 'engineSize': 1998, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/YY21EKN/2026-03-21/image/e21c8305-2fd6-4dfe-9e90-d01df335f712_removebg.jpg?w=600', 'https://abimg003.imgix.net/YY21EKN/2026-03-21/image/b0005dce-32fe-4b10-872d-bf388d629329_removebg.jpg?w=600', 'https://abimg003.imgix.net/YY21EKN/2026-03-21/image/b3e3c456-5cc8-4f8b-add4-a3a6ceefded1_removebg.jpg?w=600', 'https://abimg003.imgix.net/YY21EKN/2026-03-21/image/6289738f-3ba2-4f02-920a-b255cd006987_removebg.jpg?w=600', 'https://abimg003.imgix.net/YY21EKN/2026-03-21/image/2e9e7cdf-7233-4e41-acee-840de83ff9da_removebg.jpg?w=600', 'https://abimg003.imgix.net/YY21EKN/2026-03-21/image/af807505-1fc6-481f-9d09-cb2ed5398e95_removebg.jpg?w=600', 'https://abimg003.imgix.net/YY21EKN/2026-03-21/image/9bcad673-88d5-406f-9d15-04cce277c5b6_removebg.jpg?w=600', 'https://abimg003.imgix.net/YY21EKN/2026-03-21/image/04b0a2b8-9370-4834-a725-544261347e37_removebg.jpg?w=600', 'https://abimg003.imgix.net/YY21EKN/2026-03-21/image/cafc3027-196b-46f5-af05-5a9e01a07a3d_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print and book 03/23 - 16K, 10/24 - 29K, 02/25 - 33K, 02/26 - 43K,', 'remarks': '**1222** VOSA STATES 24K, 33K, 43K', 'virtual': False, 'seller': 'Vantage Motor Group', '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/3fa759ee-f311-47f1-861e-5bd59fbfe88c.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 13:25:21 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ecc07e67-d870-5edc-8de5-14ebfc4a5f43 with identifier: 120543880
2026-03-24 13:25:21 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ecc07e67-d870-5edc-8de5-14ebfc4a5f43 with scrape type 2
2026-03-24 13:25:21 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ecc07e67-d870-5edc-8de5-14ebfc4a5f43 with scrape type 2
2026-03-24 13:25:21 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: ecc07e67-d870-5edc-8de5-14ebfc4a5f43, identifier: 120543880
2026-03-24 13:25:21 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: ecc07e67-d870-5edc-8de5-14ebfc4a5f43 with identifier: 120543880
2026-03-24 13:25:21 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: ecc07e67-d870-5edc-8de5-14ebfc4a5f43 with identifier: 120543880
2026-03-24 13:25:21 [scrapy.core.scraper] INFO: Dropped: Dropping expired listing: ecc07e67-d870-5edc-8de5-14ebfc4a5f43 with expiration date: 2026-03-24T13:00:00Z
{'auction_title': '',
'c_o_2_emission_value': 174,
'color': 'GREY',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'expiration_date': '2026-03-24T13:00:00Z',
'fuel_type': 'Diesel',
'id': 'ecc07e67-d870-5edc-8de5-14ebfc4a5f43',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'YY21EKN',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120543880',
'listing': 'auction',
'location': 'Aston Barclay Wakefield',
'make': 'LAND ROVER',
'model': 'RANGE ROVER EVOQUE DIESEL HATCHBACK',
'odometer': 44770,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-03-10',
'seller_name': 'Vantage Motor Group',
'title': 'LAND ROVER RANGE ROVER EVOQUE DIESEL HATCHBACK 2.0 D200 R-Dynamic '
'SE 5dr Auto',
'transmission': 'automatic',
'trim': '2.0 D200 R-Dynamic SE 5dr Auto',
'vin': None,
'year': 2021}
2026-03-24 13:25:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:25:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120543880%27 HTTP/1.1" 200 None
2026-03-24 13:25:21 [astonbarclay.gb] INFO: Saving data for 120543880: {'auction_closing_time': 1774357200.0, 'created_time': 1773947351.408275, 'last_price_update_time': 1774358721.452202}
2026-03-24 13:25:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:25:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120543880') HTTP/1.1" 204 0
2026-03-24 13:25:21 [zyte_api._retry] DEBUG: Finished call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request' after 129.721(s), this was the 1st time calling it.
2026-03-24 13:25:21 [zyte_api._retry] DEBUG: Retrying zyte_api._async.AsyncZyteAPI.get.<locals>.request in 5.210429012797766 seconds as it raised ClientConnectorError: Cannot connect to host api.zyte.com:443 ssl:default [Connect call failed ('69.41.180.81', 443)].
2026-03-24 13:25:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120557682?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-24 13:25:26 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:25:26 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120557682, 'registration': 'YR17NFO', 'account': 'VAN044', 'make': 'MAZDA', 'model': 'MAZDA2 HATCHBACK', 'derivative': '1.5 75 SE 5dr', 'mileage': 81977, 'mileageWarranty': True, 'type': 'car', 'saleId': 18906, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 625}, 'saleStart': '2026-03-24T13:00Z', 'lot': 557, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2017-03-29', 'fuel': 'Petrol', 'motExpiry': '2026-03-28', 'doors': 5, 'engineSize': 1496, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/YR17NFO/2026-03-20/image/dcdee251-f6a4-4a51-baed-f1b531b35ebf_removebg.jpg?w=600', 'https://abimg003.imgix.net/YR17NFO/2026-03-20/image/6e63fb11-1d72-4bd9-87ea-cda4d42244cd_removebg.jpg?w=600', 'https://abimg003.imgix.net/YR17NFO/2026-03-20/image/6f58feaa-2b63-47ee-ac5b-fc9d5a28be01_removebg.jpg?w=600', 'https://abimg003.imgix.net/YR17NFO/2026-03-20/image/a2a1cbbc-af6c-4258-9924-ca3f0e84dd1b_removebg.jpg?w=600', 'https://abimg003.imgix.net/YR17NFO/2026-03-20/image/94a3d323-38e4-4838-b1af-95c5be684286_removebg.jpg?w=600', 'https://abimg003.imgix.net/YR17NFO/2026-03-20/image/ec81cff2-5334-4d56-af44-f382e2987f01_removebg.jpg?w=600', 'https://abimg003.imgix.net/YR17NFO/2026-03-20/image/e220b4c4-ff47-499e-a551-a7dd703a3287_removebg.jpg?w=600', 'https://abimg003.imgix.net/YR17NFO/2026-03-20/image/708dccde-d7bb-4db0-b5db-b7ca5e49417b_removebg.jpg?w=600', 'https://abimg003.imgix.net/YR17NFO/2026-03-20/image/b6ad3aef-c298-4d4e-b8b8-cbfc983dc352_removebg.jpg?w=600'], 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print 04/18 - 11K, 03/19 - 23K, 03/22 - 48K,', 'remarks': '**1243** VOSA STATES 35K, 41K, 48K, 57K, 65K, 74K', '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/a55b4520-1992-4098-9ecd-8c827485c2d4.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 13:25:26 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120557682, 'registration': 'YR17NFO', 'account': 'VAN044', 'make': 'MAZDA', 'model': 'MAZDA2 HATCHBACK', 'derivative': '1.5 75 SE 5dr', 'mileage': 81977, 'mileageWarranty': True, 'type': 'car', 'saleId': 18906, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 625}, 'saleStart': '2026-03-24T13:00Z', 'lot': 557, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2017-03-29', 'fuel': 'Petrol', 'motExpiry': '2026-03-28', 'doors': 5, 'engineSize': 1496, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/YR17NFO/2026-03-20/image/dcdee251-f6a4-4a51-baed-f1b531b35ebf_removebg.jpg?w=600', 'https://abimg003.imgix.net/YR17NFO/2026-03-20/image/6e63fb11-1d72-4bd9-87ea-cda4d42244cd_removebg.jpg?w=600', 'https://abimg003.imgix.net/YR17NFO/2026-03-20/image/6f58feaa-2b63-47ee-ac5b-fc9d5a28be01_removebg.jpg?w=600', 'https://abimg003.imgix.net/YR17NFO/2026-03-20/image/a2a1cbbc-af6c-4258-9924-ca3f0e84dd1b_removebg.jpg?w=600', 'https://abimg003.imgix.net/YR17NFO/2026-03-20/image/94a3d323-38e4-4838-b1af-95c5be684286_removebg.jpg?w=600', 'https://abimg003.imgix.net/YR17NFO/2026-03-20/image/ec81cff2-5334-4d56-af44-f382e2987f01_removebg.jpg?w=600', 'https://abimg003.imgix.net/YR17NFO/2026-03-20/image/e220b4c4-ff47-499e-a551-a7dd703a3287_removebg.jpg?w=600', 'https://abimg003.imgix.net/YR17NFO/2026-03-20/image/708dccde-d7bb-4db0-b5db-b7ca5e49417b_removebg.jpg?w=600', 'https://abimg003.imgix.net/YR17NFO/2026-03-20/image/b6ad3aef-c298-4d4e-b8b8-cbfc983dc352_removebg.jpg?w=600'], 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print 04/18 - 11K, 03/19 - 23K, 03/22 - 48K,', 'remarks': '**1243** VOSA STATES 35K, 41K, 48K, 57K, 65K, 74K', '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/a55b4520-1992-4098-9ecd-8c827485c2d4.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 13:25:26 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 129af68b-9ae9-5ae4-b188-ee0e892eb4bd with identifier: 120557682
2026-03-24 13:25:26 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 129af68b-9ae9-5ae4-b188-ee0e892eb4bd with scrape type 2
2026-03-24 13:25:26 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 129af68b-9ae9-5ae4-b188-ee0e892eb4bd with scrape type 2
2026-03-24 13:25:26 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 129af68b-9ae9-5ae4-b188-ee0e892eb4bd, identifier: 120557682
2026-03-24 13:25:26 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 129af68b-9ae9-5ae4-b188-ee0e892eb4bd with identifier: 120557682
2026-03-24 13:25:26 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 129af68b-9ae9-5ae4-b188-ee0e892eb4bd with identifier: 120557682
2026-03-24 13:25:26 [scrapy.core.scraper] INFO: Dropped: Dropping expired listing: 129af68b-9ae9-5ae4-b188-ee0e892eb4bd with expiration date: 2026-03-24T13:00:00Z
{'auction_title': '',
'c_o_2_emission_value': 110,
'color': 'WHITE',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'expiration_date': '2026-03-24T13:00:00Z',
'fuel_type': 'Petrol',
'id': '129af68b-9ae9-5ae4-b188-ee0e892eb4bd',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'YR17NFO',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120557682',
'listing': 'auction',
'location': 'Aston Barclay Wakefield',
'make': 'MAZDA',
'model': 'MAZDA2 HATCHBACK',
'odometer': 81977,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2017-03-29',
'seller_name': 'Vantage Motor Group',
'title': 'MAZDA MAZDA2 HATCHBACK 1.5 75 SE 5dr',
'transmission': 'manual',
'trim': '1.5 75 SE 5dr',
'vin': None,
'year': 2017}
2026-03-24 13:25:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:25:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120557682%27 HTTP/1.1" 200 None
2026-03-24 13:25:26 [astonbarclay.gb] INFO: Saving data for 120557682: {'auction_closing_time': 1774357200.0, 'created_time': 1773947527.217768, 'last_price_update_time': 1774358726.651216}
2026-03-24 13:25:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:25:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120557682') HTTP/1.1" 204 0
2026-03-24 13:25:26 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 2nd time calling it.
2026-03-24 13:25:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/119819979?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-24 13:25:34 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:25:34 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 119819979, 'registration': 'YC69ZHX', 'account': 'VAN041', 'make': 'SKODA', 'model': 'SCALA HATCHBACK', 'derivative': '1.0 TSI SE 5dr', 'mileage': 38087, 'mileageWarranty': True, 'type': 'car', 'saleId': 18906, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 624}, 'saleStart': '2026-03-24T13:00Z', 'lot': 560, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2020-01-24', 'fuel': 'Petrol', 'motExpiry': '2026-12-11', 'doors': 5, 'engineSize': 999, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/YC69ZHX/2026-02-26/image/9c28ff76-1808-4567-b66a-6a85ffa83fe8_removebg.jpg?w=600', 'https://abimg003.imgix.net/YC69ZHX/2026-02-26/image/bf9d0e4f-1b1c-4ce6-90fa-5e98be4fe80e_removebg.jpg?w=600', 'https://abimg003.imgix.net/YC69ZHX/2026-02-26/image/91c05f6e-23f2-4d81-b231-b57bb455ef4c_removebg.jpg?w=600', 'https://abimg003.imgix.net/YC69ZHX/2026-02-26/image/791ba326-6e02-4989-80a1-d75ddba4433b_removebg.jpg?w=600', 'https://abimg003.imgix.net/YC69ZHX/2026-02-26/image/4f2f7b34-b36a-4cb5-b3c2-516db5be58a2_removebg.jpg?w=600', 'https://abimg003.imgix.net/YC69ZHX/2026-02-26/image/f955387b-bc2e-45e2-b29e-1166fbe1c13d_removebg.jpg?w=600', 'https://abimg003.imgix.net/YC69ZHX/2026-02-26/image/a42a0a2c-74b0-4ca2-b951-deb110d6c14b_removebg.jpg?w=600', 'https://abimg003.imgix.net/YC69ZHX/2026-02-26/image/e4368584-90fd-483a-8f3a-0d2db883e421_removebg.jpg?w=600', 'https://abimg003.imgix.net/YC69ZHX/2026-02-26/image/37b96d7e-46bc-41c8-8cfe-7b9bf8b52bb2_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print 01/21 - 2K, 01/22 - 6K, 02/24 - 14K, 03/25 - 28K,', 'remarks': '**1264** VOSA STATES 10K, 14K,24K, 36K,', 'virtual': False, 'seller': 'Vantage Motor Group', '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/e42a04a9-1b56-4df4-86a6-b5a64302a573.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 13:25:34 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 119819979, 'registration': 'YC69ZHX', 'account': 'VAN041', 'make': 'SKODA', 'model': 'SCALA HATCHBACK', 'derivative': '1.0 TSI SE 5dr', 'mileage': 38087, 'mileageWarranty': True, 'type': 'car', 'saleId': 18906, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 624}, 'saleStart': '2026-03-24T13:00Z', 'lot': 560, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2020-01-24', 'fuel': 'Petrol', 'motExpiry': '2026-12-11', 'doors': 5, 'engineSize': 999, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/YC69ZHX/2026-02-26/image/9c28ff76-1808-4567-b66a-6a85ffa83fe8_removebg.jpg?w=600', 'https://abimg003.imgix.net/YC69ZHX/2026-02-26/image/bf9d0e4f-1b1c-4ce6-90fa-5e98be4fe80e_removebg.jpg?w=600', 'https://abimg003.imgix.net/YC69ZHX/2026-02-26/image/91c05f6e-23f2-4d81-b231-b57bb455ef4c_removebg.jpg?w=600', 'https://abimg003.imgix.net/YC69ZHX/2026-02-26/image/791ba326-6e02-4989-80a1-d75ddba4433b_removebg.jpg?w=600', 'https://abimg003.imgix.net/YC69ZHX/2026-02-26/image/4f2f7b34-b36a-4cb5-b3c2-516db5be58a2_removebg.jpg?w=600', 'https://abimg003.imgix.net/YC69ZHX/2026-02-26/image/f955387b-bc2e-45e2-b29e-1166fbe1c13d_removebg.jpg?w=600', 'https://abimg003.imgix.net/YC69ZHX/2026-02-26/image/a42a0a2c-74b0-4ca2-b951-deb110d6c14b_removebg.jpg?w=600', 'https://abimg003.imgix.net/YC69ZHX/2026-02-26/image/e4368584-90fd-483a-8f3a-0d2db883e421_removebg.jpg?w=600', 'https://abimg003.imgix.net/YC69ZHX/2026-02-26/image/37b96d7e-46bc-41c8-8cfe-7b9bf8b52bb2_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print 01/21 - 2K, 01/22 - 6K, 02/24 - 14K, 03/25 - 28K,', 'remarks': '**1264** VOSA STATES 10K, 14K,24K, 36K,', 'virtual': False, 'seller': 'Vantage Motor Group', '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/e42a04a9-1b56-4df4-86a6-b5a64302a573.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 13:25:34 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4bdc7054-518d-5ee7-b87f-217870de2e85 with identifier: 119819979
2026-03-24 13:25:34 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4bdc7054-518d-5ee7-b87f-217870de2e85 with scrape type 2
2026-03-24 13:25:34 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4bdc7054-518d-5ee7-b87f-217870de2e85 with scrape type 2
2026-03-24 13:25:34 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 4bdc7054-518d-5ee7-b87f-217870de2e85, identifier: 119819979
2026-03-24 13:25:34 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 4bdc7054-518d-5ee7-b87f-217870de2e85 with identifier: 119819979
2026-03-24 13:25:34 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 4bdc7054-518d-5ee7-b87f-217870de2e85 with identifier: 119819979
2026-03-24 13:25:34 [scrapy.core.scraper] INFO: Dropped: Dropping expired listing: 4bdc7054-518d-5ee7-b87f-217870de2e85 with expiration date: 2026-03-24T13:00:00Z
{'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-24T13:00:00Z',
'fuel_type': 'Petrol',
'id': '4bdc7054-518d-5ee7-b87f-217870de2e85',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'YC69ZHX',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/119819979',
'listing': 'auction',
'location': 'Aston Barclay Wakefield',
'make': 'SKODA',
'model': 'SCALA HATCHBACK',
'odometer': 38087,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-01-24',
'seller_name': 'Vantage Motor Group',
'title': 'SKODA SCALA HATCHBACK 1.0 TSI SE 5dr',
'transmission': 'manual',
'trim': '1.0 TSI SE 5dr',
'vin': None,
'year': 2020}
2026-03-24 13:25:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:25:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27119819979%27 HTTP/1.1" 200 None
2026-03-24 13:25:34 [astonbarclay.gb] INFO: Saving data for 119819979: {'auction_closing_time': 1774357200.0, 'created_time': 1773403259.606443, 'last_price_update_time': 1774358734.584435}
2026-03-24 13:25:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:25:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='119819979') HTTP/1.1" 204 0
2026-03-24 13:25:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120264018?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-24 13:25:39 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:25:39 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120264018, 'registration': 'FP14TVU', 'account': 'KCS002', 'make': 'VAUXHALL', 'model': 'MOKKA HATCHBACK', 'derivative': '1.4T Tech Line 5dr 4WD', 'mileage': 101948, 'mileageWarranty': True, 'type': 'car', 'saleId': 19176, 'siteId': 659780, 'site': {'id': 659780, 'name': 'Aston Barclay Westbury', 'vehicles': 130}, 'saleStart': '2026-03-25T09:45Z', 'lot': 2126, 'hall': 'Main Hall', 'transmission': 'manual', 'firstRegistration': '2014-05-21', 'fuel': 'Petrol', 'motExpiry': '2026-09-05', 'doors': 5, 'engineSize': 1364, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/FP14TVU/2026-03-10/image/cbd1cec5-df47-4348-8d3e-c01aead7b252_removebg.jpg?w=600', 'https://abimg003.imgix.net/FP14TVU/2026-03-10/image/33c7ca73-c115-4381-9de1-1ca96909e9ed_removebg.jpg?w=600', 'https://abimg003.imgix.net/FP14TVU/2026-03-10/image/f8fbd771-3292-48d5-a0a5-79b2115a8b0e_removebg.jpg?w=600', 'https://abimg003.imgix.net/FP14TVU/2026-03-10/image/80936817-1e6c-4ac3-8027-a44d4e132900_removebg.jpg?w=600', 'https://abimg003.imgix.net/FP14TVU/2026-03-10/image/b35509b2-4743-459f-b864-1b33433e3827_removebg.jpg?w=600', 'https://abimg003.imgix.net/FP14TVU/2026-03-10/image/b82d5331-3095-484d-9378-2a70dd4a7413_removebg.jpg?w=600'], 'colour': 'BLUE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Express', 'serviceHistory': 'Service invoice 7/19 43K, 7/20 53K, 7/21 64K, 6/22 85K, 9/25 99K,', 'remarks': 'SPARE KEY (Damaged)', 'virtual': False, 'seller': 'CarBuy Limited', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '4', 'v5': True, 'v5details': 'Here', 'co2': 149, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/810060df-bb01-4bb8-86bd-474aa76454c2.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 13:25:39 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120264018, 'registration': 'FP14TVU', 'account': 'KCS002', 'make': 'VAUXHALL', 'model': 'MOKKA HATCHBACK', 'derivative': '1.4T Tech Line 5dr 4WD', 'mileage': 101948, 'mileageWarranty': True, 'type': 'car', 'saleId': 19176, 'siteId': 659780, 'site': {'id': 659780, 'name': 'Aston Barclay Westbury', 'vehicles': 130}, 'saleStart': '2026-03-25T09:45Z', 'lot': 2126, 'hall': 'Main Hall', 'transmission': 'manual', 'firstRegistration': '2014-05-21', 'fuel': 'Petrol', 'motExpiry': '2026-09-05', 'doors': 5, 'engineSize': 1364, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/FP14TVU/2026-03-10/image/cbd1cec5-df47-4348-8d3e-c01aead7b252_removebg.jpg?w=600', 'https://abimg003.imgix.net/FP14TVU/2026-03-10/image/33c7ca73-c115-4381-9de1-1ca96909e9ed_removebg.jpg?w=600', 'https://abimg003.imgix.net/FP14TVU/2026-03-10/image/f8fbd771-3292-48d5-a0a5-79b2115a8b0e_removebg.jpg?w=600', 'https://abimg003.imgix.net/FP14TVU/2026-03-10/image/80936817-1e6c-4ac3-8027-a44d4e132900_removebg.jpg?w=600', 'https://abimg003.imgix.net/FP14TVU/2026-03-10/image/b35509b2-4743-459f-b864-1b33433e3827_removebg.jpg?w=600', 'https://abimg003.imgix.net/FP14TVU/2026-03-10/image/b82d5331-3095-484d-9378-2a70dd4a7413_removebg.jpg?w=600'], 'colour': 'BLUE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Express', 'serviceHistory': 'Service invoice 7/19 43K, 7/20 53K, 7/21 64K, 6/22 85K, 9/25 99K,', 'remarks': 'SPARE KEY (Damaged)', 'virtual': False, 'seller': 'CarBuy Limited', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '4', 'v5': True, 'v5details': 'Here', 'co2': 149, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/810060df-bb01-4bb8-86bd-474aa76454c2.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 13:25:39 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: fc390cd7-4e26-5d75-944e-ed53cb1650e9 with identifier: 120264018
2026-03-24 13:25:39 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fc390cd7-4e26-5d75-944e-ed53cb1650e9 with scrape type 2
2026-03-24 13:25:39 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item fc390cd7-4e26-5d75-944e-ed53cb1650e9 with scrape type 2
2026-03-24 13:25:39 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: fc390cd7-4e26-5d75-944e-ed53cb1650e9, identifier: 120264018
2026-03-24 13:25:39 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: fc390cd7-4e26-5d75-944e-ed53cb1650e9 with identifier: 120264018
2026-03-24 13:25:39 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: fc390cd7-4e26-5d75-944e-ed53cb1650e9 with identifier: 120264018
2026-03-24 13:25:39 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: fc390cd7-4e26-5d75-944e-ed53cb1650e9 with identifier: 120264018 to the API
2026-03-24 13:25:39 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 13:25: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-24 13:25:39 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120264018?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 149,
'color': 'BLUE',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 5',
'engine': '1.4L',
'expiration_date': '2026-03-25T09:45:00Z',
'fuel_type': 'Petrol',
'id': 'fc390cd7-4e26-5d75-944e-ed53cb1650e9',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'FP14TVU',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120264018',
'listing': 'auction',
'location': 'Aston Barclay Westbury',
'make': 'VAUXHALL',
'model': 'MOKKA HATCHBACK',
'odometer': 101948,
'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': 'CarBuy Limited',
'title': 'VAUXHALL MOKKA HATCHBACK 1.4T Tech Line 5dr 4WD',
'transmission': 'manual',
'trim': '1.4T Tech Line 5dr 4WD',
'vin': None,
'year': 2014}
2026-03-24 13:25:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:25:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120264018%27 HTTP/1.1" 200 None
2026-03-24 13:25:39 [astonbarclay.gb] INFO: Saving data for 120264018: {'auction_closing_time': 1774431900.0, 'created_time': 1773403511.09783, 'last_price_update_time': 1774358739.73847}
2026-03-24 13:25:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:25:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120264018') HTTP/1.1" 204 0
2026-03-24 13:25:45 [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-24 13:25:45 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:25:45 [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': 18906, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 624}, 'saleStart': '2026-03-24T13:00Z', 'lot': 549, '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-24 13:25:45 [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': 18906, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 624}, 'saleStart': '2026-03-24T13:00Z', 'lot': 549, '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-24 13:25:45 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1b60e769-67ad-5b0b-b53e-95e91fe5b320 with identifier: 120237809
2026-03-24 13:25:45 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1b60e769-67ad-5b0b-b53e-95e91fe5b320 with scrape type 2
2026-03-24 13:25:45 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1b60e769-67ad-5b0b-b53e-95e91fe5b320 with scrape type 2
2026-03-24 13:25:45 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 1b60e769-67ad-5b0b-b53e-95e91fe5b320, identifier: 120237809
2026-03-24 13:25:45 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 1b60e769-67ad-5b0b-b53e-95e91fe5b320 with identifier: 120237809
2026-03-24 13:25:45 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 1b60e769-67ad-5b0b-b53e-95e91fe5b320 with identifier: 120237809
2026-03-24 13:25:45 [scrapy.core.scraper] INFO: Dropped: Dropping expired listing: 1b60e769-67ad-5b0b-b53e-95e91fe5b320 with expiration date: 2026-03-24T13:00:00Z
{'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-24T13:00: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-24 13:25:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:25:45 [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-24 13:25:45 [astonbarclay.gb] INFO: Saving data for 120237809: {'auction_closing_time': 1774357200.0, 'created_time': 1773402929.141579, 'last_price_update_time': 1774358745.485247}
2026-03-24 13:25:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:25:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120237809') HTTP/1.1" 204 0
2026-03-24 13:25:46 [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-24 13:25:46 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:25:46 [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': 18906, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 625}, 'saleStart': '2026-03-24T13:00Z', 'lot': 550, '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-24 13:25:46 [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': 18906, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 625}, 'saleStart': '2026-03-24T13:00Z', 'lot': 550, '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-24 13:25:46 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4708c91c-8c1f-5ccf-aa87-3a528cc79f84 with identifier: 119801407
2026-03-24 13:25:46 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4708c91c-8c1f-5ccf-aa87-3a528cc79f84 with scrape type 2
2026-03-24 13:25:46 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4708c91c-8c1f-5ccf-aa87-3a528cc79f84 with scrape type 2
2026-03-24 13:25:46 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 4708c91c-8c1f-5ccf-aa87-3a528cc79f84, identifier: 119801407
2026-03-24 13:25:46 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 4708c91c-8c1f-5ccf-aa87-3a528cc79f84 with identifier: 119801407
2026-03-24 13:25:46 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 4708c91c-8c1f-5ccf-aa87-3a528cc79f84 with identifier: 119801407
2026-03-24 13:25:46 [scrapy.core.scraper] INFO: Dropped: Dropping expired listing: 4708c91c-8c1f-5ccf-aa87-3a528cc79f84 with expiration date: 2026-03-24T13:00:00Z
{'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-24T13:00: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-24 13:25:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:25:46 [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-24 13:25:46 [astonbarclay.gb] INFO: Saving data for 119801407: {'auction_closing_time': 1774357200.0, 'created_time': 1773404957.275929, 'last_price_update_time': 1774358746.556404}
2026-03-24 13:25:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:25:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='119801407') HTTP/1.1" 204 0
2026-03-24 13:25:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120470283?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-24 13:25:47 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:25:47 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120470283, 'registration': 'OY20XWR', 'account': 'HAT007', 'make': 'LAND ROVER', 'model': 'RANGE ROVER DIESEL ESTATE', 'derivative': '4.4 SDV8 Autobiography 4dr Auto', 'mileage': 66588, 'mileageWarranty': True, 'type': 'car', 'saleId': 18906, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 625}, 'saleStart': '2026-03-24T13:00Z', 'lot': 547, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2020-03-09', 'fuel': 'Diesel', 'motExpiry': '2026-06-28', 'doors': 4, 'engineSize': 4367, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/OY20XWR/2026-03-19/image/860239f2-0e49-4f03-a330-04c757f62ed1_removebg.jpg?w=600', 'https://abimg003.imgix.net/OY20XWR/2026-03-19/image/7338e20f-0c27-4e75-89ba-2ffe00e6baf2_removebg.jpg?w=600', 'https://abimg003.imgix.net/OY20XWR/2026-03-19/image/5f03139c-406b-4d7e-88cf-39924ef6f09f_removebg.jpg?w=600', 'https://abimg003.imgix.net/OY20XWR/2026-03-19/image/2f5fed0a-bca5-4ead-8217-28eeb170c91e_removebg.jpg?w=600', 'https://abimg003.imgix.net/OY20XWR/2026-03-19/image/6af88b40-0800-4d64-8fb6-79fe6fabdef4_removebg.jpg?w=600', 'https://abimg003.imgix.net/OY20XWR/2026-03-19/image/dc3ccaf2-66db-4f2d-a6b1-28fffb3eed5e_removebg.jpg?w=600', 'https://abimg003.imgix.net/OY20XWR/2026-03-19/image/3bb2d0f1-91b7-4f15-8763-4f01ea339d06_removebg.jpg?w=600', 'https://abimg003.imgix.net/OY20XWR/2026-03-19/image/71b460ed-3172-41fa-bb02-7ea4601767d8_removebg.jpg?w=600', 'https://abimg003.imgix.net/OY20XWR/2026-03-19/image/701dbb0a-2f2f-4a06-80a2-eb6f6f65bf72_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print 05/21 - 13K, 11/21 - 25K, 04/22 - 29K, 04/23 - 39K, 04/24 - 47K, 12/24 - 55K, 01/26 - 65K,', 'remarks': '**30** VOSA STATES 29K, 40K, 50K, 59K', 'virtual': False, 'seller': 'Hatfields Group', '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/6ae0d4dc-4528-4b87-9cfc-ecb8a79b643a.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 13:25:47 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120470283, 'registration': 'OY20XWR', 'account': 'HAT007', 'make': 'LAND ROVER', 'model': 'RANGE ROVER DIESEL ESTATE', 'derivative': '4.4 SDV8 Autobiography 4dr Auto', 'mileage': 66588, 'mileageWarranty': True, 'type': 'car', 'saleId': 18906, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 625}, 'saleStart': '2026-03-24T13:00Z', 'lot': 547, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2020-03-09', 'fuel': 'Diesel', 'motExpiry': '2026-06-28', 'doors': 4, 'engineSize': 4367, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/OY20XWR/2026-03-19/image/860239f2-0e49-4f03-a330-04c757f62ed1_removebg.jpg?w=600', 'https://abimg003.imgix.net/OY20XWR/2026-03-19/image/7338e20f-0c27-4e75-89ba-2ffe00e6baf2_removebg.jpg?w=600', 'https://abimg003.imgix.net/OY20XWR/2026-03-19/image/5f03139c-406b-4d7e-88cf-39924ef6f09f_removebg.jpg?w=600', 'https://abimg003.imgix.net/OY20XWR/2026-03-19/image/2f5fed0a-bca5-4ead-8217-28eeb170c91e_removebg.jpg?w=600', 'https://abimg003.imgix.net/OY20XWR/2026-03-19/image/6af88b40-0800-4d64-8fb6-79fe6fabdef4_removebg.jpg?w=600', 'https://abimg003.imgix.net/OY20XWR/2026-03-19/image/dc3ccaf2-66db-4f2d-a6b1-28fffb3eed5e_removebg.jpg?w=600', 'https://abimg003.imgix.net/OY20XWR/2026-03-19/image/3bb2d0f1-91b7-4f15-8763-4f01ea339d06_removebg.jpg?w=600', 'https://abimg003.imgix.net/OY20XWR/2026-03-19/image/71b460ed-3172-41fa-bb02-7ea4601767d8_removebg.jpg?w=600', 'https://abimg003.imgix.net/OY20XWR/2026-03-19/image/701dbb0a-2f2f-4a06-80a2-eb6f6f65bf72_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print 05/21 - 13K, 11/21 - 25K, 04/22 - 29K, 04/23 - 39K, 04/24 - 47K, 12/24 - 55K, 01/26 - 65K,', 'remarks': '**30** VOSA STATES 29K, 40K, 50K, 59K', 'virtual': False, 'seller': 'Hatfields Group', '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/6ae0d4dc-4528-4b87-9cfc-ecb8a79b643a.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 13:25:47 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8a6d2a35-2113-5169-bb2f-ead030fc2c23 with identifier: 120470283
2026-03-24 13:25:47 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8a6d2a35-2113-5169-bb2f-ead030fc2c23 with scrape type 2
2026-03-24 13:25:47 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8a6d2a35-2113-5169-bb2f-ead030fc2c23 with scrape type 2
2026-03-24 13:25:47 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 8a6d2a35-2113-5169-bb2f-ead030fc2c23, identifier: 120470283
2026-03-24 13:25:47 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 8a6d2a35-2113-5169-bb2f-ead030fc2c23 with identifier: 120470283
2026-03-24 13:25:47 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 8a6d2a35-2113-5169-bb2f-ead030fc2c23 with identifier: 120470283
2026-03-24 13:25:47 [scrapy.core.scraper] INFO: Dropped: Dropping expired listing: 8a6d2a35-2113-5169-bb2f-ead030fc2c23 with expiration date: 2026-03-24T13:00:00Z
{'auction_title': '',
'c_o_2_emission_value': 243,
'color': 'GREY',
'currency': 'GBP',
'doors_number': 4,
'emission_standard': 'EURO 6',
'engine': '4.4L',
'expiration_date': '2026-03-24T13:00:00Z',
'fuel_type': 'Diesel',
'id': '8a6d2a35-2113-5169-bb2f-ead030fc2c23',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'OY20XWR',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120470283',
'listing': 'auction',
'location': 'Aston Barclay Wakefield',
'make': 'LAND ROVER',
'model': 'RANGE ROVER DIESEL ESTATE',
'odometer': 66588,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-03-09',
'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': 2020}
2026-03-24 13:25:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:25:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120470283%27 HTTP/1.1" 200 None
2026-03-24 13:25:47 [astonbarclay.gb] INFO: Saving data for 120470283: {'auction_closing_time': 1774357200.0, 'created_time': 1773947267.450404, 'last_price_update_time': 1774358747.62719}
2026-03-24 13:25:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:25:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120470283') HTTP/1.1" 204 0
2026-03-24 13:25:48 [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-24 13:25:48 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:25:48 [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': 18906, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 624}, 'saleStart': '2026-03-24T13:00Z', 'lot': 543, '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-24 13:25:48 [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': 18906, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 624}, 'saleStart': '2026-03-24T13:00Z', 'lot': 543, '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-24 13:25:48 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7c694218-062a-551c-b834-a5966a6a7d76 with identifier: 120225028
2026-03-24 13:25:48 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7c694218-062a-551c-b834-a5966a6a7d76 with scrape type 2
2026-03-24 13:25:48 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7c694218-062a-551c-b834-a5966a6a7d76 with scrape type 2
2026-03-24 13:25:48 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 7c694218-062a-551c-b834-a5966a6a7d76, identifier: 120225028
2026-03-24 13:25:48 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 7c694218-062a-551c-b834-a5966a6a7d76 with identifier: 120225028
2026-03-24 13:25:48 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 7c694218-062a-551c-b834-a5966a6a7d76 with identifier: 120225028
2026-03-24 13:25:48 [scrapy.core.scraper] INFO: Dropped: Dropping expired listing: 7c694218-062a-551c-b834-a5966a6a7d76 with expiration date: 2026-03-24T13:00:00Z
{'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-24T13:00: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-24 13:25:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:25:48 [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-24 13:25:48 [astonbarclay.gb] INFO: Saving data for 120225028: {'auction_closing_time': 1774357200.0, 'created_time': 1773402889.322538, 'last_price_update_time': 1774358748.566948}
2026-03-24 13:25:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:25:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120225028') HTTP/1.1" 204 0
2026-03-24 13:25:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120021794?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-24 13:25:49 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:25:49 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120021794, 'registration': 'YR19CKV', 'account': 'HAT006', 'make': 'LAND ROVER', 'model': 'DISCOVERY SPORT DIESEL SW', 'derivative': '2.0 TD4 180 Landmark 5dr Auto', 'mileage': 66148, 'mileageWarranty': True, 'type': 'car', 'saleId': 18906, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 625}, 'saleStart': '2026-03-24T13:00Z', 'lot': 536, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2019-05-07', 'fuel': 'Diesel', 'motExpiry': '2026-05-06', 'doors': 5, 'engineSize': 1999, 'bodyType': 'Station Wagon', 'images': ['https://abimg003.imgix.net/YR19CKV/2026-03-03/image/94d8a00c-c977-4999-9942-46d4ac76bf2e_removebg.jpg?w=600', 'https://abimg003.imgix.net/YR19CKV/2026-03-03/image/87d7db6a-f212-4ce0-85fb-69a84376458a_removebg.jpg?w=600', 'https://abimg003.imgix.net/YR19CKV/2026-03-03/image/506430fa-8c46-436f-a841-fd4b6bcf0fa9_removebg.jpg?w=600', 'https://abimg003.imgix.net/YR19CKV/2026-03-03/image/95911b68-9c16-4e4d-af3d-51332810bcb9_removebg.jpg?w=600', 'https://abimg003.imgix.net/YR19CKV/2026-03-03/image/24211d94-501a-48b3-acd5-0382f49b44ab_removebg.jpg?w=600', 'https://abimg003.imgix.net/YR19CKV/2026-03-03/image/51a2bf94-1dcf-49aa-ab96-4be00cafb572_removebg.jpg?w=600', 'https://abimg003.imgix.net/YR19CKV/2026-03-03/image/1eae1c63-82ab-408e-9b24-f3051048ba21_removebg.jpg?w=600', 'https://abimg003.imgix.net/YR19CKV/2026-03-03/image/16abc283-8fb2-4526-92f9-f9056369a868_removebg.jpg?w=600', 'https://abimg003.imgix.net/YR19CKV/2026-03-03/image/b9aa1c53-30dd-45aa-80b5-fb87f98c374d_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print 01/21- 15K, 09/22- 31K, 08/24- 52K,', 'remarks': '**54**VOSA STATES 27K, 38K, 48K, 61K, SD CARD', 'virtual': False, 'seller': 'Hatfields Group', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '1', 'v5': True, 'v5details': 'Here', 'co2': 170, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/fd02b2d9-80bf-403a-85b7-a0cec895e9cd.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 13:25:49 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120021794, 'registration': 'YR19CKV', 'account': 'HAT006', 'make': 'LAND ROVER', 'model': 'DISCOVERY SPORT DIESEL SW', 'derivative': '2.0 TD4 180 Landmark 5dr Auto', 'mileage': 66148, 'mileageWarranty': True, 'type': 'car', 'saleId': 18906, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 625}, 'saleStart': '2026-03-24T13:00Z', 'lot': 536, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2019-05-07', 'fuel': 'Diesel', 'motExpiry': '2026-05-06', 'doors': 5, 'engineSize': 1999, 'bodyType': 'Station Wagon', 'images': ['https://abimg003.imgix.net/YR19CKV/2026-03-03/image/94d8a00c-c977-4999-9942-46d4ac76bf2e_removebg.jpg?w=600', 'https://abimg003.imgix.net/YR19CKV/2026-03-03/image/87d7db6a-f212-4ce0-85fb-69a84376458a_removebg.jpg?w=600', 'https://abimg003.imgix.net/YR19CKV/2026-03-03/image/506430fa-8c46-436f-a841-fd4b6bcf0fa9_removebg.jpg?w=600', 'https://abimg003.imgix.net/YR19CKV/2026-03-03/image/95911b68-9c16-4e4d-af3d-51332810bcb9_removebg.jpg?w=600', 'https://abimg003.imgix.net/YR19CKV/2026-03-03/image/24211d94-501a-48b3-acd5-0382f49b44ab_removebg.jpg?w=600', 'https://abimg003.imgix.net/YR19CKV/2026-03-03/image/51a2bf94-1dcf-49aa-ab96-4be00cafb572_removebg.jpg?w=600', 'https://abimg003.imgix.net/YR19CKV/2026-03-03/image/1eae1c63-82ab-408e-9b24-f3051048ba21_removebg.jpg?w=600', 'https://abimg003.imgix.net/YR19CKV/2026-03-03/image/16abc283-8fb2-4526-92f9-f9056369a868_removebg.jpg?w=600', 'https://abimg003.imgix.net/YR19CKV/2026-03-03/image/b9aa1c53-30dd-45aa-80b5-fb87f98c374d_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print 01/21- 15K, 09/22- 31K, 08/24- 52K,', 'remarks': '**54**VOSA STATES 27K, 38K, 48K, 61K, SD CARD', 'virtual': False, 'seller': 'Hatfields Group', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '1', 'v5': True, 'v5details': 'Here', 'co2': 170, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/fd02b2d9-80bf-403a-85b7-a0cec895e9cd.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 13:25:49 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 40e91d83-fda2-5750-ae3b-30b485816d77 with identifier: 120021794
2026-03-24 13:25:49 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 40e91d83-fda2-5750-ae3b-30b485816d77 with scrape type 2
2026-03-24 13:25:49 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 40e91d83-fda2-5750-ae3b-30b485816d77 with scrape type 2
2026-03-24 13:25:49 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 40e91d83-fda2-5750-ae3b-30b485816d77, identifier: 120021794
2026-03-24 13:25:49 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 40e91d83-fda2-5750-ae3b-30b485816d77 with identifier: 120021794
2026-03-24 13:25:49 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 40e91d83-fda2-5750-ae3b-30b485816d77 with identifier: 120021794
2026-03-24 13:25:49 [scrapy.core.scraper] INFO: Dropped: Dropping expired listing: 40e91d83-fda2-5750-ae3b-30b485816d77 with expiration date: 2026-03-24T13:00:00Z
{'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-24T13:00:00Z',
'fuel_type': 'Diesel',
'id': '40e91d83-fda2-5750-ae3b-30b485816d77',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'YR19CKV',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120021794',
'listing': 'auction',
'location': 'Aston Barclay Wakefield',
'make': 'LAND ROVER',
'model': 'DISCOVERY SPORT DIESEL SW',
'odometer': 66148,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2019-05-07',
'seller_name': 'Hatfields Group',
'title': 'LAND ROVER DISCOVERY SPORT DIESEL SW 2.0 TD4 180 Landmark 5dr Auto',
'transmission': 'automatic',
'trim': '2.0 TD4 180 Landmark 5dr Auto',
'vin': None,
'year': 2019}
2026-03-24 13:25:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:25:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120021794%27 HTTP/1.1" 200 None
2026-03-24 13:25:49 [astonbarclay.gb] INFO: Saving data for 120021794: {'auction_closing_time': 1774357200.0, 'created_time': 1773404915.149802, 'last_price_update_time': 1774358749.74804}
2026-03-24 13:25:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:25:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120021794') HTTP/1.1" 204 0
2026-03-24 13:25:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120247489?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-24 13:25:50 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:25:50 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120247489, 'registration': 'YW19GZS', 'account': 'HAT008', 'make': 'LAND ROVER', 'model': 'DISCOVERY SPORT DIESEL SW', 'derivative': '2.0 TD4 180 Landmark 5dr Auto', 'mileage': 101538, 'mileageWarranty': True, 'type': 'car', 'saleId': 18906, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 624}, 'saleStart': '2026-03-24T13:00Z', 'lot': 542, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2019-05-25', 'fuel': 'Diesel', 'motExpiry': '2026-05-24', 'doors': 5, 'engineSize': 1999, 'bodyType': 'Station Wagon', 'images': ['https://abimg003.imgix.net/YW19GZS/2026-03-12/image/ce0f26a4-a5ef-4127-ba6e-f49af3f5f6c2_removebg.jpg?w=600', 'https://abimg003.imgix.net/YW19GZS/2026-03-12/image/69c139be-4064-4900-9f98-ad7cdce8dc9b_removebg.jpg?w=600', 'https://abimg003.imgix.net/YW19GZS/2026-03-12/image/a691d1c9-497e-4963-8cd3-42ee44ec4cde_removebg.jpg?w=600', 'https://abimg003.imgix.net/YW19GZS/2026-03-12/image/73ecd516-f1d6-40ac-a124-314278793626_removebg.jpg?w=600', 'https://abimg003.imgix.net/YW19GZS/2026-03-12/image/8645d5d3-dd00-4333-a6e6-f5a2924c66ab_removebg.jpg?w=600', 'https://abimg003.imgix.net/YW19GZS/2026-03-12/image/f54a529c-1100-4703-90e6-65b2540d2e50_removebg.jpg?w=600', 'https://abimg003.imgix.net/YW19GZS/2026-03-12/image/07fec233-7c33-46ec-8660-551edf33e884_removebg.jpg?w=600', 'https://abimg003.imgix.net/YW19GZS/2026-03-12/image/f93c256b-ebcc-4c7a-9629-833abe4727e0_removebg.jpg?w=600', 'https://abimg003.imgix.net/YW19GZS/2026-03-12/image/d335ad8b-a903-4e4e-b235-9d65597a20cb_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print 09/20 - 21K, 02/22 - 41K, 05/23 - 62K, 11/24 - 84K, 07/25 - 92K', 'remarks': '**32** VOSA STATES 44K, 62K, 78K, 90K, SD CARD', 'virtual': False, 'seller': 'Hatfields Group', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': 170, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/10f10f4c-baca-45b0-aebf-2f0c1e18c655.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 13:25:50 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120247489, 'registration': 'YW19GZS', 'account': 'HAT008', 'make': 'LAND ROVER', 'model': 'DISCOVERY SPORT DIESEL SW', 'derivative': '2.0 TD4 180 Landmark 5dr Auto', 'mileage': 101538, 'mileageWarranty': True, 'type': 'car', 'saleId': 18906, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 624}, 'saleStart': '2026-03-24T13:00Z', 'lot': 542, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2019-05-25', 'fuel': 'Diesel', 'motExpiry': '2026-05-24', 'doors': 5, 'engineSize': 1999, 'bodyType': 'Station Wagon', 'images': ['https://abimg003.imgix.net/YW19GZS/2026-03-12/image/ce0f26a4-a5ef-4127-ba6e-f49af3f5f6c2_removebg.jpg?w=600', 'https://abimg003.imgix.net/YW19GZS/2026-03-12/image/69c139be-4064-4900-9f98-ad7cdce8dc9b_removebg.jpg?w=600', 'https://abimg003.imgix.net/YW19GZS/2026-03-12/image/a691d1c9-497e-4963-8cd3-42ee44ec4cde_removebg.jpg?w=600', 'https://abimg003.imgix.net/YW19GZS/2026-03-12/image/73ecd516-f1d6-40ac-a124-314278793626_removebg.jpg?w=600', 'https://abimg003.imgix.net/YW19GZS/2026-03-12/image/8645d5d3-dd00-4333-a6e6-f5a2924c66ab_removebg.jpg?w=600', 'https://abimg003.imgix.net/YW19GZS/2026-03-12/image/f54a529c-1100-4703-90e6-65b2540d2e50_removebg.jpg?w=600', 'https://abimg003.imgix.net/YW19GZS/2026-03-12/image/07fec233-7c33-46ec-8660-551edf33e884_removebg.jpg?w=600', 'https://abimg003.imgix.net/YW19GZS/2026-03-12/image/f93c256b-ebcc-4c7a-9629-833abe4727e0_removebg.jpg?w=600', 'https://abimg003.imgix.net/YW19GZS/2026-03-12/image/d335ad8b-a903-4e4e-b235-9d65597a20cb_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print 09/20 - 21K, 02/22 - 41K, 05/23 - 62K, 11/24 - 84K, 07/25 - 92K', 'remarks': '**32** VOSA STATES 44K, 62K, 78K, 90K, SD CARD', 'virtual': False, 'seller': 'Hatfields Group', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': 170, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/10f10f4c-baca-45b0-aebf-2f0c1e18c655.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 13:25:50 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f437c36a-869d-5df9-bcd7-558edc6637a9 with identifier: 120247489
2026-03-24 13:25:50 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f437c36a-869d-5df9-bcd7-558edc6637a9 with scrape type 2
2026-03-24 13:25:50 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f437c36a-869d-5df9-bcd7-558edc6637a9 with scrape type 2
2026-03-24 13:25:50 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: f437c36a-869d-5df9-bcd7-558edc6637a9, identifier: 120247489
2026-03-24 13:25:50 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: f437c36a-869d-5df9-bcd7-558edc6637a9 with identifier: 120247489
2026-03-24 13:25:50 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: f437c36a-869d-5df9-bcd7-558edc6637a9 with identifier: 120247489
2026-03-24 13:25:50 [scrapy.core.scraper] INFO: Dropped: Dropping expired listing: f437c36a-869d-5df9-bcd7-558edc6637a9 with expiration date: 2026-03-24T13:00:00Z
{'auction_title': '',
'c_o_2_emission_value': 170,
'color': 'GREY',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'expiration_date': '2026-03-24T13:00:00Z',
'fuel_type': 'Diesel',
'id': 'f437c36a-869d-5df9-bcd7-558edc6637a9',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'YW19GZS',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120247489',
'listing': 'auction',
'location': 'Aston Barclay Wakefield',
'make': 'LAND ROVER',
'model': 'DISCOVERY SPORT DIESEL SW',
'odometer': 101538,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2019-05-25',
'seller_name': 'Hatfields Group',
'title': 'LAND ROVER DISCOVERY SPORT DIESEL SW 2.0 TD4 180 Landmark 5dr Auto',
'transmission': 'automatic',
'trim': '2.0 TD4 180 Landmark 5dr Auto',
'vin': None,
'year': 2019}
2026-03-24 13:25:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:25:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120247489%27 HTTP/1.1" 200 None
2026-03-24 13:25:50 [astonbarclay.gb] INFO: Saving data for 120247489: {'auction_closing_time': 1774357200.0, 'created_time': 1773403494.212799, 'last_price_update_time': 1774358750.641708}
2026-03-24 13:25:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:25:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120247489') HTTP/1.1" 204 0
2026-03-24 13:25:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120470169?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-24 13:25:54 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:25:54 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120470169, 'registration': 'YP21LKG', 'account': 'HAT007', 'make': 'MERCEDES-BENZ', 'model': 'A CLASS HATCHBACK', 'derivative': 'A180 AMG Line Executive 5dr Auto', 'mileage': 35604, 'mileageWarranty': True, 'type': 'car', 'saleId': 18906, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 625}, 'saleStart': '2026-03-24T13:00Z', 'lot': 516, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2021-04-22', 'fuel': 'Petrol', 'motExpiry': '2026-04-21', 'doors': 5, 'engineSize': 1332, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/YP21LKG/2026-03-21/image/d1db1466-84d8-4b4f-bfcf-fa0660f0cbe0_removebg.jpg?w=600', 'https://abimg003.imgix.net/YP21LKG/2026-03-21/image/18b09d8a-7c50-40dc-b37c-fe79bfad208a_removebg.jpg?w=600', 'https://abimg003.imgix.net/YP21LKG/2026-03-21/image/b514e880-e60e-41fe-aa36-27a7f5ca926f_removebg.jpg?w=600', 'https://abimg003.imgix.net/YP21LKG/2026-03-21/image/38c60424-11f6-4c5b-8c0c-276b169b3f10_removebg.jpg?w=600', 'https://abimg003.imgix.net/YP21LKG/2026-03-21/image/ad12b644-97b6-403c-8860-e01644025f67_removebg.jpg?w=600', 'https://abimg003.imgix.net/YP21LKG/2026-03-21/image/103b6d03-4ffa-474f-b876-5f730829a4b1_removebg.jpg?w=600', 'https://abimg003.imgix.net/YP21LKG/2026-03-21/image/d5deb646-51c4-40d4-a2ab-ed14d5340291_removebg.jpg?w=600', 'https://abimg003.imgix.net/YP21LKG/2026-03-21/image/a8de21ce-afcd-4267-9e20-4c534e5f360c_removebg.jpg?w=600', 'https://abimg003.imgix.net/YP21LKG/2026-03-21/image/b0a1c0d6-6fc2-425a-a7fd-16952c476f08_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print 06/25 - 28K,', 'remarks': '**83** VOSA STATES 20K, 27K', 'virtual': False, 'seller': 'Hatfields 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/6c975752-775e-4fe9-ad29-551fda29bbfa.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 13:25:54 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120470169, 'registration': 'YP21LKG', 'account': 'HAT007', 'make': 'MERCEDES-BENZ', 'model': 'A CLASS HATCHBACK', 'derivative': 'A180 AMG Line Executive 5dr Auto', 'mileage': 35604, 'mileageWarranty': True, 'type': 'car', 'saleId': 18906, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 625}, 'saleStart': '2026-03-24T13:00Z', 'lot': 516, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2021-04-22', 'fuel': 'Petrol', 'motExpiry': '2026-04-21', 'doors': 5, 'engineSize': 1332, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/YP21LKG/2026-03-21/image/d1db1466-84d8-4b4f-bfcf-fa0660f0cbe0_removebg.jpg?w=600', 'https://abimg003.imgix.net/YP21LKG/2026-03-21/image/18b09d8a-7c50-40dc-b37c-fe79bfad208a_removebg.jpg?w=600', 'https://abimg003.imgix.net/YP21LKG/2026-03-21/image/b514e880-e60e-41fe-aa36-27a7f5ca926f_removebg.jpg?w=600', 'https://abimg003.imgix.net/YP21LKG/2026-03-21/image/38c60424-11f6-4c5b-8c0c-276b169b3f10_removebg.jpg?w=600', 'https://abimg003.imgix.net/YP21LKG/2026-03-21/image/ad12b644-97b6-403c-8860-e01644025f67_removebg.jpg?w=600', 'https://abimg003.imgix.net/YP21LKG/2026-03-21/image/103b6d03-4ffa-474f-b876-5f730829a4b1_removebg.jpg?w=600', 'https://abimg003.imgix.net/YP21LKG/2026-03-21/image/d5deb646-51c4-40d4-a2ab-ed14d5340291_removebg.jpg?w=600', 'https://abimg003.imgix.net/YP21LKG/2026-03-21/image/a8de21ce-afcd-4267-9e20-4c534e5f360c_removebg.jpg?w=600', 'https://abimg003.imgix.net/YP21LKG/2026-03-21/image/b0a1c0d6-6fc2-425a-a7fd-16952c476f08_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print 06/25 - 28K,', 'remarks': '**83** VOSA STATES 20K, 27K', 'virtual': False, 'seller': 'Hatfields 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/6c975752-775e-4fe9-ad29-551fda29bbfa.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 13:25:54 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5bca5775-99c7-5dae-8b16-f30fe81ce531 with identifier: 120470169
2026-03-24 13:25:54 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5bca5775-99c7-5dae-8b16-f30fe81ce531 with scrape type 2
2026-03-24 13:25:54 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5bca5775-99c7-5dae-8b16-f30fe81ce531 with scrape type 2
2026-03-24 13:25:54 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 5bca5775-99c7-5dae-8b16-f30fe81ce531, identifier: 120470169
2026-03-24 13:25:54 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 5bca5775-99c7-5dae-8b16-f30fe81ce531 with identifier: 120470169
2026-03-24 13:25:54 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 5bca5775-99c7-5dae-8b16-f30fe81ce531 with identifier: 120470169
2026-03-24 13:25:54 [scrapy.core.scraper] INFO: Dropped: Dropping expired listing: 5bca5775-99c7-5dae-8b16-f30fe81ce531 with expiration date: 2026-03-24T13:00:00Z
{'auction_title': '',
'c_o_2_emission_value': 138,
'color': 'GREY',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.3L',
'expiration_date': '2026-03-24T13:00:00Z',
'fuel_type': 'Petrol',
'id': '5bca5775-99c7-5dae-8b16-f30fe81ce531',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'YP21LKG',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120470169',
'listing': 'auction',
'location': 'Aston Barclay Wakefield',
'make': 'MERCEDES-BENZ',
'model': 'A CLASS HATCHBACK',
'odometer': 35604,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-04-22',
'seller_name': 'Hatfields Group',
'title': 'MERCEDES-BENZ A CLASS HATCHBACK A180 AMG Line Executive 5dr Auto',
'transmission': 'automatic',
'trim': 'A180 AMG Line Executive 5dr Auto',
'vin': None,
'year': 2021}
2026-03-24 13:25:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:25:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120470169%27 HTTP/1.1" 200 None
2026-03-24 13:25:54 [astonbarclay.gb] INFO: Saving data for 120470169: {'auction_closing_time': 1774357200.0, 'created_time': 1773947376.851956, 'last_price_update_time': 1774358754.788456}
2026-03-24 13:25:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:25:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120470169') HTTP/1.1" 204 0
2026-03-24 13:25:55 [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-24 13:25:55 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:25:55 [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': 18906, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 625}, 'saleStart': '2026-03-24T13:00Z', 'lot': 552, '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-24 13:25:55 [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': 18906, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 625}, 'saleStart': '2026-03-24T13:00Z', 'lot': 552, '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-24 13:25:55 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7e088080-a9f1-5f44-84a7-1d7ff358c382 with identifier: 120056805
2026-03-24 13:25:55 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7e088080-a9f1-5f44-84a7-1d7ff358c382 with scrape type 2
2026-03-24 13:25:55 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7e088080-a9f1-5f44-84a7-1d7ff358c382 with scrape type 2
2026-03-24 13:25:55 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 7e088080-a9f1-5f44-84a7-1d7ff358c382, identifier: 120056805
2026-03-24 13:25:55 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 7e088080-a9f1-5f44-84a7-1d7ff358c382 with identifier: 120056805
2026-03-24 13:25:55 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 7e088080-a9f1-5f44-84a7-1d7ff358c382 with identifier: 120056805
2026-03-24 13:25:55 [scrapy.core.scraper] INFO: Dropped: Dropping expired listing: 7e088080-a9f1-5f44-84a7-1d7ff358c382 with expiration date: 2026-03-24T13:00:00Z
{'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-24T13:00: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-24 13:25:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:25:56 [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-24 13:25:56 [astonbarclay.gb] INFO: Saving data for 120056805: {'auction_closing_time': 1774357200.0, 'created_time': 1773404786.653186, 'last_price_update_time': 1774358756.011609}
2026-03-24 13:25:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:25:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120056805') HTTP/1.1" 204 0
2026-03-24 13:25:57 [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-24 13:25:57 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:25:57 [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': 18906, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 624}, 'saleStart': '2026-03-24T13:00Z', 'lot': 507, '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-24 13:25:57 [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': 18906, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 624}, 'saleStart': '2026-03-24T13:00Z', 'lot': 507, '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-24 13:25:57 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ec687292-59e2-573d-bf24-d408978c7f13 with identifier: 120056795
2026-03-24 13:25:57 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ec687292-59e2-573d-bf24-d408978c7f13 with scrape type 2
2026-03-24 13:25:57 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ec687292-59e2-573d-bf24-d408978c7f13 with scrape type 2
2026-03-24 13:25:58 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: ec687292-59e2-573d-bf24-d408978c7f13, identifier: 120056795
2026-03-24 13:25:58 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: ec687292-59e2-573d-bf24-d408978c7f13 with identifier: 120056795
2026-03-24 13:25:58 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: ec687292-59e2-573d-bf24-d408978c7f13 with identifier: 120056795
2026-03-24 13:25:58 [scrapy.core.scraper] INFO: Dropped: Dropping expired listing: ec687292-59e2-573d-bf24-d408978c7f13 with expiration date: 2026-03-24T13:00:00Z
{'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-24T13:00: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-24 13:25:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:25:58 [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-24 13:25:58 [astonbarclay.gb] INFO: Saving data for 120056795: {'auction_closing_time': 1774357200.0, 'created_time': 1773404964.19095, 'last_price_update_time': 1774358758.091848}
2026-03-24 13:25:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:25:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120056795') HTTP/1.1" 204 0
2026-03-24 13:26:05 [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-24 13:26:05 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:26:05 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', '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': 18906, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 624}, 'saleStart': '2026-03-24T13:00Z', 'lot': 511, '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-24 13:26:05 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', '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': 18906, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 624}, 'saleStart': '2026-03-24T13:00Z', 'lot': 511, '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-24 13:26:05 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b6a6834a-88b7-5376-9c74-adf3b45515f5 with identifier: 120470094
2026-03-24 13:26:05 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b6a6834a-88b7-5376-9c74-adf3b45515f5 with scrape type 2
2026-03-24 13:26:05 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b6a6834a-88b7-5376-9c74-adf3b45515f5 with scrape type 2
2026-03-24 13:26:06 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: b6a6834a-88b7-5376-9c74-adf3b45515f5, identifier: 120470094
2026-03-24 13:26:06 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: b6a6834a-88b7-5376-9c74-adf3b45515f5 with identifier: 120470094
2026-03-24 13:26:06 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: b6a6834a-88b7-5376-9c74-adf3b45515f5 with identifier: 120470094
2026-03-24 13:26:06 [scrapy.core.scraper] INFO: Dropped: Dropping expired listing: b6a6834a-88b7-5376-9c74-adf3b45515f5 with expiration date: 2026-03-24T13:00:00Z
{'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-24T13: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-24 13:26:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:26:06 [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-24 13:26:06 [astonbarclay.gb] INFO: Saving data for 120470094: {'auction_closing_time': 1774357200.0, 'created_time': 1773947281.166008, 'last_price_update_time': 1774358766.111485}
2026-03-24 13:26:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:26:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120470094') HTTP/1.1" 204 0
2026-03-24 13:26:06 [scrapy.extensions.logstats] INFO: Crawled 514 pages (at 29 pages/min), scraped 439 items (at 1 items/min)
2026-03-24 13:26:06 [scrapy.extensions.memusage] INFO: Peak memory usage is 181MiB
2026-03-24 13:26:06 [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-24 13:26:06 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:26:06 [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': 18905, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 623}, 'saleStart': '2026-03-24T13:00Z', 'lot': 392, 'hall': 'Hall 1', '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-24 13:26:06 [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': 18905, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 623}, 'saleStart': '2026-03-24T13:00Z', 'lot': 392, 'hall': 'Hall 1', '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-24 13:26:06 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1b9a78f0-ba20-5f8d-9cba-125319ca6929 with identifier: 120412317
2026-03-24 13:26:06 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1b9a78f0-ba20-5f8d-9cba-125319ca6929 with scrape type 2
2026-03-24 13:26:06 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1b9a78f0-ba20-5f8d-9cba-125319ca6929 with scrape type 2
2026-03-24 13:26:06 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 1b9a78f0-ba20-5f8d-9cba-125319ca6929, identifier: 120412317
2026-03-24 13:26:06 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 1b9a78f0-ba20-5f8d-9cba-125319ca6929 with identifier: 120412317
2026-03-24 13:26:06 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 1b9a78f0-ba20-5f8d-9cba-125319ca6929 with identifier: 120412317
2026-03-24 13:26:06 [scrapy.core.scraper] INFO: Dropped: Dropping expired listing: 1b9a78f0-ba20-5f8d-9cba-125319ca6929 with expiration date: 2026-03-24T13:00:00Z
{'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-24T13:00: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-24 13:26:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:26:06 [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-24 13:26:06 [astonbarclay.gb] INFO: Saving data for 120412317: {'auction_closing_time': 1774357200.0, 'created_time': 1773401776.693742, 'last_price_update_time': 1774358766.49645}
2026-03-24 13:26:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:26:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120412317') HTTP/1.1" 204 0
2026-03-24 13:26:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120203738?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-24 13:26:08 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:26:08 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120203738, 'registration': 'MH69MRH', 'account': 'HAT008', 'make': 'LAND ROVER', 'model': 'RANGE ROVER DIESEL ESTATE', 'derivative': '3.0 SDV6 Vogue 4dr Auto', 'mileage': 51166, 'mileageWarranty': True, 'type': 'car', 'saleId': 18906, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 624}, 'saleStart': '2026-03-24T13:00Z', 'lot': 529, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2020-01-10', 'fuel': 'Diesel', 'motExpiry': '2027-02-11', 'doors': 4, 'engineSize': 2993, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/MH69MRH/2026-03-11/image/c23f891e-71b8-47fb-95ea-39dae55b026d_removebg.jpg?w=600', 'https://abimg003.imgix.net/MH69MRH/2026-03-11/image/a88a2ba6-ffb6-4396-81e6-8ae2d68b89f6_removebg.jpg?w=600', 'https://abimg003.imgix.net/MH69MRH/2026-03-11/image/ae2e8517-aa67-4bfe-9c1b-84c765b94341_removebg.jpg?w=600', 'https://abimg003.imgix.net/MH69MRH/2026-03-11/image/2a046538-e374-47ff-9e10-622a9ee5c9df_removebg.jpg?w=600', 'https://abimg003.imgix.net/MH69MRH/2026-03-11/image/27e3b6e8-d008-4e3d-a47e-14a31e8dc68a_removebg.jpg?w=600', 'https://abimg003.imgix.net/MH69MRH/2026-03-11/image/c56b3363-8aa8-4350-8da7-3d074a493075_removebg.jpg?w=600', 'https://abimg003.imgix.net/MH69MRH/2026-03-11/image/2d06e5bd-75a8-43cd-af0d-9ae73363cd3a_removebg.jpg?w=600', 'https://abimg003.imgix.net/MH69MRH/2026-03-11/image/282594fc-585b-4e8a-a262-d3e5392a5958_removebg.jpg?w=600', 'https://abimg003.imgix.net/MH69MRH/2026-03-11/image/8220095d-4419-4521-9b7e-10c1a99f4b5b_removebg.jpg?w=600', 'https://abimg003.imgix.net/MH69MRH/2026-03-11/image/1e3385d0-fb27-41c8-863f-f1cd5d7a2444_removebg.jpg?w=600', 'https://abimg003.imgix.net/MH69MRH/2026-03-11/image/e56799cc-516d-499a-9f06-54f41b33f1cc_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print 01/23- 18K, 01/24- 28K, 02/25- 38K, 02/26- 50K', 'remarks': '**85**VOSA STATES 18K, 28K, 38K, 50K,', 'virtual': False, 'seller': 'Hatfields Group', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '2', 'v5': True, 'v5details': 'Here', 'co2': 199, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/59f083c8-e7cb-4e6c-b713-f3048557e982.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 13:26:08 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120203738, 'registration': 'MH69MRH', 'account': 'HAT008', 'make': 'LAND ROVER', 'model': 'RANGE ROVER DIESEL ESTATE', 'derivative': '3.0 SDV6 Vogue 4dr Auto', 'mileage': 51166, 'mileageWarranty': True, 'type': 'car', 'saleId': 18906, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 624}, 'saleStart': '2026-03-24T13:00Z', 'lot': 529, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2020-01-10', 'fuel': 'Diesel', 'motExpiry': '2027-02-11', 'doors': 4, 'engineSize': 2993, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/MH69MRH/2026-03-11/image/c23f891e-71b8-47fb-95ea-39dae55b026d_removebg.jpg?w=600', 'https://abimg003.imgix.net/MH69MRH/2026-03-11/image/a88a2ba6-ffb6-4396-81e6-8ae2d68b89f6_removebg.jpg?w=600', 'https://abimg003.imgix.net/MH69MRH/2026-03-11/image/ae2e8517-aa67-4bfe-9c1b-84c765b94341_removebg.jpg?w=600', 'https://abimg003.imgix.net/MH69MRH/2026-03-11/image/2a046538-e374-47ff-9e10-622a9ee5c9df_removebg.jpg?w=600', 'https://abimg003.imgix.net/MH69MRH/2026-03-11/image/27e3b6e8-d008-4e3d-a47e-14a31e8dc68a_removebg.jpg?w=600', 'https://abimg003.imgix.net/MH69MRH/2026-03-11/image/c56b3363-8aa8-4350-8da7-3d074a493075_removebg.jpg?w=600', 'https://abimg003.imgix.net/MH69MRH/2026-03-11/image/2d06e5bd-75a8-43cd-af0d-9ae73363cd3a_removebg.jpg?w=600', 'https://abimg003.imgix.net/MH69MRH/2026-03-11/image/282594fc-585b-4e8a-a262-d3e5392a5958_removebg.jpg?w=600', 'https://abimg003.imgix.net/MH69MRH/2026-03-11/image/8220095d-4419-4521-9b7e-10c1a99f4b5b_removebg.jpg?w=600', 'https://abimg003.imgix.net/MH69MRH/2026-03-11/image/1e3385d0-fb27-41c8-863f-f1cd5d7a2444_removebg.jpg?w=600', 'https://abimg003.imgix.net/MH69MRH/2026-03-11/image/e56799cc-516d-499a-9f06-54f41b33f1cc_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print 01/23- 18K, 01/24- 28K, 02/25- 38K, 02/26- 50K', 'remarks': '**85**VOSA STATES 18K, 28K, 38K, 50K,', 'virtual': False, 'seller': 'Hatfields Group', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '2', 'v5': True, 'v5details': 'Here', 'co2': 199, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/59f083c8-e7cb-4e6c-b713-f3048557e982.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 13:26:08 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 12d5983c-f674-5016-a0fd-dcce4e177fd1 with identifier: 120203738
2026-03-24 13:26:08 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 12d5983c-f674-5016-a0fd-dcce4e177fd1 with scrape type 2
2026-03-24 13:26:08 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 12d5983c-f674-5016-a0fd-dcce4e177fd1 with scrape type 2
2026-03-24 13:26:08 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 12d5983c-f674-5016-a0fd-dcce4e177fd1, identifier: 120203738
2026-03-24 13:26:08 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 12d5983c-f674-5016-a0fd-dcce4e177fd1 with identifier: 120203738
2026-03-24 13:26:08 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 12d5983c-f674-5016-a0fd-dcce4e177fd1 with identifier: 120203738
2026-03-24 13:26:08 [scrapy.core.scraper] INFO: Dropped: Dropping expired listing: 12d5983c-f674-5016-a0fd-dcce4e177fd1 with expiration date: 2026-03-24T13:00:00Z
{'auction_title': '',
'c_o_2_emission_value': 199,
'color': 'BLACK',
'currency': 'GBP',
'doors_number': 4,
'emission_standard': 'EURO 6',
'engine': '3.0L',
'expiration_date': '2026-03-24T13:00:00Z',
'fuel_type': 'Diesel',
'id': '12d5983c-f674-5016-a0fd-dcce4e177fd1',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'MH69MRH',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120203738',
'listing': 'auction',
'location': 'Aston Barclay Wakefield',
'make': 'LAND ROVER',
'model': 'RANGE ROVER DIESEL ESTATE',
'odometer': 51166,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-01-10',
'seller_name': 'Hatfields Group',
'title': 'LAND ROVER RANGE ROVER DIESEL ESTATE 3.0 SDV6 Vogue 4dr Auto',
'transmission': 'automatic',
'trim': '3.0 SDV6 Vogue 4dr Auto',
'vin': None,
'year': 2020}
2026-03-24 13:26:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:26:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120203738%27 HTTP/1.1" 200 None
2026-03-24 13:26:08 [astonbarclay.gb] INFO: Saving data for 120203738: {'auction_closing_time': 1774357200.0, 'created_time': 1773402560.281816, 'last_price_update_time': 1774358768.571953}
2026-03-24 13:26:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:26:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120203738') HTTP/1.1" 204 0
2026-03-24 13:26:10 [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-24 13:26:10 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:26:10 [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': 18905, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 623}, 'saleStart': '2026-03-24T13:00Z', 'lot': 386, 'hall': 'Hall 1', '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-24 13:26:10 [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': 18905, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 623}, 'saleStart': '2026-03-24T13:00Z', 'lot': 386, 'hall': 'Hall 1', '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-24 13:26:10 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 628edaf4-7fe0-5655-9ec3-6c65aef655f6 with identifier: 120380938
2026-03-24 13:26:10 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 628edaf4-7fe0-5655-9ec3-6c65aef655f6 with scrape type 2
2026-03-24 13:26:10 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 628edaf4-7fe0-5655-9ec3-6c65aef655f6 with scrape type 2
2026-03-24 13:26:10 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 628edaf4-7fe0-5655-9ec3-6c65aef655f6, identifier: 120380938
2026-03-24 13:26:10 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 628edaf4-7fe0-5655-9ec3-6c65aef655f6 with identifier: 120380938
2026-03-24 13:26:10 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 628edaf4-7fe0-5655-9ec3-6c65aef655f6 with identifier: 120380938
2026-03-24 13:26:10 [scrapy.core.scraper] INFO: Dropped: Dropping expired listing: 628edaf4-7fe0-5655-9ec3-6c65aef655f6 with expiration date: 2026-03-24T13:00:00Z
{'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-24T13:00: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-24 13:26:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:26:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120380938%27 HTTP/1.1" 200 None
2026-03-24 13:26:10 [astonbarclay.gb] INFO: Saving data for 120380938: {'auction_closing_time': 1774357200.0, 'created_time': 1773401896.040493, 'last_price_update_time': 1774358770.80886}
2026-03-24 13:26:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:26:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120380938') HTTP/1.1" 204 0
2026-03-24 13:26:11 [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-24 13:26:11 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:26:11 [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': 18905, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 624}, 'saleStart': '2026-03-24T13:00Z', 'lot': 383, 'hall': 'Hall 1', '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-24 13:26:11 [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': 18905, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 624}, 'saleStart': '2026-03-24T13:00Z', 'lot': 383, 'hall': 'Hall 1', '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-24 13:26:11 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0754ede2-568d-553f-be02-fdd29217855a with identifier: 120668127
2026-03-24 13:26:11 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0754ede2-568d-553f-be02-fdd29217855a with scrape type 2
2026-03-24 13:26:11 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0754ede2-568d-553f-be02-fdd29217855a with scrape type 2
2026-03-24 13:26:12 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 0754ede2-568d-553f-be02-fdd29217855a, identifier: 120668127
2026-03-24 13:26:12 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 0754ede2-568d-553f-be02-fdd29217855a with identifier: 120668127
2026-03-24 13:26:12 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 0754ede2-568d-553f-be02-fdd29217855a with identifier: 120668127
2026-03-24 13:26:12 [scrapy.core.scraper] INFO: Dropped: Dropping expired listing: 0754ede2-568d-553f-be02-fdd29217855a with expiration date: 2026-03-24T13:00:00Z
{'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-24T13:00: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-24 13:26:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:26:12 [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-24 13:26:12 [astonbarclay.gb] INFO: Saving data for 120668127: {'auction_closing_time': 1774357200.0, 'created_time': 1774261092.407047, 'last_price_update_time': 1774358772.022598}
2026-03-24 13:26:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:26:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120668127') HTTP/1.1" 204 0
2026-03-24 13:26:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120659493?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-24 13:26:20 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:26:20 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120659493, 'registration': 'LT11JXF', 'account': 'WBA004', 'make': 'VOLKSWAGEN', 'model': 'TIGUAN DIESEL ESTATE', 'derivative': '2.0 TDi Match 5dr DSG', 'mileage': 137260, 'mileageWarranty': True, 'type': 'car', 'saleId': 18905, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 624}, 'saleStart': '2026-03-24T13:00Z', 'lot': 381, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2011-05-25', 'fuel': 'Diesel', 'motExpiry': '2026-07-23', 'doors': 5, 'engineSize': 1968, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/LT11JXF/2026-03-23/image/f6667f03-27bb-44bf-b022-2944df0a467e_removebg.jpg?w=600', 'https://abimg003.imgix.net/LT11JXF/2026-03-23/image/c0f4a2ab-35f0-4c1b-a648-2804fe8b9552_removebg.jpg?w=600', 'https://abimg003.imgix.net/LT11JXF/2026-03-23/image/f95426fc-a066-48e5-9077-e00116152636_removebg.jpg?w=600', 'https://abimg003.imgix.net/LT11JXF/2026-03-23/image/db3a0627-ecee-4cb7-9537-522ae56811fc_removebg.jpg?w=600', 'https://abimg003.imgix.net/LT11JXF/2026-03-23/image/04b9a85b-8707-46ca-bc29-f934ef8a35fb_removebg.jpg?w=600', 'https://abimg003.imgix.net/LT11JXF/2026-03-23/image/1bcc6369-0392-45fc-b9a9-4ec62df8cabf_removebg.jpg?w=600', 'https://abimg003.imgix.net/LT11JXF/2026-03-23/image/ce4b3cac-7818-4ee3-afdd-675319277586_removebg.jpg?w=600', 'https://abimg003.imgix.net/LT11JXF/2026-03-23/image/0defddc7-b675-4fec-9130-80a8e7a57101_removebg.jpg?w=600', 'https://abimg003.imgix.net/LT11JXF/2026-03-23/image/4886dec3-8db0-452f-a1f1-288db1cf4447_removebg.jpg?w=600'], 'colour': 'BLUE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 05/12 - 5K, 04/14 - 19K, 03/16 - 36K, 02/17 - 49K, 07/17 - 56K, 01/18 - 65K, 07/18 - 72K, 01/19 - 83K, 07/19 - 91K, 02/20 - 102K, 07/21 - 106K, 11/22 - 115K, 11/23 - 121K, 07/24 - 126K, 05/25 - 131K', 'remarks': '**650** VOSA STATES 19K, 27K, 36K, 39K, 46K, 72K, 91K, 102K, 106K, 114K, 119K, 126K, 132K, SPARE KEY', 'virtual': False, 'seller': 'UKCGR - Trade', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '1', 'v5': True, 'v5details': 'Here', 'co2': 169, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/59959ddf-8d95-4cd0-87b4-d45adf915fc3.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 13:26:20 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120659493, 'registration': 'LT11JXF', 'account': 'WBA004', 'make': 'VOLKSWAGEN', 'model': 'TIGUAN DIESEL ESTATE', 'derivative': '2.0 TDi Match 5dr DSG', 'mileage': 137260, 'mileageWarranty': True, 'type': 'car', 'saleId': 18905, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 624}, 'saleStart': '2026-03-24T13:00Z', 'lot': 381, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2011-05-25', 'fuel': 'Diesel', 'motExpiry': '2026-07-23', 'doors': 5, 'engineSize': 1968, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/LT11JXF/2026-03-23/image/f6667f03-27bb-44bf-b022-2944df0a467e_removebg.jpg?w=600', 'https://abimg003.imgix.net/LT11JXF/2026-03-23/image/c0f4a2ab-35f0-4c1b-a648-2804fe8b9552_removebg.jpg?w=600', 'https://abimg003.imgix.net/LT11JXF/2026-03-23/image/f95426fc-a066-48e5-9077-e00116152636_removebg.jpg?w=600', 'https://abimg003.imgix.net/LT11JXF/2026-03-23/image/db3a0627-ecee-4cb7-9537-522ae56811fc_removebg.jpg?w=600', 'https://abimg003.imgix.net/LT11JXF/2026-03-23/image/04b9a85b-8707-46ca-bc29-f934ef8a35fb_removebg.jpg?w=600', 'https://abimg003.imgix.net/LT11JXF/2026-03-23/image/1bcc6369-0392-45fc-b9a9-4ec62df8cabf_removebg.jpg?w=600', 'https://abimg003.imgix.net/LT11JXF/2026-03-23/image/ce4b3cac-7818-4ee3-afdd-675319277586_removebg.jpg?w=600', 'https://abimg003.imgix.net/LT11JXF/2026-03-23/image/0defddc7-b675-4fec-9130-80a8e7a57101_removebg.jpg?w=600', 'https://abimg003.imgix.net/LT11JXF/2026-03-23/image/4886dec3-8db0-452f-a1f1-288db1cf4447_removebg.jpg?w=600'], 'colour': 'BLUE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 05/12 - 5K, 04/14 - 19K, 03/16 - 36K, 02/17 - 49K, 07/17 - 56K, 01/18 - 65K, 07/18 - 72K, 01/19 - 83K, 07/19 - 91K, 02/20 - 102K, 07/21 - 106K, 11/22 - 115K, 11/23 - 121K, 07/24 - 126K, 05/25 - 131K', 'remarks': '**650** VOSA STATES 19K, 27K, 36K, 39K, 46K, 72K, 91K, 102K, 106K, 114K, 119K, 126K, 132K, SPARE KEY', 'virtual': False, 'seller': 'UKCGR - Trade', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '1', 'v5': True, 'v5details': 'Here', 'co2': 169, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/59959ddf-8d95-4cd0-87b4-d45adf915fc3.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 13:26:20 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 84ac5dab-eb13-53fe-8ff8-b065148389e2 with identifier: 120659493
2026-03-24 13:26:20 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 84ac5dab-eb13-53fe-8ff8-b065148389e2 with scrape type 2
2026-03-24 13:26:20 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 84ac5dab-eb13-53fe-8ff8-b065148389e2 with scrape type 2
2026-03-24 13:26:20 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 84ac5dab-eb13-53fe-8ff8-b065148389e2, identifier: 120659493
2026-03-24 13:26:20 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 84ac5dab-eb13-53fe-8ff8-b065148389e2 with identifier: 120659493
2026-03-24 13:26:20 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 84ac5dab-eb13-53fe-8ff8-b065148389e2 with identifier: 120659493
2026-03-24 13:26:20 [scrapy.core.scraper] INFO: Dropped: Dropping expired listing: 84ac5dab-eb13-53fe-8ff8-b065148389e2 with expiration date: 2026-03-24T13:00:00Z
{'auction_title': '',
'c_o_2_emission_value': 169,
'color': 'BLUE',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 5',
'engine': '2.0L',
'expiration_date': '2026-03-24T13:00:00Z',
'fuel_type': 'Diesel',
'id': '84ac5dab-eb13-53fe-8ff8-b065148389e2',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'LT11JXF',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120659493',
'listing': 'auction',
'location': 'Aston Barclay Wakefield',
'make': 'VOLKSWAGEN',
'model': 'TIGUAN DIESEL ESTATE',
'odometer': 137260,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2011-05-25',
'seller_name': 'UKCGR - Trade',
'title': 'VOLKSWAGEN TIGUAN DIESEL ESTATE 2.0 TDi Match 5dr DSG',
'transmission': 'automatic',
'trim': '2.0 TDi Match 5dr DSG',
'vin': None,
'year': 2011}
2026-03-24 13:26:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:26:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120659493%27 HTTP/1.1" 200 None
2026-03-24 13:26:20 [astonbarclay.gb] INFO: Saving data for 120659493: {'auction_closing_time': 1774357200.0, 'created_time': 1774033986.769691, 'last_price_update_time': 1774358780.454493}
2026-03-24 13:26:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:26:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120659493') HTTP/1.1" 204 0
2026-03-24 13:26:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120470251?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-24 13:26:25 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:26:25 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120470251, 'registration': 'LF18KHJ', 'account': 'HAT007', 'make': 'JAGUAR', 'model': 'E-PACE DIESEL ESTATE', 'derivative': '2.0d [180] S 5dr', 'mileage': 61122, 'mileageWarranty': True, 'type': 'car', 'saleId': 18906, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 623}, 'saleStart': '2026-03-24T13:00Z', 'lot': 539, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2018-05-11', 'fuel': 'Diesel', 'motExpiry': '2026-07-17', 'doors': 5, 'engineSize': 1999, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/LF18KHJ/2026-03-23/image/f86e865d-0420-44e3-aea6-21334692d86f_removebg.jpg?w=600', 'https://abimg003.imgix.net/LF18KHJ/2026-03-23/image/8eace997-0cb7-4a4e-8d1e-4992d0a598b3_removebg.jpg?w=600', 'https://abimg003.imgix.net/LF18KHJ/2026-03-23/image/fc9fe1b6-4fa1-4e90-af8f-2de40b228aa7_removebg.jpg?w=600', 'https://abimg003.imgix.net/LF18KHJ/2026-03-23/image/14e64a2d-6369-48d7-b83b-18abf1decac2_removebg.jpg?w=600', 'https://abimg003.imgix.net/LF18KHJ/2026-03-23/image/2563b142-2fd1-4b2a-a45f-a2f021f1d6e9_removebg.jpg?w=600', 'https://abimg003.imgix.net/LF18KHJ/2026-03-23/image/0d538043-3e72-4b45-91cc-d361639c2a96_removebg.jpg?w=600', 'https://abimg003.imgix.net/LF18KHJ/2026-03-23/image/2ed65eeb-4d1f-468e-8e6d-541f27304d6c_removebg.jpg?w=600', 'https://abimg003.imgix.net/LF18KHJ/2026-03-23/image/98f96785-b908-468a-818f-e09b4aedad34_removebg.jpg?w=600', 'https://abimg003.imgix.net/LF18KHJ/2026-03-23/image/d6b5b666-8c46-415f-94f0-f6d8d6970f65_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print 07/20 - 12K, 02/22 - 26K, 06/24 - 49K, 09/24 - 51K, 07/25 - 57K,', 'remarks': '**68** VOSA STATES 18K, 27K, 27K, 39K, 49K, 57K', 'virtual': False, 'seller': 'Hatfields Group', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '3', 'v5': True, 'v5details': 'Here', 'co2': 137, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/90f5c7da-c97c-4bdf-a3f9-cf55b17de9b6.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 13:26:25 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120470251, 'registration': 'LF18KHJ', 'account': 'HAT007', 'make': 'JAGUAR', 'model': 'E-PACE DIESEL ESTATE', 'derivative': '2.0d [180] S 5dr', 'mileage': 61122, 'mileageWarranty': True, 'type': 'car', 'saleId': 18906, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 623}, 'saleStart': '2026-03-24T13:00Z', 'lot': 539, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2018-05-11', 'fuel': 'Diesel', 'motExpiry': '2026-07-17', 'doors': 5, 'engineSize': 1999, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/LF18KHJ/2026-03-23/image/f86e865d-0420-44e3-aea6-21334692d86f_removebg.jpg?w=600', 'https://abimg003.imgix.net/LF18KHJ/2026-03-23/image/8eace997-0cb7-4a4e-8d1e-4992d0a598b3_removebg.jpg?w=600', 'https://abimg003.imgix.net/LF18KHJ/2026-03-23/image/fc9fe1b6-4fa1-4e90-af8f-2de40b228aa7_removebg.jpg?w=600', 'https://abimg003.imgix.net/LF18KHJ/2026-03-23/image/14e64a2d-6369-48d7-b83b-18abf1decac2_removebg.jpg?w=600', 'https://abimg003.imgix.net/LF18KHJ/2026-03-23/image/2563b142-2fd1-4b2a-a45f-a2f021f1d6e9_removebg.jpg?w=600', 'https://abimg003.imgix.net/LF18KHJ/2026-03-23/image/0d538043-3e72-4b45-91cc-d361639c2a96_removebg.jpg?w=600', 'https://abimg003.imgix.net/LF18KHJ/2026-03-23/image/2ed65eeb-4d1f-468e-8e6d-541f27304d6c_removebg.jpg?w=600', 'https://abimg003.imgix.net/LF18KHJ/2026-03-23/image/98f96785-b908-468a-818f-e09b4aedad34_removebg.jpg?w=600', 'https://abimg003.imgix.net/LF18KHJ/2026-03-23/image/d6b5b666-8c46-415f-94f0-f6d8d6970f65_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print 07/20 - 12K, 02/22 - 26K, 06/24 - 49K, 09/24 - 51K, 07/25 - 57K,', 'remarks': '**68** VOSA STATES 18K, 27K, 27K, 39K, 49K, 57K', 'virtual': False, 'seller': 'Hatfields Group', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '3', 'v5': True, 'v5details': 'Here', 'co2': 137, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/90f5c7da-c97c-4bdf-a3f9-cf55b17de9b6.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 13:26:25 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 40eec158-5057-58bf-9539-9d6a04f0b4ff with identifier: 120470251
2026-03-24 13:26:25 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 40eec158-5057-58bf-9539-9d6a04f0b4ff with scrape type 2
2026-03-24 13:26:25 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 40eec158-5057-58bf-9539-9d6a04f0b4ff with scrape type 2
2026-03-24 13:26:25 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 40eec158-5057-58bf-9539-9d6a04f0b4ff, identifier: 120470251
2026-03-24 13:26:25 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 40eec158-5057-58bf-9539-9d6a04f0b4ff with identifier: 120470251
2026-03-24 13:26:25 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 40eec158-5057-58bf-9539-9d6a04f0b4ff with identifier: 120470251
2026-03-24 13:26:25 [scrapy.core.scraper] INFO: Dropped: Dropping expired listing: 40eec158-5057-58bf-9539-9d6a04f0b4ff with expiration date: 2026-03-24T13:00:00Z
{'auction_title': '',
'c_o_2_emission_value': 137,
'color': 'BLACK',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'expiration_date': '2026-03-24T13:00:00Z',
'fuel_type': 'Diesel',
'id': '40eec158-5057-58bf-9539-9d6a04f0b4ff',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'LF18KHJ',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120470251',
'listing': 'auction',
'location': 'Aston Barclay Wakefield',
'make': 'JAGUAR',
'model': 'E-PACE DIESEL ESTATE',
'odometer': 61122,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2018-05-11',
'seller_name': 'Hatfields Group',
'title': 'JAGUAR E-PACE DIESEL ESTATE 2.0d [180] S 5dr',
'transmission': 'manual',
'trim': '2.0d [180] S 5dr',
'vin': None,
'year': 2018}
2026-03-24 13:26:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:26:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120470251%27 HTTP/1.1" 200 None
2026-03-24 13:26:25 [astonbarclay.gb] INFO: Saving data for 120470251: {'auction_closing_time': 1774357200.0, 'created_time': 1773947312.578298, 'last_price_update_time': 1774358785.267267}
2026-03-24 13:26:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:26:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120470251') HTTP/1.1" 204 0
2026-03-24 13:26:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120663604?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-24 13:26:25 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:26:25 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120663604, 'registration': 'BJ63TXN', 'account': 'WBA004', 'make': 'FORD', 'model': 'FIESTA HATCHBACK', 'derivative': '1.25 82 Zetec 5dr', 'mileage': 50310, 'mileageWarranty': True, 'type': 'car', 'saleId': 18905, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 624}, 'saleStart': '2026-03-24T13:00Z', 'lot': 389, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2013-10-18', 'fuel': 'Petrol', 'motExpiry': '2026-12-15', 'doors': 5, 'engineSize': 1242, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/BJ63TXN/2026-03-23/image/c8ba2551-82df-472b-8464-c4e06d46ea27_removebg.jpg?w=600', 'https://abimg003.imgix.net/BJ63TXN/2026-03-23/image/2bad5793-19ea-400e-ab09-d700403e3a5e_removebg.jpg?w=600', 'https://abimg003.imgix.net/BJ63TXN/2026-03-23/image/6802d2b0-b54c-4ab4-948d-37cdb2675a25_removebg.jpg?w=600', 'https://abimg003.imgix.net/BJ63TXN/2026-03-23/image/d4ec351f-e82e-4167-9b09-2151291c669f_removebg.jpg?w=600', 'https://abimg003.imgix.net/BJ63TXN/2026-03-23/image/d97d8f61-9d48-44f1-8977-169d39275287_removebg.jpg?w=600', 'https://abimg003.imgix.net/BJ63TXN/2026-03-23/image/90b95cc1-93bb-49c4-85da-29b4f3f967c6_removebg.jpg?w=600', 'https://abimg003.imgix.net/BJ63TXN/2026-03-23/image/9dad0480-5f27-4f3a-b6af-6dcabde3394a_removebg.jpg?w=600', 'https://abimg003.imgix.net/BJ63TXN/2026-03-23/image/afd8b484-ab38-4a07-a626-b509a53bbdd7_removebg.jpg?w=600', 'https://abimg003.imgix.net/BJ63TXN/2026-03-23/image/1815e33a-8641-41a9-9b0f-c2de24b427ad_removebg.jpg?w=600'], 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print and book 10/14 - 7K, 09/15 - 14K, 11/17 - 24K, 12/18 - 27K, 04/19 - 31K, 11/20 - 33K, 12/22 - 40K,', 'remarks': '**500** VOSA STATES 19K, 24K, 27K, 31K, 33K, 36K, 40K, 44K, 47K, 49K, 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/2118205b-553c-4c7a-bf7b-a5d94a84dace.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 13:26:25 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120663604, 'registration': 'BJ63TXN', 'account': 'WBA004', 'make': 'FORD', 'model': 'FIESTA HATCHBACK', 'derivative': '1.25 82 Zetec 5dr', 'mileage': 50310, 'mileageWarranty': True, 'type': 'car', 'saleId': 18905, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 624}, 'saleStart': '2026-03-24T13:00Z', 'lot': 389, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2013-10-18', 'fuel': 'Petrol', 'motExpiry': '2026-12-15', 'doors': 5, 'engineSize': 1242, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/BJ63TXN/2026-03-23/image/c8ba2551-82df-472b-8464-c4e06d46ea27_removebg.jpg?w=600', 'https://abimg003.imgix.net/BJ63TXN/2026-03-23/image/2bad5793-19ea-400e-ab09-d700403e3a5e_removebg.jpg?w=600', 'https://abimg003.imgix.net/BJ63TXN/2026-03-23/image/6802d2b0-b54c-4ab4-948d-37cdb2675a25_removebg.jpg?w=600', 'https://abimg003.imgix.net/BJ63TXN/2026-03-23/image/d4ec351f-e82e-4167-9b09-2151291c669f_removebg.jpg?w=600', 'https://abimg003.imgix.net/BJ63TXN/2026-03-23/image/d97d8f61-9d48-44f1-8977-169d39275287_removebg.jpg?w=600', 'https://abimg003.imgix.net/BJ63TXN/2026-03-23/image/90b95cc1-93bb-49c4-85da-29b4f3f967c6_removebg.jpg?w=600', 'https://abimg003.imgix.net/BJ63TXN/2026-03-23/image/9dad0480-5f27-4f3a-b6af-6dcabde3394a_removebg.jpg?w=600', 'https://abimg003.imgix.net/BJ63TXN/2026-03-23/image/afd8b484-ab38-4a07-a626-b509a53bbdd7_removebg.jpg?w=600', 'https://abimg003.imgix.net/BJ63TXN/2026-03-23/image/1815e33a-8641-41a9-9b0f-c2de24b427ad_removebg.jpg?w=600'], 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print and book 10/14 - 7K, 09/15 - 14K, 11/17 - 24K, 12/18 - 27K, 04/19 - 31K, 11/20 - 33K, 12/22 - 40K,', 'remarks': '**500** VOSA STATES 19K, 24K, 27K, 31K, 33K, 36K, 40K, 44K, 47K, 49K, 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/2118205b-553c-4c7a-bf7b-a5d94a84dace.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 13:26:25 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2dc99621-24e1-59b2-9b85-e159b37527cf with identifier: 120663604
2026-03-24 13:26:25 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2dc99621-24e1-59b2-9b85-e159b37527cf with scrape type 2
2026-03-24 13:26:25 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2dc99621-24e1-59b2-9b85-e159b37527cf with scrape type 2
2026-03-24 13:26:25 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 2dc99621-24e1-59b2-9b85-e159b37527cf, identifier: 120663604
2026-03-24 13:26:25 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 2dc99621-24e1-59b2-9b85-e159b37527cf with identifier: 120663604
2026-03-24 13:26:25 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 2dc99621-24e1-59b2-9b85-e159b37527cf with identifier: 120663604
2026-03-24 13:26:25 [scrapy.core.scraper] INFO: Dropped: Dropping expired listing: 2dc99621-24e1-59b2-9b85-e159b37527cf with expiration date: 2026-03-24T13:00:00Z
{'auction_title': '',
'c_o_2_emission_value': 120,
'color': 'WHITE',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 5',
'engine': '1.2L',
'expiration_date': '2026-03-24T13:00:00Z',
'fuel_type': 'Petrol',
'id': '2dc99621-24e1-59b2-9b85-e159b37527cf',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'BJ63TXN',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120663604',
'listing': 'auction',
'location': 'Aston Barclay Wakefield',
'make': 'FORD',
'model': 'FIESTA HATCHBACK',
'odometer': 50310,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2013-10-18',
'seller_name': 'UKCGR - Trade',
'title': 'FORD FIESTA HATCHBACK 1.25 82 Zetec 5dr',
'transmission': 'manual',
'trim': '1.25 82 Zetec 5dr',
'vin': None,
'year': 2013}
2026-03-24 13:26:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:26:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120663604%27 HTTP/1.1" 200 None
2026-03-24 13:26:25 [astonbarclay.gb] INFO: Saving data for 120663604: {'auction_closing_time': 1774357200.0, 'created_time': 1774034022.593668, 'last_price_update_time': 1774358785.518324}
2026-03-24 13:26:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:26:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120663604') HTTP/1.1" 204 0
2026-03-24 13:26:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120407093?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-24 13:26:25 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:26:26 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120407093, 'registration': 'YE68DBN', 'account': 'VAN038', 'make': 'LEXUS', 'model': 'IS SALOON', 'derivative': '300h F-Sport 4dr CVT Auto', 'mileage': 81821, 'mileageWarranty': True, 'type': 'car', 'saleId': 18906, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 623}, 'saleStart': '2026-03-24T13:00Z', 'lot': 563, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2018-09-17', 'fuel': 'Petrol/Electric Hybrid', 'motExpiry': '2026-10-29', 'doors': 4, 'engineSize': 2494, 'bodyType': 'Saloon', 'images': ['https://abimg003.imgix.net/YE68DBN/2026-03-17/image/163a022e-5a6a-46c2-a8ba-0bcbadd07ddd_removebg.jpg?w=600', 'https://abimg003.imgix.net/YE68DBN/2026-03-17/image/5fcd3885-bd84-4b16-ae3c-7ddc22e9a2b9_removebg.jpg?w=600', 'https://abimg003.imgix.net/YE68DBN/2026-03-17/image/945d6c08-b15e-4d05-a8a6-65ca8ccb3ba2_removebg.jpg?w=600', 'https://abimg003.imgix.net/YE68DBN/2026-03-17/image/a974abef-b772-4a74-8b81-0298a5a70b94_removebg.jpg?w=600', 'https://abimg003.imgix.net/YE68DBN/2026-03-17/image/cb167744-b9ee-471b-a6cf-1f44c8aa1581_removebg.jpg?w=600', 'https://abimg003.imgix.net/YE68DBN/2026-03-17/image/13fbffe3-2c64-4d7c-afd0-e5ce7f2bb0ff_removebg.jpg?w=600', 'https://abimg003.imgix.net/YE68DBN/2026-03-17/image/f9481870-8fce-48d1-baf5-fa564bb4a1e0_removebg.jpg?w=600', 'https://abimg003.imgix.net/YE68DBN/2026-03-17/image/d1fede8e-0c47-4526-a6e4-bbc71780bcce_removebg.jpg?w=600', 'https://abimg003.imgix.net/YE68DBN/2026-03-17/image/9d9d9456-e1aa-45f6-b4c9-95ff7afa7de5_removebg.jpg?w=600'], 'colour': 'RED', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print and book 10/20 - 11K, 09/22 - 28K, 09/23 - 39K,', 'remarks': '**1381** Ex-Private Hire VOSA STATES 19K, 28K, 37K, 42K, 60K, 68K, SD CARD', 'virtual': False, 'seller': 'Vantage Motor Group', '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/c4bc08ac-35db-45c2-9aff-682f88d82817.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 13:26:26 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120407093, 'registration': 'YE68DBN', 'account': 'VAN038', 'make': 'LEXUS', 'model': 'IS SALOON', 'derivative': '300h F-Sport 4dr CVT Auto', 'mileage': 81821, 'mileageWarranty': True, 'type': 'car', 'saleId': 18906, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 623}, 'saleStart': '2026-03-24T13:00Z', 'lot': 563, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2018-09-17', 'fuel': 'Petrol/Electric Hybrid', 'motExpiry': '2026-10-29', 'doors': 4, 'engineSize': 2494, 'bodyType': 'Saloon', 'images': ['https://abimg003.imgix.net/YE68DBN/2026-03-17/image/163a022e-5a6a-46c2-a8ba-0bcbadd07ddd_removebg.jpg?w=600', 'https://abimg003.imgix.net/YE68DBN/2026-03-17/image/5fcd3885-bd84-4b16-ae3c-7ddc22e9a2b9_removebg.jpg?w=600', 'https://abimg003.imgix.net/YE68DBN/2026-03-17/image/945d6c08-b15e-4d05-a8a6-65ca8ccb3ba2_removebg.jpg?w=600', 'https://abimg003.imgix.net/YE68DBN/2026-03-17/image/a974abef-b772-4a74-8b81-0298a5a70b94_removebg.jpg?w=600', 'https://abimg003.imgix.net/YE68DBN/2026-03-17/image/cb167744-b9ee-471b-a6cf-1f44c8aa1581_removebg.jpg?w=600', 'https://abimg003.imgix.net/YE68DBN/2026-03-17/image/13fbffe3-2c64-4d7c-afd0-e5ce7f2bb0ff_removebg.jpg?w=600', 'https://abimg003.imgix.net/YE68DBN/2026-03-17/image/f9481870-8fce-48d1-baf5-fa564bb4a1e0_removebg.jpg?w=600', 'https://abimg003.imgix.net/YE68DBN/2026-03-17/image/d1fede8e-0c47-4526-a6e4-bbc71780bcce_removebg.jpg?w=600', 'https://abimg003.imgix.net/YE68DBN/2026-03-17/image/9d9d9456-e1aa-45f6-b4c9-95ff7afa7de5_removebg.jpg?w=600'], 'colour': 'RED', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print and book 10/20 - 11K, 09/22 - 28K, 09/23 - 39K,', 'remarks': '**1381** Ex-Private Hire VOSA STATES 19K, 28K, 37K, 42K, 60K, 68K, SD CARD', 'virtual': False, 'seller': 'Vantage Motor Group', '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/c4bc08ac-35db-45c2-9aff-682f88d82817.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 13:26:26 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 723aca02-b7ed-5dcf-933e-f0efc0f78197 with identifier: 120407093
2026-03-24 13:26:26 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 723aca02-b7ed-5dcf-933e-f0efc0f78197 with scrape type 2
2026-03-24 13:26:26 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 723aca02-b7ed-5dcf-933e-f0efc0f78197 with scrape type 2
2026-03-24 13:26:26 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 723aca02-b7ed-5dcf-933e-f0efc0f78197, identifier: 120407093
2026-03-24 13:26:26 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 723aca02-b7ed-5dcf-933e-f0efc0f78197 with identifier: 120407093
2026-03-24 13:26:26 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 723aca02-b7ed-5dcf-933e-f0efc0f78197 with identifier: 120407093
2026-03-24 13:26:26 [scrapy.core.scraper] INFO: Dropped: Dropping expired listing: 723aca02-b7ed-5dcf-933e-f0efc0f78197 with expiration date: 2026-03-24T13:00:00Z
{'auction_title': '',
'c_o_2_emission_value': 109,
'color': 'RED',
'currency': 'GBP',
'doors_number': 4,
'emission_standard': 'EURO 6',
'engine': '2.5L',
'expiration_date': '2026-03-24T13:00:00Z',
'fuel_type': 'Petrol/Electric Hybrid',
'id': '723aca02-b7ed-5dcf-933e-f0efc0f78197',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'YE68DBN',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120407093',
'listing': 'auction',
'location': 'Aston Barclay Wakefield',
'make': 'LEXUS',
'model': 'IS SALOON',
'odometer': 81821,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2018-09-17',
'seller_name': 'Vantage Motor Group',
'title': 'LEXUS IS SALOON 300h F-Sport 4dr CVT Auto',
'transmission': 'automatic',
'trim': '300h F-Sport 4dr CVT Auto',
'vin': None,
'year': 2018}
2026-03-24 13:26:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:26:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120407093%27 HTTP/1.1" 200 None
2026-03-24 13:26:26 [astonbarclay.gb] INFO: Saving data for 120407093: {'auction_closing_time': 1774357200.0, 'created_time': 1773403247.555563, 'last_price_update_time': 1774358786.18657}
2026-03-24 13:26:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:26:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120407093') HTTP/1.1" 204 0
2026-03-24 13:26:27 [zyte_api._retry] DEBUG: Finished call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request' after 129.290(s), this was the 1st time calling it.
2026-03-24 13:26:27 [zyte_api._retry] DEBUG: Retrying zyte_api._async.AsyncZyteAPI.get.<locals>.request in 6.25634350251831 seconds as it raised ClientConnectorError: Cannot connect to host api.zyte.com:443 ssl:default [Connect call failed ('69.41.180.81', 443)].
2026-03-24 13:26:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120041052?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-24 13:26:27 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:26:28 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120041052, 'registration': 'DS71MXT', 'account': 'HAT002', 'make': 'HYUNDAI', 'model': 'IONIQ 5 ELECTRIC HATCHBACK', 'derivative': '125kW SE Connect 58 kWh 5dr Auto', 'mileage': 44589, 'mileageWarranty': True, 'type': 'car', 'saleId': 18906, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 623}, 'saleStart': '2026-03-24T13:00Z', 'lot': 553, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2022-02-14', 'fuel': 'Electric', 'motExpiry': '2026-02-13', 'doors': 5, 'engineSize': None, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/DS71MXT/2026-03-04/image/763a5f8f-0521-4683-a659-5a0c42a0626e_removebg.jpg?w=600', 'https://abimg003.imgix.net/DS71MXT/2026-03-04/image/ea1a3edd-e9d5-4579-9fcc-8a20b019c7a3_removebg.jpg?w=600', 'https://abimg003.imgix.net/DS71MXT/2026-03-04/image/199a5ba5-1ecd-476f-9572-4ef0e3d5a906_removebg.jpg?w=600', 'https://abimg003.imgix.net/DS71MXT/2026-03-04/image/4762ce25-e372-49b4-b401-3e7a9d570025_removebg.jpg?w=600', 'https://abimg003.imgix.net/DS71MXT/2026-03-04/image/63fb5240-7d88-4672-9f6d-fb1edd55abd8_removebg.jpg?w=600', 'https://abimg003.imgix.net/DS71MXT/2026-03-04/image/6b37b565-12ad-4327-ad9d-4ed29d7af6c9_removebg.jpg?w=600', 'https://abimg003.imgix.net/DS71MXT/2026-03-04/image/bee6b396-06c9-48ff-a247-69349dc58552_removebg.jpg?w=600', 'https://abimg003.imgix.net/DS71MXT/2026-03-04/image/19ff43b0-051f-4f00-8e90-b07b30ad1242_removebg.jpg?w=600', 'https://abimg003.imgix.net/DS71MXT/2026-03-04/image/1034db78-4c4a-4f36-bf1d-d6ed0c5282da_removebg.jpg?w=600'], 'colour': 'GREEN', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 03/24- 29K,', 'remarks': '**62**VOSA STATES 36K 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/a096bd1a-ad5f-4c5b-a582-a11771868230.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 13:26:28 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120041052, 'registration': 'DS71MXT', 'account': 'HAT002', 'make': 'HYUNDAI', 'model': 'IONIQ 5 ELECTRIC HATCHBACK', 'derivative': '125kW SE Connect 58 kWh 5dr Auto', 'mileage': 44589, 'mileageWarranty': True, 'type': 'car', 'saleId': 18906, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 623}, 'saleStart': '2026-03-24T13:00Z', 'lot': 553, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2022-02-14', 'fuel': 'Electric', 'motExpiry': '2026-02-13', 'doors': 5, 'engineSize': None, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/DS71MXT/2026-03-04/image/763a5f8f-0521-4683-a659-5a0c42a0626e_removebg.jpg?w=600', 'https://abimg003.imgix.net/DS71MXT/2026-03-04/image/ea1a3edd-e9d5-4579-9fcc-8a20b019c7a3_removebg.jpg?w=600', 'https://abimg003.imgix.net/DS71MXT/2026-03-04/image/199a5ba5-1ecd-476f-9572-4ef0e3d5a906_removebg.jpg?w=600', 'https://abimg003.imgix.net/DS71MXT/2026-03-04/image/4762ce25-e372-49b4-b401-3e7a9d570025_removebg.jpg?w=600', 'https://abimg003.imgix.net/DS71MXT/2026-03-04/image/63fb5240-7d88-4672-9f6d-fb1edd55abd8_removebg.jpg?w=600', 'https://abimg003.imgix.net/DS71MXT/2026-03-04/image/6b37b565-12ad-4327-ad9d-4ed29d7af6c9_removebg.jpg?w=600', 'https://abimg003.imgix.net/DS71MXT/2026-03-04/image/bee6b396-06c9-48ff-a247-69349dc58552_removebg.jpg?w=600', 'https://abimg003.imgix.net/DS71MXT/2026-03-04/image/19ff43b0-051f-4f00-8e90-b07b30ad1242_removebg.jpg?w=600', 'https://abimg003.imgix.net/DS71MXT/2026-03-04/image/1034db78-4c4a-4f36-bf1d-d6ed0c5282da_removebg.jpg?w=600'], 'colour': 'GREEN', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 03/24- 29K,', 'remarks': '**62**VOSA STATES 36K 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/a096bd1a-ad5f-4c5b-a582-a11771868230.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 13:26:28 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: bd8022e0-7425-5f72-9216-8be517d44c25 with identifier: 120041052
2026-03-24 13:26:28 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item bd8022e0-7425-5f72-9216-8be517d44c25 with scrape type 2
2026-03-24 13:26:28 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item bd8022e0-7425-5f72-9216-8be517d44c25 with scrape type 2
2026-03-24 13:26:28 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: bd8022e0-7425-5f72-9216-8be517d44c25, identifier: 120041052
2026-03-24 13:26:28 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: bd8022e0-7425-5f72-9216-8be517d44c25 with identifier: 120041052
2026-03-24 13:26:28 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: bd8022e0-7425-5f72-9216-8be517d44c25 with identifier: 120041052
2026-03-24 13:26:28 [scrapy.core.scraper] INFO: Dropped: Dropping expired listing: bd8022e0-7425-5f72-9216-8be517d44c25 with expiration date: 2026-03-24T13:00:00Z
{'auction_title': '',
'c_o_2_emission_value': None,
'color': 'GREEN',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': '2026-03-24T13:00:00Z',
'fuel_type': 'Electric',
'id': 'bd8022e0-7425-5f72-9216-8be517d44c25',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'DS71MXT',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120041052',
'listing': 'auction',
'location': 'Aston Barclay Wakefield',
'make': 'HYUNDAI',
'model': 'IONIQ 5 ELECTRIC HATCHBACK',
'odometer': 44589,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-02-14',
'seller_name': 'Hatfields Group',
'title': 'HYUNDAI IONIQ 5 ELECTRIC HATCHBACK 125kW SE Connect 58 kWh 5dr Auto',
'transmission': 'automatic',
'trim': '125kW SE Connect 58 kWh 5dr Auto',
'vin': None,
'year': 2022}
2026-03-24 13:26:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:26:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120041052%27 HTTP/1.1" 200 None
2026-03-24 13:26:28 [astonbarclay.gb] INFO: Saving data for 120041052: {'auction_closing_time': 1774357200.0, 'created_time': 1773404851.439272, 'last_price_update_time': 1774358788.188168}
2026-03-24 13:26:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:26:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120041052') HTTP/1.1" 204 0
2026-03-24 13:26:29 [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-24 13:26:29 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:26:29 [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': 18905, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 623}, 'saleStart': '2026-03-24T13:00Z', 'lot': 375, 'hall': 'Hall 1', '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-24 13:26:29 [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': 18905, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 623}, 'saleStart': '2026-03-24T13:00Z', 'lot': 375, 'hall': 'Hall 1', '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-24 13:26:29 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9b2eed43-1b88-5300-809a-6f6e924214e7 with identifier: 120454860
2026-03-24 13:26:29 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9b2eed43-1b88-5300-809a-6f6e924214e7 with scrape type 2
2026-03-24 13:26:29 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9b2eed43-1b88-5300-809a-6f6e924214e7 with scrape type 2
2026-03-24 13:26:29 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 9b2eed43-1b88-5300-809a-6f6e924214e7, identifier: 120454860
2026-03-24 13:26:29 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 9b2eed43-1b88-5300-809a-6f6e924214e7 with identifier: 120454860
2026-03-24 13:26:29 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 9b2eed43-1b88-5300-809a-6f6e924214e7 with identifier: 120454860
2026-03-24 13:26:29 [scrapy.core.scraper] INFO: Dropped: Dropping expired listing: 9b2eed43-1b88-5300-809a-6f6e924214e7 with expiration date: 2026-03-24T13:00:00Z
{'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-24T13:00: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-24 13:26:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:26:29 [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-24 13:26:29 [astonbarclay.gb] INFO: Saving data for 120454860: {'auction_closing_time': 1774357200.0, 'created_time': 1773655308.159276, 'last_price_update_time': 1774358789.335339}
2026-03-24 13:26:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:26:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120454860') HTTP/1.1" 204 0
2026-03-24 13:26:33 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 2nd time calling it.
2026-03-24 13:26:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120657532?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-24 13:26:38 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:26:38 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120657532, 'registration': 'CF53WLB', 'account': 'WBA004', 'make': 'TOYOTA', 'model': 'YARIS HATCHBACK', 'derivative': '1.0 VVT-i T Spirit 5dr', 'mileage': 100233, 'mileageWarranty': True, 'type': 'car', 'saleId': 18905, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 622}, 'saleStart': '2026-03-24T13:00Z', 'lot': 380, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2004-01-30', 'fuel': 'Petrol', 'motExpiry': '2026-01-30', 'doors': 5, 'engineSize': 998, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/CF53WLB/2026-03-23/image/86663196-9b86-4174-a735-68e3857b8ff8_removebg.jpg?w=600', 'https://abimg003.imgix.net/CF53WLB/2026-03-23/image/f7005332-66bf-4f25-8a96-a5b4f221da4a_removebg.jpg?w=600', 'https://abimg003.imgix.net/CF53WLB/2026-03-23/image/e9ad0354-0550-44f2-b434-0c1839b143db_removebg.jpg?w=600', 'https://abimg003.imgix.net/CF53WLB/2026-03-23/image/36f6039f-10f8-4823-aa23-45509a3f1391_removebg.jpg?w=600', 'https://abimg003.imgix.net/CF53WLB/2026-03-23/image/0e6836b1-a39e-42da-9242-600ced24dc64_removebg.jpg?w=600', 'https://abimg003.imgix.net/CF53WLB/2026-03-23/image/2cc20b68-8feb-44eb-b0af-59cbc3489a84_removebg.jpg?w=600', 'https://abimg003.imgix.net/CF53WLB/2026-03-23/image/526ed3cd-ae14-44a0-8248-086a8c3e5fc0_removebg.jpg?w=600', 'https://abimg003.imgix.net/CF53WLB/2026-03-23/image/78085001-d111-45c7-bce3-7ea98fddd95f_removebg.jpg?w=600', 'https://abimg003.imgix.net/CF53WLB/2026-03-23/image/b2fa818a-e844-4e3c-a478-322b1e976dfd_removebg.jpg?w=600'], 'colour': 'SILVER', 'writeoffcode': 'Cat C Insurance Loss', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': "Category C Insurance Loss. Vehicle Extensively Damaged But Repairable -Insurer Decided Not To Repair VIC PASS: V5 states 'substantially repaired and/or accident damaged: identity checked on 16/01/2007' **605** VOSA STATES 23K, 28K, 33K, 40K, 45K, 50K, 57K, 61K, 67K, 71K, 75K, 77K, 79K, 81K, 82K, 82K, 83K, 85K, 87K,", 'virtual': False, 'seller': 'UKCGR - Trade', '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': None, 'assuredType': None, 'imported': False, 'eurostatus': 4, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 13:26:38 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120657532, 'registration': 'CF53WLB', 'account': 'WBA004', 'make': 'TOYOTA', 'model': 'YARIS HATCHBACK', 'derivative': '1.0 VVT-i T Spirit 5dr', 'mileage': 100233, 'mileageWarranty': True, 'type': 'car', 'saleId': 18905, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 622}, 'saleStart': '2026-03-24T13:00Z', 'lot': 380, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2004-01-30', 'fuel': 'Petrol', 'motExpiry': '2026-01-30', 'doors': 5, 'engineSize': 998, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/CF53WLB/2026-03-23/image/86663196-9b86-4174-a735-68e3857b8ff8_removebg.jpg?w=600', 'https://abimg003.imgix.net/CF53WLB/2026-03-23/image/f7005332-66bf-4f25-8a96-a5b4f221da4a_removebg.jpg?w=600', 'https://abimg003.imgix.net/CF53WLB/2026-03-23/image/e9ad0354-0550-44f2-b434-0c1839b143db_removebg.jpg?w=600', 'https://abimg003.imgix.net/CF53WLB/2026-03-23/image/36f6039f-10f8-4823-aa23-45509a3f1391_removebg.jpg?w=600', 'https://abimg003.imgix.net/CF53WLB/2026-03-23/image/0e6836b1-a39e-42da-9242-600ced24dc64_removebg.jpg?w=600', 'https://abimg003.imgix.net/CF53WLB/2026-03-23/image/2cc20b68-8feb-44eb-b0af-59cbc3489a84_removebg.jpg?w=600', 'https://abimg003.imgix.net/CF53WLB/2026-03-23/image/526ed3cd-ae14-44a0-8248-086a8c3e5fc0_removebg.jpg?w=600', 'https://abimg003.imgix.net/CF53WLB/2026-03-23/image/78085001-d111-45c7-bce3-7ea98fddd95f_removebg.jpg?w=600', 'https://abimg003.imgix.net/CF53WLB/2026-03-23/image/b2fa818a-e844-4e3c-a478-322b1e976dfd_removebg.jpg?w=600'], 'colour': 'SILVER', 'writeoffcode': 'Cat C Insurance Loss', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': "Category C Insurance Loss. Vehicle Extensively Damaged But Repairable -Insurer Decided Not To Repair VIC PASS: V5 states 'substantially repaired and/or accident damaged: identity checked on 16/01/2007' **605** VOSA STATES 23K, 28K, 33K, 40K, 45K, 50K, 57K, 61K, 67K, 71K, 75K, 77K, 79K, 81K, 82K, 82K, 83K, 85K, 87K,", 'virtual': False, 'seller': 'UKCGR - Trade', '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': None, 'assuredType': None, 'imported': False, 'eurostatus': 4, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 13:26:38 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: fcbe7363-9042-5317-b740-c507f49e5498 with identifier: 120657532
2026-03-24 13:26:38 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fcbe7363-9042-5317-b740-c507f49e5498 with scrape type 2
2026-03-24 13:26:38 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item fcbe7363-9042-5317-b740-c507f49e5498 with scrape type 2
2026-03-24 13:26:38 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: fcbe7363-9042-5317-b740-c507f49e5498, identifier: 120657532
2026-03-24 13:26:38 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: fcbe7363-9042-5317-b740-c507f49e5498 with identifier: 120657532
2026-03-24 13:26:38 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: fcbe7363-9042-5317-b740-c507f49e5498 with identifier: 120657532
2026-03-24 13:26:38 [scrapy.core.scraper] INFO: Dropped: Dropping expired listing: fcbe7363-9042-5317-b740-c507f49e5498 with expiration date: 2026-03-24T13:00:00Z
{'auction_title': '',
'c_o_2_emission_value': 134,
'color': 'SILVER',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 4',
'engine': '1.0L',
'expiration_date': '2026-03-24T13:00:00Z',
'fuel_type': 'Petrol',
'id': 'fcbe7363-9042-5317-b740-c507f49e5498',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'CF53WLB',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120657532',
'listing': 'auction',
'location': 'Aston Barclay Wakefield',
'make': 'TOYOTA',
'model': 'YARIS HATCHBACK',
'odometer': 100233,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2004-01-30',
'seller_name': 'UKCGR - Trade',
'title': 'TOYOTA YARIS HATCHBACK 1.0 VVT-i T Spirit 5dr',
'transmission': 'manual',
'trim': '1.0 VVT-i T Spirit 5dr',
'vin': None,
'year': 2004}
2026-03-24 13:26:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:26:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120657532%27 HTTP/1.1" 200 None
2026-03-24 13:26:38 [astonbarclay.gb] INFO: Saving data for 120657532: {'auction_closing_time': 1774357200.0, 'created_time': 1774034025.098946, 'last_price_update_time': 1774358798.478606}
2026-03-24 13:26:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:26:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120657532') HTTP/1.1" 204 0
2026-03-24 13:26:42 [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-24 13:26:42 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:26:42 [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': 18905, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 622}, 'saleStart': '2026-03-24T13:00Z', 'lot': 366, 'hall': 'Hall 1', '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-24 13:26:42 [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': 18905, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 622}, 'saleStart': '2026-03-24T13:00Z', 'lot': 366, 'hall': 'Hall 1', '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-24 13:26:42 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 474ecdf0-6073-5bff-965b-837f13731c5a with identifier: 120668119
2026-03-24 13:26:42 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 474ecdf0-6073-5bff-965b-837f13731c5a with scrape type 2
2026-03-24 13:26:42 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 474ecdf0-6073-5bff-965b-837f13731c5a with scrape type 2
2026-03-24 13:26:42 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 474ecdf0-6073-5bff-965b-837f13731c5a, identifier: 120668119
2026-03-24 13:26:42 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 474ecdf0-6073-5bff-965b-837f13731c5a with identifier: 120668119
2026-03-24 13:26:42 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 474ecdf0-6073-5bff-965b-837f13731c5a with identifier: 120668119
2026-03-24 13:26:42 [scrapy.core.scraper] INFO: Dropped: Dropping expired listing: 474ecdf0-6073-5bff-965b-837f13731c5a with expiration date: 2026-03-24T13:00:00Z
{'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-24T13:00: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-24 13:26:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:26:42 [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-24 13:26:42 [astonbarclay.gb] INFO: Saving data for 120668119: {'auction_closing_time': 1774357200.0, 'created_time': 1774261106.966161, 'last_price_update_time': 1774358802.614311}
2026-03-24 13:26:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:26:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120668119') HTTP/1.1" 204 0
2026-03-24 13:26:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/119965445?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-24 13:26:51 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:26:51 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 119965445, 'registration': 'EO66OGF', 'account': 'AST058', 'make': 'NISSAN', 'model': 'NAVARA DIESEL', 'derivative': 'Double Cab Pick Up Tekna 2.3dCi 190 4WD Auto', 'mileage': 119789, 'mileageWarranty': True, 'type': 'commercial', 'saleId': 18906, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 622}, 'saleStart': '2026-03-24T13:00Z', 'lot': 656, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2016-10-14', 'fuel': 'Diesel', 'motExpiry': '2025-11-10', 'doors': None, 'engineSize': 2298, 'bodyType': 'Double Cab Pick-up', 'images': ['https://abimg003.imgix.net/EO66OGF/2026-02-26/image/710cbca6-fd0c-4a4f-a6ee-b6946e10b6b8_removebg.jpg?w=600', 'https://abimg003.imgix.net/EO66OGF/2026-02-26/image/76902435-393a-49a9-be5c-5de60ed9537b_removebg.jpg?w=600', 'https://abimg003.imgix.net/EO66OGF/2026-02-26/image/fcb420cc-8563-4b1a-a339-fe3f85af9794_removebg.jpg?w=600', 'https://abimg003.imgix.net/EO66OGF/2026-02-26/image/46019955-1050-4134-93aa-e6151a6cedf9_removebg.jpg?w=600', 'https://abimg003.imgix.net/EO66OGF/2026-02-26/image/2f0d1537-bf0b-4839-85a4-36d0d1a4ace2_removebg.jpg?w=600', 'https://abimg003.imgix.net/EO66OGF/2026-02-26/image/d0910dfc-5fa0-4e32-b924-f5129eeb8870_removebg.jpg?w=600', 'https://abimg003.imgix.net/EO66OGF/2026-02-26/image/23ee876a-e3f8-41e2-9e06-a349d53e9888_removebg.jpg?w=600', 'https://abimg003.imgix.net/EO66OGF/2026-02-26/image/0831051c-34b9-4c77-b316-e00a556bddd9_removebg.jpg?w=600', 'https://abimg003.imgix.net/EO66OGF/2026-02-26/image/fb5ba1fb-29cb-4d60-8780-09282bdb8714_removebg.jpg?w=600', 'https://abimg003.imgix.net/EO66OGF/2026-02-26/image/cc87bd5f-b4fd-4273-9078-bda817c82617_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith - LCV', 'serviceHistory': 'Service book 01/18- 20K, 12/18- 35K, 07/20- 56K,', 'remarks': '**1817**VOSA STATES 47K, 59K, 65K, 69K, 87K, 105K, SD CARD OFFER WHERE STANDS HAS COOLANT LEAK AND MAY HAVE OTHER ISSUES', 'virtual': False, 'seller': 'LDG', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '2', 'v5': True, 'v5details': 'Here', 'co2': 183, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/372c3fdd-65f6-41eb-8178-55a207f28773.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 13:26:51 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 119965445, 'registration': 'EO66OGF', 'account': 'AST058', 'make': 'NISSAN', 'model': 'NAVARA DIESEL', 'derivative': 'Double Cab Pick Up Tekna 2.3dCi 190 4WD Auto', 'mileage': 119789, 'mileageWarranty': True, 'type': 'commercial', 'saleId': 18906, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 622}, 'saleStart': '2026-03-24T13:00Z', 'lot': 656, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2016-10-14', 'fuel': 'Diesel', 'motExpiry': '2025-11-10', 'doors': None, 'engineSize': 2298, 'bodyType': 'Double Cab Pick-up', 'images': ['https://abimg003.imgix.net/EO66OGF/2026-02-26/image/710cbca6-fd0c-4a4f-a6ee-b6946e10b6b8_removebg.jpg?w=600', 'https://abimg003.imgix.net/EO66OGF/2026-02-26/image/76902435-393a-49a9-be5c-5de60ed9537b_removebg.jpg?w=600', 'https://abimg003.imgix.net/EO66OGF/2026-02-26/image/fcb420cc-8563-4b1a-a339-fe3f85af9794_removebg.jpg?w=600', 'https://abimg003.imgix.net/EO66OGF/2026-02-26/image/46019955-1050-4134-93aa-e6151a6cedf9_removebg.jpg?w=600', 'https://abimg003.imgix.net/EO66OGF/2026-02-26/image/2f0d1537-bf0b-4839-85a4-36d0d1a4ace2_removebg.jpg?w=600', 'https://abimg003.imgix.net/EO66OGF/2026-02-26/image/d0910dfc-5fa0-4e32-b924-f5129eeb8870_removebg.jpg?w=600', 'https://abimg003.imgix.net/EO66OGF/2026-02-26/image/23ee876a-e3f8-41e2-9e06-a349d53e9888_removebg.jpg?w=600', 'https://abimg003.imgix.net/EO66OGF/2026-02-26/image/0831051c-34b9-4c77-b316-e00a556bddd9_removebg.jpg?w=600', 'https://abimg003.imgix.net/EO66OGF/2026-02-26/image/fb5ba1fb-29cb-4d60-8780-09282bdb8714_removebg.jpg?w=600', 'https://abimg003.imgix.net/EO66OGF/2026-02-26/image/cc87bd5f-b4fd-4273-9078-bda817c82617_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith - LCV', 'serviceHistory': 'Service book 01/18- 20K, 12/18- 35K, 07/20- 56K,', 'remarks': '**1817**VOSA STATES 47K, 59K, 65K, 69K, 87K, 105K, SD CARD OFFER WHERE STANDS HAS COOLANT LEAK AND MAY HAVE OTHER ISSUES', 'virtual': False, 'seller': 'LDG', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '2', 'v5': True, 'v5details': 'Here', 'co2': 183, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/372c3fdd-65f6-41eb-8178-55a207f28773.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 13:26:51 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 945ae60c-6288-56ba-8cda-092ee38b15a6 with identifier: 119965445
2026-03-24 13:26:51 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 945ae60c-6288-56ba-8cda-092ee38b15a6 with scrape type 2
2026-03-24 13:26:51 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 945ae60c-6288-56ba-8cda-092ee38b15a6 with scrape type 2
2026-03-24 13:26:52 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 945ae60c-6288-56ba-8cda-092ee38b15a6, identifier: 119965445
2026-03-24 13:26:52 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 945ae60c-6288-56ba-8cda-092ee38b15a6 with identifier: 119965445
2026-03-24 13:26:52 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 945ae60c-6288-56ba-8cda-092ee38b15a6 with identifier: 119965445
2026-03-24 13:26:52 [scrapy.core.scraper] INFO: Dropped: Dropping expired listing: 945ae60c-6288-56ba-8cda-092ee38b15a6 with expiration date: 2026-03-24T13:00:00Z
{'auction_title': '',
'c_o_2_emission_value': 183,
'color': 'GREY',
'currency': 'GBP',
'doors_number': None,
'emission_standard': 'EURO 6',
'engine': '2.3L',
'expiration_date': '2026-03-24T13:00:00Z',
'fuel_type': 'Diesel',
'id': '945ae60c-6288-56ba-8cda-092ee38b15a6',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'EO66OGF',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/119965445',
'listing': 'auction',
'location': 'Aston Barclay Wakefield',
'make': 'NISSAN',
'model': 'NAVARA DIESEL',
'odometer': 119789,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2016-10-14',
'seller_name': 'LDG',
'title': 'NISSAN NAVARA DIESEL Double Cab Pick Up Tekna 2.3dCi 190 4WD Auto',
'transmission': 'automatic',
'trim': 'Double Cab Pick Up Tekna 2.3dCi 190 4WD Auto',
'vin': None,
'year': 2016}
2026-03-24 13:26:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:26:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27119965445%27 HTTP/1.1" 200 None
2026-03-24 13:26:52 [astonbarclay.gb] INFO: Saving data for 119965445: {'auction_closing_time': 1774357200.0, 'created_time': 1773403469.377387, 'last_price_update_time': 1774358812.073625}
2026-03-24 13:26:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:26:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='119965445') HTTP/1.1" 204 0
2026-03-24 13:26:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120668438?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-24 13:26:53 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:26:54 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120668438, 'registration': 'SP13WCL', 'account': 'WBA004', 'make': 'VAUXHALL', 'model': 'ADAM HATCHBACK', 'derivative': '1.2i Jam 3dr', 'mileage': 124091, 'mileageWarranty': False, 'type': 'car', 'saleId': 18905, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 621}, 'saleStart': '2026-03-24T13:00Z', 'lot': 356, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2013-03-29', 'fuel': 'Petrol', 'motExpiry': '2026-04-06', 'doors': 3, 'engineSize': 1229, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/SP13WCL/2026-03-23/image/c44b1601-7864-4889-8458-f9cb2c7dd6ef_removebg.jpg?w=600', 'https://abimg003.imgix.net/SP13WCL/2026-03-23/image/769c7ea1-3bd1-4686-842d-37525bfe264e_removebg.jpg?w=600', 'https://abimg003.imgix.net/SP13WCL/2026-03-23/image/f1cfc976-a6f5-4abe-be61-ba9901ab90ae_removebg.jpg?w=600', 'https://abimg003.imgix.net/SP13WCL/2026-03-23/image/4cb61ec3-80b5-4cac-8769-42f49cee3660_removebg.jpg?w=600', 'https://abimg003.imgix.net/SP13WCL/2026-03-23/image/91b2d3d0-5bcd-4018-a687-f82b33107cb6_removebg.jpg?w=600', 'https://abimg003.imgix.net/SP13WCL/2026-03-23/image/c40d7b54-455c-4d2b-8481-053056868293_removebg.jpg?w=600', 'https://abimg003.imgix.net/SP13WCL/2026-03-23/image/98208cab-f16c-4eb3-8f61-59b8531627b8_removebg.jpg?w=600', 'https://abimg003.imgix.net/SP13WCL/2026-03-23/image/61346f00-d688-44a1-a30b-325c4180cb46_removebg.jpg?w=600', 'https://abimg003.imgix.net/SP13WCL/2026-03-23/image/92b1389c-e17f-45da-926b-9f62b97a000a_removebg.jpg?w=600'], 'colour': 'BLUE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 03/14 - 11K, 04/15 - 24K, 09/16 - 29K, 08/17 - 38K, 03/18 - 47K, 03/19 - 66K, 03/20 - 80K, 02/21 - 85K, 04/22 - 91K, 01/23 - 102K, 02/24 - 101K, 12/24 - 116K, 01/26 - 123K, DISPREPANCY IN SERVICE BOOK', 'remarks': '**710** VOSA STATES 29K, 29K, 29K, 47K, 66K, 80K, 85K, 91K, 103K, 112K, 119K, SPARE KEY', 'virtual': False, 'seller': 'UKCGR - Trade', '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/e085fbe7-b138-46a5-9499-3b33b9a39529.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 13:26:54 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120668438, 'registration': 'SP13WCL', 'account': 'WBA004', 'make': 'VAUXHALL', 'model': 'ADAM HATCHBACK', 'derivative': '1.2i Jam 3dr', 'mileage': 124091, 'mileageWarranty': False, 'type': 'car', 'saleId': 18905, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 621}, 'saleStart': '2026-03-24T13:00Z', 'lot': 356, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2013-03-29', 'fuel': 'Petrol', 'motExpiry': '2026-04-06', 'doors': 3, 'engineSize': 1229, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/SP13WCL/2026-03-23/image/c44b1601-7864-4889-8458-f9cb2c7dd6ef_removebg.jpg?w=600', 'https://abimg003.imgix.net/SP13WCL/2026-03-23/image/769c7ea1-3bd1-4686-842d-37525bfe264e_removebg.jpg?w=600', 'https://abimg003.imgix.net/SP13WCL/2026-03-23/image/f1cfc976-a6f5-4abe-be61-ba9901ab90ae_removebg.jpg?w=600', 'https://abimg003.imgix.net/SP13WCL/2026-03-23/image/4cb61ec3-80b5-4cac-8769-42f49cee3660_removebg.jpg?w=600', 'https://abimg003.imgix.net/SP13WCL/2026-03-23/image/91b2d3d0-5bcd-4018-a687-f82b33107cb6_removebg.jpg?w=600', 'https://abimg003.imgix.net/SP13WCL/2026-03-23/image/c40d7b54-455c-4d2b-8481-053056868293_removebg.jpg?w=600', 'https://abimg003.imgix.net/SP13WCL/2026-03-23/image/98208cab-f16c-4eb3-8f61-59b8531627b8_removebg.jpg?w=600', 'https://abimg003.imgix.net/SP13WCL/2026-03-23/image/61346f00-d688-44a1-a30b-325c4180cb46_removebg.jpg?w=600', 'https://abimg003.imgix.net/SP13WCL/2026-03-23/image/92b1389c-e17f-45da-926b-9f62b97a000a_removebg.jpg?w=600'], 'colour': 'BLUE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 03/14 - 11K, 04/15 - 24K, 09/16 - 29K, 08/17 - 38K, 03/18 - 47K, 03/19 - 66K, 03/20 - 80K, 02/21 - 85K, 04/22 - 91K, 01/23 - 102K, 02/24 - 101K, 12/24 - 116K, 01/26 - 123K, DISPREPANCY IN SERVICE BOOK', 'remarks': '**710** VOSA STATES 29K, 29K, 29K, 47K, 66K, 80K, 85K, 91K, 103K, 112K, 119K, SPARE KEY', 'virtual': False, 'seller': 'UKCGR - Trade', '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/e085fbe7-b138-46a5-9499-3b33b9a39529.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 13:26:54 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9bc6b113-973c-5915-a398-52ea02879186 with identifier: 120668438
2026-03-24 13:26:54 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9bc6b113-973c-5915-a398-52ea02879186 with scrape type 2
2026-03-24 13:26:54 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9bc6b113-973c-5915-a398-52ea02879186 with scrape type 2
2026-03-24 13:26:54 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 9bc6b113-973c-5915-a398-52ea02879186, identifier: 120668438
2026-03-24 13:26:54 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 9bc6b113-973c-5915-a398-52ea02879186 with identifier: 120668438
2026-03-24 13:26:54 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 9bc6b113-973c-5915-a398-52ea02879186 with identifier: 120668438
2026-03-24 13:26:54 [scrapy.core.scraper] INFO: Dropped: Dropping expired listing: 9bc6b113-973c-5915-a398-52ea02879186 with expiration date: 2026-03-24T13:00:00Z
{'auction_title': '',
'c_o_2_emission_value': 124,
'color': 'BLUE',
'currency': 'GBP',
'doors_number': 3,
'emission_standard': 'EURO 5',
'engine': '1.2L',
'expiration_date': '2026-03-24T13:00:00Z',
'fuel_type': 'Petrol',
'id': '9bc6b113-973c-5915-a398-52ea02879186',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'SP13WCL',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120668438',
'listing': 'auction',
'location': 'Aston Barclay Wakefield',
'make': 'VAUXHALL',
'model': 'ADAM HATCHBACK',
'odometer': 124091,
'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': 'UKCGR - Trade',
'title': 'VAUXHALL ADAM HATCHBACK 1.2i Jam 3dr',
'transmission': 'manual',
'trim': '1.2i Jam 3dr',
'vin': None,
'year': 2013}
2026-03-24 13:26:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:26:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120668438%27 HTTP/1.1" 200 None
2026-03-24 13:26:54 [astonbarclay.gb] INFO: Saving data for 120668438: {'auction_closing_time': 1774357200.0, 'created_time': 1774261058.641531, 'last_price_update_time': 1774358814.127001}
2026-03-24 13:26:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:26:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120668438') HTTP/1.1" 204 0
2026-03-24 13:26:55 [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-24 13:26:55 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:26:56 [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': 18905, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 621}, 'saleStart': '2026-03-24T13:00Z', 'lot': 355, 'hall': 'Hall 1', '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-24 13:26:56 [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': 18905, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 621}, 'saleStart': '2026-03-24T13:00Z', 'lot': 355, 'hall': 'Hall 1', '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-24 13:26:56 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5f59b824-e3fa-59a5-ae6e-c8b6560e760e with identifier: 120657060
2026-03-24 13:26:56 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5f59b824-e3fa-59a5-ae6e-c8b6560e760e with scrape type 2
2026-03-24 13:26:56 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5f59b824-e3fa-59a5-ae6e-c8b6560e760e with scrape type 2
2026-03-24 13:26:56 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 5f59b824-e3fa-59a5-ae6e-c8b6560e760e, identifier: 120657060
2026-03-24 13:26:56 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 5f59b824-e3fa-59a5-ae6e-c8b6560e760e with identifier: 120657060
2026-03-24 13:26:56 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 5f59b824-e3fa-59a5-ae6e-c8b6560e760e with identifier: 120657060
2026-03-24 13:26:56 [scrapy.core.scraper] INFO: Dropped: Dropping expired listing: 5f59b824-e3fa-59a5-ae6e-c8b6560e760e with expiration date: 2026-03-24T13:00:00Z
{'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-24T13:00: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-24 13:26:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:26:56 [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-24 13:26:56 [astonbarclay.gb] INFO: Saving data for 120657060: {'auction_closing_time': 1774357200.0, 'created_time': 1774034050.174834, 'last_price_update_time': 1774358816.203543}
2026-03-24 13:26:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:26:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120657060') HTTP/1.1" 204 0
2026-03-24 13:26:56 [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-24 13:26:56 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:26:56 [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': 18905, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 621}, 'saleStart': '2026-03-24T13:00Z', 'lot': 360, 'hall': 'Hall 1', '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-24 13:26:56 [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': 18905, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 621}, 'saleStart': '2026-03-24T13:00Z', 'lot': 360, 'hall': 'Hall 1', '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-24 13:26:56 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7015018e-ddbc-58f9-a2de-1d4dc0732137 with identifier: 120442214
2026-03-24 13:26:56 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7015018e-ddbc-58f9-a2de-1d4dc0732137 with scrape type 2
2026-03-24 13:26:56 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7015018e-ddbc-58f9-a2de-1d4dc0732137 with scrape type 2
2026-03-24 13:26:56 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 7015018e-ddbc-58f9-a2de-1d4dc0732137, identifier: 120442214
2026-03-24 13:26:56 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 7015018e-ddbc-58f9-a2de-1d4dc0732137 with identifier: 120442214
2026-03-24 13:26:56 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 7015018e-ddbc-58f9-a2de-1d4dc0732137 with identifier: 120442214
2026-03-24 13:26:56 [scrapy.core.scraper] INFO: Dropped: Dropping expired listing: 7015018e-ddbc-58f9-a2de-1d4dc0732137 with expiration date: 2026-03-24T13:00:00Z
{'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-24T13:00: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-24 13:26:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:26:56 [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-24 13:26:56 [astonbarclay.gb] INFO: Saving data for 120442214: {'auction_closing_time': 1774357200.0, 'created_time': 1773655445.648496, 'last_price_update_time': 1774358816.750695}
2026-03-24 13:26:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:26:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120442214') HTTP/1.1" 204 0
2026-03-24 13:26:58 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120663536?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-24 13:26:58 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:26:58 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120663536, 'registration': 'FP08GKF', 'account': 'WBA004', 'make': 'VAUXHALL', 'model': 'CORSA HATCHBACK SPECIAL EDS', 'derivative': '1.2i 16V Breeze 3dr', 'mileage': 85201, 'mileageWarranty': True, 'type': 'car', 'saleId': 18905, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 622}, 'saleStart': '2026-03-24T13:00Z', 'lot': 376, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2008-05-06', 'fuel': 'Petrol', 'motExpiry': '2026-11-18', 'doors': 3, 'engineSize': 1229, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/FP08GKF/2026-03-23/image/fe174a6b-0ac6-4b99-bc8d-ce04e2e73260_removebg.jpg?w=600', 'https://abimg003.imgix.net/FP08GKF/2026-03-23/image/e9cdc51c-b602-4d71-b50d-2cb159b1676f_removebg.jpg?w=600', 'https://abimg003.imgix.net/FP08GKF/2026-03-23/image/35341539-f03e-45fc-8492-c979d1afd6aa_removebg.jpg?w=600', 'https://abimg003.imgix.net/FP08GKF/2026-03-23/image/52a8e5c7-18a3-4dab-880b-297c49a5d9f3_removebg.jpg?w=600', 'https://abimg003.imgix.net/FP08GKF/2026-03-23/image/964cdeae-b956-4681-b3ff-aa5b771d577f_removebg.jpg?w=600', 'https://abimg003.imgix.net/FP08GKF/2026-03-23/image/2d96afae-500e-4039-b805-de65ae6fdd20_removebg.jpg?w=600', 'https://abimg003.imgix.net/FP08GKF/2026-03-23/image/453cd97e-8a80-4ee8-9463-7a4139537946_removebg.jpg?w=600', 'https://abimg003.imgix.net/FP08GKF/2026-03-23/image/aac78d96-782b-4a62-aa36-57e150bf29ad_removebg.jpg?w=600', 'https://abimg003.imgix.net/FP08GKF/2026-03-23/image/8c7eb400-5f1e-4c9f-a2b1-7fbf39c88d3a_removebg.jpg?w=600'], 'colour': 'SILVER', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 04/10 - 2K, 03/11 - 3K, 10/12 - 11K, 09/13 - 21K, 10/14 - 30K, 09/15 - 38K, 11/18 - 55K, 06/24 - 73K,', 'remarks': '**508** VOSA STATES 3K, 3K, 11K, 21K, 30K, 38K, 49K, 52K, 55K, 59K, 61K, 64K, 67K, 71K, 76K, 83K, SPARE KEY', '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/c5cf8298-dc95-490c-89b7-400bcfbf6f92.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 4, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 13:26:58 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120663536, 'registration': 'FP08GKF', 'account': 'WBA004', 'make': 'VAUXHALL', 'model': 'CORSA HATCHBACK SPECIAL EDS', 'derivative': '1.2i 16V Breeze 3dr', 'mileage': 85201, 'mileageWarranty': True, 'type': 'car', 'saleId': 18905, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 622}, 'saleStart': '2026-03-24T13:00Z', 'lot': 376, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2008-05-06', 'fuel': 'Petrol', 'motExpiry': '2026-11-18', 'doors': 3, 'engineSize': 1229, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/FP08GKF/2026-03-23/image/fe174a6b-0ac6-4b99-bc8d-ce04e2e73260_removebg.jpg?w=600', 'https://abimg003.imgix.net/FP08GKF/2026-03-23/image/e9cdc51c-b602-4d71-b50d-2cb159b1676f_removebg.jpg?w=600', 'https://abimg003.imgix.net/FP08GKF/2026-03-23/image/35341539-f03e-45fc-8492-c979d1afd6aa_removebg.jpg?w=600', 'https://abimg003.imgix.net/FP08GKF/2026-03-23/image/52a8e5c7-18a3-4dab-880b-297c49a5d9f3_removebg.jpg?w=600', 'https://abimg003.imgix.net/FP08GKF/2026-03-23/image/964cdeae-b956-4681-b3ff-aa5b771d577f_removebg.jpg?w=600', 'https://abimg003.imgix.net/FP08GKF/2026-03-23/image/2d96afae-500e-4039-b805-de65ae6fdd20_removebg.jpg?w=600', 'https://abimg003.imgix.net/FP08GKF/2026-03-23/image/453cd97e-8a80-4ee8-9463-7a4139537946_removebg.jpg?w=600', 'https://abimg003.imgix.net/FP08GKF/2026-03-23/image/aac78d96-782b-4a62-aa36-57e150bf29ad_removebg.jpg?w=600', 'https://abimg003.imgix.net/FP08GKF/2026-03-23/image/8c7eb400-5f1e-4c9f-a2b1-7fbf39c88d3a_removebg.jpg?w=600'], 'colour': 'SILVER', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 04/10 - 2K, 03/11 - 3K, 10/12 - 11K, 09/13 - 21K, 10/14 - 30K, 09/15 - 38K, 11/18 - 55K, 06/24 - 73K,', 'remarks': '**508** VOSA STATES 3K, 3K, 11K, 21K, 30K, 38K, 49K, 52K, 55K, 59K, 61K, 64K, 67K, 71K, 76K, 83K, SPARE KEY', '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/c5cf8298-dc95-490c-89b7-400bcfbf6f92.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 4, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 13:26:58 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: adf9a2e9-08ee-532a-b63b-6c677470b242 with identifier: 120663536
2026-03-24 13:26:58 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item adf9a2e9-08ee-532a-b63b-6c677470b242 with scrape type 2
2026-03-24 13:26:58 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item adf9a2e9-08ee-532a-b63b-6c677470b242 with scrape type 2
2026-03-24 13:26:58 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: adf9a2e9-08ee-532a-b63b-6c677470b242, identifier: 120663536
2026-03-24 13:26:58 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: adf9a2e9-08ee-532a-b63b-6c677470b242 with identifier: 120663536
2026-03-24 13:26:58 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: adf9a2e9-08ee-532a-b63b-6c677470b242 with identifier: 120663536
2026-03-24 13:26:58 [scrapy.core.scraper] INFO: Dropped: Dropping expired listing: adf9a2e9-08ee-532a-b63b-6c677470b242 with expiration date: 2026-03-24T13:00:00Z
{'auction_title': '',
'c_o_2_emission_value': 139,
'color': 'SILVER',
'currency': 'GBP',
'doors_number': 3,
'emission_standard': 'EURO 4',
'engine': '1.2L',
'expiration_date': '2026-03-24T13:00:00Z',
'fuel_type': 'Petrol',
'id': 'adf9a2e9-08ee-532a-b63b-6c677470b242',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'FP08GKF',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120663536',
'listing': 'auction',
'location': 'Aston Barclay Wakefield',
'make': 'VAUXHALL',
'model': 'CORSA HATCHBACK SPECIAL EDS',
'odometer': 85201,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2008-05-06',
'seller_name': 'UKCGR - Trade',
'title': 'VAUXHALL CORSA HATCHBACK SPECIAL EDS 1.2i 16V Breeze 3dr',
'transmission': 'manual',
'trim': '1.2i 16V Breeze 3dr',
'vin': None,
'year': 2008}
2026-03-24 13:26:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:26:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120663536%27 HTTP/1.1" 200 None
2026-03-24 13:26:58 [astonbarclay.gb] INFO: Saving data for 120663536: {'auction_closing_time': 1774357200.0, 'created_time': 1774034024.521088, 'last_price_update_time': 1774358818.641529}
2026-03-24 13:26:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:26:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120663536') HTTP/1.1" 204 0
2026-03-24 13:26:58 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120668257?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-24 13:26:58 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:26:59 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120668257, 'registration': 'YA63ZYF', 'account': 'WBA004', 'make': 'HYUNDAI', 'model': 'I10 HATCHBACK', 'derivative': '1.2 Classic 5dr', 'mileage': 39480, 'mileageWarranty': True, 'type': 'car', 'saleId': 18905, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 622}, 'saleStart': '2026-03-24T13:00Z', 'lot': 353, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2014-02-08', 'fuel': 'Petrol', 'motExpiry': '2026-02-09', 'doors': 5, 'engineSize': 1248, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/YA63ZYF/2026-03-23/image/34aa67d5-c88e-4538-be7e-feab2ea3f63b_removebg.jpg?w=600', 'https://abimg003.imgix.net/YA63ZYF/2026-03-23/image/8625e044-e64b-4dda-a2f2-bd9f8967e4e6_removebg.jpg?w=600', 'https://abimg003.imgix.net/YA63ZYF/2026-03-23/image/27ec8718-4500-4614-b45d-2811dc8630e0_removebg.jpg?w=600', 'https://abimg003.imgix.net/YA63ZYF/2026-03-23/image/1ca4bc29-9e71-4516-afb3-bdc666786bae_removebg.jpg?w=600', 'https://abimg003.imgix.net/YA63ZYF/2026-03-23/image/c9cd0a90-e75e-413c-838d-72efb9ae2c9b_removebg.jpg?w=600', 'https://abimg003.imgix.net/YA63ZYF/2026-03-23/image/3ce15862-668c-4158-a586-abe79d3e1f40_removebg.jpg?w=600', 'https://abimg003.imgix.net/YA63ZYF/2026-03-23/image/a484b0d6-3bf2-4e51-91f1-b88321d0d817_removebg.jpg?w=600', 'https://abimg003.imgix.net/YA63ZYF/2026-03-23/image/7d87469f-dbab-493b-88e1-be52fa9c3f61_removebg.jpg?w=600', 'https://abimg003.imgix.net/YA63ZYF/2026-03-23/image/35f60eb0-60e1-4b55-a35c-78d60ec7b62a_removebg.jpg?w=600'], 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print and book 01/16 - 13K, 01/18 - 22K, 01/19 - 25K, 01/20 - 28K, 01/21 - 29K, 01/24 - 34K', 'remarks': '**493** VOSA STATES 18K, 22K, 25K, 28K, 29K, 31K, 32K, 34K, 37K,', 'virtual': False, 'seller': 'UKCGR - Trade', '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/9dd40736-37d6-493e-b6fa-e531c123843b.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 13:26:59 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120668257, 'registration': 'YA63ZYF', 'account': 'WBA004', 'make': 'HYUNDAI', 'model': 'I10 HATCHBACK', 'derivative': '1.2 Classic 5dr', 'mileage': 39480, 'mileageWarranty': True, 'type': 'car', 'saleId': 18905, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 622}, 'saleStart': '2026-03-24T13:00Z', 'lot': 353, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2014-02-08', 'fuel': 'Petrol', 'motExpiry': '2026-02-09', 'doors': 5, 'engineSize': 1248, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/YA63ZYF/2026-03-23/image/34aa67d5-c88e-4538-be7e-feab2ea3f63b_removebg.jpg?w=600', 'https://abimg003.imgix.net/YA63ZYF/2026-03-23/image/8625e044-e64b-4dda-a2f2-bd9f8967e4e6_removebg.jpg?w=600', 'https://abimg003.imgix.net/YA63ZYF/2026-03-23/image/27ec8718-4500-4614-b45d-2811dc8630e0_removebg.jpg?w=600', 'https://abimg003.imgix.net/YA63ZYF/2026-03-23/image/1ca4bc29-9e71-4516-afb3-bdc666786bae_removebg.jpg?w=600', 'https://abimg003.imgix.net/YA63ZYF/2026-03-23/image/c9cd0a90-e75e-413c-838d-72efb9ae2c9b_removebg.jpg?w=600', 'https://abimg003.imgix.net/YA63ZYF/2026-03-23/image/3ce15862-668c-4158-a586-abe79d3e1f40_removebg.jpg?w=600', 'https://abimg003.imgix.net/YA63ZYF/2026-03-23/image/a484b0d6-3bf2-4e51-91f1-b88321d0d817_removebg.jpg?w=600', 'https://abimg003.imgix.net/YA63ZYF/2026-03-23/image/7d87469f-dbab-493b-88e1-be52fa9c3f61_removebg.jpg?w=600', 'https://abimg003.imgix.net/YA63ZYF/2026-03-23/image/35f60eb0-60e1-4b55-a35c-78d60ec7b62a_removebg.jpg?w=600'], 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print and book 01/16 - 13K, 01/18 - 22K, 01/19 - 25K, 01/20 - 28K, 01/21 - 29K, 01/24 - 34K', 'remarks': '**493** VOSA STATES 18K, 22K, 25K, 28K, 29K, 31K, 32K, 34K, 37K,', 'virtual': False, 'seller': 'UKCGR - Trade', '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/9dd40736-37d6-493e-b6fa-e531c123843b.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 13:26:59 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 85ac8e62-189c-5f30-98d2-3e80aa30cb63 with identifier: 120668257
2026-03-24 13:26:59 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 85ac8e62-189c-5f30-98d2-3e80aa30cb63 with scrape type 2
2026-03-24 13:26:59 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 85ac8e62-189c-5f30-98d2-3e80aa30cb63 with scrape type 2
2026-03-24 13:26:59 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 85ac8e62-189c-5f30-98d2-3e80aa30cb63, identifier: 120668257
2026-03-24 13:26:59 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 85ac8e62-189c-5f30-98d2-3e80aa30cb63 with identifier: 120668257
2026-03-24 13:26:59 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 85ac8e62-189c-5f30-98d2-3e80aa30cb63 with identifier: 120668257
2026-03-24 13:26:59 [scrapy.core.scraper] INFO: Dropped: Dropping expired listing: 85ac8e62-189c-5f30-98d2-3e80aa30cb63 with expiration date: 2026-03-24T13:00:00Z
{'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-24T13:00:00Z',
'fuel_type': 'Petrol',
'id': '85ac8e62-189c-5f30-98d2-3e80aa30cb63',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'YA63ZYF',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120668257',
'listing': 'auction',
'location': 'Aston Barclay Wakefield',
'make': 'HYUNDAI',
'model': 'I10 HATCHBACK',
'odometer': 39480,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2014-02-08',
'seller_name': 'UKCGR - Trade',
'title': 'HYUNDAI I10 HATCHBACK 1.2 Classic 5dr',
'transmission': 'manual',
'trim': '1.2 Classic 5dr',
'vin': None,
'year': 2014}
2026-03-24 13:26:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:26:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120668257%27 HTTP/1.1" 200 None
2026-03-24 13:26:59 [astonbarclay.gb] INFO: Saving data for 120668257: {'auction_closing_time': 1774357200.0, 'created_time': 1774261065.922366, 'last_price_update_time': 1774358819.201198}
2026-03-24 13:26:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:26:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120668257') HTTP/1.1" 204 0
2026-03-24 13:27:02 [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-24 13:27:02 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:27:02 [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': 18905, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 621}, 'saleStart': '2026-03-24T13:00Z', 'lot': 379, 'hall': 'Hall 1', '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-24 13:27:02 [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': 18905, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 621}, 'saleStart': '2026-03-24T13:00Z', 'lot': 379, 'hall': 'Hall 1', '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-24 13:27:02 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0679b45e-0766-51ef-be90-1850eb7f8918 with identifier: 120659327
2026-03-24 13:27:02 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0679b45e-0766-51ef-be90-1850eb7f8918 with scrape type 2
2026-03-24 13:27:02 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0679b45e-0766-51ef-be90-1850eb7f8918 with scrape type 2
2026-03-24 13:27:03 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 0679b45e-0766-51ef-be90-1850eb7f8918, identifier: 120659327
2026-03-24 13:27:03 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 0679b45e-0766-51ef-be90-1850eb7f8918 with identifier: 120659327
2026-03-24 13:27:03 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 0679b45e-0766-51ef-be90-1850eb7f8918 with identifier: 120659327
2026-03-24 13:27:03 [scrapy.core.scraper] INFO: Dropped: Dropping expired listing: 0679b45e-0766-51ef-be90-1850eb7f8918 with expiration date: 2026-03-24T13:00:00Z
{'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-24T13:00: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-24 13:27:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:27:03 [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-24 13:27:03 [astonbarclay.gb] INFO: Saving data for 120659327: {'auction_closing_time': 1774357200.0, 'created_time': 1774033990.243337, 'last_price_update_time': 1774358823.023528}
2026-03-24 13:27:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:27:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120659327') HTTP/1.1" 204 0
2026-03-24 13:27:03 [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-24 13:27:03 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:27:03 [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': 18905, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 621}, 'saleStart': '2026-03-24T13:00Z', 'lot': 350, 'hall': 'Hall 1', '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-24 13:27:03 [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': 18905, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 621}, 'saleStart': '2026-03-24T13:00Z', 'lot': 350, 'hall': 'Hall 1', '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-24 13:27:03 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0ae0a8c8-1ed8-59cf-8b60-4d57d7662103 with identifier: 120417688
2026-03-24 13:27:03 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0ae0a8c8-1ed8-59cf-8b60-4d57d7662103 with scrape type 2
2026-03-24 13:27:03 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0ae0a8c8-1ed8-59cf-8b60-4d57d7662103 with scrape type 2
2026-03-24 13:27:03 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 0ae0a8c8-1ed8-59cf-8b60-4d57d7662103, identifier: 120417688
2026-03-24 13:27:03 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 0ae0a8c8-1ed8-59cf-8b60-4d57d7662103 with identifier: 120417688
2026-03-24 13:27:03 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 0ae0a8c8-1ed8-59cf-8b60-4d57d7662103 with identifier: 120417688
2026-03-24 13:27:03 [scrapy.core.scraper] INFO: Dropped: Dropping expired listing: 0ae0a8c8-1ed8-59cf-8b60-4d57d7662103 with expiration date: 2026-03-24T13:00:00Z
{'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-24T13:00: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-24 13:27:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:27:03 [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-24 13:27:03 [astonbarclay.gb] INFO: Saving data for 120417688: {'auction_closing_time': 1774357200.0, 'created_time': 1773401920.386394, 'last_price_update_time': 1774358823.777636}
2026-03-24 13:27:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:27:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120417688') HTTP/1.1" 204 0
2026-03-24 13:27:05 [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-24 13:27:05 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:27:05 [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': 18905, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 621}, 'saleStart': '2026-03-24T13:00Z', 'lot': 344, 'hall': 'Hall 1', '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-24 13:27:05 [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': 18905, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 621}, 'saleStart': '2026-03-24T13:00Z', 'lot': 344, 'hall': 'Hall 1', '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-24 13:27:05 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d1f79cd3-260f-5982-a064-0c099e8d20ee with identifier: 120667258
2026-03-24 13:27:05 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d1f79cd3-260f-5982-a064-0c099e8d20ee with scrape type 2
2026-03-24 13:27:05 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d1f79cd3-260f-5982-a064-0c099e8d20ee with scrape type 2
2026-03-24 13:27:05 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: d1f79cd3-260f-5982-a064-0c099e8d20ee, identifier: 120667258
2026-03-24 13:27:05 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: d1f79cd3-260f-5982-a064-0c099e8d20ee with identifier: 120667258
2026-03-24 13:27:05 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: d1f79cd3-260f-5982-a064-0c099e8d20ee with identifier: 120667258
2026-03-24 13:27:05 [scrapy.core.scraper] INFO: Dropped: Dropping expired listing: d1f79cd3-260f-5982-a064-0c099e8d20ee with expiration date: 2026-03-24T13:00:00Z
{'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-24T13:00: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-24 13:27:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:27:05 [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-24 13:27:05 [astonbarclay.gb] INFO: Saving data for 120667258: {'auction_closing_time': 1774357200.0, 'created_time': 1774261062.294872, 'last_price_update_time': 1774358825.738783}
2026-03-24 13:27:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:27:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120667258') HTTP/1.1" 204 0
2026-03-24 13:27:05 [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-24 13:27:05 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:27:05 [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': 18905, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 621}, 'saleStart': '2026-03-24T13:00Z', 'lot': 370, 'hall': 'Hall 1', '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-24 13:27:05 [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': 18905, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 621}, 'saleStart': '2026-03-24T13:00Z', 'lot': 370, 'hall': 'Hall 1', '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-24 13:27:05 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: baab74ca-ee13-5a02-b97d-e2d18c037621 with identifier: 120660737
2026-03-24 13:27:05 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item baab74ca-ee13-5a02-b97d-e2d18c037621 with scrape type 2
2026-03-24 13:27:05 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item baab74ca-ee13-5a02-b97d-e2d18c037621 with scrape type 2
2026-03-24 13:27:05 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: baab74ca-ee13-5a02-b97d-e2d18c037621, identifier: 120660737
2026-03-24 13:27:05 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: baab74ca-ee13-5a02-b97d-e2d18c037621 with identifier: 120660737
2026-03-24 13:27:05 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: baab74ca-ee13-5a02-b97d-e2d18c037621 with identifier: 120660737
2026-03-24 13:27:05 [scrapy.core.scraper] INFO: Dropped: Dropping expired listing: baab74ca-ee13-5a02-b97d-e2d18c037621 with expiration date: 2026-03-24T13:00:00Z
{'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-24T13:00: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-24 13:27:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:27:05 [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-24 13:27:05 [astonbarclay.gb] INFO: Saving data for 120660737: {'auction_closing_time': 1774357200.0, 'created_time': 1774033899.189408, 'last_price_update_time': 1774358825.986264}
2026-03-24 13:27:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:27:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120660737') HTTP/1.1" 204 0
2026-03-24 13:27:06 [scrapy.extensions.logstats] INFO: Crawled 536 pages (at 22 pages/min), scraped 439 items (at 0 items/min)
2026-03-24 13:27:06 [scrapy.extensions.memusage] INFO: Peak memory usage is 181MiB
2026-03-24 13:27:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120380522?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-24 13:27:06 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:27:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120668095?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-24 13:27:06 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:27:06 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120380522, 'registration': 'VK67VTF', 'account': 'WBA003', 'make': 'NISSAN', 'model': 'QASHQAI DIESEL HATCHBACK', 'derivative': '1.5 dCi Tekna 5dr', 'mileage': 110659, 'mileageWarranty': True, 'type': 'car', 'saleId': 18905, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 621}, 'saleStart': '2026-03-24T13:00Z', 'lot': 348, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2017-09-30', 'fuel': 'Diesel', 'motExpiry': '2026-08-28', 'doors': 5, 'engineSize': 1461, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/VK67VTF/2026-03-13/image/4b94fcdf-1681-4366-b098-22b81178eb03_removebg.jpg?w=600', 'https://abimg003.imgix.net/VK67VTF/2026-03-13/image/0fee2072-e981-4fb5-bdd4-89158da7fafb_removebg.jpg?w=600', 'https://abimg003.imgix.net/VK67VTF/2026-03-13/image/7831d4ef-4d7d-4119-a6be-82ef4158c796_removebg.jpg?w=600', 'https://abimg003.imgix.net/VK67VTF/2026-03-13/image/c2cf3b60-5cba-4b58-86c7-16d79294fad0_removebg.jpg?w=600', 'https://abimg003.imgix.net/VK67VTF/2026-03-13/image/a65fd183-17eb-4130-93d6-4420e4a3a021_removebg.jpg?w=600', 'https://abimg003.imgix.net/VK67VTF/2026-03-13/image/55463d4e-b646-4074-b929-a5ea5322ce5b_removebg.jpg?w=600', 'https://abimg003.imgix.net/VK67VTF/2026-03-13/image/038b8a1f-4467-4be1-8732-492683812740_removebg.jpg?w=600', 'https://abimg003.imgix.net/VK67VTF/2026-03-13/image/7b9306dd-0de2-4a54-8047-3ba0945dff59_removebg.jpg?w=600', 'https://abimg003.imgix.net/VK67VTF/2026-03-13/image/325ee961-a599-4fa9-9d8a-c32ab9184eac_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 11/18 - 13K, 03/19 - 16K, 06/20 - 31K, 07/21 - 44K, 08/22 - 62K, 08/23 - 80K, 08/24 - 93K, 08/25 - 104K,', 'remarks': '**626** VOSA STATES 34K, 47K, 64K, 80K, 93K, 104K, 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': 99, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/b4dea074-b76f-49cd-9272-4d53402692be.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 13:27:06 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120380522, 'registration': 'VK67VTF', 'account': 'WBA003', 'make': 'NISSAN', 'model': 'QASHQAI DIESEL HATCHBACK', 'derivative': '1.5 dCi Tekna 5dr', 'mileage': 110659, 'mileageWarranty': True, 'type': 'car', 'saleId': 18905, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 621}, 'saleStart': '2026-03-24T13:00Z', 'lot': 348, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2017-09-30', 'fuel': 'Diesel', 'motExpiry': '2026-08-28', 'doors': 5, 'engineSize': 1461, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/VK67VTF/2026-03-13/image/4b94fcdf-1681-4366-b098-22b81178eb03_removebg.jpg?w=600', 'https://abimg003.imgix.net/VK67VTF/2026-03-13/image/0fee2072-e981-4fb5-bdd4-89158da7fafb_removebg.jpg?w=600', 'https://abimg003.imgix.net/VK67VTF/2026-03-13/image/7831d4ef-4d7d-4119-a6be-82ef4158c796_removebg.jpg?w=600', 'https://abimg003.imgix.net/VK67VTF/2026-03-13/image/c2cf3b60-5cba-4b58-86c7-16d79294fad0_removebg.jpg?w=600', 'https://abimg003.imgix.net/VK67VTF/2026-03-13/image/a65fd183-17eb-4130-93d6-4420e4a3a021_removebg.jpg?w=600', 'https://abimg003.imgix.net/VK67VTF/2026-03-13/image/55463d4e-b646-4074-b929-a5ea5322ce5b_removebg.jpg?w=600', 'https://abimg003.imgix.net/VK67VTF/2026-03-13/image/038b8a1f-4467-4be1-8732-492683812740_removebg.jpg?w=600', 'https://abimg003.imgix.net/VK67VTF/2026-03-13/image/7b9306dd-0de2-4a54-8047-3ba0945dff59_removebg.jpg?w=600', 'https://abimg003.imgix.net/VK67VTF/2026-03-13/image/325ee961-a599-4fa9-9d8a-c32ab9184eac_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 11/18 - 13K, 03/19 - 16K, 06/20 - 31K, 07/21 - 44K, 08/22 - 62K, 08/23 - 80K, 08/24 - 93K, 08/25 - 104K,', 'remarks': '**626** VOSA STATES 34K, 47K, 64K, 80K, 93K, 104K, 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': 99, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/b4dea074-b76f-49cd-9272-4d53402692be.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 13:27:06 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6e3ce438-eb84-570d-b336-79fa8e2b747f with identifier: 120380522
2026-03-24 13:27:06 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6e3ce438-eb84-570d-b336-79fa8e2b747f with scrape type 2
2026-03-24 13:27:06 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6e3ce438-eb84-570d-b336-79fa8e2b747f with scrape type 2
2026-03-24 13:27:07 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 6e3ce438-eb84-570d-b336-79fa8e2b747f, identifier: 120380522
2026-03-24 13:27:07 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 6e3ce438-eb84-570d-b336-79fa8e2b747f with identifier: 120380522
2026-03-24 13:27:07 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 6e3ce438-eb84-570d-b336-79fa8e2b747f with identifier: 120380522
2026-03-24 13:27:07 [scrapy.core.scraper] INFO: Dropped: Dropping expired listing: 6e3ce438-eb84-570d-b336-79fa8e2b747f with expiration date: 2026-03-24T13:00:00Z
{'auction_title': '',
'c_o_2_emission_value': 99,
'color': 'GREY',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'expiration_date': '2026-03-24T13:00:00Z',
'fuel_type': 'Diesel',
'id': '6e3ce438-eb84-570d-b336-79fa8e2b747f',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'VK67VTF',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120380522',
'listing': 'auction',
'location': 'Aston Barclay Wakefield',
'make': 'NISSAN',
'model': 'QASHQAI DIESEL HATCHBACK',
'odometer': 110659,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2017-09-30',
'seller_name': 'UKCGR - Select',
'title': 'NISSAN QASHQAI DIESEL HATCHBACK 1.5 dCi Tekna 5dr',
'transmission': 'manual',
'trim': '1.5 dCi Tekna 5dr',
'vin': None,
'year': 2017}
2026-03-24 13:27:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:27:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120380522%27 HTTP/1.1" 200 None
2026-03-24 13:27:07 [astonbarclay.gb] INFO: Saving data for 120380522: {'auction_closing_time': 1774357200.0, 'created_time': 1773401916.865986, 'last_price_update_time': 1774358827.086034}
2026-03-24 13:27:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:27:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120380522') HTTP/1.1" 204 0
2026-03-24 13:27:07 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120668095, 'registration': 'WM10PHY', 'account': 'WBA004', 'make': 'VAUXHALL', 'model': 'CORSA HATCHBACK SPECIAL EDS', 'derivative': '1.2i 16V Energy 5dr', 'mileage': 44085, 'mileageWarranty': True, 'type': 'car', 'saleId': 18905, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 621}, 'saleStart': '2026-03-24T13:00Z', 'lot': 343, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2010-06-30', 'fuel': 'Petrol', 'motExpiry': '2026-09-07', 'doors': 5, 'engineSize': 1229, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/WM10PHY/2026-03-23/image/989ad05b-f502-4c3f-a162-a71d8234b832_removebg.jpg?w=600', 'https://abimg003.imgix.net/WM10PHY/2026-03-23/image/be72bda7-45a3-46b3-8c38-bae4ef93b297_removebg.jpg?w=600', 'https://abimg003.imgix.net/WM10PHY/2026-03-23/image/29c36deb-827f-4d4e-8316-4013d2fd112a_removebg.jpg?w=600', 'https://abimg003.imgix.net/WM10PHY/2026-03-23/image/558e73e7-47e6-432e-b263-9d2aa7fd7e0e_removebg.jpg?w=600', 'https://abimg003.imgix.net/WM10PHY/2026-03-23/image/d5b8bfb3-b5c2-40f6-b2d2-636ee29379f9_removebg.jpg?w=600', 'https://abimg003.imgix.net/WM10PHY/2026-03-23/image/ddd80493-8389-49fe-9c44-42961c99a4c7_removebg.jpg?w=600', 'https://abimg003.imgix.net/WM10PHY/2026-03-23/image/e9396de8-6559-438d-9511-41ec0fa9ead3_removebg.jpg?w=600', 'https://abimg003.imgix.net/WM10PHY/2026-03-23/image/bfce9369-35c8-424b-bc1d-aa0d46b80305_removebg.jpg?w=600', 'https://abimg003.imgix.net/WM10PHY/2026-03-23/image/b5bb8151-f3a0-4d19-8598-f4996285414a_removebg.jpg?w=600'], 'colour': 'RED', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 10/12 - 10K, 06/14 - 24K, 05/16 - 17K, 04/17 - 19K, 08/19 - 25K, 08/22 - NO MILEAGE', 'remarks': '**540** VOSA STATES 12K, 14K, 15K, 17K, 19K, 22K, 24K, 29K, 31K, 34K, 36K, 38K, 41K,', '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/556a03d6-776a-4666-9c1f-8b2b6e40cdc7.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 13:27:07 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120668095, 'registration': 'WM10PHY', 'account': 'WBA004', 'make': 'VAUXHALL', 'model': 'CORSA HATCHBACK SPECIAL EDS', 'derivative': '1.2i 16V Energy 5dr', 'mileage': 44085, 'mileageWarranty': True, 'type': 'car', 'saleId': 18905, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 621}, 'saleStart': '2026-03-24T13:00Z', 'lot': 343, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2010-06-30', 'fuel': 'Petrol', 'motExpiry': '2026-09-07', 'doors': 5, 'engineSize': 1229, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/WM10PHY/2026-03-23/image/989ad05b-f502-4c3f-a162-a71d8234b832_removebg.jpg?w=600', 'https://abimg003.imgix.net/WM10PHY/2026-03-23/image/be72bda7-45a3-46b3-8c38-bae4ef93b297_removebg.jpg?w=600', 'https://abimg003.imgix.net/WM10PHY/2026-03-23/image/29c36deb-827f-4d4e-8316-4013d2fd112a_removebg.jpg?w=600', 'https://abimg003.imgix.net/WM10PHY/2026-03-23/image/558e73e7-47e6-432e-b263-9d2aa7fd7e0e_removebg.jpg?w=600', 'https://abimg003.imgix.net/WM10PHY/2026-03-23/image/d5b8bfb3-b5c2-40f6-b2d2-636ee29379f9_removebg.jpg?w=600', 'https://abimg003.imgix.net/WM10PHY/2026-03-23/image/ddd80493-8389-49fe-9c44-42961c99a4c7_removebg.jpg?w=600', 'https://abimg003.imgix.net/WM10PHY/2026-03-23/image/e9396de8-6559-438d-9511-41ec0fa9ead3_removebg.jpg?w=600', 'https://abimg003.imgix.net/WM10PHY/2026-03-23/image/bfce9369-35c8-424b-bc1d-aa0d46b80305_removebg.jpg?w=600', 'https://abimg003.imgix.net/WM10PHY/2026-03-23/image/b5bb8151-f3a0-4d19-8598-f4996285414a_removebg.jpg?w=600'], 'colour': 'RED', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 10/12 - 10K, 06/14 - 24K, 05/16 - 17K, 04/17 - 19K, 08/19 - 25K, 08/22 - NO MILEAGE', 'remarks': '**540** VOSA STATES 12K, 14K, 15K, 17K, 19K, 22K, 24K, 29K, 31K, 34K, 36K, 38K, 41K,', '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/556a03d6-776a-4666-9c1f-8b2b6e40cdc7.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 13:27:07 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8691dcf9-37aa-557a-b6b1-65f732b98e1b with identifier: 120668095
2026-03-24 13:27:07 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8691dcf9-37aa-557a-b6b1-65f732b98e1b with scrape type 2
2026-03-24 13:27:07 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8691dcf9-37aa-557a-b6b1-65f732b98e1b with scrape type 2
2026-03-24 13:27:07 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 8691dcf9-37aa-557a-b6b1-65f732b98e1b, identifier: 120668095
2026-03-24 13:27:07 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 8691dcf9-37aa-557a-b6b1-65f732b98e1b with identifier: 120668095
2026-03-24 13:27:07 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 8691dcf9-37aa-557a-b6b1-65f732b98e1b with identifier: 120668095
2026-03-24 13:27:07 [scrapy.core.scraper] INFO: Dropped: Dropping expired listing: 8691dcf9-37aa-557a-b6b1-65f732b98e1b with expiration date: 2026-03-24T13:00:00Z
{'auction_title': '',
'c_o_2_emission_value': 124,
'color': 'RED',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 5',
'engine': '1.2L',
'expiration_date': '2026-03-24T13:00:00Z',
'fuel_type': 'Petrol',
'id': '8691dcf9-37aa-557a-b6b1-65f732b98e1b',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'WM10PHY',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120668095',
'listing': 'auction',
'location': 'Aston Barclay Wakefield',
'make': 'VAUXHALL',
'model': 'CORSA HATCHBACK SPECIAL EDS',
'odometer': 44085,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2010-06-30',
'seller_name': 'UKCGR - Trade',
'title': 'VAUXHALL CORSA HATCHBACK SPECIAL EDS 1.2i 16V Energy 5dr',
'transmission': 'manual',
'trim': '1.2i 16V Energy 5dr',
'vin': None,
'year': 2010}
2026-03-24 13:27:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:27:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120668095%27 HTTP/1.1" 200 None
2026-03-24 13:27:07 [astonbarclay.gb] INFO: Saving data for 120668095: {'auction_closing_time': 1774357200.0, 'created_time': 1774261060.29696, 'last_price_update_time': 1774358827.232265}
2026-03-24 13:27:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:27:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120668095') HTTP/1.1" 204 0
2026-03-24 13:27:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120256784?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-24 13:27:07 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:27:08 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120256784, 'registration': 'YE10OFH', 'account': 'WBA004', 'make': 'AUDI', 'model': 'A4 DIESEL SALOON', 'derivative': '3.0 TDI Quattro S Line 4dr Tip Auto', 'mileage': 129166, 'mileageWarranty': False, 'type': 'car', 'saleId': 18905, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 621}, 'saleStart': '2026-03-24T13:00Z', 'lot': 349, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2010-06-09', 'fuel': 'Diesel', 'motExpiry': '2026-11-20', 'doors': 4, 'engineSize': 2967, 'bodyType': 'Saloon', 'images': ['https://abimg003.imgix.net/YE10OFH/2026-03-11/image/864447b1-0b8f-4e4c-a2ff-5f1e165c0be2_removebg.jpg?w=600', 'https://abimg003.imgix.net/YE10OFH/2026-03-11/image/0add41b9-5612-4ab0-83d0-5a64e874cf56_removebg.jpg?w=600', 'https://abimg003.imgix.net/YE10OFH/2026-03-11/image/00c4c179-0af2-40cf-b5cb-0216b79a3ba3_removebg.jpg?w=600', 'https://abimg003.imgix.net/YE10OFH/2026-03-11/image/78d6086f-b9ed-4f67-ac4c-df90fbaa4cf5_removebg.jpg?w=600', 'https://abimg003.imgix.net/YE10OFH/2026-03-11/image/0b4fd4b2-8d3e-41d8-893c-8a17cc1adb28_removebg.jpg?w=600', 'https://abimg003.imgix.net/YE10OFH/2026-03-11/image/73cb3be1-c727-4013-be76-83bf33ff1d98_removebg.jpg?w=600', 'https://abimg003.imgix.net/YE10OFH/2026-03-11/image/a7306d15-fcdc-4803-bb92-ba82bd8faf9f_removebg.jpg?w=600', 'https://abimg003.imgix.net/YE10OFH/2026-03-11/image/2c33f0ce-2438-4952-964d-5b1213d9db12_removebg.jpg?w=600', 'https://abimg003.imgix.net/YE10OFH/2026-03-11/image/ad50a399-5323-49aa-87d6-968695f4e163_removebg.jpg?w=600'], 'colour': 'SILVER', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print and book 01/12 - 19K, 06/13 - 19K, 06/13 - 37K, 02/15 - 55K, 06/19 - 78K, 04/22 - 101K, DISCREPENCY WITH SERVICES', 'remarks': '**715** VOSA STATES 37K, 49K, 58K, 68K, 73K, 77K, 84K, 95K, 100K, 111K, 118K, 127K, SPARE KEY', 'virtual': False, 'seller': 'UKCGR - Trade', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '7', 'v5': True, 'v5details': 'Here', 'co2': 182, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/79b071db-633b-446f-ba13-d64795ac57c0.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 4, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 13:27:08 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120256784, 'registration': 'YE10OFH', 'account': 'WBA004', 'make': 'AUDI', 'model': 'A4 DIESEL SALOON', 'derivative': '3.0 TDI Quattro S Line 4dr Tip Auto', 'mileage': 129166, 'mileageWarranty': False, 'type': 'car', 'saleId': 18905, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 621}, 'saleStart': '2026-03-24T13:00Z', 'lot': 349, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2010-06-09', 'fuel': 'Diesel', 'motExpiry': '2026-11-20', 'doors': 4, 'engineSize': 2967, 'bodyType': 'Saloon', 'images': ['https://abimg003.imgix.net/YE10OFH/2026-03-11/image/864447b1-0b8f-4e4c-a2ff-5f1e165c0be2_removebg.jpg?w=600', 'https://abimg003.imgix.net/YE10OFH/2026-03-11/image/0add41b9-5612-4ab0-83d0-5a64e874cf56_removebg.jpg?w=600', 'https://abimg003.imgix.net/YE10OFH/2026-03-11/image/00c4c179-0af2-40cf-b5cb-0216b79a3ba3_removebg.jpg?w=600', 'https://abimg003.imgix.net/YE10OFH/2026-03-11/image/78d6086f-b9ed-4f67-ac4c-df90fbaa4cf5_removebg.jpg?w=600', 'https://abimg003.imgix.net/YE10OFH/2026-03-11/image/0b4fd4b2-8d3e-41d8-893c-8a17cc1adb28_removebg.jpg?w=600', 'https://abimg003.imgix.net/YE10OFH/2026-03-11/image/73cb3be1-c727-4013-be76-83bf33ff1d98_removebg.jpg?w=600', 'https://abimg003.imgix.net/YE10OFH/2026-03-11/image/a7306d15-fcdc-4803-bb92-ba82bd8faf9f_removebg.jpg?w=600', 'https://abimg003.imgix.net/YE10OFH/2026-03-11/image/2c33f0ce-2438-4952-964d-5b1213d9db12_removebg.jpg?w=600', 'https://abimg003.imgix.net/YE10OFH/2026-03-11/image/ad50a399-5323-49aa-87d6-968695f4e163_removebg.jpg?w=600'], 'colour': 'SILVER', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print and book 01/12 - 19K, 06/13 - 19K, 06/13 - 37K, 02/15 - 55K, 06/19 - 78K, 04/22 - 101K, DISCREPENCY WITH SERVICES', 'remarks': '**715** VOSA STATES 37K, 49K, 58K, 68K, 73K, 77K, 84K, 95K, 100K, 111K, 118K, 127K, SPARE KEY', 'virtual': False, 'seller': 'UKCGR - Trade', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '7', 'v5': True, 'v5details': 'Here', 'co2': 182, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/79b071db-633b-446f-ba13-d64795ac57c0.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 4, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 13:27:08 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: dde37b6a-4bed-5523-a2d1-5961261dfc26 with identifier: 120256784
2026-03-24 13:27:08 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item dde37b6a-4bed-5523-a2d1-5961261dfc26 with scrape type 2
2026-03-24 13:27:08 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item dde37b6a-4bed-5523-a2d1-5961261dfc26 with scrape type 2
2026-03-24 13:27:08 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: dde37b6a-4bed-5523-a2d1-5961261dfc26, identifier: 120256784
2026-03-24 13:27:08 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: dde37b6a-4bed-5523-a2d1-5961261dfc26 with identifier: 120256784
2026-03-24 13:27:08 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: dde37b6a-4bed-5523-a2d1-5961261dfc26 with identifier: 120256784
2026-03-24 13:27:08 [scrapy.core.scraper] INFO: Dropped: Dropping expired listing: dde37b6a-4bed-5523-a2d1-5961261dfc26 with expiration date: 2026-03-24T13:00:00Z
{'auction_title': '',
'c_o_2_emission_value': 182,
'color': 'SILVER',
'currency': 'GBP',
'doors_number': 4,
'emission_standard': 'EURO 4',
'engine': '3.0L',
'expiration_date': '2026-03-24T13:00:00Z',
'fuel_type': 'Diesel',
'id': 'dde37b6a-4bed-5523-a2d1-5961261dfc26',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'YE10OFH',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120256784',
'listing': 'auction',
'location': 'Aston Barclay Wakefield',
'make': 'AUDI',
'model': 'A4 DIESEL SALOON',
'odometer': 129166,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2010-06-09',
'seller_name': 'UKCGR - Trade',
'title': 'AUDI A4 DIESEL SALOON 3.0 TDI Quattro S Line 4dr Tip Auto',
'transmission': 'automatic',
'trim': '3.0 TDI Quattro S Line 4dr Tip Auto',
'vin': None,
'year': 2010}
2026-03-24 13:27:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:27:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120256784%27 HTTP/1.1" 200 None
2026-03-24 13:27:08 [astonbarclay.gb] INFO: Saving data for 120256784: {'auction_closing_time': 1774357200.0, 'created_time': 1773403479.038561, 'last_price_update_time': 1774358828.209332}
2026-03-24 13:27:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:27:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120256784') HTTP/1.1" 204 0
2026-03-24 13:27:09 [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-24 13:27:09 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:27:09 [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': 18905, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 621}, 'saleStart': '2026-03-24T13:00Z', 'lot': 340, 'hall': 'Hall 1', '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-24 13:27:09 [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': 18905, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 621}, 'saleStart': '2026-03-24T13:00Z', 'lot': 340, 'hall': 'Hall 1', '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-24 13:27:09 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 98e3e9c2-5f5a-580c-a55c-d76e4eaeb0cd with identifier: 120657401
2026-03-24 13:27:09 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 98e3e9c2-5f5a-580c-a55c-d76e4eaeb0cd with scrape type 2
2026-03-24 13:27:09 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 98e3e9c2-5f5a-580c-a55c-d76e4eaeb0cd with scrape type 2
2026-03-24 13:27:09 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 98e3e9c2-5f5a-580c-a55c-d76e4eaeb0cd, identifier: 120657401
2026-03-24 13:27:09 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 98e3e9c2-5f5a-580c-a55c-d76e4eaeb0cd with identifier: 120657401
2026-03-24 13:27:09 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 98e3e9c2-5f5a-580c-a55c-d76e4eaeb0cd with identifier: 120657401
2026-03-24 13:27:09 [scrapy.core.scraper] INFO: Dropped: Dropping expired listing: 98e3e9c2-5f5a-580c-a55c-d76e4eaeb0cd with expiration date: 2026-03-24T13:00:00Z
{'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-24T13:00: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-24 13:27:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:27:09 [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-24 13:27:09 [astonbarclay.gb] INFO: Saving data for 120657401: {'auction_closing_time': 1774357200.0, 'created_time': 1774034010.287044, 'last_price_update_time': 1774358829.391757}
2026-03-24 13:27:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:27:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120657401') HTTP/1.1" 204 0
2026-03-24 13:27:10 [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-24 13:27:10 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:27:11 [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': 18905, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 621}, 'saleStart': '2026-03-24T13:00Z', 'lot': 341, 'hall': 'Hall 1', '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, 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-24 13:27:11 [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': 18905, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 621}, 'saleStart': '2026-03-24T13:00Z', 'lot': 341, 'hall': 'Hall 1', '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, 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-24 13:27:11 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ddc8437c-a211-5dd7-8f3d-4f8a12adadfe with identifier: 120667537
2026-03-24 13:27:11 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ddc8437c-a211-5dd7-8f3d-4f8a12adadfe with scrape type 2
2026-03-24 13:27:11 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ddc8437c-a211-5dd7-8f3d-4f8a12adadfe with scrape type 2
2026-03-24 13:27:11 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: ddc8437c-a211-5dd7-8f3d-4f8a12adadfe, identifier: 120667537
2026-03-24 13:27:11 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: ddc8437c-a211-5dd7-8f3d-4f8a12adadfe with identifier: 120667537
2026-03-24 13:27:11 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: ddc8437c-a211-5dd7-8f3d-4f8a12adadfe with identifier: 120667537
2026-03-24 13:27:11 [scrapy.core.scraper] INFO: Dropped: Dropping expired listing: ddc8437c-a211-5dd7-8f3d-4f8a12adadfe with expiration date: 2026-03-24T13:00:00Z
{'auction_title': '',
'c_o_2_emission_value': None,
'color': 'GREY',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': '2026-03-24T13:00: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-24 13:27:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:27:11 [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-24 13:27:11 [astonbarclay.gb] INFO: Saving data for 120667537: {'auction_closing_time': 1774357200.0, 'created_time': 1774261125.750262, 'last_price_update_time': 1774358831.215126}
2026-03-24 13:27:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:27:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120667537') HTTP/1.1" 204 0
2026-03-24 13:27:11 [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-24 13:27:11 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:27:12 [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': 18905, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 621}, 'saleStart': '2026-03-24T13:00Z', 'lot': 336, 'hall': 'Hall 1', '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-24 13:27:12 [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': 18905, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 621}, 'saleStart': '2026-03-24T13:00Z', 'lot': 336, 'hall': 'Hall 1', '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-24 13:27:12 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0f111b31-7e43-5279-8dbb-90566cbdab05 with identifier: 120667055
2026-03-24 13:27:12 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0f111b31-7e43-5279-8dbb-90566cbdab05 with scrape type 2
2026-03-24 13:27:12 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0f111b31-7e43-5279-8dbb-90566cbdab05 with scrape type 2
2026-03-24 13:27:12 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 0f111b31-7e43-5279-8dbb-90566cbdab05, identifier: 120667055
2026-03-24 13:27:12 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 0f111b31-7e43-5279-8dbb-90566cbdab05 with identifier: 120667055
2026-03-24 13:27:12 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 0f111b31-7e43-5279-8dbb-90566cbdab05 with identifier: 120667055
2026-03-24 13:27:12 [scrapy.core.scraper] INFO: Dropped: Dropping expired listing: 0f111b31-7e43-5279-8dbb-90566cbdab05 with expiration date: 2026-03-24T13:00:00Z
{'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-24T13:00: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-24 13:27:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:27:12 [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-24 13:27:12 [astonbarclay.gb] INFO: Saving data for 120667055: {'auction_closing_time': 1774357200.0, 'created_time': 1774260998.256234, 'last_price_update_time': 1774358832.187504}
2026-03-24 13:27:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:27:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120667055') HTTP/1.1" 204 0
2026-03-24 13:27:12 [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-24 13:27:12 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:27:12 [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': 18905, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 621}, 'saleStart': '2026-03-24T13:00Z', 'lot': 342, 'hall': 'Hall 1', '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-24 13:27:12 [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': 18905, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 621}, 'saleStart': '2026-03-24T13:00Z', 'lot': 342, 'hall': 'Hall 1', '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-24 13:27:12 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5a66716f-40e0-5598-aa3b-2d4a447d3865 with identifier: 120668546
2026-03-24 13:27:12 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5a66716f-40e0-5598-aa3b-2d4a447d3865 with scrape type 2
2026-03-24 13:27:12 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5a66716f-40e0-5598-aa3b-2d4a447d3865 with scrape type 2
2026-03-24 13:27:12 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 5a66716f-40e0-5598-aa3b-2d4a447d3865, identifier: 120668546
2026-03-24 13:27:12 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 5a66716f-40e0-5598-aa3b-2d4a447d3865 with identifier: 120668546
2026-03-24 13:27:12 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 5a66716f-40e0-5598-aa3b-2d4a447d3865 with identifier: 120668546
2026-03-24 13:27:12 [scrapy.core.scraper] INFO: Dropped: Dropping expired listing: 5a66716f-40e0-5598-aa3b-2d4a447d3865 with expiration date: 2026-03-24T13:00:00Z
{'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-24T13:00: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-24 13:27:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:27:12 [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-24 13:27:12 [astonbarclay.gb] INFO: Saving data for 120668546: {'auction_closing_time': 1774357200.0, 'created_time': 1774261206.66143, 'last_price_update_time': 1774358832.431644}
2026-03-24 13:27:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:27:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120668546') HTTP/1.1" 204 0
2026-03-24 13:27:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120454772?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-24 13:27:13 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:27:13 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120454772, 'registration': 'LJ67XGK', 'account': 'WBA003', 'make': 'KIA', 'model': 'OPTIMA DIESEL SPORTSWAGON', 'derivative': '1.7 CRDi ISG 3 5dr DCT', 'mileage': 115142, 'mileageWarranty': True, 'type': 'car', 'saleId': 18905, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 621}, 'saleStart': '2026-03-24T13:00Z', 'lot': 345, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2017-09-01', 'fuel': 'Diesel', 'motExpiry': '2026-07-25', 'doors': 5, 'engineSize': 1685, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/LJ67XGK/2026-03-17/image/048b1a92-3c9f-46da-a1d8-9795a3695793_removebg.jpg?w=600', 'https://abimg003.imgix.net/LJ67XGK/2026-03-17/image/9d6e7e61-a9d9-4d98-9715-3b9004cd6022_removebg.jpg?w=600', 'https://abimg003.imgix.net/LJ67XGK/2026-03-17/image/2aa1772b-6897-4b0a-a869-9258771c2458_removebg.jpg?w=600', 'https://abimg003.imgix.net/LJ67XGK/2026-03-17/image/8e7fc40a-55f5-4d8f-b964-76222ad2c55e_removebg.jpg?w=600', 'https://abimg003.imgix.net/LJ67XGK/2026-03-17/image/80e4aae2-8b78-4676-88ba-6bdf0f1e6a92_removebg.jpg?w=600', 'https://abimg003.imgix.net/LJ67XGK/2026-03-17/image/e002878b-41e2-457c-994d-179e6f8d9031_removebg.jpg?w=600', 'https://abimg003.imgix.net/LJ67XGK/2026-03-17/image/f33d7b00-f5cb-4fe1-92f1-4a42f8143e24_removebg.jpg?w=600', 'https://abimg003.imgix.net/LJ67XGK/2026-03-17/image/20c204a6-e728-4211-98cb-26e32f49ad29_removebg.jpg?w=600', 'https://abimg003.imgix.net/LJ67XGK/2026-03-17/image/68b5a76e-fc83-44e0-9e22-dc9abfad8849_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 09/18 - 13K, 06/19 - 24K, 08/20 - 39K, 07/21 - 50K, 06/22 - 64K, 07/23 - 80K, 06/24 - 94K, 11/25 - 115K', 'remarks': '**491** VOSA STATES 39K, 50K, 67K, 80K, 94K, 109K, SPARE KEY SD CARD', 'virtual': False, 'seller': 'UKCGR - Select', '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/d936b8a5-0d1f-4770-8244-119af7be6534.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 13:27:13 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120454772, 'registration': 'LJ67XGK', 'account': 'WBA003', 'make': 'KIA', 'model': 'OPTIMA DIESEL SPORTSWAGON', 'derivative': '1.7 CRDi ISG 3 5dr DCT', 'mileage': 115142, 'mileageWarranty': True, 'type': 'car', 'saleId': 18905, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 621}, 'saleStart': '2026-03-24T13:00Z', 'lot': 345, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2017-09-01', 'fuel': 'Diesel', 'motExpiry': '2026-07-25', 'doors': 5, 'engineSize': 1685, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/LJ67XGK/2026-03-17/image/048b1a92-3c9f-46da-a1d8-9795a3695793_removebg.jpg?w=600', 'https://abimg003.imgix.net/LJ67XGK/2026-03-17/image/9d6e7e61-a9d9-4d98-9715-3b9004cd6022_removebg.jpg?w=600', 'https://abimg003.imgix.net/LJ67XGK/2026-03-17/image/2aa1772b-6897-4b0a-a869-9258771c2458_removebg.jpg?w=600', 'https://abimg003.imgix.net/LJ67XGK/2026-03-17/image/8e7fc40a-55f5-4d8f-b964-76222ad2c55e_removebg.jpg?w=600', 'https://abimg003.imgix.net/LJ67XGK/2026-03-17/image/80e4aae2-8b78-4676-88ba-6bdf0f1e6a92_removebg.jpg?w=600', 'https://abimg003.imgix.net/LJ67XGK/2026-03-17/image/e002878b-41e2-457c-994d-179e6f8d9031_removebg.jpg?w=600', 'https://abimg003.imgix.net/LJ67XGK/2026-03-17/image/f33d7b00-f5cb-4fe1-92f1-4a42f8143e24_removebg.jpg?w=600', 'https://abimg003.imgix.net/LJ67XGK/2026-03-17/image/20c204a6-e728-4211-98cb-26e32f49ad29_removebg.jpg?w=600', 'https://abimg003.imgix.net/LJ67XGK/2026-03-17/image/68b5a76e-fc83-44e0-9e22-dc9abfad8849_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 09/18 - 13K, 06/19 - 24K, 08/20 - 39K, 07/21 - 50K, 06/22 - 64K, 07/23 - 80K, 06/24 - 94K, 11/25 - 115K', 'remarks': '**491** VOSA STATES 39K, 50K, 67K, 80K, 94K, 109K, SPARE KEY SD CARD', 'virtual': False, 'seller': 'UKCGR - Select', '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/d936b8a5-0d1f-4770-8244-119af7be6534.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 13:27:13 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 864c543f-1652-507f-b1f4-4d0dae0c7a84 with identifier: 120454772
2026-03-24 13:27:13 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 864c543f-1652-507f-b1f4-4d0dae0c7a84 with scrape type 2
2026-03-24 13:27:13 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 864c543f-1652-507f-b1f4-4d0dae0c7a84 with scrape type 2
2026-03-24 13:27:14 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 864c543f-1652-507f-b1f4-4d0dae0c7a84, identifier: 120454772
2026-03-24 13:27:14 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 864c543f-1652-507f-b1f4-4d0dae0c7a84 with identifier: 120454772
2026-03-24 13:27:14 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 864c543f-1652-507f-b1f4-4d0dae0c7a84 with identifier: 120454772
2026-03-24 13:27:14 [scrapy.core.scraper] INFO: Dropped: Dropping expired listing: 864c543f-1652-507f-b1f4-4d0dae0c7a84 with expiration date: 2026-03-24T13:00:00Z
{'auction_title': '',
'c_o_2_emission_value': 120,
'color': 'BLACK',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.7L',
'expiration_date': '2026-03-24T13:00:00Z',
'fuel_type': 'Diesel',
'id': '864c543f-1652-507f-b1f4-4d0dae0c7a84',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'LJ67XGK',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120454772',
'listing': 'auction',
'location': 'Aston Barclay Wakefield',
'make': 'KIA',
'model': 'OPTIMA DIESEL SPORTSWAGON',
'odometer': 115142,
'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': 'UKCGR - Select',
'title': 'KIA OPTIMA DIESEL SPORTSWAGON 1.7 CRDi ISG 3 5dr DCT',
'transmission': 'automatic',
'trim': '1.7 CRDi ISG 3 5dr DCT',
'vin': None,
'year': 2017}
2026-03-24 13:27:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:27:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120454772%27 HTTP/1.1" 200 None
2026-03-24 13:27:14 [astonbarclay.gb] INFO: Saving data for 120454772: {'auction_closing_time': 1774357200.0, 'created_time': 1773655422.747702, 'last_price_update_time': 1774358834.101687}
2026-03-24 13:27:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:27:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120454772') HTTP/1.1" 204 0
2026-03-24 13:27:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120572514?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-24 13:27:15 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:27:15 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120572514, 'registration': 'YX18PVU', 'account': 'WBA002', 'make': 'FORD', 'model': 'KA+ HATCHBACK', 'derivative': '1.2 Zetec 5dr', 'mileage': 29640, 'mileageWarranty': True, 'type': 'car', 'saleId': 18905, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 621}, 'saleStart': '2026-03-24T13:00Z', 'lot': 319, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2018-03-31', 'fuel': 'Petrol', 'motExpiry': '2026-03-30', 'doors': 5, 'engineSize': 1198, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/YX18PVU/2026-03-18/image/d9046eae-da09-406d-99ee-e6e367781543_removebg.jpg?w=600', 'https://abimg003.imgix.net/YX18PVU/2026-03-18/image/f84dd205-04eb-4b2c-a2b9-5942b18d20be_removebg.jpg?w=600', 'https://abimg003.imgix.net/YX18PVU/2026-03-18/image/cd27dc92-466b-422c-ab74-1280768aab87_removebg.jpg?w=600', 'https://abimg003.imgix.net/YX18PVU/2026-03-18/image/1e97ece4-d0d6-43bd-9124-2b12243e9977_removebg.jpg?w=600', 'https://abimg003.imgix.net/YX18PVU/2026-03-18/image/3653a740-fa92-4ce0-8dfe-455103960055_removebg.jpg?w=600', 'https://abimg003.imgix.net/YX18PVU/2026-03-18/image/d799d53b-29bc-4731-a41c-5fdc97a32e60_removebg.jpg?w=600', 'https://abimg003.imgix.net/YX18PVU/2026-03-18/image/80238b95-3dea-44ac-88fa-a517bd28e516_removebg.jpg?w=600', 'https://abimg003.imgix.net/YX18PVU/2026-03-18/image/6651597b-0650-4378-a265-3d06c0d6ce27_removebg.jpg?w=600', 'https://abimg003.imgix.net/YX18PVU/2026-03-18/image/275b8f63-77f1-468a-8cfe-505a9c4de52b_removebg.jpg?w=600'], 'colour': 'SILVER', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 03/19 - 3K, 03/20 - 3K,', 'remarks': '**554** VOSA STATES 10K, 14K, 18K, 22K, 26K, SPARE KEY', 'virtual': False, 'seller': 'UKCGR - Premium', '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/f9bc858e-24ff-42eb-a9f9-0ec0558dd8a2.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 13:27:15 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120572514, 'registration': 'YX18PVU', 'account': 'WBA002', 'make': 'FORD', 'model': 'KA+ HATCHBACK', 'derivative': '1.2 Zetec 5dr', 'mileage': 29640, 'mileageWarranty': True, 'type': 'car', 'saleId': 18905, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 621}, 'saleStart': '2026-03-24T13:00Z', 'lot': 319, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2018-03-31', 'fuel': 'Petrol', 'motExpiry': '2026-03-30', 'doors': 5, 'engineSize': 1198, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/YX18PVU/2026-03-18/image/d9046eae-da09-406d-99ee-e6e367781543_removebg.jpg?w=600', 'https://abimg003.imgix.net/YX18PVU/2026-03-18/image/f84dd205-04eb-4b2c-a2b9-5942b18d20be_removebg.jpg?w=600', 'https://abimg003.imgix.net/YX18PVU/2026-03-18/image/cd27dc92-466b-422c-ab74-1280768aab87_removebg.jpg?w=600', 'https://abimg003.imgix.net/YX18PVU/2026-03-18/image/1e97ece4-d0d6-43bd-9124-2b12243e9977_removebg.jpg?w=600', 'https://abimg003.imgix.net/YX18PVU/2026-03-18/image/3653a740-fa92-4ce0-8dfe-455103960055_removebg.jpg?w=600', 'https://abimg003.imgix.net/YX18PVU/2026-03-18/image/d799d53b-29bc-4731-a41c-5fdc97a32e60_removebg.jpg?w=600', 'https://abimg003.imgix.net/YX18PVU/2026-03-18/image/80238b95-3dea-44ac-88fa-a517bd28e516_removebg.jpg?w=600', 'https://abimg003.imgix.net/YX18PVU/2026-03-18/image/6651597b-0650-4378-a265-3d06c0d6ce27_removebg.jpg?w=600', 'https://abimg003.imgix.net/YX18PVU/2026-03-18/image/275b8f63-77f1-468a-8cfe-505a9c4de52b_removebg.jpg?w=600'], 'colour': 'SILVER', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 03/19 - 3K, 03/20 - 3K,', 'remarks': '**554** VOSA STATES 10K, 14K, 18K, 22K, 26K, SPARE KEY', 'virtual': False, 'seller': 'UKCGR - Premium', '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/f9bc858e-24ff-42eb-a9f9-0ec0558dd8a2.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 13:27:15 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9467feb6-c19c-5b50-8f3f-76b7182310ba with identifier: 120572514
2026-03-24 13:27:15 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9467feb6-c19c-5b50-8f3f-76b7182310ba with scrape type 2
2026-03-24 13:27:15 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9467feb6-c19c-5b50-8f3f-76b7182310ba with scrape type 2
2026-03-24 13:27:16 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 9467feb6-c19c-5b50-8f3f-76b7182310ba, identifier: 120572514
2026-03-24 13:27:16 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 9467feb6-c19c-5b50-8f3f-76b7182310ba with identifier: 120572514
2026-03-24 13:27:16 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 9467feb6-c19c-5b50-8f3f-76b7182310ba with identifier: 120572514
2026-03-24 13:27:16 [scrapy.core.scraper] INFO: Dropped: Dropping expired listing: 9467feb6-c19c-5b50-8f3f-76b7182310ba with expiration date: 2026-03-24T13:00:00Z
{'auction_title': '',
'c_o_2_emission_value': 114,
'color': 'SILVER',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.2L',
'expiration_date': '2026-03-24T13:00:00Z',
'fuel_type': 'Petrol',
'id': '9467feb6-c19c-5b50-8f3f-76b7182310ba',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'YX18PVU',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120572514',
'listing': 'auction',
'location': 'Aston Barclay Wakefield',
'make': 'FORD',
'model': 'KA+ HATCHBACK',
'odometer': 29640,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2018-03-31',
'seller_name': 'UKCGR - Premium',
'title': 'FORD KA+ HATCHBACK 1.2 Zetec 5dr',
'transmission': 'manual',
'trim': '1.2 Zetec 5dr',
'vin': None,
'year': 2018}
2026-03-24 13:27:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:27:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120572514%27 HTTP/1.1" 200 None
2026-03-24 13:27:16 [astonbarclay.gb] INFO: Saving data for 120572514: {'auction_closing_time': 1774357200.0, 'created_time': 1773838860.494566, 'last_price_update_time': 1774358836.108855}
2026-03-24 13:27:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:27:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120572514') HTTP/1.1" 204 0
2026-03-24 13:27:16 [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-24 13:27:16 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:27:16 [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': 18905, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 621}, 'saleStart': '2026-03-24T13:00Z', 'lot': 326, 'hall': 'Hall 1', '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-24 13:27:16 [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': 18905, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 621}, 'saleStart': '2026-03-24T13:00Z', 'lot': 326, 'hall': 'Hall 1', '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-24 13:27:16 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b358887e-725c-554d-b6f2-825a9aa68cb1 with identifier: 120675571
2026-03-24 13:27:16 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b358887e-725c-554d-b6f2-825a9aa68cb1 with scrape type 2
2026-03-24 13:27:16 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b358887e-725c-554d-b6f2-825a9aa68cb1 with scrape type 2
2026-03-24 13:27:16 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: b358887e-725c-554d-b6f2-825a9aa68cb1, identifier: 120675571
2026-03-24 13:27:16 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: b358887e-725c-554d-b6f2-825a9aa68cb1 with identifier: 120675571
2026-03-24 13:27:16 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: b358887e-725c-554d-b6f2-825a9aa68cb1 with identifier: 120675571
2026-03-24 13:27:16 [scrapy.core.scraper] INFO: Dropped: Dropping expired listing: b358887e-725c-554d-b6f2-825a9aa68cb1 with expiration date: 2026-03-24T13:00:00Z
{'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-24T13:00: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-24 13:27:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:27:16 [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-24 13:27:16 [astonbarclay.gb] INFO: Saving data for 120675571: {'auction_closing_time': 1774357200.0, 'created_time': 1774261038.88624, 'last_price_update_time': 1774358836.358728}
2026-03-24 13:27:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:27:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120675571') HTTP/1.1" 204 0
2026-03-24 13:27:17 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120653547?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-24 13:27:17 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:27:17 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120653547, 'registration': 'KV59MTZ', 'account': 'WBA004', 'make': 'VAUXHALL', 'model': 'CORSA HATCHBACK', 'derivative': '1.2i 16V SXi 5dr [AC]', 'mileage': 94962, 'mileageWarranty': True, 'type': 'car', 'saleId': 18905, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 621}, 'saleStart': '2026-03-24T13:00Z', 'lot': 310, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2009-09-23', 'fuel': 'Petrol', 'motExpiry': '2026-03-17', 'doors': 5, 'engineSize': 1229, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/KV59MTZ/2026-03-23/image/7fab23d6-d03a-4d2c-8e15-4e0f24d5f234_removebg.jpg?w=600', 'https://abimg003.imgix.net/KV59MTZ/2026-03-23/image/5389cfab-15d9-4698-a564-fc82389f636b_removebg.jpg?w=600', 'https://abimg003.imgix.net/KV59MTZ/2026-03-23/image/5734b3a2-a3e7-4637-937e-ab3e802d6ec9_removebg.jpg?w=600', 'https://abimg003.imgix.net/KV59MTZ/2026-03-23/image/8f916043-57f8-49f7-974f-5be1f7487d1b_removebg.jpg?w=600', 'https://abimg003.imgix.net/KV59MTZ/2026-03-23/image/ba29b516-c5bf-422e-a07b-f40c59922fe1_removebg.jpg?w=600', 'https://abimg003.imgix.net/KV59MTZ/2026-03-23/image/16222e65-aa41-4251-b6df-163111186883_removebg.jpg?w=600', 'https://abimg003.imgix.net/KV59MTZ/2026-03-23/image/dbec41a6-05fe-4d7c-abef-08c2f9b5abe4_removebg.jpg?w=600', 'https://abimg003.imgix.net/KV59MTZ/2026-03-23/image/bad7f161-5534-4256-b86c-e47f63b8560e_removebg.jpg?w=600', 'https://abimg003.imgix.net/KV59MTZ/2026-03-23/image/733234da-3d35-48bb-bfe6-2c9dbb2c1adf_removebg.jpg?w=600'], 'colour': 'SILVER', 'writeoffcode': 'Cat C Insurance Loss', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': "Category C Insurance Loss. Vehicle Extensively Damaged But Repairable -Insurer Decided Not To Repair VIC PASS: V5 states 'substantially repaired and/or accident damaged: identity checked on 05/02/2014' **636** VOSA STATES 24K, 33K, 35K, 39K, 43K, 50K, 61K, 68K, 73K, 75K, 77K, 79K, 83K, 88K", 'virtual': False, 'seller': 'UKCGR - Trade', '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': None, 'assuredType': None, 'imported': False, 'eurostatus': 4, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 13:27:17 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120653547, 'registration': 'KV59MTZ', 'account': 'WBA004', 'make': 'VAUXHALL', 'model': 'CORSA HATCHBACK', 'derivative': '1.2i 16V SXi 5dr [AC]', 'mileage': 94962, 'mileageWarranty': True, 'type': 'car', 'saleId': 18905, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 621}, 'saleStart': '2026-03-24T13:00Z', 'lot': 310, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2009-09-23', 'fuel': 'Petrol', 'motExpiry': '2026-03-17', 'doors': 5, 'engineSize': 1229, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/KV59MTZ/2026-03-23/image/7fab23d6-d03a-4d2c-8e15-4e0f24d5f234_removebg.jpg?w=600', 'https://abimg003.imgix.net/KV59MTZ/2026-03-23/image/5389cfab-15d9-4698-a564-fc82389f636b_removebg.jpg?w=600', 'https://abimg003.imgix.net/KV59MTZ/2026-03-23/image/5734b3a2-a3e7-4637-937e-ab3e802d6ec9_removebg.jpg?w=600', 'https://abimg003.imgix.net/KV59MTZ/2026-03-23/image/8f916043-57f8-49f7-974f-5be1f7487d1b_removebg.jpg?w=600', 'https://abimg003.imgix.net/KV59MTZ/2026-03-23/image/ba29b516-c5bf-422e-a07b-f40c59922fe1_removebg.jpg?w=600', 'https://abimg003.imgix.net/KV59MTZ/2026-03-23/image/16222e65-aa41-4251-b6df-163111186883_removebg.jpg?w=600', 'https://abimg003.imgix.net/KV59MTZ/2026-03-23/image/dbec41a6-05fe-4d7c-abef-08c2f9b5abe4_removebg.jpg?w=600', 'https://abimg003.imgix.net/KV59MTZ/2026-03-23/image/bad7f161-5534-4256-b86c-e47f63b8560e_removebg.jpg?w=600', 'https://abimg003.imgix.net/KV59MTZ/2026-03-23/image/733234da-3d35-48bb-bfe6-2c9dbb2c1adf_removebg.jpg?w=600'], 'colour': 'SILVER', 'writeoffcode': 'Cat C Insurance Loss', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': "Category C Insurance Loss. Vehicle Extensively Damaged But Repairable -Insurer Decided Not To Repair VIC PASS: V5 states 'substantially repaired and/or accident damaged: identity checked on 05/02/2014' **636** VOSA STATES 24K, 33K, 35K, 39K, 43K, 50K, 61K, 68K, 73K, 75K, 77K, 79K, 83K, 88K", 'virtual': False, 'seller': 'UKCGR - Trade', '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': None, 'assuredType': None, 'imported': False, 'eurostatus': 4, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 13:27:17 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a31cb8b3-04ce-5a14-a854-5a6236f64a11 with identifier: 120653547
2026-03-24 13:27:17 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a31cb8b3-04ce-5a14-a854-5a6236f64a11 with scrape type 2
2026-03-24 13:27:17 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a31cb8b3-04ce-5a14-a854-5a6236f64a11 with scrape type 2
2026-03-24 13:27:17 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: a31cb8b3-04ce-5a14-a854-5a6236f64a11, identifier: 120653547
2026-03-24 13:27:17 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: a31cb8b3-04ce-5a14-a854-5a6236f64a11 with identifier: 120653547
2026-03-24 13:27:17 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: a31cb8b3-04ce-5a14-a854-5a6236f64a11 with identifier: 120653547
2026-03-24 13:27:17 [scrapy.core.scraper] INFO: Dropped: Dropping expired listing: a31cb8b3-04ce-5a14-a854-5a6236f64a11 with expiration date: 2026-03-24T13:00:00Z
{'auction_title': '',
'c_o_2_emission_value': 146,
'color': 'SILVER',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 4',
'engine': '1.2L',
'expiration_date': '2026-03-24T13:00:00Z',
'fuel_type': 'Petrol',
'id': 'a31cb8b3-04ce-5a14-a854-5a6236f64a11',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'KV59MTZ',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120653547',
'listing': 'auction',
'location': 'Aston Barclay Wakefield',
'make': 'VAUXHALL',
'model': 'CORSA HATCHBACK',
'odometer': 94962,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2009-09-23',
'seller_name': 'UKCGR - Trade',
'title': 'VAUXHALL CORSA HATCHBACK 1.2i 16V SXi 5dr [AC]',
'transmission': 'manual',
'trim': '1.2i 16V SXi 5dr [AC]',
'vin': None,
'year': 2009}
2026-03-24 13:27:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:27:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120653547%27 HTTP/1.1" 200 None
2026-03-24 13:27:17 [astonbarclay.gb] INFO: Saving data for 120653547: {'auction_closing_time': 1774357200.0, 'created_time': 1774033981.841894, 'last_price_update_time': 1774358837.322446}
2026-03-24 13:27:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:27:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120653547') HTTP/1.1" 204 0
2026-03-24 13:27:21 [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-24 13:27:21 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:27:21 [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': 18905, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 621}, 'saleStart': '2026-03-24T13:00Z', 'lot': 307, 'hall': 'Hall 1', '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-24 13:27:21 [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': 18905, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 621}, 'saleStart': '2026-03-24T13:00Z', 'lot': 307, 'hall': 'Hall 1', '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-24 13:27:21 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a7504b88-0a5b-51fe-9596-87d7754d3b52 with identifier: 120668431
2026-03-24 13:27:21 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a7504b88-0a5b-51fe-9596-87d7754d3b52 with scrape type 2
2026-03-24 13:27:21 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a7504b88-0a5b-51fe-9596-87d7754d3b52 with scrape type 2
2026-03-24 13:27:21 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: a7504b88-0a5b-51fe-9596-87d7754d3b52, identifier: 120668431
2026-03-24 13:27:21 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: a7504b88-0a5b-51fe-9596-87d7754d3b52 with identifier: 120668431
2026-03-24 13:27:21 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: a7504b88-0a5b-51fe-9596-87d7754d3b52 with identifier: 120668431
2026-03-24 13:27:21 [scrapy.core.scraper] INFO: Dropped: Dropping expired listing: a7504b88-0a5b-51fe-9596-87d7754d3b52 with expiration date: 2026-03-24T13:00:00Z
{'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-24T13:00: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-24 13:27:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:27:21 [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-24 13:27:21 [astonbarclay.gb] INFO: Saving data for 120668431: {'auction_closing_time': 1774357200.0, 'created_time': 1774261089.866994, 'last_price_update_time': 1774358841.636522}
2026-03-24 13:27:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:27:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120668431') HTTP/1.1" 204 0
2026-03-24 13:27:22 [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-24 13:27:22 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:27:22 [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': 18905, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 621}, 'saleStart': '2026-03-24T13:00Z', 'lot': 304, 'hall': 'Hall 1', '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-24 13:27:22 [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': 18905, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 621}, 'saleStart': '2026-03-24T13:00Z', 'lot': 304, 'hall': 'Hall 1', '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-24 13:27:22 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 29475434-5782-5ccf-bacb-65a40db28eb6 with identifier: 120443870
2026-03-24 13:27:22 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 29475434-5782-5ccf-bacb-65a40db28eb6 with scrape type 2
2026-03-24 13:27:22 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 29475434-5782-5ccf-bacb-65a40db28eb6 with scrape type 2
2026-03-24 13:27:22 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 29475434-5782-5ccf-bacb-65a40db28eb6, identifier: 120443870
2026-03-24 13:27:22 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 29475434-5782-5ccf-bacb-65a40db28eb6 with identifier: 120443870
2026-03-24 13:27:22 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 29475434-5782-5ccf-bacb-65a40db28eb6 with identifier: 120443870
2026-03-24 13:27:22 [scrapy.core.scraper] INFO: Dropped: Dropping expired listing: 29475434-5782-5ccf-bacb-65a40db28eb6 with expiration date: 2026-03-24T13:00:00Z
{'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-24T13:00: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-24 13:27:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:27:22 [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-24 13:27:22 [astonbarclay.gb] INFO: Saving data for 120443870: {'auction_closing_time': 1774357200.0, 'created_time': 1773655425.898387, 'last_price_update_time': 1774358842.83975}
2026-03-24 13:27:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:27:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120443870') HTTP/1.1" 204 0
2026-03-24 13:27:23 [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-24 13:27:23 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:27:23 [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': 18905, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 621}, 'saleStart': '2026-03-24T13:00Z', 'lot': 298, 'hall': 'Hall 1', '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-24 13:27:23 [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': 18905, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 621}, 'saleStart': '2026-03-24T13:00Z', 'lot': 298, 'hall': 'Hall 1', '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-24 13:27:23 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2b5ff2f6-0039-526e-97c5-7e21a2181e75 with identifier: 120455436
2026-03-24 13:27:23 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2b5ff2f6-0039-526e-97c5-7e21a2181e75 with scrape type 2
2026-03-24 13:27:23 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2b5ff2f6-0039-526e-97c5-7e21a2181e75 with scrape type 2
2026-03-24 13:27:23 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 2b5ff2f6-0039-526e-97c5-7e21a2181e75, identifier: 120455436
2026-03-24 13:27:23 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 2b5ff2f6-0039-526e-97c5-7e21a2181e75 with identifier: 120455436
2026-03-24 13:27:23 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 2b5ff2f6-0039-526e-97c5-7e21a2181e75 with identifier: 120455436
2026-03-24 13:27:23 [scrapy.core.scraper] INFO: Dropped: Dropping expired listing: 2b5ff2f6-0039-526e-97c5-7e21a2181e75 with expiration date: 2026-03-24T13:00:00Z
{'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-24T13:00: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-24 13:27:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:27:23 [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-24 13:27:23 [astonbarclay.gb] INFO: Saving data for 120455436: {'auction_closing_time': 1774357200.0, 'created_time': 1773655304.95313, 'last_price_update_time': 1774358843.921621}
2026-03-24 13:27:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:27:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120455436') HTTP/1.1" 204 0
2026-03-24 13:27:24 [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-24 13:27:24 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:27:24 [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': 18905, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 621}, 'saleStart': '2026-03-24T13:00Z', 'lot': 323, 'hall': 'Hall 1', '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-24 13:27:24 [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': 18905, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 621}, 'saleStart': '2026-03-24T13:00Z', 'lot': 323, 'hall': 'Hall 1', '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-24 13:27:24 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d9585123-c486-51d8-b068-f22de0cbba5e with identifier: 120410940
2026-03-24 13:27:24 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d9585123-c486-51d8-b068-f22de0cbba5e with scrape type 2
2026-03-24 13:27:24 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d9585123-c486-51d8-b068-f22de0cbba5e with scrape type 2
2026-03-24 13:27:24 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: d9585123-c486-51d8-b068-f22de0cbba5e, identifier: 120410940
2026-03-24 13:27:24 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: d9585123-c486-51d8-b068-f22de0cbba5e with identifier: 120410940
2026-03-24 13:27:24 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: d9585123-c486-51d8-b068-f22de0cbba5e with identifier: 120410940
2026-03-24 13:27:24 [scrapy.core.scraper] INFO: Dropped: Dropping expired listing: d9585123-c486-51d8-b068-f22de0cbba5e with expiration date: 2026-03-24T13:00:00Z
{'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-24T13:00: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-24 13:27:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:27:24 [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-24 13:27:24 [astonbarclay.gb] INFO: Saving data for 120410940: {'auction_closing_time': 1774357200.0, 'created_time': 1773401856.159467, 'last_price_update_time': 1774358844.64336}
2026-03-24 13:27:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:27:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120410940') HTTP/1.1" 204 0
2026-03-24 13:27:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120606579?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-24 13:27:25 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:27:25 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120606579, 'registration': 'RE20XLP', 'account': 'WBA002', 'make': 'HONDA', 'model': 'JAZZ HATCHBACK', 'derivative': '1.3 i-VTEC SE 5dr CVT', 'mileage': 14956, 'mileageWarranty': True, 'type': 'car', 'saleId': 18905, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 621}, 'saleStart': '2026-03-24T13:00Z', 'lot': 306, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2020-07-16', 'fuel': 'Petrol', 'motExpiry': '2026-07-15', 'doors': 5, 'engineSize': 1318, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/RE20XLP/2026-03-23/image/1628e4da-3306-4c1c-9fbd-903a430fc2ad_removebg.jpg?w=600', 'https://abimg003.imgix.net/RE20XLP/2026-03-23/image/336fd3d3-a63e-407d-9b19-4ae24f55ba24_removebg.jpg?w=600', 'https://abimg003.imgix.net/RE20XLP/2026-03-23/image/c1fdb4a3-99ab-4f18-bd27-c34c50a00edc_removebg.jpg?w=600', 'https://abimg003.imgix.net/RE20XLP/2026-03-23/image/50fc3b47-2a91-41ea-87df-b81dd53e6f01_removebg.jpg?w=600', 'https://abimg003.imgix.net/RE20XLP/2026-03-23/image/f864276a-8a8c-4953-8ff6-f22d237366eb_removebg.jpg?w=600', 'https://abimg003.imgix.net/RE20XLP/2026-03-23/image/67ccda73-e961-4467-8546-43e7998b37c7_removebg.jpg?w=600', 'https://abimg003.imgix.net/RE20XLP/2026-03-23/image/da1a437c-e097-49bc-80da-2a5ba3767417_removebg.jpg?w=600', 'https://abimg003.imgix.net/RE20XLP/2026-03-23/image/e484efe3-cc54-4b72-ab60-fbbb98d1d4ab_removebg.jpg?w=600', 'https://abimg003.imgix.net/RE20XLP/2026-03-23/image/d598ad57-fc46-47ea-aa23-2ea0dcfc6b1a_removebg.jpg?w=600'], 'colour': 'BLUE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 07/21 - 5K, 09/22 - 7K, 07/23 - 9K, 07/24 - 12K, 07/25 - 13K', 'remarks': '**593** VOSA STATES 9K, 12K, 13K, SPARE KEY', 'virtual': False, 'seller': 'UKCGR - Premium', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '1', 'v5': True, 'v5details': 'Here', 'co2': 135, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/a2c30deb-ff18-44d1-a1d0-66d3c62a6a43.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 13:27:25 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120606579, 'registration': 'RE20XLP', 'account': 'WBA002', 'make': 'HONDA', 'model': 'JAZZ HATCHBACK', 'derivative': '1.3 i-VTEC SE 5dr CVT', 'mileage': 14956, 'mileageWarranty': True, 'type': 'car', 'saleId': 18905, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 621}, 'saleStart': '2026-03-24T13:00Z', 'lot': 306, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2020-07-16', 'fuel': 'Petrol', 'motExpiry': '2026-07-15', 'doors': 5, 'engineSize': 1318, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/RE20XLP/2026-03-23/image/1628e4da-3306-4c1c-9fbd-903a430fc2ad_removebg.jpg?w=600', 'https://abimg003.imgix.net/RE20XLP/2026-03-23/image/336fd3d3-a63e-407d-9b19-4ae24f55ba24_removebg.jpg?w=600', 'https://abimg003.imgix.net/RE20XLP/2026-03-23/image/c1fdb4a3-99ab-4f18-bd27-c34c50a00edc_removebg.jpg?w=600', 'https://abimg003.imgix.net/RE20XLP/2026-03-23/image/50fc3b47-2a91-41ea-87df-b81dd53e6f01_removebg.jpg?w=600', 'https://abimg003.imgix.net/RE20XLP/2026-03-23/image/f864276a-8a8c-4953-8ff6-f22d237366eb_removebg.jpg?w=600', 'https://abimg003.imgix.net/RE20XLP/2026-03-23/image/67ccda73-e961-4467-8546-43e7998b37c7_removebg.jpg?w=600', 'https://abimg003.imgix.net/RE20XLP/2026-03-23/image/da1a437c-e097-49bc-80da-2a5ba3767417_removebg.jpg?w=600', 'https://abimg003.imgix.net/RE20XLP/2026-03-23/image/e484efe3-cc54-4b72-ab60-fbbb98d1d4ab_removebg.jpg?w=600', 'https://abimg003.imgix.net/RE20XLP/2026-03-23/image/d598ad57-fc46-47ea-aa23-2ea0dcfc6b1a_removebg.jpg?w=600'], 'colour': 'BLUE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 07/21 - 5K, 09/22 - 7K, 07/23 - 9K, 07/24 - 12K, 07/25 - 13K', 'remarks': '**593** VOSA STATES 9K, 12K, 13K, SPARE KEY', 'virtual': False, 'seller': 'UKCGR - Premium', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '1', 'v5': True, 'v5details': 'Here', 'co2': 135, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/a2c30deb-ff18-44d1-a1d0-66d3c62a6a43.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 13:27:25 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7a4e0053-029e-535f-9437-61acf68a2425 with identifier: 120606579
2026-03-24 13:27:25 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7a4e0053-029e-535f-9437-61acf68a2425 with scrape type 2
2026-03-24 13:27:25 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7a4e0053-029e-535f-9437-61acf68a2425 with scrape type 2
2026-03-24 13:27:25 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 7a4e0053-029e-535f-9437-61acf68a2425, identifier: 120606579
2026-03-24 13:27:25 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 7a4e0053-029e-535f-9437-61acf68a2425 with identifier: 120606579
2026-03-24 13:27:25 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 7a4e0053-029e-535f-9437-61acf68a2425 with identifier: 120606579
2026-03-24 13:27:25 [scrapy.core.scraper] INFO: Dropped: Dropping expired listing: 7a4e0053-029e-535f-9437-61acf68a2425 with expiration date: 2026-03-24T13:00:00Z
{'auction_title': '',
'c_o_2_emission_value': 135,
'color': 'BLUE',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.3L',
'expiration_date': '2026-03-24T13:00:00Z',
'fuel_type': 'Petrol',
'id': '7a4e0053-029e-535f-9437-61acf68a2425',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'RE20XLP',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120606579',
'listing': 'auction',
'location': 'Aston Barclay Wakefield',
'make': 'HONDA',
'model': 'JAZZ HATCHBACK',
'odometer': 14956,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-07-16',
'seller_name': 'UKCGR - Premium',
'title': 'HONDA JAZZ HATCHBACK 1.3 i-VTEC SE 5dr CVT',
'transmission': 'automatic',
'trim': '1.3 i-VTEC SE 5dr CVT',
'vin': None,
'year': 2020}
2026-03-24 13:27:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:27:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120606579%27 HTTP/1.1" 200 None
2026-03-24 13:27:25 [astonbarclay.gb] INFO: Saving data for 120606579: {'auction_closing_time': 1774357200.0, 'created_time': 1773928866.08412, 'last_price_update_time': 1774358845.901111}
2026-03-24 13:27:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:27:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120606579') HTTP/1.1" 204 0
2026-03-24 13:27: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-24 13:27:27 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:27: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': 18905, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 621}, 'saleStart': '2026-03-24T13:00Z', 'lot': 292, 'hall': 'Hall 1', '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-24 13:27: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': 18905, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 621}, 'saleStart': '2026-03-24T13:00Z', 'lot': 292, 'hall': 'Hall 1', '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-24 13:27:27 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2c20287d-77ed-5216-b93b-a50bafcbe624 with identifier: 120453711
2026-03-24 13:27: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-24 13:27:27 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2c20287d-77ed-5216-b93b-a50bafcbe624 with scrape type 2
2026-03-24 13:27:27 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 2c20287d-77ed-5216-b93b-a50bafcbe624, identifier: 120453711
2026-03-24 13:27:27 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 2c20287d-77ed-5216-b93b-a50bafcbe624 with identifier: 120453711
2026-03-24 13:27:27 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 2c20287d-77ed-5216-b93b-a50bafcbe624 with identifier: 120453711
2026-03-24 13:27:27 [scrapy.core.scraper] INFO: Dropped: Dropping expired listing: 2c20287d-77ed-5216-b93b-a50bafcbe624 with expiration date: 2026-03-24T13:00:00Z
{'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-24T13:00: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-24 13:27:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:27:27 [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-24 13:27:27 [astonbarclay.gb] INFO: Saving data for 120453711: {'auction_closing_time': 1774357200.0, 'created_time': 1773655419.629266, 'last_price_update_time': 1774358847.879245}
2026-03-24 13:27:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:27:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120453711') HTTP/1.1" 204 0
2026-03-24 13:27:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120666894?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-24 13:27:29 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:27:29 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120666894, 'registration': 'FM18KZY', 'account': 'WBA002', 'make': 'HYUNDAI', 'model': 'I10 HATCHBACK SPECIAL EDITIONS', 'derivative': '1.0 Go SE 5dr', 'mileage': 51016, 'mileageWarranty': True, 'type': 'car', 'saleId': 18905, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 621}, 'saleStart': '2026-03-24T13:00Z', 'lot': 335, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2018-06-23', 'fuel': 'Petrol', 'motExpiry': '2026-06-04', 'doors': 5, 'engineSize': 998, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/FM18KZY/2026-03-23/image/7af88183-c7be-4525-a6d7-83f5c9044c5d_removebg.jpg?w=600', 'https://abimg003.imgix.net/FM18KZY/2026-03-23/image/fc4bf483-f48f-4a6f-99c2-f6b9a5144f22_removebg.jpg?w=600', 'https://abimg003.imgix.net/FM18KZY/2026-03-23/image/68f1f2f1-5dfd-4ac1-b20d-975bfe0156c5_removebg.jpg?w=600', 'https://abimg003.imgix.net/FM18KZY/2026-03-23/image/d8515138-b3c3-49b3-a27a-fc471e9fadb8_removebg.jpg?w=600', 'https://abimg003.imgix.net/FM18KZY/2026-03-23/image/13f959f3-8ef9-4efc-b2c8-242965cbb4b2_removebg.jpg?w=600', 'https://abimg003.imgix.net/FM18KZY/2026-03-23/image/2c88ed38-e877-4daa-b4b0-26c51749c881_removebg.jpg?w=600', 'https://abimg003.imgix.net/FM18KZY/2026-03-23/image/2d9c8d3f-6362-4fa5-a2d6-8de9b1fce7c5_removebg.jpg?w=600', 'https://abimg003.imgix.net/FM18KZY/2026-03-23/image/2a9fd71c-bc90-4f62-851b-83fb7e16e119_removebg.jpg?w=600', 'https://abimg003.imgix.net/FM18KZY/2026-03-23/image/52d7931d-9015-4a6f-92ce-b25092debe2e_removebg.jpg?w=600'], 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service invoice 05/24 - 37K', 'remarks': '**606** VOSA STATES 18K, 26K, 37K, 44K, 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/945460d7-d2db-418d-847c-92fd639432fa.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 13:27:29 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120666894, 'registration': 'FM18KZY', 'account': 'WBA002', 'make': 'HYUNDAI', 'model': 'I10 HATCHBACK SPECIAL EDITIONS', 'derivative': '1.0 Go SE 5dr', 'mileage': 51016, 'mileageWarranty': True, 'type': 'car', 'saleId': 18905, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 621}, 'saleStart': '2026-03-24T13:00Z', 'lot': 335, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2018-06-23', 'fuel': 'Petrol', 'motExpiry': '2026-06-04', 'doors': 5, 'engineSize': 998, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/FM18KZY/2026-03-23/image/7af88183-c7be-4525-a6d7-83f5c9044c5d_removebg.jpg?w=600', 'https://abimg003.imgix.net/FM18KZY/2026-03-23/image/fc4bf483-f48f-4a6f-99c2-f6b9a5144f22_removebg.jpg?w=600', 'https://abimg003.imgix.net/FM18KZY/2026-03-23/image/68f1f2f1-5dfd-4ac1-b20d-975bfe0156c5_removebg.jpg?w=600', 'https://abimg003.imgix.net/FM18KZY/2026-03-23/image/d8515138-b3c3-49b3-a27a-fc471e9fadb8_removebg.jpg?w=600', 'https://abimg003.imgix.net/FM18KZY/2026-03-23/image/13f959f3-8ef9-4efc-b2c8-242965cbb4b2_removebg.jpg?w=600', 'https://abimg003.imgix.net/FM18KZY/2026-03-23/image/2c88ed38-e877-4daa-b4b0-26c51749c881_removebg.jpg?w=600', 'https://abimg003.imgix.net/FM18KZY/2026-03-23/image/2d9c8d3f-6362-4fa5-a2d6-8de9b1fce7c5_removebg.jpg?w=600', 'https://abimg003.imgix.net/FM18KZY/2026-03-23/image/2a9fd71c-bc90-4f62-851b-83fb7e16e119_removebg.jpg?w=600', 'https://abimg003.imgix.net/FM18KZY/2026-03-23/image/52d7931d-9015-4a6f-92ce-b25092debe2e_removebg.jpg?w=600'], 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service invoice 05/24 - 37K', 'remarks': '**606** VOSA STATES 18K, 26K, 37K, 44K, 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/945460d7-d2db-418d-847c-92fd639432fa.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 13:27:29 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 55af89af-bfd9-5c56-acd6-bf476c467557 with identifier: 120666894
2026-03-24 13:27:29 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 55af89af-bfd9-5c56-acd6-bf476c467557 with scrape type 2
2026-03-24 13:27:29 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 55af89af-bfd9-5c56-acd6-bf476c467557 with scrape type 2
2026-03-24 13:27:30 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 55af89af-bfd9-5c56-acd6-bf476c467557, identifier: 120666894
2026-03-24 13:27:30 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 55af89af-bfd9-5c56-acd6-bf476c467557 with identifier: 120666894
2026-03-24 13:27:30 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 55af89af-bfd9-5c56-acd6-bf476c467557 with identifier: 120666894
2026-03-24 13:27:30 [scrapy.core.scraper] INFO: Dropped: Dropping expired listing: 55af89af-bfd9-5c56-acd6-bf476c467557 with expiration date: 2026-03-24T13:00:00Z
{'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-24T13:00:00Z',
'fuel_type': 'Petrol',
'id': '55af89af-bfd9-5c56-acd6-bf476c467557',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'FM18KZY',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120666894',
'listing': 'auction',
'location': 'Aston Barclay Wakefield',
'make': 'HYUNDAI',
'model': 'I10 HATCHBACK SPECIAL EDITIONS',
'odometer': 51016,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2018-06-23',
'seller_name': 'UKCGR - Premium',
'title': 'HYUNDAI I10 HATCHBACK SPECIAL EDITIONS 1.0 Go SE 5dr',
'transmission': 'manual',
'trim': '1.0 Go SE 5dr',
'vin': None,
'year': 2018}
2026-03-24 13:27:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:27:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120666894%27 HTTP/1.1" 200 None
2026-03-24 13:27:30 [astonbarclay.gb] INFO: Saving data for 120666894: {'auction_closing_time': 1774357200.0, 'created_time': 1774261181.25851, 'last_price_update_time': 1774358850.11747}
2026-03-24 13:27:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:27:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120666894') HTTP/1.1" 204 0
2026-03-24 13:27:30 [zyte_api._retry] DEBUG: Finished call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request' after 129.285(s), this was the 1st time calling it.
2026-03-24 13:27:30 [zyte_api._retry] DEBUG: Retrying zyte_api._async.AsyncZyteAPI.get.<locals>.request in 4.452429448725842 seconds as it raised ClientConnectorError: Cannot connect to host api.zyte.com:443 ssl:default [Connect call failed ('69.41.180.81', 443)].
2026-03-24 13:27:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120454793?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-24 13:27:32 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:27:32 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120454793, 'registration': 'YX18WRP', 'account': 'WBA002', 'make': 'MAZDA', 'model': 'MAZDA6 DIESEL SALOON', 'derivative': '2.2d Sport Nav 4dr', 'mileage': 74524, 'mileageWarranty': True, 'type': 'car', 'saleId': 18905, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 621}, 'saleStart': '2026-03-24T13:00Z', 'lot': 290, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2018-06-08', 'fuel': 'Diesel', 'motExpiry': '2026-07-09', 'doors': 4, 'engineSize': 2191, 'bodyType': 'Saloon', 'images': ['https://abimg003.imgix.net/YX18WRP/2026-03-16/image/1a6d51c7-31b3-4725-906f-b703686ce828_removebg.jpg?w=600', 'https://abimg003.imgix.net/YX18WRP/2026-03-16/image/664bd972-03d8-4fc9-9b11-25ea30baf649_removebg.jpg?w=600', 'https://abimg003.imgix.net/YX18WRP/2026-03-16/image/e33e2abb-8b92-4e24-b24f-787472578f4c_removebg.jpg?w=600', 'https://abimg003.imgix.net/YX18WRP/2026-03-16/image/50d43f1c-e48e-41f9-9623-64386a7d872e_removebg.jpg?w=600', 'https://abimg003.imgix.net/YX18WRP/2026-03-16/image/9b13fb1d-6e09-4b6a-b7b3-bb14190dca4d_removebg.jpg?w=600', 'https://abimg003.imgix.net/YX18WRP/2026-03-16/image/4f0d8b8a-d505-4320-bf39-b3f48966ac1b_removebg.jpg?w=600', 'https://abimg003.imgix.net/YX18WRP/2026-03-16/image/c73f5569-c620-4334-b5c7-9af84f26fada_removebg.jpg?w=600', 'https://abimg003.imgix.net/YX18WRP/2026-03-16/image/17a5ea3a-f6db-4953-b401-24bfc9a453fd_removebg.jpg?w=600', 'https://abimg003.imgix.net/YX18WRP/2026-03-16/image/5a042770-fe5e-430e-a67f-fc641d7cbcdc_removebg.jpg?w=600'], 'colour': 'BLUE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service invoice 06/19-3K, 06/20-11K, 05/21-16K, 04/23-31K, 06/23-33K, 03/24-45K,', 'remarks': '**107** VOSA STATES 16K, 22K, 33K, 50K, 64K, SPARE KEY SD CARD', '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/eb54321d-8756-42dc-b979-1ca134c162b2.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 13:27:32 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120454793, 'registration': 'YX18WRP', 'account': 'WBA002', 'make': 'MAZDA', 'model': 'MAZDA6 DIESEL SALOON', 'derivative': '2.2d Sport Nav 4dr', 'mileage': 74524, 'mileageWarranty': True, 'type': 'car', 'saleId': 18905, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 621}, 'saleStart': '2026-03-24T13:00Z', 'lot': 290, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2018-06-08', 'fuel': 'Diesel', 'motExpiry': '2026-07-09', 'doors': 4, 'engineSize': 2191, 'bodyType': 'Saloon', 'images': ['https://abimg003.imgix.net/YX18WRP/2026-03-16/image/1a6d51c7-31b3-4725-906f-b703686ce828_removebg.jpg?w=600', 'https://abimg003.imgix.net/YX18WRP/2026-03-16/image/664bd972-03d8-4fc9-9b11-25ea30baf649_removebg.jpg?w=600', 'https://abimg003.imgix.net/YX18WRP/2026-03-16/image/e33e2abb-8b92-4e24-b24f-787472578f4c_removebg.jpg?w=600', 'https://abimg003.imgix.net/YX18WRP/2026-03-16/image/50d43f1c-e48e-41f9-9623-64386a7d872e_removebg.jpg?w=600', 'https://abimg003.imgix.net/YX18WRP/2026-03-16/image/9b13fb1d-6e09-4b6a-b7b3-bb14190dca4d_removebg.jpg?w=600', 'https://abimg003.imgix.net/YX18WRP/2026-03-16/image/4f0d8b8a-d505-4320-bf39-b3f48966ac1b_removebg.jpg?w=600', 'https://abimg003.imgix.net/YX18WRP/2026-03-16/image/c73f5569-c620-4334-b5c7-9af84f26fada_removebg.jpg?w=600', 'https://abimg003.imgix.net/YX18WRP/2026-03-16/image/17a5ea3a-f6db-4953-b401-24bfc9a453fd_removebg.jpg?w=600', 'https://abimg003.imgix.net/YX18WRP/2026-03-16/image/5a042770-fe5e-430e-a67f-fc641d7cbcdc_removebg.jpg?w=600'], 'colour': 'BLUE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service invoice 06/19-3K, 06/20-11K, 05/21-16K, 04/23-31K, 06/23-33K, 03/24-45K,', 'remarks': '**107** VOSA STATES 16K, 22K, 33K, 50K, 64K, SPARE KEY SD CARD', '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/eb54321d-8756-42dc-b979-1ca134c162b2.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 13:27:32 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d2ecd3e4-1568-5dad-870e-8473632dab85 with identifier: 120454793
2026-03-24 13:27:32 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d2ecd3e4-1568-5dad-870e-8473632dab85 with scrape type 2
2026-03-24 13:27:32 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d2ecd3e4-1568-5dad-870e-8473632dab85 with scrape type 2
2026-03-24 13:27:32 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: d2ecd3e4-1568-5dad-870e-8473632dab85, identifier: 120454793
2026-03-24 13:27:32 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: d2ecd3e4-1568-5dad-870e-8473632dab85 with identifier: 120454793
2026-03-24 13:27:32 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: d2ecd3e4-1568-5dad-870e-8473632dab85 with identifier: 120454793
2026-03-24 13:27:32 [scrapy.core.scraper] INFO: Dropped: Dropping expired listing: d2ecd3e4-1568-5dad-870e-8473632dab85 with expiration date: 2026-03-24T13:00:00Z
{'auction_title': '',
'c_o_2_emission_value': 107,
'color': 'BLUE',
'currency': 'GBP',
'doors_number': 4,
'emission_standard': 'EURO 6',
'engine': '2.2L',
'expiration_date': '2026-03-24T13:00:00Z',
'fuel_type': 'Diesel',
'id': 'd2ecd3e4-1568-5dad-870e-8473632dab85',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'YX18WRP',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120454793',
'listing': 'auction',
'location': 'Aston Barclay Wakefield',
'make': 'MAZDA',
'model': 'MAZDA6 DIESEL SALOON',
'odometer': 74524,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2018-06-08',
'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': 2018}
2026-03-24 13:27:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:27:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120454793%27 HTTP/1.1" 200 None
2026-03-24 13:27:32 [astonbarclay.gb] INFO: Saving data for 120454793: {'auction_closing_time': 1774357200.0, 'created_time': 1773655427.343662, 'last_price_update_time': 1774358852.990426}
2026-03-24 13:27:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:27:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120454793') HTTP/1.1" 204 0
2026-03-24 13:27:33 [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-24 13:27:33 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:27:33 [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': 18905, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 621}, 'saleStart': '2026-03-24T13:00Z', 'lot': 327, 'hall': 'Hall 1', '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-24 13:27:33 [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': 18905, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 621}, 'saleStart': '2026-03-24T13:00Z', 'lot': 327, 'hall': 'Hall 1', '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-24 13:27:33 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0976f0cf-910c-59ee-bc45-3c7ca06195b7 with identifier: 120367525
2026-03-24 13:27:33 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0976f0cf-910c-59ee-bc45-3c7ca06195b7 with scrape type 2
2026-03-24 13:27:33 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0976f0cf-910c-59ee-bc45-3c7ca06195b7 with scrape type 2
2026-03-24 13:27:33 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 0976f0cf-910c-59ee-bc45-3c7ca06195b7, identifier: 120367525
2026-03-24 13:27:33 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 0976f0cf-910c-59ee-bc45-3c7ca06195b7 with identifier: 120367525
2026-03-24 13:27:33 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 0976f0cf-910c-59ee-bc45-3c7ca06195b7 with identifier: 120367525
2026-03-24 13:27:33 [scrapy.core.scraper] INFO: Dropped: Dropping expired listing: 0976f0cf-910c-59ee-bc45-3c7ca06195b7 with expiration date: 2026-03-24T13:00:00Z
{'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-24T13:00: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-24 13:27:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:27:33 [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-24 13:27:33 [astonbarclay.gb] INFO: Saving data for 120367525: {'auction_closing_time': 1774357200.0, 'created_time': 1773402888.431624, 'last_price_update_time': 1774358853.411539}
2026-03-24 13:27:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:27:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120367525') HTTP/1.1" 204 0
2026-03-24 13:27:34 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 2nd time calling it.
2026-03-24 13:27:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120659437?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-24 13:27:35 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:27:35 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120659437, 'registration': 'GL19KHA', 'account': 'WBA002', 'make': 'VOLKSWAGEN', 'model': 'POLO HATCHBACK', 'derivative': '1.0 EVO SE 5dr', 'mileage': 40173, 'mileageWarranty': True, 'type': 'car', 'saleId': 18905, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 621}, 'saleStart': '2026-03-24T13:00Z', 'lot': 378, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2019-04-05', 'fuel': 'Petrol', 'motExpiry': '2027-02-05', 'doors': 5, 'engineSize': 999, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/GL19KHA/2026-03-23/image/d224ec02-ef7f-4626-bb86-42095036aa9d_removebg.jpg?w=600', 'https://abimg003.imgix.net/GL19KHA/2026-03-23/image/b0192b4e-0318-4ba4-80c5-5834f46c13e5_removebg.jpg?w=600', 'https://abimg003.imgix.net/GL19KHA/2026-03-23/image/1781d674-0d64-4f5f-9dca-f37d2e9823f8_removebg.jpg?w=600', 'https://abimg003.imgix.net/GL19KHA/2026-03-23/image/f6155c29-c941-43cf-b8fd-df80fb2da5b8_removebg.jpg?w=600', 'https://abimg003.imgix.net/GL19KHA/2026-03-23/image/f301a04e-5002-4416-82a5-a5ecf4780ce3_removebg.jpg?w=600', 'https://abimg003.imgix.net/GL19KHA/2026-03-23/image/f706db5e-a8c5-4d82-863f-cec8fee8580c_removebg.jpg?w=600', 'https://abimg003.imgix.net/GL19KHA/2026-03-23/image/4e9257f3-489b-44e2-9ed2-221f6ba32122_removebg.jpg?w=600', 'https://abimg003.imgix.net/GL19KHA/2026-03-23/image/13a86a16-f9a4-4701-9782-b02ccea3d85e_removebg.jpg?w=600', 'https://abimg003.imgix.net/GL19KHA/2026-03-23/image/517124d1-c344-490e-970e-b5412711dba4_removebg.jpg?w=600'], 'colour': 'BLUE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print 03/20 - 10K, 04/21 - 12K, 03/22 - 17K, 03/23 - 22K, 03/24 - 28K, 03/25 - 33K, 02/26 - 40K,', 'remarks': '**690** VOSA STATES 17K, 22K, 28K, 33K, 40K, SPARE KEY', 'virtual': False, 'seller': 'UKCGR - Premium', '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/ea544c88-08a3-4dbe-9265-987af21e3101.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 13:27:35 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120659437, 'registration': 'GL19KHA', 'account': 'WBA002', 'make': 'VOLKSWAGEN', 'model': 'POLO HATCHBACK', 'derivative': '1.0 EVO SE 5dr', 'mileage': 40173, 'mileageWarranty': True, 'type': 'car', 'saleId': 18905, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 621}, 'saleStart': '2026-03-24T13:00Z', 'lot': 378, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2019-04-05', 'fuel': 'Petrol', 'motExpiry': '2027-02-05', 'doors': 5, 'engineSize': 999, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/GL19KHA/2026-03-23/image/d224ec02-ef7f-4626-bb86-42095036aa9d_removebg.jpg?w=600', 'https://abimg003.imgix.net/GL19KHA/2026-03-23/image/b0192b4e-0318-4ba4-80c5-5834f46c13e5_removebg.jpg?w=600', 'https://abimg003.imgix.net/GL19KHA/2026-03-23/image/1781d674-0d64-4f5f-9dca-f37d2e9823f8_removebg.jpg?w=600', 'https://abimg003.imgix.net/GL19KHA/2026-03-23/image/f6155c29-c941-43cf-b8fd-df80fb2da5b8_removebg.jpg?w=600', 'https://abimg003.imgix.net/GL19KHA/2026-03-23/image/f301a04e-5002-4416-82a5-a5ecf4780ce3_removebg.jpg?w=600', 'https://abimg003.imgix.net/GL19KHA/2026-03-23/image/f706db5e-a8c5-4d82-863f-cec8fee8580c_removebg.jpg?w=600', 'https://abimg003.imgix.net/GL19KHA/2026-03-23/image/4e9257f3-489b-44e2-9ed2-221f6ba32122_removebg.jpg?w=600', 'https://abimg003.imgix.net/GL19KHA/2026-03-23/image/13a86a16-f9a4-4701-9782-b02ccea3d85e_removebg.jpg?w=600', 'https://abimg003.imgix.net/GL19KHA/2026-03-23/image/517124d1-c344-490e-970e-b5412711dba4_removebg.jpg?w=600'], 'colour': 'BLUE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print 03/20 - 10K, 04/21 - 12K, 03/22 - 17K, 03/23 - 22K, 03/24 - 28K, 03/25 - 33K, 02/26 - 40K,', 'remarks': '**690** VOSA STATES 17K, 22K, 28K, 33K, 40K, SPARE KEY', 'virtual': False, 'seller': 'UKCGR - Premium', '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/ea544c88-08a3-4dbe-9265-987af21e3101.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 13:27:35 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6be91878-ab16-53db-9833-5677daf26c1c with identifier: 120659437
2026-03-24 13:27:35 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6be91878-ab16-53db-9833-5677daf26c1c with scrape type 2
2026-03-24 13:27:35 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6be91878-ab16-53db-9833-5677daf26c1c with scrape type 2
2026-03-24 13:27:35 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 6be91878-ab16-53db-9833-5677daf26c1c, identifier: 120659437
2026-03-24 13:27:35 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 6be91878-ab16-53db-9833-5677daf26c1c with identifier: 120659437
2026-03-24 13:27:35 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 6be91878-ab16-53db-9833-5677daf26c1c with identifier: 120659437
2026-03-24 13:27:35 [scrapy.core.scraper] INFO: Dropped: Dropping expired listing: 6be91878-ab16-53db-9833-5677daf26c1c with expiration date: 2026-03-24T13:00:00Z
{'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-24T13:00:00Z',
'fuel_type': 'Petrol',
'id': '6be91878-ab16-53db-9833-5677daf26c1c',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'GL19KHA',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120659437',
'listing': 'auction',
'location': 'Aston Barclay Wakefield',
'make': 'VOLKSWAGEN',
'model': 'POLO HATCHBACK',
'odometer': 40173,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2019-04-05',
'seller_name': 'UKCGR - Premium',
'title': 'VOLKSWAGEN POLO HATCHBACK 1.0 EVO SE 5dr',
'transmission': 'manual',
'trim': '1.0 EVO SE 5dr',
'vin': None,
'year': 2019}
2026-03-24 13:27:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:27:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120659437%27 HTTP/1.1" 200 None
2026-03-24 13:27:35 [astonbarclay.gb] INFO: Saving data for 120659437: {'auction_closing_time': 1774357200.0, 'created_time': 1774033985.040714, 'last_price_update_time': 1774358855.79696}
2026-03-24 13:27:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:27:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120659437') HTTP/1.1" 204 0
2026-03-24 13:27:36 [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-24 13:27:36 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:27:36 [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': 18905, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 621}, 'saleStart': '2026-03-24T13:00Z', 'lot': 279, 'hall': 'Hall 1', '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-24 13:27:36 [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': 18905, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 621}, 'saleStart': '2026-03-24T13:00Z', 'lot': 279, 'hall': 'Hall 1', '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-24 13:27:36 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 14f7ab2b-ec03-5495-ac5d-1bb5e6409f83 with identifier: 120589168
2026-03-24 13:27:36 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 14f7ab2b-ec03-5495-ac5d-1bb5e6409f83 with scrape type 2
2026-03-24 13:27:36 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 14f7ab2b-ec03-5495-ac5d-1bb5e6409f83 with scrape type 2
2026-03-24 13:27:36 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 14f7ab2b-ec03-5495-ac5d-1bb5e6409f83, identifier: 120589168
2026-03-24 13:27:36 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 14f7ab2b-ec03-5495-ac5d-1bb5e6409f83 with identifier: 120589168
2026-03-24 13:27:36 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 14f7ab2b-ec03-5495-ac5d-1bb5e6409f83 with identifier: 120589168
2026-03-24 13:27:36 [scrapy.core.scraper] INFO: Dropped: Dropping expired listing: 14f7ab2b-ec03-5495-ac5d-1bb5e6409f83 with expiration date: 2026-03-24T13:00:00Z
{'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-24T13:00: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-24 13:27:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:27:36 [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-24 13:27:36 [astonbarclay.gb] INFO: Saving data for 120589168: {'auction_closing_time': 1774357200.0, 'created_time': 1773860458.972032, 'last_price_update_time': 1774358856.944595}
2026-03-24 13:27:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:27:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120589168') HTTP/1.1" 204 0
2026-03-24 13:27:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120668421?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-24 13:27:38 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:27:38 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120668421, 'registration': 'GL63OVZ', 'account': 'WBA004', 'make': 'MAZDA', 'model': 'MAZDA2 HATCHBACK', 'derivative': '1.3 SE 5dr', 'mileage': 63721, 'mileageWarranty': True, 'type': 'car', 'saleId': 18905, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 620}, 'saleStart': '2026-03-24T13:00Z', 'lot': 275, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2014-02-11', 'fuel': 'Petrol', 'motExpiry': '2027-02-10', 'doors': 5, 'engineSize': 1349, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/GL63OVZ/2026-03-23/image/5df94d54-97f2-4a38-b407-848f3ce6e63e_removebg.jpg?w=600', 'https://abimg003.imgix.net/GL63OVZ/2026-03-23/image/52e30add-068f-4e5b-bb90-712b053c6793_removebg.jpg?w=600', 'https://abimg003.imgix.net/GL63OVZ/2026-03-23/image/468bbbbe-0fc6-403a-98fa-3dcf04aa5dce_removebg.jpg?w=600', 'https://abimg003.imgix.net/GL63OVZ/2026-03-23/image/30de3b7b-2496-4a11-b80b-58a13fa57656_removebg.jpg?w=600', 'https://abimg003.imgix.net/GL63OVZ/2026-03-23/image/79e9b878-7815-461c-909d-a391ca9649da_removebg.jpg?w=600', 'https://abimg003.imgix.net/GL63OVZ/2026-03-23/image/7fab50ef-ca48-4f79-99d8-8862ed810761_removebg.jpg?w=600', 'https://abimg003.imgix.net/GL63OVZ/2026-03-23/image/a1bacafd-6c1e-4180-93df-d382efbf3ff3_removebg.jpg?w=600', 'https://abimg003.imgix.net/GL63OVZ/2026-03-23/image/f4981124-907a-4d20-9e7c-b148e3cfeeba_removebg.jpg?w=600', 'https://abimg003.imgix.net/GL63OVZ/2026-03-23/image/6828234a-51d0-4727-91b7-85a90182c732_removebg.jpg?w=600'], 'colour': 'MAROON', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': '**775** VOSA STATES 15K, 21K, 27K, 32K, 36K, 39K, 42K, 46K, 51K, 63K, SPARE KEY', 'virtual': False, 'seller': 'UKCGR - Trade', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '1', 'v5': True, 'v5details': 'Here', 'co2': 115, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/ced5519b-798b-4b61-b092-561d60d8ebbf.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 13:27:38 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120668421, 'registration': 'GL63OVZ', 'account': 'WBA004', 'make': 'MAZDA', 'model': 'MAZDA2 HATCHBACK', 'derivative': '1.3 SE 5dr', 'mileage': 63721, 'mileageWarranty': True, 'type': 'car', 'saleId': 18905, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 620}, 'saleStart': '2026-03-24T13:00Z', 'lot': 275, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2014-02-11', 'fuel': 'Petrol', 'motExpiry': '2027-02-10', 'doors': 5, 'engineSize': 1349, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/GL63OVZ/2026-03-23/image/5df94d54-97f2-4a38-b407-848f3ce6e63e_removebg.jpg?w=600', 'https://abimg003.imgix.net/GL63OVZ/2026-03-23/image/52e30add-068f-4e5b-bb90-712b053c6793_removebg.jpg?w=600', 'https://abimg003.imgix.net/GL63OVZ/2026-03-23/image/468bbbbe-0fc6-403a-98fa-3dcf04aa5dce_removebg.jpg?w=600', 'https://abimg003.imgix.net/GL63OVZ/2026-03-23/image/30de3b7b-2496-4a11-b80b-58a13fa57656_removebg.jpg?w=600', 'https://abimg003.imgix.net/GL63OVZ/2026-03-23/image/79e9b878-7815-461c-909d-a391ca9649da_removebg.jpg?w=600', 'https://abimg003.imgix.net/GL63OVZ/2026-03-23/image/7fab50ef-ca48-4f79-99d8-8862ed810761_removebg.jpg?w=600', 'https://abimg003.imgix.net/GL63OVZ/2026-03-23/image/a1bacafd-6c1e-4180-93df-d382efbf3ff3_removebg.jpg?w=600', 'https://abimg003.imgix.net/GL63OVZ/2026-03-23/image/f4981124-907a-4d20-9e7c-b148e3cfeeba_removebg.jpg?w=600', 'https://abimg003.imgix.net/GL63OVZ/2026-03-23/image/6828234a-51d0-4727-91b7-85a90182c732_removebg.jpg?w=600'], 'colour': 'MAROON', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': '**775** VOSA STATES 15K, 21K, 27K, 32K, 36K, 39K, 42K, 46K, 51K, 63K, SPARE KEY', 'virtual': False, 'seller': 'UKCGR - Trade', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '1', 'v5': True, 'v5details': 'Here', 'co2': 115, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/ced5519b-798b-4b61-b092-561d60d8ebbf.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 13:27:38 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 13777ea2-b4c9-5610-b4e9-a138bd952ba8 with identifier: 120668421
2026-03-24 13:27:38 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 13777ea2-b4c9-5610-b4e9-a138bd952ba8 with scrape type 2
2026-03-24 13:27:38 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 13777ea2-b4c9-5610-b4e9-a138bd952ba8 with scrape type 2
2026-03-24 13:27:38 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 13777ea2-b4c9-5610-b4e9-a138bd952ba8, identifier: 120668421
2026-03-24 13:27:38 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 13777ea2-b4c9-5610-b4e9-a138bd952ba8 with identifier: 120668421
2026-03-24 13:27:38 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-24 13:27:38 [urllib3.connectionpool] DEBUG: https://translate.google.com:443 "GET /m?tl=en&sl=auto&q=MAROON HTTP/1.1" 200 None
2026-03-24 13:27:38 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-24 13:27:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='auto',RowKey='auto') HTTP/1.1" 204 0
2026-03-24 13:27:38 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 13777ea2-b4c9-5610-b4e9-a138bd952ba8 with identifier: 120668421
2026-03-24 13:27:38 [scrapy.core.scraper] INFO: Dropped: Dropping expired listing: 13777ea2-b4c9-5610-b4e9-a138bd952ba8 with expiration date: 2026-03-24T13:00:00Z
{'auction_title': '',
'c_o_2_emission_value': 115,
'color': 'MAROON',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 5',
'engine': '1.3L',
'expiration_date': '2026-03-24T13:00:00Z',
'fuel_type': 'Petrol',
'id': '13777ea2-b4c9-5610-b4e9-a138bd952ba8',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'GL63OVZ',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120668421',
'listing': 'auction',
'location': 'Aston Barclay Wakefield',
'make': 'MAZDA',
'model': 'MAZDA2 HATCHBACK',
'odometer': 63721,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2014-02-11',
'seller_name': 'UKCGR - Trade',
'title': 'MAZDA MAZDA2 HATCHBACK 1.3 SE 5dr',
'transmission': 'manual',
'trim': '1.3 SE 5dr',
'vin': None,
'year': 2014}
2026-03-24 13:27:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:27:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120668421%27 HTTP/1.1" 200 None
2026-03-24 13:27:38 [astonbarclay.gb] INFO: Saving data for 120668421: {'auction_closing_time': 1774357200.0, 'created_time': 1774261064.273325, 'last_price_update_time': 1774358858.437781}
2026-03-24 13:27:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:27:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120668421') HTTP/1.1" 204 0
2026-03-24 13:27:39 [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-24 13:27:39 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:27:39 [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': 18906, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 621}, 'saleStart': '2026-03-24T13:00Z', 'lot': 551, '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-24 13:27:39 [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': 18906, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 621}, 'saleStart': '2026-03-24T13:00Z', 'lot': 551, '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-24 13:27:39 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8803cd63-5d65-596b-bd45-db65cb3a252c with identifier: 120007531
2026-03-24 13:27:39 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8803cd63-5d65-596b-bd45-db65cb3a252c with scrape type 2
2026-03-24 13:27:39 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8803cd63-5d65-596b-bd45-db65cb3a252c with scrape type 2
2026-03-24 13:27:39 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 8803cd63-5d65-596b-bd45-db65cb3a252c, identifier: 120007531
2026-03-24 13:27:39 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 8803cd63-5d65-596b-bd45-db65cb3a252c with identifier: 120007531
2026-03-24 13:27:39 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 8803cd63-5d65-596b-bd45-db65cb3a252c with identifier: 120007531
2026-03-24 13:27:39 [scrapy.core.scraper] INFO: Dropped: Dropping expired listing: 8803cd63-5d65-596b-bd45-db65cb3a252c with expiration date: 2026-03-24T13:00:00Z
{'auction_title': '',
'c_o_2_emission_value': None,
'color': 'WHITE',
'currency': 'GBP',
'doors_number': 4,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': '2026-03-24T13:00: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-24 13:27:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:27:39 [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-24 13:27:39 [astonbarclay.gb] INFO: Saving data for 120007531: {'auction_closing_time': 1774357200.0, 'created_time': 1773405059.564296, 'last_price_update_time': 1774358859.518655}
2026-03-24 13:27:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:27:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120007531') HTTP/1.1" 204 0
2026-03-24 13:27:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120668364?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-24 13:27:39 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:27:40 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120668364, 'registration': 'MA13UUF', 'account': 'WBA004', 'make': 'VAUXHALL', 'model': 'ASTRA GTC DIESEL COUPE', 'derivative': '2.0 CDTi 16V SRi 3dr', 'mileage': 103395, 'mileageWarranty': True, 'type': 'car', 'saleId': 18905, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 620}, 'saleStart': '2026-03-24T13:00Z', 'lot': 278, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2013-05-07', 'fuel': 'Diesel', 'motExpiry': '2026-12-08', 'doors': 3, 'engineSize': 1956, 'bodyType': 'Coupe', 'images': ['https://abimg003.imgix.net/MA13UUF/2026-03-23/image/9cb23dbf-aac5-46a5-9ec4-e387b8158d27_removebg.jpg?w=600', 'https://abimg003.imgix.net/MA13UUF/2026-03-23/image/c79741d7-e865-49d2-b0a5-144074f6668e_removebg.jpg?w=600', 'https://abimg003.imgix.net/MA13UUF/2026-03-23/image/adc1ed06-b8e2-45d2-990f-356f9a50363d_removebg.jpg?w=600', 'https://abimg003.imgix.net/MA13UUF/2026-03-23/image/141a17b0-6726-40a0-b1dd-84be7fcd1265_removebg.jpg?w=600', 'https://abimg003.imgix.net/MA13UUF/2026-03-23/image/4766a907-dc6a-4dff-96a8-7bcf2840e383_removebg.jpg?w=600', 'https://abimg003.imgix.net/MA13UUF/2026-03-23/image/df22380a-6a09-4167-b01a-5aac106ac1e3_removebg.jpg?w=600', 'https://abimg003.imgix.net/MA13UUF/2026-03-23/image/949a2597-b2f7-4f14-9586-7ca017f95cf3_removebg.jpg?w=600', 'https://abimg003.imgix.net/MA13UUF/2026-03-23/image/f3dc583e-bf02-45fd-943b-e3b437905861_removebg.jpg?w=600', 'https://abimg003.imgix.net/MA13UUF/2026-03-23/image/6b3d810d-0f82-4235-91eb-4c5bd52e73d0_removebg.jpg?w=600'], 'colour': 'BLUE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 07/15 - 18K, 08/16 - 24K, 10/17 - 29K, 11/18 - 34K, 09/19 - 37K, 09/20 - 46K, 10/21 - 55K, 09/22 - 62K,', 'remarks': '**728** VOSA STATES 22K, 27K, 32K, 36K, 37K, 46K, 55K, 62K, 81K, 92K, 101K, SPARE KEY', '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/4cc1b168-c0be-4d00-93fd-1d34d4250ea8.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 13:27:40 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120668364, 'registration': 'MA13UUF', 'account': 'WBA004', 'make': 'VAUXHALL', 'model': 'ASTRA GTC DIESEL COUPE', 'derivative': '2.0 CDTi 16V SRi 3dr', 'mileage': 103395, 'mileageWarranty': True, 'type': 'car', 'saleId': 18905, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 620}, 'saleStart': '2026-03-24T13:00Z', 'lot': 278, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2013-05-07', 'fuel': 'Diesel', 'motExpiry': '2026-12-08', 'doors': 3, 'engineSize': 1956, 'bodyType': 'Coupe', 'images': ['https://abimg003.imgix.net/MA13UUF/2026-03-23/image/9cb23dbf-aac5-46a5-9ec4-e387b8158d27_removebg.jpg?w=600', 'https://abimg003.imgix.net/MA13UUF/2026-03-23/image/c79741d7-e865-49d2-b0a5-144074f6668e_removebg.jpg?w=600', 'https://abimg003.imgix.net/MA13UUF/2026-03-23/image/adc1ed06-b8e2-45d2-990f-356f9a50363d_removebg.jpg?w=600', 'https://abimg003.imgix.net/MA13UUF/2026-03-23/image/141a17b0-6726-40a0-b1dd-84be7fcd1265_removebg.jpg?w=600', 'https://abimg003.imgix.net/MA13UUF/2026-03-23/image/4766a907-dc6a-4dff-96a8-7bcf2840e383_removebg.jpg?w=600', 'https://abimg003.imgix.net/MA13UUF/2026-03-23/image/df22380a-6a09-4167-b01a-5aac106ac1e3_removebg.jpg?w=600', 'https://abimg003.imgix.net/MA13UUF/2026-03-23/image/949a2597-b2f7-4f14-9586-7ca017f95cf3_removebg.jpg?w=600', 'https://abimg003.imgix.net/MA13UUF/2026-03-23/image/f3dc583e-bf02-45fd-943b-e3b437905861_removebg.jpg?w=600', 'https://abimg003.imgix.net/MA13UUF/2026-03-23/image/6b3d810d-0f82-4235-91eb-4c5bd52e73d0_removebg.jpg?w=600'], 'colour': 'BLUE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 07/15 - 18K, 08/16 - 24K, 10/17 - 29K, 11/18 - 34K, 09/19 - 37K, 09/20 - 46K, 10/21 - 55K, 09/22 - 62K,', 'remarks': '**728** VOSA STATES 22K, 27K, 32K, 36K, 37K, 46K, 55K, 62K, 81K, 92K, 101K, SPARE KEY', '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/4cc1b168-c0be-4d00-93fd-1d34d4250ea8.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 13:27:40 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5d9a3d4f-04fc-5f52-8c45-f4222b176c78 with identifier: 120668364
2026-03-24 13:27:40 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5d9a3d4f-04fc-5f52-8c45-f4222b176c78 with scrape type 2
2026-03-24 13:27:40 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5d9a3d4f-04fc-5f52-8c45-f4222b176c78 with scrape type 2
2026-03-24 13:27:40 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 5d9a3d4f-04fc-5f52-8c45-f4222b176c78, identifier: 120668364
2026-03-24 13:27:40 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 5d9a3d4f-04fc-5f52-8c45-f4222b176c78 with identifier: 120668364
2026-03-24 13:27:40 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 5d9a3d4f-04fc-5f52-8c45-f4222b176c78 with identifier: 120668364
2026-03-24 13:27:40 [scrapy.core.scraper] INFO: Dropped: Dropping expired listing: 5d9a3d4f-04fc-5f52-8c45-f4222b176c78 with expiration date: 2026-03-24T13:00:00Z
{'auction_title': '',
'c_o_2_emission_value': 127,
'color': 'BLUE',
'currency': 'GBP',
'doors_number': 3,
'emission_standard': 'EURO 5',
'engine': '2.0L',
'expiration_date': '2026-03-24T13:00:00Z',
'fuel_type': 'Diesel',
'id': '5d9a3d4f-04fc-5f52-8c45-f4222b176c78',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'MA13UUF',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120668364',
'listing': 'auction',
'location': 'Aston Barclay Wakefield',
'make': 'VAUXHALL',
'model': 'ASTRA GTC DIESEL COUPE',
'odometer': 103395,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2013-05-07',
'seller_name': 'UKCGR - Trade',
'title': 'VAUXHALL ASTRA GTC DIESEL COUPE 2.0 CDTi 16V SRi 3dr',
'transmission': 'manual',
'trim': '2.0 CDTi 16V SRi 3dr',
'vin': None,
'year': 2013}
2026-03-24 13:27:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:27:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120668364%27 HTTP/1.1" 200 None
2026-03-24 13:27:40 [astonbarclay.gb] INFO: Saving data for 120668364: {'auction_closing_time': 1774357200.0, 'created_time': 1774261078.890462, 'last_price_update_time': 1774358860.119001}
2026-03-24 13:27:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:27:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120668364') HTTP/1.1" 204 0
2026-03-24 13:27:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120668357?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-24 13:27:40 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:27:40 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120668357, 'registration': 'YT12KTP', 'account': 'WBA004', 'make': 'SMART', 'model': 'FORTWO CABRIO', 'derivative': 'Passion mhd 2dr Softouch Auto [2010]', 'mileage': 88324, 'mileageWarranty': True, 'type': 'car', 'saleId': 18905, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 621}, 'saleStart': '2026-03-24T13:00Z', 'lot': 295, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2012-03-08', 'fuel': 'Petrol', 'motExpiry': '2027-03-10', 'doors': 2, 'engineSize': 999, 'bodyType': 'Cabriolet', 'images': ['https://abimg003.imgix.net/YT12KTP/2026-03-23/image/e7524f72-b83d-496d-9860-5c9a2b654b48_removebg.jpg?w=600', 'https://abimg003.imgix.net/YT12KTP/2026-03-23/image/52cfe2ff-f70a-452c-9892-2ac7f9f5cbff_removebg.jpg?w=600', 'https://abimg003.imgix.net/YT12KTP/2026-03-23/image/5b3927c8-ac4c-466d-af26-fba2bcf3e262_removebg.jpg?w=600', 'https://abimg003.imgix.net/YT12KTP/2026-03-23/image/564886dd-6474-4298-a413-47ba772350be_removebg.jpg?w=600', 'https://abimg003.imgix.net/YT12KTP/2026-03-23/image/bb5709f3-a4ad-4e00-9e56-368e616de3e3_removebg.jpg?w=600', 'https://abimg003.imgix.net/YT12KTP/2026-03-23/image/5fa41fa1-d39a-4a44-bdc6-556ccc027062_removebg.jpg?w=600', 'https://abimg003.imgix.net/YT12KTP/2026-03-23/image/807722c4-4381-47ca-8184-efaa7142f62e_removebg.jpg?w=600', 'https://abimg003.imgix.net/YT12KTP/2026-03-23/image/fb970f66-c576-4bd6-9b9c-c14ea4ca44a6_removebg.jpg?w=600', 'https://abimg003.imgix.net/YT12KTP/2026-03-23/image/7f726aef-0e09-4f6e-926d-59cf1f8d0a65_removebg.jpg?w=600', 'https://abimg003.imgix.net/YT12KTP/2026-03-23/image/326269ad-56a3-46c9-a511-7abd7a40a2e8_removebg.jpg?w=600'], 'colour': 'SILVER', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 03/13 - 9K, 02/14 - 24K, 02/15 - 26K, 02/16 - 37K, NO DATE - 49K, 02/18 - 56K, 02/19 - 62K, 02/20 - 68K, NO DATE - 71K, 02/23 - 79K, 03/24 - 81K, 02/25 - 84K, 03/26 - 88K,', 'remarks': '**687** VOSA STATES 26K, 37K, 49K, 56K, 62K, 68K, 71K, 75K, 79K, 81K, 84K, 88K, SPARE KEY', 'virtual': False, 'seller': 'UKCGR - Trade', '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/6336b525-48ac-4d29-a5c6-61dc5215bf89.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 13:27:40 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120668357, 'registration': 'YT12KTP', 'account': 'WBA004', 'make': 'SMART', 'model': 'FORTWO CABRIO', 'derivative': 'Passion mhd 2dr Softouch Auto [2010]', 'mileage': 88324, 'mileageWarranty': True, 'type': 'car', 'saleId': 18905, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 621}, 'saleStart': '2026-03-24T13:00Z', 'lot': 295, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2012-03-08', 'fuel': 'Petrol', 'motExpiry': '2027-03-10', 'doors': 2, 'engineSize': 999, 'bodyType': 'Cabriolet', 'images': ['https://abimg003.imgix.net/YT12KTP/2026-03-23/image/e7524f72-b83d-496d-9860-5c9a2b654b48_removebg.jpg?w=600', 'https://abimg003.imgix.net/YT12KTP/2026-03-23/image/52cfe2ff-f70a-452c-9892-2ac7f9f5cbff_removebg.jpg?w=600', 'https://abimg003.imgix.net/YT12KTP/2026-03-23/image/5b3927c8-ac4c-466d-af26-fba2bcf3e262_removebg.jpg?w=600', 'https://abimg003.imgix.net/YT12KTP/2026-03-23/image/564886dd-6474-4298-a413-47ba772350be_removebg.jpg?w=600', 'https://abimg003.imgix.net/YT12KTP/2026-03-23/image/bb5709f3-a4ad-4e00-9e56-368e616de3e3_removebg.jpg?w=600', 'https://abimg003.imgix.net/YT12KTP/2026-03-23/image/5fa41fa1-d39a-4a44-bdc6-556ccc027062_removebg.jpg?w=600', 'https://abimg003.imgix.net/YT12KTP/2026-03-23/image/807722c4-4381-47ca-8184-efaa7142f62e_removebg.jpg?w=600', 'https://abimg003.imgix.net/YT12KTP/2026-03-23/image/fb970f66-c576-4bd6-9b9c-c14ea4ca44a6_removebg.jpg?w=600', 'https://abimg003.imgix.net/YT12KTP/2026-03-23/image/7f726aef-0e09-4f6e-926d-59cf1f8d0a65_removebg.jpg?w=600', 'https://abimg003.imgix.net/YT12KTP/2026-03-23/image/326269ad-56a3-46c9-a511-7abd7a40a2e8_removebg.jpg?w=600'], 'colour': 'SILVER', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 03/13 - 9K, 02/14 - 24K, 02/15 - 26K, 02/16 - 37K, NO DATE - 49K, 02/18 - 56K, 02/19 - 62K, 02/20 - 68K, NO DATE - 71K, 02/23 - 79K, 03/24 - 81K, 02/25 - 84K, 03/26 - 88K,', 'remarks': '**687** VOSA STATES 26K, 37K, 49K, 56K, 62K, 68K, 71K, 75K, 79K, 81K, 84K, 88K, SPARE KEY', 'virtual': False, 'seller': 'UKCGR - Trade', '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/6336b525-48ac-4d29-a5c6-61dc5215bf89.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 13:27:40 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5d59f1dd-ec5e-53ab-a30c-1e0ffc013d9d with identifier: 120668357
2026-03-24 13:27:40 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5d59f1dd-ec5e-53ab-a30c-1e0ffc013d9d with scrape type 2
2026-03-24 13:27:40 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5d59f1dd-ec5e-53ab-a30c-1e0ffc013d9d with scrape type 2
2026-03-24 13:27:40 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 5d59f1dd-ec5e-53ab-a30c-1e0ffc013d9d, identifier: 120668357
2026-03-24 13:27:40 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 5d59f1dd-ec5e-53ab-a30c-1e0ffc013d9d with identifier: 120668357
2026-03-24 13:27:40 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 5d59f1dd-ec5e-53ab-a30c-1e0ffc013d9d with identifier: 120668357
2026-03-24 13:27:40 [scrapy.core.scraper] INFO: Dropped: Dropping expired listing: 5d59f1dd-ec5e-53ab-a30c-1e0ffc013d9d with expiration date: 2026-03-24T13:00:00Z
{'auction_title': '',
'c_o_2_emission_value': 100,
'color': 'SILVER',
'currency': 'GBP',
'doors_number': 2,
'emission_standard': 'EURO 5',
'engine': '1.0L',
'expiration_date': '2026-03-24T13:00:00Z',
'fuel_type': 'Petrol',
'id': '5d59f1dd-ec5e-53ab-a30c-1e0ffc013d9d',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'YT12KTP',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120668357',
'listing': 'auction',
'location': 'Aston Barclay Wakefield',
'make': 'SMART',
'model': 'FORTWO CABRIO',
'odometer': 88324,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2012-03-08',
'seller_name': 'UKCGR - Trade',
'title': 'SMART FORTWO CABRIO Passion mhd 2dr Softouch Auto [2010]',
'transmission': 'automatic',
'trim': 'Passion mhd 2dr Softouch Auto [2010]',
'vin': None,
'year': 2012}
2026-03-24 13:27:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:27:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120668357%27 HTTP/1.1" 200 None
2026-03-24 13:27:40 [astonbarclay.gb] INFO: Saving data for 120668357: {'auction_closing_time': 1774357200.0, 'created_time': 1774261088.34637, 'last_price_update_time': 1774358860.374155}
2026-03-24 13:27:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:27:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120668357') HTTP/1.1" 204 0
2026-03-24 13:27:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120254335?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-24 13:27:40 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:27:40 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120254335, 'registration': 'YR61RXL', 'account': 'WBA004', 'make': 'CITROEN', 'model': 'C1 HATCHBACK', 'derivative': '1.0i VTR 5dr [AC]', 'mileage': 36433, 'mileageWarranty': True, 'type': 'car', 'saleId': 18905, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 621}, 'saleStart': '2026-03-24T13:00Z', 'lot': 293, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2011-09-29', 'fuel': 'Petrol', 'motExpiry': '2026-04-02', 'doors': 5, 'engineSize': 998, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/YR61RXL/2026-03-10/image/28d8a522-f918-43d5-bccb-0c2a9b79889e_removebg.jpg?w=600', 'https://abimg003.imgix.net/YR61RXL/2026-03-10/image/8941af5c-555f-413b-86f6-22457e636749_removebg.jpg?w=600', 'https://abimg003.imgix.net/YR61RXL/2026-03-10/image/16c7c23a-0a41-4edc-957c-151b363d1b4d_removebg.jpg?w=600', 'https://abimg003.imgix.net/YR61RXL/2026-03-10/image/ee9e5a6f-7a58-4cbd-ab5a-0f8a5061acd8_removebg.jpg?w=600', 'https://abimg003.imgix.net/YR61RXL/2026-03-10/image/3444df7f-d8d4-4b17-8f94-39c29bf30183_removebg.jpg?w=600', 'https://abimg003.imgix.net/YR61RXL/2026-03-10/image/d3fb5f69-cc84-48b8-ae97-cde7b16f204f_removebg.jpg?w=600', 'https://abimg003.imgix.net/YR61RXL/2026-03-10/image/c8cb43a6-bcd9-45a5-949e-bb74e2161747_removebg.jpg?w=600', 'https://abimg003.imgix.net/YR61RXL/2026-03-10/image/e7738f1c-57c3-4273-8d6a-7f90f088b824_removebg.jpg?w=600', 'https://abimg003.imgix.net/YR61RXL/2026-03-10/image/668fb3a2-2222-45fe-95f6-1f3d799f5e75_removebg.jpg?w=600'], 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 10/12 - 4K, 10/13 - 11K, 09/14 - 13K, 09/15 - 16K, 10/16 - 19K, 09/17 - 22K, 09/18 - 24K,', 'remarks': '**531** VOSA STATES 13K, 16K, 19K, 22K, 24K, 28K, 28K, 30K, 31K, 32K, 35K, SPARE KEY', 'virtual': False, 'seller': 'UKCGR - Trade', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '1', 'v5': True, 'v5details': 'Here', 'co2': 103, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/fa22f118-8307-4f8e-856c-478422fd253d.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 13:27:40 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120254335, 'registration': 'YR61RXL', 'account': 'WBA004', 'make': 'CITROEN', 'model': 'C1 HATCHBACK', 'derivative': '1.0i VTR 5dr [AC]', 'mileage': 36433, 'mileageWarranty': True, 'type': 'car', 'saleId': 18905, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 621}, 'saleStart': '2026-03-24T13:00Z', 'lot': 293, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2011-09-29', 'fuel': 'Petrol', 'motExpiry': '2026-04-02', 'doors': 5, 'engineSize': 998, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/YR61RXL/2026-03-10/image/28d8a522-f918-43d5-bccb-0c2a9b79889e_removebg.jpg?w=600', 'https://abimg003.imgix.net/YR61RXL/2026-03-10/image/8941af5c-555f-413b-86f6-22457e636749_removebg.jpg?w=600', 'https://abimg003.imgix.net/YR61RXL/2026-03-10/image/16c7c23a-0a41-4edc-957c-151b363d1b4d_removebg.jpg?w=600', 'https://abimg003.imgix.net/YR61RXL/2026-03-10/image/ee9e5a6f-7a58-4cbd-ab5a-0f8a5061acd8_removebg.jpg?w=600', 'https://abimg003.imgix.net/YR61RXL/2026-03-10/image/3444df7f-d8d4-4b17-8f94-39c29bf30183_removebg.jpg?w=600', 'https://abimg003.imgix.net/YR61RXL/2026-03-10/image/d3fb5f69-cc84-48b8-ae97-cde7b16f204f_removebg.jpg?w=600', 'https://abimg003.imgix.net/YR61RXL/2026-03-10/image/c8cb43a6-bcd9-45a5-949e-bb74e2161747_removebg.jpg?w=600', 'https://abimg003.imgix.net/YR61RXL/2026-03-10/image/e7738f1c-57c3-4273-8d6a-7f90f088b824_removebg.jpg?w=600', 'https://abimg003.imgix.net/YR61RXL/2026-03-10/image/668fb3a2-2222-45fe-95f6-1f3d799f5e75_removebg.jpg?w=600'], 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 10/12 - 4K, 10/13 - 11K, 09/14 - 13K, 09/15 - 16K, 10/16 - 19K, 09/17 - 22K, 09/18 - 24K,', 'remarks': '**531** VOSA STATES 13K, 16K, 19K, 22K, 24K, 28K, 28K, 30K, 31K, 32K, 35K, SPARE KEY', 'virtual': False, 'seller': 'UKCGR - Trade', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '1', 'v5': True, 'v5details': 'Here', 'co2': 103, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/fa22f118-8307-4f8e-856c-478422fd253d.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 13:27:40 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 04fbf080-5aa9-5b8a-96c7-b0840d06823f with identifier: 120254335
2026-03-24 13:27:40 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 04fbf080-5aa9-5b8a-96c7-b0840d06823f with scrape type 2
2026-03-24 13:27:40 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 04fbf080-5aa9-5b8a-96c7-b0840d06823f with scrape type 2
2026-03-24 13:27:41 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 04fbf080-5aa9-5b8a-96c7-b0840d06823f, identifier: 120254335
2026-03-24 13:27:41 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 04fbf080-5aa9-5b8a-96c7-b0840d06823f with identifier: 120254335
2026-03-24 13:27:41 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 04fbf080-5aa9-5b8a-96c7-b0840d06823f with identifier: 120254335
2026-03-24 13:27:41 [scrapy.core.scraper] INFO: Dropped: Dropping expired listing: 04fbf080-5aa9-5b8a-96c7-b0840d06823f with expiration date: 2026-03-24T13:00:00Z
{'auction_title': '',
'c_o_2_emission_value': 103,
'color': 'WHITE',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 5',
'engine': '1.0L',
'expiration_date': '2026-03-24T13:00:00Z',
'fuel_type': 'Petrol',
'id': '04fbf080-5aa9-5b8a-96c7-b0840d06823f',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'YR61RXL',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120254335',
'listing': 'auction',
'location': 'Aston Barclay Wakefield',
'make': 'CITROEN',
'model': 'C1 HATCHBACK',
'odometer': 36433,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2011-09-29',
'seller_name': 'UKCGR - Trade',
'title': 'CITROEN C1 HATCHBACK 1.0i VTR 5dr [AC]',
'transmission': 'manual',
'trim': '1.0i VTR 5dr [AC]',
'vin': None,
'year': 2011}
2026-03-24 13:27:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:27:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120254335%27 HTTP/1.1" 200 None
2026-03-24 13:27:41 [astonbarclay.gb] INFO: Saving data for 120254335: {'auction_closing_time': 1774357200.0, 'created_time': 1773403422.800924, 'last_price_update_time': 1774358861.032849}
2026-03-24 13:27:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:27:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120254335') HTTP/1.1" 204 0
2026-03-24 13:27:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120435218?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-24 13:27:42 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:27:42 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120435218, 'registration': 'VE63BXK', 'account': 'WBA004', 'make': 'AUDI', 'model': 'A4 AVANT SPECIAL EDITIONS', 'derivative': '2.0 TDI 177 Quattro Black Edition 5dr S Tronic', 'mileage': 97356, 'mileageWarranty': True, 'type': 'car', 'saleId': 18905, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 620}, 'saleStart': '2026-03-24T13:00Z', 'lot': 264, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2014-01-01', 'fuel': 'Diesel', 'motExpiry': '2026-06-08', 'doors': 5, 'engineSize': 1968, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/VE63BXK/2026-03-16/image/a34da03b-021d-4123-bb36-11e213bd8431_removebg.jpg?w=600', 'https://abimg003.imgix.net/VE63BXK/2026-03-16/image/2e30ae71-ceef-45d9-90a4-8f9f3c1090be_removebg.jpg?w=600', 'https://abimg003.imgix.net/VE63BXK/2026-03-16/image/56875e73-4fe7-4bb0-82ba-0207d0cd38c9_removebg.jpg?w=600', 'https://abimg003.imgix.net/VE63BXK/2026-03-16/image/a01f9769-8240-427f-91e4-f70e4daa2100_removebg.jpg?w=600', 'https://abimg003.imgix.net/VE63BXK/2026-03-16/image/9558bcde-da7f-4a96-9094-7221d76661ac_removebg.jpg?w=600', 'https://abimg003.imgix.net/VE63BXK/2026-03-16/image/eb5d1a35-b7dc-46d9-8c20-93b4d1da0115_removebg.jpg?w=600', 'https://abimg003.imgix.net/VE63BXK/2026-03-16/image/fcc49000-2202-4a92-9abd-ff25cfa3c1cd_removebg.jpg?w=600', 'https://abimg003.imgix.net/VE63BXK/2026-03-16/image/d5fb8c47-5489-484a-991c-d03646d88e47_removebg.jpg?w=600', 'https://abimg003.imgix.net/VE63BXK/2026-03-16/image/c8c5c1e5-0e1a-461a-9e94-3684b2497138_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service invoice 06/22 - 72K, 04/24 - 84K,', 'remarks': '**597** VOSA STATES 27K, 34K, 41K, 49K, 65K, 72K, 79K, 86K, 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': 144, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/cfe61eea-1d07-4987-b677-5a19536f4189.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 13:27:42 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120435218, 'registration': 'VE63BXK', 'account': 'WBA004', 'make': 'AUDI', 'model': 'A4 AVANT SPECIAL EDITIONS', 'derivative': '2.0 TDI 177 Quattro Black Edition 5dr S Tronic', 'mileage': 97356, 'mileageWarranty': True, 'type': 'car', 'saleId': 18905, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 620}, 'saleStart': '2026-03-24T13:00Z', 'lot': 264, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2014-01-01', 'fuel': 'Diesel', 'motExpiry': '2026-06-08', 'doors': 5, 'engineSize': 1968, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/VE63BXK/2026-03-16/image/a34da03b-021d-4123-bb36-11e213bd8431_removebg.jpg?w=600', 'https://abimg003.imgix.net/VE63BXK/2026-03-16/image/2e30ae71-ceef-45d9-90a4-8f9f3c1090be_removebg.jpg?w=600', 'https://abimg003.imgix.net/VE63BXK/2026-03-16/image/56875e73-4fe7-4bb0-82ba-0207d0cd38c9_removebg.jpg?w=600', 'https://abimg003.imgix.net/VE63BXK/2026-03-16/image/a01f9769-8240-427f-91e4-f70e4daa2100_removebg.jpg?w=600', 'https://abimg003.imgix.net/VE63BXK/2026-03-16/image/9558bcde-da7f-4a96-9094-7221d76661ac_removebg.jpg?w=600', 'https://abimg003.imgix.net/VE63BXK/2026-03-16/image/eb5d1a35-b7dc-46d9-8c20-93b4d1da0115_removebg.jpg?w=600', 'https://abimg003.imgix.net/VE63BXK/2026-03-16/image/fcc49000-2202-4a92-9abd-ff25cfa3c1cd_removebg.jpg?w=600', 'https://abimg003.imgix.net/VE63BXK/2026-03-16/image/d5fb8c47-5489-484a-991c-d03646d88e47_removebg.jpg?w=600', 'https://abimg003.imgix.net/VE63BXK/2026-03-16/image/c8c5c1e5-0e1a-461a-9e94-3684b2497138_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service invoice 06/22 - 72K, 04/24 - 84K,', 'remarks': '**597** VOSA STATES 27K, 34K, 41K, 49K, 65K, 72K, 79K, 86K, 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': 144, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/cfe61eea-1d07-4987-b677-5a19536f4189.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 13:27:42 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f9df72ec-bae3-5773-82c9-1db252675622 with identifier: 120435218
2026-03-24 13:27:42 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f9df72ec-bae3-5773-82c9-1db252675622 with scrape type 2
2026-03-24 13:27:42 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f9df72ec-bae3-5773-82c9-1db252675622 with scrape type 2
2026-03-24 13:27:42 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: f9df72ec-bae3-5773-82c9-1db252675622, identifier: 120435218
2026-03-24 13:27:42 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: f9df72ec-bae3-5773-82c9-1db252675622 with identifier: 120435218
2026-03-24 13:27:42 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: f9df72ec-bae3-5773-82c9-1db252675622 with identifier: 120435218
2026-03-24 13:27:42 [scrapy.core.scraper] INFO: Dropped: Dropping expired listing: f9df72ec-bae3-5773-82c9-1db252675622 with expiration date: 2026-03-24T13:00:00Z
{'auction_title': '',
'c_o_2_emission_value': 144,
'color': 'GREY',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 5',
'engine': '2.0L',
'expiration_date': '2026-03-24T13:00:00Z',
'fuel_type': 'Diesel',
'id': 'f9df72ec-bae3-5773-82c9-1db252675622',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'VE63BXK',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120435218',
'listing': 'auction',
'location': 'Aston Barclay Wakefield',
'make': 'AUDI',
'model': 'A4 AVANT SPECIAL EDITIONS',
'odometer': 97356,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2014-01-01',
'seller_name': 'UKCGR - Trade',
'title': 'AUDI A4 AVANT SPECIAL EDITIONS 2.0 TDI 177 Quattro Black Edition '
'5dr S Tronic',
'transmission': 'automatic',
'trim': '2.0 TDI 177 Quattro Black Edition 5dr S Tronic',
'vin': None,
'year': 2014}
2026-03-24 13:27:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:27:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120435218%27 HTTP/1.1" 200 None
2026-03-24 13:27:43 [astonbarclay.gb] INFO: Saving data for 120435218: {'auction_closing_time': 1774357200.0, 'created_time': 1773655418.505601, 'last_price_update_time': 1774358863.005579}
2026-03-24 13:27:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:27:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120435218') HTTP/1.1" 204 0
2026-03-24 13:27:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120363127?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-24 13:27:46 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:27:46 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120363127, 'registration': 'DE63YXG', 'account': 'WBA004', 'make': 'VOLKSWAGEN', 'model': 'UP HATCHBACK', 'derivative': '1.0 Move Up 3dr', 'mileage': 62024, 'mileageWarranty': True, 'type': 'car', 'saleId': 18905, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 620}, 'saleStart': '2026-03-24T13:00Z', 'lot': 273, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2013-10-29', 'fuel': 'Petrol', 'motExpiry': '2026-12-20', 'doors': 3, 'engineSize': 999, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/DE63YXG/2026-03-12/image/0e148b4a-9f1f-4db6-8017-9b62d08e3968_removebg.jpg?w=600', 'https://abimg003.imgix.net/DE63YXG/2026-03-12/image/95a65c72-569f-41bf-b156-785c27af278d_removebg.jpg?w=600', 'https://abimg003.imgix.net/DE63YXG/2026-03-12/image/a6ec9bfb-5b73-4072-aaba-321dcb0a6258_removebg.jpg?w=600', 'https://abimg003.imgix.net/DE63YXG/2026-03-12/image/25006468-7d68-4aab-adb6-46de33d72ace_removebg.jpg?w=600', 'https://abimg003.imgix.net/DE63YXG/2026-03-12/image/3bbb176a-f279-4300-b054-24957d469f3b_removebg.jpg?w=600', 'https://abimg003.imgix.net/DE63YXG/2026-03-12/image/4a745e68-8c70-4855-af80-8ca69f31430a_removebg.jpg?w=600', 'https://abimg003.imgix.net/DE63YXG/2026-03-12/image/93088539-9bc5-4448-a768-067d17cc14e7_removebg.jpg?w=600', 'https://abimg003.imgix.net/DE63YXG/2026-03-12/image/07bb990d-2c42-436f-be0c-7e4a911877b9_removebg.jpg?w=600', 'https://abimg003.imgix.net/DE63YXG/2026-03-12/image/7d7a4ae5-e861-4951-92e1-ac64030afdd1_removebg.jpg?w=600'], 'colour': 'RED', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 07/16 - 21K, 11/17 - 22K, 02/19 - 23K, NO DATE - 60K,', 'remarks': '**752** VOSA STATES 22K, 22K, 23K, 24K, 24K, 27K, 35K, 44K, 50K, 60K, SPARE KEY', 'virtual': False, 'seller': 'UKCGR - Trade', '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/1aee42c6-26bb-404c-ae12-2bf47bc1f808.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 13:27:46 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120363127, 'registration': 'DE63YXG', 'account': 'WBA004', 'make': 'VOLKSWAGEN', 'model': 'UP HATCHBACK', 'derivative': '1.0 Move Up 3dr', 'mileage': 62024, 'mileageWarranty': True, 'type': 'car', 'saleId': 18905, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 620}, 'saleStart': '2026-03-24T13:00Z', 'lot': 273, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2013-10-29', 'fuel': 'Petrol', 'motExpiry': '2026-12-20', 'doors': 3, 'engineSize': 999, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/DE63YXG/2026-03-12/image/0e148b4a-9f1f-4db6-8017-9b62d08e3968_removebg.jpg?w=600', 'https://abimg003.imgix.net/DE63YXG/2026-03-12/image/95a65c72-569f-41bf-b156-785c27af278d_removebg.jpg?w=600', 'https://abimg003.imgix.net/DE63YXG/2026-03-12/image/a6ec9bfb-5b73-4072-aaba-321dcb0a6258_removebg.jpg?w=600', 'https://abimg003.imgix.net/DE63YXG/2026-03-12/image/25006468-7d68-4aab-adb6-46de33d72ace_removebg.jpg?w=600', 'https://abimg003.imgix.net/DE63YXG/2026-03-12/image/3bbb176a-f279-4300-b054-24957d469f3b_removebg.jpg?w=600', 'https://abimg003.imgix.net/DE63YXG/2026-03-12/image/4a745e68-8c70-4855-af80-8ca69f31430a_removebg.jpg?w=600', 'https://abimg003.imgix.net/DE63YXG/2026-03-12/image/93088539-9bc5-4448-a768-067d17cc14e7_removebg.jpg?w=600', 'https://abimg003.imgix.net/DE63YXG/2026-03-12/image/07bb990d-2c42-436f-be0c-7e4a911877b9_removebg.jpg?w=600', 'https://abimg003.imgix.net/DE63YXG/2026-03-12/image/7d7a4ae5-e861-4951-92e1-ac64030afdd1_removebg.jpg?w=600'], 'colour': 'RED', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 07/16 - 21K, 11/17 - 22K, 02/19 - 23K, NO DATE - 60K,', 'remarks': '**752** VOSA STATES 22K, 22K, 23K, 24K, 24K, 27K, 35K, 44K, 50K, 60K, SPARE KEY', 'virtual': False, 'seller': 'UKCGR - Trade', '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/1aee42c6-26bb-404c-ae12-2bf47bc1f808.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 13:27:46 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c3d3445a-73ef-54d6-89c6-c70092864915 with identifier: 120363127
2026-03-24 13:27:46 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c3d3445a-73ef-54d6-89c6-c70092864915 with scrape type 2
2026-03-24 13:27:46 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c3d3445a-73ef-54d6-89c6-c70092864915 with scrape type 2
2026-03-24 13:27:46 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: c3d3445a-73ef-54d6-89c6-c70092864915, identifier: 120363127
2026-03-24 13:27:46 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: c3d3445a-73ef-54d6-89c6-c70092864915 with identifier: 120363127
2026-03-24 13:27:46 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: c3d3445a-73ef-54d6-89c6-c70092864915 with identifier: 120363127
2026-03-24 13:27:46 [scrapy.core.scraper] INFO: Dropped: Dropping expired listing: c3d3445a-73ef-54d6-89c6-c70092864915 with expiration date: 2026-03-24T13:00:00Z
{'auction_title': '',
'c_o_2_emission_value': 105,
'color': 'RED',
'currency': 'GBP',
'doors_number': 3,
'emission_standard': 'EURO 5',
'engine': '1.0L',
'expiration_date': '2026-03-24T13:00:00Z',
'fuel_type': 'Petrol',
'id': 'c3d3445a-73ef-54d6-89c6-c70092864915',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'DE63YXG',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120363127',
'listing': 'auction',
'location': 'Aston Barclay Wakefield',
'make': 'VOLKSWAGEN',
'model': 'UP HATCHBACK',
'odometer': 62024,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2013-10-29',
'seller_name': 'UKCGR - Trade',
'title': 'VOLKSWAGEN UP HATCHBACK 1.0 Move Up 3dr',
'transmission': 'manual',
'trim': '1.0 Move Up 3dr',
'vin': None,
'year': 2013}
2026-03-24 13:27:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:27:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120363127%27 HTTP/1.1" 200 None
2026-03-24 13:27:46 [astonbarclay.gb] INFO: Saving data for 120363127: {'auction_closing_time': 1774357200.0, 'created_time': 1773402740.020733, 'last_price_update_time': 1774358866.227902}
2026-03-24 13:27:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:27:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120363127') HTTP/1.1" 204 0
2026-03-24 13:27:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120668454?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-24 13:27:47 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:27:47 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120668454, 'registration': 'B2TXR', 'account': 'WBA002', 'make': 'BMW', 'model': '3 SERIES SALOON', 'derivative': '330e M Sport 4dr Auto', 'mileage': 81369, 'mileageWarranty': True, 'type': 'car', 'saleId': 18905, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 620}, 'saleStart': '2026-03-24T13:00Z', 'lot': 260, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2020-03-24', 'fuel': 'Petrol/Plugin Electric Hybrid', 'motExpiry': '2027-02-17', 'doors': 4, 'engineSize': 1998, 'bodyType': 'Saloon', 'images': ['https://abimg003.imgix.net/B2TXR/2026-03-23/image/3c3c0092-09be-41e9-9c83-608fd8ea325d_removebg.jpg?w=600', 'https://abimg003.imgix.net/B2TXR/2026-03-23/image/f6debc1b-34b0-48e0-b3d9-3af0ad4b3ac9_removebg.jpg?w=600', 'https://abimg003.imgix.net/B2TXR/2026-03-23/image/03354566-928d-4475-8b70-6515f30ad9f7_removebg.jpg?w=600', 'https://abimg003.imgix.net/B2TXR/2026-03-23/image/8185bece-683c-4245-967a-5c60e851c5bd_removebg.jpg?w=600', 'https://abimg003.imgix.net/B2TXR/2026-03-23/image/ce407725-6aaa-4a21-b5c8-fa104c2a9b0d_removebg.jpg?w=600', 'https://abimg003.imgix.net/B2TXR/2026-03-23/image/321e1399-8434-4bac-9f31-9ad73c008ab3_removebg.jpg?w=600', 'https://abimg003.imgix.net/B2TXR/2026-03-23/image/7f7d9ed6-e647-484d-9d61-eacbf5d0ec38_removebg.jpg?w=600', 'https://abimg003.imgix.net/B2TXR/2026-03-23/image/27633a77-da03-4c94-8c23-64c7213b1247_removebg.jpg?w=600', 'https://abimg003.imgix.net/B2TXR/2026-03-23/image/b645ed76-cf88-4076-a5de-47dfabfa4b81_removebg.jpg?w=600', 'https://abimg003.imgix.net/B2TXR/2026-03-23/image/e1d41c11-8ffd-488c-b660-81c48bd1568a_removebg.jpg?w=600'], 'colour': 'ORANGE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service digital 08/21 - 21K (I-DRIVE)', 'remarks': '**669** VOSA STATES 42K, 52K, 69K, 79K, SPARE KEY', 'virtual': False, 'seller': 'UKCGR - Premium', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '1', 'v5': True, 'v5details': 'Here', 'co2': 37, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/7d65204e-2ef1-4d6c-a293-781b968d23e1.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 13:27:47 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120668454, 'registration': 'B2TXR', 'account': 'WBA002', 'make': 'BMW', 'model': '3 SERIES SALOON', 'derivative': '330e M Sport 4dr Auto', 'mileage': 81369, 'mileageWarranty': True, 'type': 'car', 'saleId': 18905, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 620}, 'saleStart': '2026-03-24T13:00Z', 'lot': 260, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2020-03-24', 'fuel': 'Petrol/Plugin Electric Hybrid', 'motExpiry': '2027-02-17', 'doors': 4, 'engineSize': 1998, 'bodyType': 'Saloon', 'images': ['https://abimg003.imgix.net/B2TXR/2026-03-23/image/3c3c0092-09be-41e9-9c83-608fd8ea325d_removebg.jpg?w=600', 'https://abimg003.imgix.net/B2TXR/2026-03-23/image/f6debc1b-34b0-48e0-b3d9-3af0ad4b3ac9_removebg.jpg?w=600', 'https://abimg003.imgix.net/B2TXR/2026-03-23/image/03354566-928d-4475-8b70-6515f30ad9f7_removebg.jpg?w=600', 'https://abimg003.imgix.net/B2TXR/2026-03-23/image/8185bece-683c-4245-967a-5c60e851c5bd_removebg.jpg?w=600', 'https://abimg003.imgix.net/B2TXR/2026-03-23/image/ce407725-6aaa-4a21-b5c8-fa104c2a9b0d_removebg.jpg?w=600', 'https://abimg003.imgix.net/B2TXR/2026-03-23/image/321e1399-8434-4bac-9f31-9ad73c008ab3_removebg.jpg?w=600', 'https://abimg003.imgix.net/B2TXR/2026-03-23/image/7f7d9ed6-e647-484d-9d61-eacbf5d0ec38_removebg.jpg?w=600', 'https://abimg003.imgix.net/B2TXR/2026-03-23/image/27633a77-da03-4c94-8c23-64c7213b1247_removebg.jpg?w=600', 'https://abimg003.imgix.net/B2TXR/2026-03-23/image/b645ed76-cf88-4076-a5de-47dfabfa4b81_removebg.jpg?w=600', 'https://abimg003.imgix.net/B2TXR/2026-03-23/image/e1d41c11-8ffd-488c-b660-81c48bd1568a_removebg.jpg?w=600'], 'colour': 'ORANGE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service digital 08/21 - 21K (I-DRIVE)', 'remarks': '**669** VOSA STATES 42K, 52K, 69K, 79K, SPARE KEY', 'virtual': False, 'seller': 'UKCGR - Premium', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '1', 'v5': True, 'v5details': 'Here', 'co2': 37, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/7d65204e-2ef1-4d6c-a293-781b968d23e1.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 13:27:47 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ff1341ae-1688-5e54-8f63-89791195e902 with identifier: 120668454
2026-03-24 13:27:47 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ff1341ae-1688-5e54-8f63-89791195e902 with scrape type 2
2026-03-24 13:27:47 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ff1341ae-1688-5e54-8f63-89791195e902 with scrape type 2
2026-03-24 13:27:47 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: ff1341ae-1688-5e54-8f63-89791195e902, identifier: 120668454
2026-03-24 13:27:47 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: ff1341ae-1688-5e54-8f63-89791195e902 with identifier: 120668454
2026-03-24 13:27:47 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: ff1341ae-1688-5e54-8f63-89791195e902 with identifier: 120668454
2026-03-24 13:27:47 [scrapy.core.scraper] INFO: Dropped: Dropping expired listing: ff1341ae-1688-5e54-8f63-89791195e902 with expiration date: 2026-03-24T13:00:00Z
{'auction_title': '',
'c_o_2_emission_value': 37,
'color': 'ORANGE',
'currency': 'GBP',
'doors_number': 4,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'expiration_date': '2026-03-24T13:00:00Z',
'fuel_type': 'Petrol/Plugin Electric Hybrid',
'id': 'ff1341ae-1688-5e54-8f63-89791195e902',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'B2TXR',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120668454',
'listing': 'auction',
'location': 'Aston Barclay Wakefield',
'make': 'BMW',
'model': '3 SERIES SALOON',
'odometer': 81369,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-03-24',
'seller_name': 'UKCGR - Premium',
'title': 'BMW 3 SERIES SALOON 330e M Sport 4dr Auto',
'transmission': 'automatic',
'trim': '330e M Sport 4dr Auto',
'vin': None,
'year': 2020}
2026-03-24 13:27:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:27:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120668454%27 HTTP/1.1" 200 None
2026-03-24 13:27:47 [astonbarclay.gb] INFO: Saving data for 120668454: {'auction_closing_time': 1774357200.0, 'created_time': 1774261188.756499, 'last_price_update_time': 1774358867.262643}
2026-03-24 13:27:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:27:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120668454') HTTP/1.1" 204 0
2026-03-24 13:27:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120368952?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-24 13:27:47 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:27:48 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120368952, 'registration': 'WR11TXA', 'account': 'WBA004', 'make': 'FORD', 'model': 'FIESTA HATCHBACK', 'derivative': '1.25 Zetec 5dr [82]', 'mileage': 53140, 'mileageWarranty': True, 'type': 'car', 'saleId': 18905, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 620}, 'saleStart': '2026-03-24T13:00Z', 'lot': 271, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2011-04-28', 'fuel': 'Petrol', 'motExpiry': '2026-05-03', 'doors': 5, 'engineSize': 1242, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/WR11TXA/2026-03-12/image/236359a2-1c93-4f4c-bca4-5ca84eb2be53_removebg.jpg?w=600', 'https://abimg003.imgix.net/WR11TXA/2026-03-12/image/2b8559d2-6d2a-4b93-81ee-be12e354a2de_removebg.jpg?w=600', 'https://abimg003.imgix.net/WR11TXA/2026-03-12/image/d2fcf9c3-c39d-4693-a322-71b003cc7e14_removebg.jpg?w=600', 'https://abimg003.imgix.net/WR11TXA/2026-03-12/image/2138b96e-2922-4491-95e4-81164cee630a_removebg.jpg?w=600', 'https://abimg003.imgix.net/WR11TXA/2026-03-12/image/4c8e6769-fbf9-47d8-8cef-b09d91837d55_removebg.jpg?w=600', 'https://abimg003.imgix.net/WR11TXA/2026-03-12/image/1d18922e-5a4d-4696-9b4b-dfe5559cb051_removebg.jpg?w=600', 'https://abimg003.imgix.net/WR11TXA/2026-03-12/image/9c9881ee-d3ce-4527-8520-6920e6bdd908_removebg.jpg?w=600', 'https://abimg003.imgix.net/WR11TXA/2026-03-12/image/9189323e-e981-4b84-a2b8-4d5cc1aa4dc4_removebg.jpg?w=600', 'https://abimg003.imgix.net/WR11TXA/2026-03-12/image/57ef02b5-c980-4321-8b66-5caa5853e72d_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 06/12- 13K, 04/13- 16K, 04/14- 20K, 04/15- 24K, 04/16- 27K, 04/18- 33K, 04/19- 37K, 05/20- 41K, 04/21- 44K, 04/22- 46K, 04/23- 49K,', 'remarks': '**1460**VOSA STATES 20K, 24K, 27K, 30K, 33K, 37K, 41K, 44K, 46K, 49K, 50K, 52K SPARE KEY', 'virtual': False, 'seller': 'UKCGR - Trade', '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/f50f64c2-afe8-43dc-94f8-9713869ab83c.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 13:27:48 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120368952, 'registration': 'WR11TXA', 'account': 'WBA004', 'make': 'FORD', 'model': 'FIESTA HATCHBACK', 'derivative': '1.25 Zetec 5dr [82]', 'mileage': 53140, 'mileageWarranty': True, 'type': 'car', 'saleId': 18905, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 620}, 'saleStart': '2026-03-24T13:00Z', 'lot': 271, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2011-04-28', 'fuel': 'Petrol', 'motExpiry': '2026-05-03', 'doors': 5, 'engineSize': 1242, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/WR11TXA/2026-03-12/image/236359a2-1c93-4f4c-bca4-5ca84eb2be53_removebg.jpg?w=600', 'https://abimg003.imgix.net/WR11TXA/2026-03-12/image/2b8559d2-6d2a-4b93-81ee-be12e354a2de_removebg.jpg?w=600', 'https://abimg003.imgix.net/WR11TXA/2026-03-12/image/d2fcf9c3-c39d-4693-a322-71b003cc7e14_removebg.jpg?w=600', 'https://abimg003.imgix.net/WR11TXA/2026-03-12/image/2138b96e-2922-4491-95e4-81164cee630a_removebg.jpg?w=600', 'https://abimg003.imgix.net/WR11TXA/2026-03-12/image/4c8e6769-fbf9-47d8-8cef-b09d91837d55_removebg.jpg?w=600', 'https://abimg003.imgix.net/WR11TXA/2026-03-12/image/1d18922e-5a4d-4696-9b4b-dfe5559cb051_removebg.jpg?w=600', 'https://abimg003.imgix.net/WR11TXA/2026-03-12/image/9c9881ee-d3ce-4527-8520-6920e6bdd908_removebg.jpg?w=600', 'https://abimg003.imgix.net/WR11TXA/2026-03-12/image/9189323e-e981-4b84-a2b8-4d5cc1aa4dc4_removebg.jpg?w=600', 'https://abimg003.imgix.net/WR11TXA/2026-03-12/image/57ef02b5-c980-4321-8b66-5caa5853e72d_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 06/12- 13K, 04/13- 16K, 04/14- 20K, 04/15- 24K, 04/16- 27K, 04/18- 33K, 04/19- 37K, 05/20- 41K, 04/21- 44K, 04/22- 46K, 04/23- 49K,', 'remarks': '**1460**VOSA STATES 20K, 24K, 27K, 30K, 33K, 37K, 41K, 44K, 46K, 49K, 50K, 52K SPARE KEY', 'virtual': False, 'seller': 'UKCGR - Trade', '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/f50f64c2-afe8-43dc-94f8-9713869ab83c.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 13:27:48 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9353e707-e540-5979-ac5b-d9c5646b022a with identifier: 120368952
2026-03-24 13:27:48 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9353e707-e540-5979-ac5b-d9c5646b022a with scrape type 2
2026-03-24 13:27:48 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9353e707-e540-5979-ac5b-d9c5646b022a with scrape type 2
2026-03-24 13:27:48 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 9353e707-e540-5979-ac5b-d9c5646b022a, identifier: 120368952
2026-03-24 13:27:48 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 9353e707-e540-5979-ac5b-d9c5646b022a with identifier: 120368952
2026-03-24 13:27:48 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 9353e707-e540-5979-ac5b-d9c5646b022a with identifier: 120368952
2026-03-24 13:27:48 [scrapy.core.scraper] INFO: Dropped: Dropping expired listing: 9353e707-e540-5979-ac5b-d9c5646b022a with expiration date: 2026-03-24T13:00:00Z
{'auction_title': '',
'c_o_2_emission_value': 129,
'color': 'BLACK',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 5',
'engine': '1.2L',
'expiration_date': '2026-03-24T13:00:00Z',
'fuel_type': 'Petrol',
'id': '9353e707-e540-5979-ac5b-d9c5646b022a',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'WR11TXA',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120368952',
'listing': 'auction',
'location': 'Aston Barclay Wakefield',
'make': 'FORD',
'model': 'FIESTA HATCHBACK',
'odometer': 53140,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2011-04-28',
'seller_name': 'UKCGR - Trade',
'title': 'FORD FIESTA HATCHBACK 1.25 Zetec 5dr [82]',
'transmission': 'manual',
'trim': '1.25 Zetec 5dr [82]',
'vin': None,
'year': 2011}
2026-03-24 13:27:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:27:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120368952%27 HTTP/1.1" 200 None
2026-03-24 13:27:48 [astonbarclay.gb] INFO: Saving data for 120368952: {'auction_closing_time': 1774357200.0, 'created_time': 1773403316.874987, 'last_price_update_time': 1774358868.21579}
2026-03-24 13:27:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:27:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120368952') HTTP/1.1" 204 0
2026-03-24 13:27:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120257441?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-24 13:27:50 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:27:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120586140?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-24 13:27:51 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:27:51 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120257441, 'registration': 'YE19JBT', 'account': 'WBA002', 'make': 'FORD', 'model': 'FIESTA HATCHBACK', 'derivative': '1.0 EcoBoost Titanium 5dr', 'mileage': 45955, 'mileageWarranty': True, 'type': 'car', 'saleId': 18905, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 620}, 'saleStart': '2026-03-24T13:00Z', 'lot': 259, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2019-07-19', 'fuel': 'Petrol', 'motExpiry': '2026-07-18', 'doors': 5, 'engineSize': 998, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/YE19JBT/2026-03-11/image/58f79ef4-7d08-473e-a0fa-86dc91f19763_removebg.jpg?w=600', 'https://abimg003.imgix.net/YE19JBT/2026-03-11/image/d6b7b531-dc74-4e04-9286-70f7bbd1a8ca_removebg.jpg?w=600', 'https://abimg003.imgix.net/YE19JBT/2026-03-11/image/d874b929-5398-4cc6-904d-56b4b6423b85_removebg.jpg?w=600', 'https://abimg003.imgix.net/YE19JBT/2026-03-11/image/ae4bc0cd-5fa7-4400-9f10-73b9de2ac23a_removebg.jpg?w=600', 'https://abimg003.imgix.net/YE19JBT/2026-03-11/image/df25e950-2fc7-4126-9c37-fd282426c902_removebg.jpg?w=600', 'https://abimg003.imgix.net/YE19JBT/2026-03-11/image/a5d1daab-4677-4bdf-87d7-e316a6d0b4c2_removebg.jpg?w=600', 'https://abimg003.imgix.net/YE19JBT/2026-03-11/image/3087bdf6-163b-4ac3-8e7c-b618a0eab857_removebg.jpg?w=600', 'https://abimg003.imgix.net/YE19JBT/2026-03-11/image/1c810fd9-7f60-4145-9377-345d32e90eff_removebg.jpg?w=600', 'https://abimg003.imgix.net/YE19JBT/2026-03-11/image/03140085-f7f3-4d8d-819e-eb0d3b197018_removebg.jpg?w=600'], 'colour': 'RED', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print and book 06/21 - 7K, 02/23 - 16K, 06/24 - 25K, 04/25 - 35K,', 'remarks': '**623** VOSA STATES 12K, 18K, 26K, 38K, SPARE KEY', 'virtual': False, 'seller': 'UKCGR - Premium', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '1', 'v5': True, 'v5details': 'Here', 'co2': 106, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/d0e06e77-dc7a-475a-b8ce-22a4a4ae5ee2.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 13:27:51 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120257441, 'registration': 'YE19JBT', 'account': 'WBA002', 'make': 'FORD', 'model': 'FIESTA HATCHBACK', 'derivative': '1.0 EcoBoost Titanium 5dr', 'mileage': 45955, 'mileageWarranty': True, 'type': 'car', 'saleId': 18905, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 620}, 'saleStart': '2026-03-24T13:00Z', 'lot': 259, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2019-07-19', 'fuel': 'Petrol', 'motExpiry': '2026-07-18', 'doors': 5, 'engineSize': 998, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/YE19JBT/2026-03-11/image/58f79ef4-7d08-473e-a0fa-86dc91f19763_removebg.jpg?w=600', 'https://abimg003.imgix.net/YE19JBT/2026-03-11/image/d6b7b531-dc74-4e04-9286-70f7bbd1a8ca_removebg.jpg?w=600', 'https://abimg003.imgix.net/YE19JBT/2026-03-11/image/d874b929-5398-4cc6-904d-56b4b6423b85_removebg.jpg?w=600', 'https://abimg003.imgix.net/YE19JBT/2026-03-11/image/ae4bc0cd-5fa7-4400-9f10-73b9de2ac23a_removebg.jpg?w=600', 'https://abimg003.imgix.net/YE19JBT/2026-03-11/image/df25e950-2fc7-4126-9c37-fd282426c902_removebg.jpg?w=600', 'https://abimg003.imgix.net/YE19JBT/2026-03-11/image/a5d1daab-4677-4bdf-87d7-e316a6d0b4c2_removebg.jpg?w=600', 'https://abimg003.imgix.net/YE19JBT/2026-03-11/image/3087bdf6-163b-4ac3-8e7c-b618a0eab857_removebg.jpg?w=600', 'https://abimg003.imgix.net/YE19JBT/2026-03-11/image/1c810fd9-7f60-4145-9377-345d32e90eff_removebg.jpg?w=600', 'https://abimg003.imgix.net/YE19JBT/2026-03-11/image/03140085-f7f3-4d8d-819e-eb0d3b197018_removebg.jpg?w=600'], 'colour': 'RED', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print and book 06/21 - 7K, 02/23 - 16K, 06/24 - 25K, 04/25 - 35K,', 'remarks': '**623** VOSA STATES 12K, 18K, 26K, 38K, SPARE KEY', 'virtual': False, 'seller': 'UKCGR - Premium', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '1', 'v5': True, 'v5details': 'Here', 'co2': 106, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/d0e06e77-dc7a-475a-b8ce-22a4a4ae5ee2.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 13:27:51 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2bb83af9-a465-5693-af11-d066854f6925 with identifier: 120257441
2026-03-24 13:27:51 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2bb83af9-a465-5693-af11-d066854f6925 with scrape type 2
2026-03-24 13:27:51 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2bb83af9-a465-5693-af11-d066854f6925 with scrape type 2
2026-03-24 13:27:51 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 2bb83af9-a465-5693-af11-d066854f6925, identifier: 120257441
2026-03-24 13:27:51 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 2bb83af9-a465-5693-af11-d066854f6925 with identifier: 120257441
2026-03-24 13:27:51 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 2bb83af9-a465-5693-af11-d066854f6925 with identifier: 120257441
2026-03-24 13:27:51 [scrapy.core.scraper] INFO: Dropped: Dropping expired listing: 2bb83af9-a465-5693-af11-d066854f6925 with expiration date: 2026-03-24T13:00:00Z
{'auction_title': '',
'c_o_2_emission_value': 106,
'color': 'RED',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.0L',
'expiration_date': '2026-03-24T13:00:00Z',
'fuel_type': 'Petrol',
'id': '2bb83af9-a465-5693-af11-d066854f6925',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'YE19JBT',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120257441',
'listing': 'auction',
'location': 'Aston Barclay Wakefield',
'make': 'FORD',
'model': 'FIESTA HATCHBACK',
'odometer': 45955,
'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': 'UKCGR - Premium',
'title': 'FORD FIESTA HATCHBACK 1.0 EcoBoost Titanium 5dr',
'transmission': 'manual',
'trim': '1.0 EcoBoost Titanium 5dr',
'vin': None,
'year': 2019}
2026-03-24 13:27:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:27:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120257441%27 HTTP/1.1" 200 None
2026-03-24 13:27:51 [astonbarclay.gb] INFO: Saving data for 120257441: {'auction_closing_time': 1774357200.0, 'created_time': 1773404748.124808, 'last_price_update_time': 1774358871.165597}
2026-03-24 13:27:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:27:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120257441') HTTP/1.1" 204 0
2026-03-24 13:27:51 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120586140, 'registration': 'KT67FLV', 'account': 'WBA003', 'make': 'PEUGEOT', 'model': '208 HATCHBACK', 'derivative': '1.2 PureTech 82 Allure 5dr', 'mileage': 77566, 'mileageWarranty': True, 'type': 'car', 'saleId': 18905, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 620}, 'saleStart': '2026-03-24T13:00Z', 'lot': 270, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2018-02-13', 'fuel': 'Petrol', 'motExpiry': '2026-12-20', 'doors': 5, 'engineSize': 1200, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/KT67FLV/2026-03-20/image/f21b7ac9-29ba-4b7b-a137-b8ffd730c3a0_removebg.jpg?w=600', 'https://abimg003.imgix.net/KT67FLV/2026-03-20/image/a5a7163e-daaf-432c-9e49-8059a46405f5_removebg.jpg?w=600', 'https://abimg003.imgix.net/KT67FLV/2026-03-20/image/2e8f1985-4091-45bd-9e51-0181b7984b79_removebg.jpg?w=600', 'https://abimg003.imgix.net/KT67FLV/2026-03-20/image/1bcd4df7-7edd-4159-b0db-b985b55aa325_removebg.jpg?w=600', 'https://abimg003.imgix.net/KT67FLV/2026-03-20/image/f1187342-2f4e-48db-b201-f141df3c862f_removebg.jpg?w=600', 'https://abimg003.imgix.net/KT67FLV/2026-03-20/image/73de09b3-58a5-44e1-b2e1-9a1fc6edba7e_removebg.jpg?w=600', 'https://abimg003.imgix.net/KT67FLV/2026-03-20/image/bfe88bda-b256-4830-98bc-505d3591afc7_removebg.jpg?w=600', 'https://abimg003.imgix.net/KT67FLV/2026-03-20/image/ea3d2c0e-14d2-47aa-9131-f08e30573c3e_removebg.jpg?w=600', 'https://abimg003.imgix.net/KT67FLV/2026-03-20/image/65d6f43d-2315-498b-b4db-41d0c0165fcb_removebg.jpg?w=600'], 'colour': 'ORANGE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 01/19 - 14K, 01/20 - 21K, 02/21 - 30K, 12/21 - 36K, 02/23 - 48K, 12/23 - 57K, 02/24 - 68K, 03/26 - 124KM', 'remarks': '**742** VOSA STATES 30K, 36K, 46K, 57K, 68K, 76K, SPARE KEY', '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/7819e2b4-b2bc-41bf-9d25-487175528f0d.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 13:27:51 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120586140, 'registration': 'KT67FLV', 'account': 'WBA003', 'make': 'PEUGEOT', 'model': '208 HATCHBACK', 'derivative': '1.2 PureTech 82 Allure 5dr', 'mileage': 77566, 'mileageWarranty': True, 'type': 'car', 'saleId': 18905, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 620}, 'saleStart': '2026-03-24T13:00Z', 'lot': 270, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2018-02-13', 'fuel': 'Petrol', 'motExpiry': '2026-12-20', 'doors': 5, 'engineSize': 1200, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/KT67FLV/2026-03-20/image/f21b7ac9-29ba-4b7b-a137-b8ffd730c3a0_removebg.jpg?w=600', 'https://abimg003.imgix.net/KT67FLV/2026-03-20/image/a5a7163e-daaf-432c-9e49-8059a46405f5_removebg.jpg?w=600', 'https://abimg003.imgix.net/KT67FLV/2026-03-20/image/2e8f1985-4091-45bd-9e51-0181b7984b79_removebg.jpg?w=600', 'https://abimg003.imgix.net/KT67FLV/2026-03-20/image/1bcd4df7-7edd-4159-b0db-b985b55aa325_removebg.jpg?w=600', 'https://abimg003.imgix.net/KT67FLV/2026-03-20/image/f1187342-2f4e-48db-b201-f141df3c862f_removebg.jpg?w=600', 'https://abimg003.imgix.net/KT67FLV/2026-03-20/image/73de09b3-58a5-44e1-b2e1-9a1fc6edba7e_removebg.jpg?w=600', 'https://abimg003.imgix.net/KT67FLV/2026-03-20/image/bfe88bda-b256-4830-98bc-505d3591afc7_removebg.jpg?w=600', 'https://abimg003.imgix.net/KT67FLV/2026-03-20/image/ea3d2c0e-14d2-47aa-9131-f08e30573c3e_removebg.jpg?w=600', 'https://abimg003.imgix.net/KT67FLV/2026-03-20/image/65d6f43d-2315-498b-b4db-41d0c0165fcb_removebg.jpg?w=600'], 'colour': 'ORANGE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 01/19 - 14K, 01/20 - 21K, 02/21 - 30K, 12/21 - 36K, 02/23 - 48K, 12/23 - 57K, 02/24 - 68K, 03/26 - 124KM', 'remarks': '**742** VOSA STATES 30K, 36K, 46K, 57K, 68K, 76K, SPARE KEY', '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/7819e2b4-b2bc-41bf-9d25-487175528f0d.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 13:27:51 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a4522054-9c85-57d9-bb52-525c60e439e5 with identifier: 120586140
2026-03-24 13:27:51 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a4522054-9c85-57d9-bb52-525c60e439e5 with scrape type 2
2026-03-24 13:27:51 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a4522054-9c85-57d9-bb52-525c60e439e5 with scrape type 2
2026-03-24 13:27:51 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: a4522054-9c85-57d9-bb52-525c60e439e5, identifier: 120586140
2026-03-24 13:27:51 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: a4522054-9c85-57d9-bb52-525c60e439e5 with identifier: 120586140
2026-03-24 13:27:51 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: a4522054-9c85-57d9-bb52-525c60e439e5 with identifier: 120586140
2026-03-24 13:27:51 [scrapy.core.scraper] INFO: Dropped: Dropping expired listing: a4522054-9c85-57d9-bb52-525c60e439e5 with expiration date: 2026-03-24T13:00:00Z
{'auction_title': '',
'c_o_2_emission_value': 104,
'color': 'ORANGE',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.2L',
'expiration_date': '2026-03-24T13:00:00Z',
'fuel_type': 'Petrol',
'id': 'a4522054-9c85-57d9-bb52-525c60e439e5',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'KT67FLV',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120586140',
'listing': 'auction',
'location': 'Aston Barclay Wakefield',
'make': 'PEUGEOT',
'model': '208 HATCHBACK',
'odometer': 77566,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2018-02-13',
'seller_name': 'UKCGR - Select',
'title': 'PEUGEOT 208 HATCHBACK 1.2 PureTech 82 Allure 5dr',
'transmission': 'manual',
'trim': '1.2 PureTech 82 Allure 5dr',
'vin': None,
'year': 2018}
2026-03-24 13:27:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:27:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120586140%27 HTTP/1.1" 200 None
2026-03-24 13:27:51 [astonbarclay.gb] INFO: Saving data for 120586140: {'auction_closing_time': 1774357200.0, 'created_time': 1773860468.20803, 'last_price_update_time': 1774358871.307916}
2026-03-24 13:27:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:27:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120586140') HTTP/1.1" 204 0
2026-03-24 13:27:53 [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-24 13:27:53 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:27:53 [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': 18905, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 620}, 'saleStart': '2026-03-24T13:00Z', 'lot': 289, 'hall': 'Hall 1', '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-24 13:27:53 [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': 18905, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 620}, 'saleStart': '2026-03-24T13:00Z', 'lot': 289, 'hall': 'Hall 1', '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-24 13:27:53 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e9256e76-6f40-5ec1-a5c3-7cdcf930a3ac with identifier: 120454887
2026-03-24 13:27:53 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e9256e76-6f40-5ec1-a5c3-7cdcf930a3ac with scrape type 2
2026-03-24 13:27:53 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e9256e76-6f40-5ec1-a5c3-7cdcf930a3ac with scrape type 2
2026-03-24 13:27:53 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: e9256e76-6f40-5ec1-a5c3-7cdcf930a3ac, identifier: 120454887
2026-03-24 13:27:53 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: e9256e76-6f40-5ec1-a5c3-7cdcf930a3ac with identifier: 120454887
2026-03-24 13:27:53 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: e9256e76-6f40-5ec1-a5c3-7cdcf930a3ac with identifier: 120454887
2026-03-24 13:27:53 [scrapy.core.scraper] INFO: Dropped: Dropping expired listing: e9256e76-6f40-5ec1-a5c3-7cdcf930a3ac with expiration date: 2026-03-24T13:00:00Z
{'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-24T13:00: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-24 13:27:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:27:53 [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-24 13:27:53 [astonbarclay.gb] INFO: Saving data for 120454887: {'auction_closing_time': 1774357200.0, 'created_time': 1773655412.371618, 'last_price_update_time': 1774358873.422671}
2026-03-24 13:27:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:27:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120454887') HTTP/1.1" 204 0
2026-03-24 13:27:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120653891?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-24 13:27:55 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:27:55 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120653891, 'registration': 'YY16WDE', 'account': 'WBA004', 'make': 'SEAT', 'model': 'IBIZA SPORT TOURER', 'derivative': '1.0 EcoTSI SE 5dr', 'mileage': 41835, 'mileageWarranty': True, 'type': 'car', 'saleId': 18905, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 620}, 'saleStart': '2026-03-24T13:00Z', 'lot': 254, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2016-06-02', 'fuel': 'Petrol', 'motExpiry': '2026-09-25', 'doors': 5, 'engineSize': 999, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/YY16WDE/2026-03-23/image/86f00a5e-5abb-4cb2-b2b3-2f3755e776bd_removebg.jpg?w=600', 'https://abimg003.imgix.net/YY16WDE/2026-03-23/image/086da375-3051-4c17-8065-0a36f975e439_removebg.jpg?w=600', 'https://abimg003.imgix.net/YY16WDE/2026-03-23/image/a06281c5-1da2-4812-8865-99255d187854_removebg.jpg?w=600', 'https://abimg003.imgix.net/YY16WDE/2026-03-23/image/8508aae4-dd8a-43a6-baa1-ebbaf469d15d_removebg.jpg?w=600', 'https://abimg003.imgix.net/YY16WDE/2026-03-23/image/dfc22889-3ac7-48c0-97b2-e71bc06ffe06_removebg.jpg?w=600', 'https://abimg003.imgix.net/YY16WDE/2026-03-23/image/4a0222a3-8ef6-4ad5-8a90-e4ea960907b5_removebg.jpg?w=600', 'https://abimg003.imgix.net/YY16WDE/2026-03-23/image/e0d06861-c673-4016-83aa-6f9c87d95f8d_removebg.jpg?w=600', 'https://abimg003.imgix.net/YY16WDE/2026-03-23/image/845581a1-97af-4c9d-b4ff-b8d34d66b5e5_removebg.jpg?w=600', 'https://abimg003.imgix.net/YY16WDE/2026-03-23/image/42d3e709-c91b-43c1-b714-43dc775e853e_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 0617 - 6K, 07/18 - 11K, 07/19 - 16K, 06/20 - 20K, 10/21 - 24K, 10/22 - 28K, 10/23 - 32K, 09/24 - 35K, 09/25 - 39K', 'remarks': '**434** VOSA STATES 15K, 20K, 24K, 28K, 32K, 35K, 39K, SPARE KEY', 'virtual': False, 'seller': 'UKCGR - Trade', '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/e93f379c-54d1-4958-ae0e-b6de693e6b9a.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 13:27:55 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120653891, 'registration': 'YY16WDE', 'account': 'WBA004', 'make': 'SEAT', 'model': 'IBIZA SPORT TOURER', 'derivative': '1.0 EcoTSI SE 5dr', 'mileage': 41835, 'mileageWarranty': True, 'type': 'car', 'saleId': 18905, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 620}, 'saleStart': '2026-03-24T13:00Z', 'lot': 254, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2016-06-02', 'fuel': 'Petrol', 'motExpiry': '2026-09-25', 'doors': 5, 'engineSize': 999, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/YY16WDE/2026-03-23/image/86f00a5e-5abb-4cb2-b2b3-2f3755e776bd_removebg.jpg?w=600', 'https://abimg003.imgix.net/YY16WDE/2026-03-23/image/086da375-3051-4c17-8065-0a36f975e439_removebg.jpg?w=600', 'https://abimg003.imgix.net/YY16WDE/2026-03-23/image/a06281c5-1da2-4812-8865-99255d187854_removebg.jpg?w=600', 'https://abimg003.imgix.net/YY16WDE/2026-03-23/image/8508aae4-dd8a-43a6-baa1-ebbaf469d15d_removebg.jpg?w=600', 'https://abimg003.imgix.net/YY16WDE/2026-03-23/image/dfc22889-3ac7-48c0-97b2-e71bc06ffe06_removebg.jpg?w=600', 'https://abimg003.imgix.net/YY16WDE/2026-03-23/image/4a0222a3-8ef6-4ad5-8a90-e4ea960907b5_removebg.jpg?w=600', 'https://abimg003.imgix.net/YY16WDE/2026-03-23/image/e0d06861-c673-4016-83aa-6f9c87d95f8d_removebg.jpg?w=600', 'https://abimg003.imgix.net/YY16WDE/2026-03-23/image/845581a1-97af-4c9d-b4ff-b8d34d66b5e5_removebg.jpg?w=600', 'https://abimg003.imgix.net/YY16WDE/2026-03-23/image/42d3e709-c91b-43c1-b714-43dc775e853e_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 0617 - 6K, 07/18 - 11K, 07/19 - 16K, 06/20 - 20K, 10/21 - 24K, 10/22 - 28K, 10/23 - 32K, 09/24 - 35K, 09/25 - 39K', 'remarks': '**434** VOSA STATES 15K, 20K, 24K, 28K, 32K, 35K, 39K, SPARE KEY', 'virtual': False, 'seller': 'UKCGR - Trade', '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/e93f379c-54d1-4958-ae0e-b6de693e6b9a.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 13:27:55 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 63a92726-8fdb-5190-8c49-fb64116f7ec6 with identifier: 120653891
2026-03-24 13:27:55 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 63a92726-8fdb-5190-8c49-fb64116f7ec6 with scrape type 2
2026-03-24 13:27:55 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 63a92726-8fdb-5190-8c49-fb64116f7ec6 with scrape type 2
2026-03-24 13:27:55 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 63a92726-8fdb-5190-8c49-fb64116f7ec6, identifier: 120653891
2026-03-24 13:27:55 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 63a92726-8fdb-5190-8c49-fb64116f7ec6 with identifier: 120653891
2026-03-24 13:27:55 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 63a92726-8fdb-5190-8c49-fb64116f7ec6 with identifier: 120653891
2026-03-24 13:27:55 [scrapy.core.scraper] INFO: Dropped: Dropping expired listing: 63a92726-8fdb-5190-8c49-fb64116f7ec6 with expiration date: 2026-03-24T13:00:00Z
{'auction_title': '',
'c_o_2_emission_value': 98,
'color': 'GREY',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.0L',
'expiration_date': '2026-03-24T13:00:00Z',
'fuel_type': 'Petrol',
'id': '63a92726-8fdb-5190-8c49-fb64116f7ec6',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'YY16WDE',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120653891',
'listing': 'auction',
'location': 'Aston Barclay Wakefield',
'make': 'SEAT',
'model': 'IBIZA SPORT TOURER',
'odometer': 41835,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2016-06-02',
'seller_name': 'UKCGR - Trade',
'title': 'SEAT IBIZA SPORT TOURER 1.0 EcoTSI SE 5dr',
'transmission': 'manual',
'trim': '1.0 EcoTSI SE 5dr',
'vin': None,
'year': 2016}
2026-03-24 13:27:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:27:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120653891%27 HTTP/1.1" 200 None
2026-03-24 13:27:55 [astonbarclay.gb] INFO: Saving data for 120653891: {'auction_closing_time': 1774357200.0, 'created_time': 1774034018.832738, 'last_price_update_time': 1774358875.296254}
2026-03-24 13:27:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:27:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120653891') HTTP/1.1" 204 0
2026-03-24 13:27:59 [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-24 13:27:59 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:27:59 [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': 18905, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 620}, 'saleStart': '2026-03-24T13:00Z', 'lot': 253, 'hall': 'Hall 1', '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-24 13:27:59 [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': 18905, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 620}, 'saleStart': '2026-03-24T13:00Z', 'lot': 253, 'hall': 'Hall 1', '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-24 13:27:59 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d9564890-bcac-517b-8e4f-67d7bc2b3a76 with identifier: 120605172
2026-03-24 13:27:59 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d9564890-bcac-517b-8e4f-67d7bc2b3a76 with scrape type 2
2026-03-24 13:27:59 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d9564890-bcac-517b-8e4f-67d7bc2b3a76 with scrape type 2
2026-03-24 13:27:59 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: d9564890-bcac-517b-8e4f-67d7bc2b3a76, identifier: 120605172
2026-03-24 13:27:59 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: d9564890-bcac-517b-8e4f-67d7bc2b3a76 with identifier: 120605172
2026-03-24 13:27:59 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: d9564890-bcac-517b-8e4f-67d7bc2b3a76 with identifier: 120605172
2026-03-24 13:27:59 [scrapy.core.scraper] INFO: Dropped: Dropping expired listing: d9564890-bcac-517b-8e4f-67d7bc2b3a76 with expiration date: 2026-03-24T13:00:00Z
{'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-24T13:00: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-24 13:27:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:27: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-24 13:27:59 [astonbarclay.gb] INFO: Saving data for 120605172: {'auction_closing_time': 1774357200.0, 'created_time': 1773928904.789691, 'last_price_update_time': 1774358879.610007}
2026-03-24 13:27:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:27: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-24 13:28:06 [scrapy.extensions.logstats] INFO: Crawled 572 pages (at 36 pages/min), scraped 439 items (at 0 items/min)
2026-03-24 13:28:06 [scrapy.extensions.memusage] INFO: Peak memory usage is 181MiB
2026-03-24 13:28:06 [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-24 13:28:06 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:28:06 [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': 18905, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 620}, 'saleStart': '2026-03-24T13:00Z', 'lot': 248, 'hall': 'Hall 1', '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-24 13:28:06 [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': 18905, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 620}, 'saleStart': '2026-03-24T13:00Z', 'lot': 248, 'hall': 'Hall 1', '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-24 13:28:06 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 47b3b450-87b9-53f0-976b-708d7ed0dbd7 with identifier: 120668539
2026-03-24 13:28:06 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 47b3b450-87b9-53f0-976b-708d7ed0dbd7 with scrape type 2
2026-03-24 13:28:06 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 47b3b450-87b9-53f0-976b-708d7ed0dbd7 with scrape type 2
2026-03-24 13:28:06 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 47b3b450-87b9-53f0-976b-708d7ed0dbd7, identifier: 120668539
2026-03-24 13:28:06 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 47b3b450-87b9-53f0-976b-708d7ed0dbd7 with identifier: 120668539
2026-03-24 13:28:06 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 47b3b450-87b9-53f0-976b-708d7ed0dbd7 with identifier: 120668539
2026-03-24 13:28:06 [scrapy.core.scraper] INFO: Dropped: Dropping expired listing: 47b3b450-87b9-53f0-976b-708d7ed0dbd7 with expiration date: 2026-03-24T13:00:00Z
{'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-24T13:00: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-24 13:28:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:28:06 [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-24 13:28:06 [astonbarclay.gb] INFO: Saving data for 120668539: {'auction_closing_time': 1774357200.0, 'created_time': 1774261045.856158, 'last_price_update_time': 1774358886.693297}
2026-03-24 13:28:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:28:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120668539') HTTP/1.1" 204 0
2026-03-24 13:28:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120247194?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-24 13:28:06 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:28:06 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120247194, 'registration': 'WM62VNS', 'account': 'WBA004', 'make': 'VOLKSWAGEN', 'model': 'GOLF DIESEL CABRIOLET', 'derivative': '2.0 TDI BlueMotion Tech SE 2dr', 'mileage': 89229, 'mileageWarranty': True, 'type': 'car', 'saleId': 18905, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 620}, 'saleStart': '2026-03-24T13:00Z', 'lot': 257, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2012-11-20', 'fuel': 'Diesel', 'motExpiry': '2026-08-21', 'doors': 2, 'engineSize': 1968, 'bodyType': 'Cabriolet', 'images': ['https://abimg003.imgix.net/WM62VNS/2026-03-12/image/f0f3b41f-1033-4f6b-9875-3b589a182ab7_removebg.jpg?w=600', 'https://abimg003.imgix.net/WM62VNS/2026-03-12/image/396ed374-e2eb-4fbd-bab4-5d108e5eb688_removebg.jpg?w=600', 'https://abimg003.imgix.net/WM62VNS/2026-03-12/image/5f4c2678-519c-4e2d-873d-66f2c54bcaa4_removebg.jpg?w=600', 'https://abimg003.imgix.net/WM62VNS/2026-03-12/image/9bc7faa4-dc16-46f0-81ba-9401827614f1_removebg.jpg?w=600', 'https://abimg003.imgix.net/WM62VNS/2026-03-12/image/8c2fe576-6d94-4a0e-9301-c306e3056357_removebg.jpg?w=600', 'https://abimg003.imgix.net/WM62VNS/2026-03-12/image/6123e371-c7af-4c7f-a1da-920edba23bd3_removebg.jpg?w=600', 'https://abimg003.imgix.net/WM62VNS/2026-03-12/image/cd00358f-17cd-42a1-bff5-6947ec8f751b_removebg.jpg?w=600', 'https://abimg003.imgix.net/WM62VNS/2026-03-12/image/16a95f26-f428-4c1d-aeaa-3e716e530e7c_removebg.jpg?w=600', 'https://abimg003.imgix.net/WM62VNS/2026-03-12/image/8caddd16-f821-49e1-8814-7022e3c27940_removebg.jpg?w=600'], 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print and book 12/14 - 11K, 08/16 - 29K, 08/18 - 49K, 08/19 - NO MILEAGE,', 'remarks': '**565** VOSA STATES 18K, 37K, 49K, 53K, 62K, 68K, 71K, 77K, 81K, 85K, 88K, SPARE KEY', 'virtual': False, 'seller': 'UKCGR - Trade', '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/182c418b-17fd-4a29-a3fb-4a48edb945a4.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 13:28:06 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120247194, 'registration': 'WM62VNS', 'account': 'WBA004', 'make': 'VOLKSWAGEN', 'model': 'GOLF DIESEL CABRIOLET', 'derivative': '2.0 TDI BlueMotion Tech SE 2dr', 'mileage': 89229, 'mileageWarranty': True, 'type': 'car', 'saleId': 18905, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 620}, 'saleStart': '2026-03-24T13:00Z', 'lot': 257, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2012-11-20', 'fuel': 'Diesel', 'motExpiry': '2026-08-21', 'doors': 2, 'engineSize': 1968, 'bodyType': 'Cabriolet', 'images': ['https://abimg003.imgix.net/WM62VNS/2026-03-12/image/f0f3b41f-1033-4f6b-9875-3b589a182ab7_removebg.jpg?w=600', 'https://abimg003.imgix.net/WM62VNS/2026-03-12/image/396ed374-e2eb-4fbd-bab4-5d108e5eb688_removebg.jpg?w=600', 'https://abimg003.imgix.net/WM62VNS/2026-03-12/image/5f4c2678-519c-4e2d-873d-66f2c54bcaa4_removebg.jpg?w=600', 'https://abimg003.imgix.net/WM62VNS/2026-03-12/image/9bc7faa4-dc16-46f0-81ba-9401827614f1_removebg.jpg?w=600', 'https://abimg003.imgix.net/WM62VNS/2026-03-12/image/8c2fe576-6d94-4a0e-9301-c306e3056357_removebg.jpg?w=600', 'https://abimg003.imgix.net/WM62VNS/2026-03-12/image/6123e371-c7af-4c7f-a1da-920edba23bd3_removebg.jpg?w=600', 'https://abimg003.imgix.net/WM62VNS/2026-03-12/image/cd00358f-17cd-42a1-bff5-6947ec8f751b_removebg.jpg?w=600', 'https://abimg003.imgix.net/WM62VNS/2026-03-12/image/16a95f26-f428-4c1d-aeaa-3e716e530e7c_removebg.jpg?w=600', 'https://abimg003.imgix.net/WM62VNS/2026-03-12/image/8caddd16-f821-49e1-8814-7022e3c27940_removebg.jpg?w=600'], 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print and book 12/14 - 11K, 08/16 - 29K, 08/18 - 49K, 08/19 - NO MILEAGE,', 'remarks': '**565** VOSA STATES 18K, 37K, 49K, 53K, 62K, 68K, 71K, 77K, 81K, 85K, 88K, SPARE KEY', 'virtual': False, 'seller': 'UKCGR - Trade', '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/182c418b-17fd-4a29-a3fb-4a48edb945a4.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 13:28:06 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a9d7a7a4-3b68-5b47-9025-7e87c5960502 with identifier: 120247194
2026-03-24 13:28:06 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a9d7a7a4-3b68-5b47-9025-7e87c5960502 with scrape type 2
2026-03-24 13:28:06 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a9d7a7a4-3b68-5b47-9025-7e87c5960502 with scrape type 2
2026-03-24 13:28:06 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: a9d7a7a4-3b68-5b47-9025-7e87c5960502, identifier: 120247194
2026-03-24 13:28:06 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: a9d7a7a4-3b68-5b47-9025-7e87c5960502 with identifier: 120247194
2026-03-24 13:28:06 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: a9d7a7a4-3b68-5b47-9025-7e87c5960502 with identifier: 120247194
2026-03-24 13:28:06 [scrapy.core.scraper] INFO: Dropped: Dropping expired listing: a9d7a7a4-3b68-5b47-9025-7e87c5960502 with expiration date: 2026-03-24T13:00:00Z
{'auction_title': '',
'c_o_2_emission_value': 119,
'color': 'WHITE',
'currency': 'GBP',
'doors_number': 2,
'emission_standard': 'EURO 5',
'engine': '2.0L',
'expiration_date': '2026-03-24T13:00:00Z',
'fuel_type': 'Diesel',
'id': 'a9d7a7a4-3b68-5b47-9025-7e87c5960502',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'WM62VNS',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120247194',
'listing': 'auction',
'location': 'Aston Barclay Wakefield',
'make': 'VOLKSWAGEN',
'model': 'GOLF DIESEL CABRIOLET',
'odometer': 89229,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2012-11-20',
'seller_name': 'UKCGR - Trade',
'title': 'VOLKSWAGEN GOLF DIESEL CABRIOLET 2.0 TDI BlueMotion Tech SE 2dr',
'transmission': 'manual',
'trim': '2.0 TDI BlueMotion Tech SE 2dr',
'vin': None,
'year': 2012}
2026-03-24 13:28:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:28:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120247194%27 HTTP/1.1" 200 None
2026-03-24 13:28:06 [astonbarclay.gb] INFO: Saving data for 120247194: {'auction_closing_time': 1774357200.0, 'created_time': 1773404698.822066, 'last_price_update_time': 1774358886.960625}
2026-03-24 13:28:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:28:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120247194') HTTP/1.1" 204 0
2026-03-24 13:28:11 [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-24 13:28:11 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:28:11 [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': 18905, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 620}, 'saleStart': '2026-03-24T13:00Z', 'lot': 247, 'hall': 'Hall 1', '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-24 13:28:11 [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': 18905, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 620}, 'saleStart': '2026-03-24T13:00Z', 'lot': 247, 'hall': 'Hall 1', '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-24 13:28:11 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: cd31de1a-95aa-5603-93c7-e9a2119e16e6 with identifier: 120605018
2026-03-24 13:28:11 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item cd31de1a-95aa-5603-93c7-e9a2119e16e6 with scrape type 2
2026-03-24 13:28:11 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item cd31de1a-95aa-5603-93c7-e9a2119e16e6 with scrape type 2
2026-03-24 13:28:11 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: cd31de1a-95aa-5603-93c7-e9a2119e16e6, identifier: 120605018
2026-03-24 13:28:11 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: cd31de1a-95aa-5603-93c7-e9a2119e16e6 with identifier: 120605018
2026-03-24 13:28:11 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: cd31de1a-95aa-5603-93c7-e9a2119e16e6 with identifier: 120605018
2026-03-24 13:28:11 [scrapy.core.scraper] INFO: Dropped: Dropping expired listing: cd31de1a-95aa-5603-93c7-e9a2119e16e6 with expiration date: 2026-03-24T13:00:00Z
{'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-24T13:00: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-24 13:28:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:28:11 [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-24 13:28:11 [astonbarclay.gb] INFO: Saving data for 120605018: {'auction_closing_time': 1774357200.0, 'created_time': 1773928886.673741, 'last_price_update_time': 1774358891.764407}
2026-03-24 13:28:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:28:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120605018') HTTP/1.1" 204 0
2026-03-24 13:28:15 [zyte_api._retry] DEBUG: Finished call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request' after 129.693(s), this was the 1st time calling it.
2026-03-24 13:28:15 [zyte_api._retry] DEBUG: Retrying zyte_api._async.AsyncZyteAPI.get.<locals>.request in 5.2270113128626825 seconds as it raised ClientConnectorError: Cannot connect to host api.zyte.com:443 ssl:default [Connect call failed ('69.41.180.81', 443)].
2026-03-24 13:28:19 [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-24 13:28:19 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:28:19 [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': 18905, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 617}, 'saleStart': '2026-03-24T13:00Z', 'lot': 241, 'hall': 'Hall 1', '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-24 13:28:19 [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': 18905, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 617}, 'saleStart': '2026-03-24T13:00Z', 'lot': 241, 'hall': 'Hall 1', '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-24 13:28:19 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d007c588-d3d9-5610-a532-d322d681d1e9 with identifier: 120606141
2026-03-24 13:28:19 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d007c588-d3d9-5610-a532-d322d681d1e9 with scrape type 2
2026-03-24 13:28:19 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d007c588-d3d9-5610-a532-d322d681d1e9 with scrape type 2
2026-03-24 13:28:19 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: d007c588-d3d9-5610-a532-d322d681d1e9, identifier: 120606141
2026-03-24 13:28:19 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: d007c588-d3d9-5610-a532-d322d681d1e9 with identifier: 120606141
2026-03-24 13:28:19 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: d007c588-d3d9-5610-a532-d322d681d1e9 with identifier: 120606141
2026-03-24 13:28:19 [scrapy.core.scraper] INFO: Dropped: Dropping expired listing: d007c588-d3d9-5610-a532-d322d681d1e9 with expiration date: 2026-03-24T13:00:00Z
{'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-24T13:00: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-24 13:28:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:28:19 [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-24 13:28:19 [astonbarclay.gb] INFO: Saving data for 120606141: {'auction_closing_time': 1774357200.0, 'created_time': 1773928940.531796, 'last_price_update_time': 1774358899.27126}
2026-03-24 13:28:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:28:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120606141') HTTP/1.1" 204 0
2026-03-24 13:28:20 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 2nd time calling it.
2026-03-24 13:28:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120502863?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-24 13:28:26 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:28:26 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120502863, 'registration': 'YS61MZL', 'account': 'WBA004', 'make': 'FORD', 'model': 'FIESTA DIESEL HATCHBACK', 'derivative': '1.4 TDCi [70] Zetec 5dr', 'mileage': 130706, 'mileageWarranty': True, 'type': 'car', 'saleId': 18905, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 617}, 'saleStart': '2026-03-24T13:00Z', 'lot': 391, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2012-01-14', 'fuel': 'Diesel', 'motExpiry': '2026-11-10', 'doors': 5, 'engineSize': 1399, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/YS61MZL/2026-03-17/image/bbdd52b4-0bc7-458d-8cbe-2a16504229e0_removebg.jpg?w=600', 'https://abimg003.imgix.net/YS61MZL/2026-03-17/image/9f709321-81bb-4508-a975-993fa0a786d8_removebg.jpg?w=600', 'https://abimg003.imgix.net/YS61MZL/2026-03-17/image/3c467588-f00e-4205-ac67-195c98cc85ef_removebg.jpg?w=600', 'https://abimg003.imgix.net/YS61MZL/2026-03-17/image/5f2b1e7e-1457-4bee-b01b-541daf70fed5_removebg.jpg?w=600', 'https://abimg003.imgix.net/YS61MZL/2026-03-17/image/c561cc59-d116-4533-8614-259293bd3988_removebg.jpg?w=600', 'https://abimg003.imgix.net/YS61MZL/2026-03-17/image/64a4df9f-9c05-435c-90ed-9326f9982756_removebg.jpg?w=600', 'https://abimg003.imgix.net/YS61MZL/2026-03-17/image/1f523f7f-f7f9-47f9-a316-9303991127d9_removebg.jpg?w=600', 'https://abimg003.imgix.net/YS61MZL/2026-03-17/image/97fe0fd2-45b7-4d89-ab1a-c50e6f269d70_removebg.jpg?w=600', 'https://abimg003.imgix.net/YS61MZL/2026-03-17/image/fb5cc78e-4630-4b14-9f94-683d188a6bc4_removebg.jpg?w=600'], 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print and book 01/13 - 10K, 01/14 - 21K, 01/15 - 31K, 12/15 - 41K, 01/18 - 60K, 01/20 - 78K, 12/21 - 89K, 12/22 - 101K, 09/24 - 117K,', 'remarks': '**448** VOSA STATES 31K, 41K, 50K, 60K, 69K, 78K, 84K, 90K, 101K, 108K, 119K, 128K', 'virtual': False, 'seller': 'UKCGR - Trade', '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/6c1b49b0-e9f7-4255-b617-7bdcac601666.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 13:28:26 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120502863, 'registration': 'YS61MZL', 'account': 'WBA004', 'make': 'FORD', 'model': 'FIESTA DIESEL HATCHBACK', 'derivative': '1.4 TDCi [70] Zetec 5dr', 'mileage': 130706, 'mileageWarranty': True, 'type': 'car', 'saleId': 18905, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 617}, 'saleStart': '2026-03-24T13:00Z', 'lot': 391, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2012-01-14', 'fuel': 'Diesel', 'motExpiry': '2026-11-10', 'doors': 5, 'engineSize': 1399, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/YS61MZL/2026-03-17/image/bbdd52b4-0bc7-458d-8cbe-2a16504229e0_removebg.jpg?w=600', 'https://abimg003.imgix.net/YS61MZL/2026-03-17/image/9f709321-81bb-4508-a975-993fa0a786d8_removebg.jpg?w=600', 'https://abimg003.imgix.net/YS61MZL/2026-03-17/image/3c467588-f00e-4205-ac67-195c98cc85ef_removebg.jpg?w=600', 'https://abimg003.imgix.net/YS61MZL/2026-03-17/image/5f2b1e7e-1457-4bee-b01b-541daf70fed5_removebg.jpg?w=600', 'https://abimg003.imgix.net/YS61MZL/2026-03-17/image/c561cc59-d116-4533-8614-259293bd3988_removebg.jpg?w=600', 'https://abimg003.imgix.net/YS61MZL/2026-03-17/image/64a4df9f-9c05-435c-90ed-9326f9982756_removebg.jpg?w=600', 'https://abimg003.imgix.net/YS61MZL/2026-03-17/image/1f523f7f-f7f9-47f9-a316-9303991127d9_removebg.jpg?w=600', 'https://abimg003.imgix.net/YS61MZL/2026-03-17/image/97fe0fd2-45b7-4d89-ab1a-c50e6f269d70_removebg.jpg?w=600', 'https://abimg003.imgix.net/YS61MZL/2026-03-17/image/fb5cc78e-4630-4b14-9f94-683d188a6bc4_removebg.jpg?w=600'], 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print and book 01/13 - 10K, 01/14 - 21K, 01/15 - 31K, 12/15 - 41K, 01/18 - 60K, 01/20 - 78K, 12/21 - 89K, 12/22 - 101K, 09/24 - 117K,', 'remarks': '**448** VOSA STATES 31K, 41K, 50K, 60K, 69K, 78K, 84K, 90K, 101K, 108K, 119K, 128K', 'virtual': False, 'seller': 'UKCGR - Trade', '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/6c1b49b0-e9f7-4255-b617-7bdcac601666.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 13:28:26 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1a10691b-cb41-596b-84ea-485bca7960c6 with identifier: 120502863
2026-03-24 13:28:26 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1a10691b-cb41-596b-84ea-485bca7960c6 with scrape type 2
2026-03-24 13:28:26 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1a10691b-cb41-596b-84ea-485bca7960c6 with scrape type 2
2026-03-24 13:28:26 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 1a10691b-cb41-596b-84ea-485bca7960c6, identifier: 120502863
2026-03-24 13:28:26 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 1a10691b-cb41-596b-84ea-485bca7960c6 with identifier: 120502863
2026-03-24 13:28:26 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 1a10691b-cb41-596b-84ea-485bca7960c6 with identifier: 120502863
2026-03-24 13:28:26 [scrapy.core.scraper] INFO: Dropped: Dropping expired listing: 1a10691b-cb41-596b-84ea-485bca7960c6 with expiration date: 2026-03-24T13:00:00Z
{'auction_title': '',
'c_o_2_emission_value': 107,
'color': 'WHITE',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 5',
'engine': '1.4L',
'expiration_date': '2026-03-24T13:00:00Z',
'fuel_type': 'Diesel',
'id': '1a10691b-cb41-596b-84ea-485bca7960c6',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'YS61MZL',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120502863',
'listing': 'auction',
'location': 'Aston Barclay Wakefield',
'make': 'FORD',
'model': 'FIESTA DIESEL HATCHBACK',
'odometer': 130706,
'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': 'FORD FIESTA DIESEL HATCHBACK 1.4 TDCi [70] Zetec 5dr',
'transmission': 'manual',
'trim': '1.4 TDCi [70] Zetec 5dr',
'vin': None,
'year': 2012}
2026-03-24 13:28:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:28:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120502863%27 HTTP/1.1" 200 None
2026-03-24 13:28:26 [astonbarclay.gb] INFO: Saving data for 120502863: {'auction_closing_time': 1774357200.0, 'created_time': 1773741787.497942, 'last_price_update_time': 1774358906.736409}
2026-03-24 13:28:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:28:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120502863') HTTP/1.1" 204 0
2026-03-24 13:28:28 [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-24 13:28:28 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:28:28 [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': 18905, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 617}, 'saleStart': '2026-03-24T13:00Z', 'lot': 239, 'hall': 'Hall 1', '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, SPARE KEY', 'virtual': False, 'seller': 'UKCGR - Trade', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '1', 'v5': False, 'v5details': None, 'co2': 148, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/576dfb3c-a079-47e9-ba0e-174a10aeee45.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 4, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 13:28:28 [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': 18905, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 617}, 'saleStart': '2026-03-24T13:00Z', 'lot': 239, 'hall': 'Hall 1', '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, SPARE KEY', 'virtual': False, 'seller': 'UKCGR - Trade', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '1', 'v5': False, 'v5details': None, 'co2': 148, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/576dfb3c-a079-47e9-ba0e-174a10aeee45.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 4, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 13:28:28 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ccae9a99-56f4-5001-b7f0-06a28a9537c9 with identifier: 120621446
2026-03-24 13:28:28 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ccae9a99-56f4-5001-b7f0-06a28a9537c9 with scrape type 2
2026-03-24 13:28:28 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ccae9a99-56f4-5001-b7f0-06a28a9537c9 with scrape type 2
2026-03-24 13:28:28 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: ccae9a99-56f4-5001-b7f0-06a28a9537c9, identifier: 120621446
2026-03-24 13:28:28 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: ccae9a99-56f4-5001-b7f0-06a28a9537c9 with identifier: 120621446
2026-03-24 13:28:28 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: ccae9a99-56f4-5001-b7f0-06a28a9537c9 with identifier: 120621446
2026-03-24 13:28:28 [scrapy.core.scraper] INFO: Dropped: Dropping expired listing: ccae9a99-56f4-5001-b7f0-06a28a9537c9 with expiration date: 2026-03-24T13:00:00Z
{'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-24T13:00: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-24 13:28:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:28:28 [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-24 13:28:28 [astonbarclay.gb] INFO: Saving data for 120621446: {'auction_closing_time': 1774357200.0, 'created_time': 1773947269.628802, 'last_price_update_time': 1774358908.601352}
2026-03-24 13:28:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:28:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120621446') HTTP/1.1" 204 0
2026-03-24 13:28:30 [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-24 13:28:30 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:28:30 [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': 18905, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 617}, 'saleStart': '2026-03-24T13:00Z', 'lot': 252, 'hall': 'Hall 1', '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-24 13:28:30 [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': 18905, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 617}, 'saleStart': '2026-03-24T13:00Z', 'lot': 252, 'hall': 'Hall 1', '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-24 13:28:30 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a5eb52f1-dd1c-5fb6-a811-ee202aa49d07 with identifier: 120604867
2026-03-24 13:28:30 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a5eb52f1-dd1c-5fb6-a811-ee202aa49d07 with scrape type 2
2026-03-24 13:28:30 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a5eb52f1-dd1c-5fb6-a811-ee202aa49d07 with scrape type 2
2026-03-24 13:28:30 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: a5eb52f1-dd1c-5fb6-a811-ee202aa49d07, identifier: 120604867
2026-03-24 13:28:30 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: a5eb52f1-dd1c-5fb6-a811-ee202aa49d07 with identifier: 120604867
2026-03-24 13:28:30 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: a5eb52f1-dd1c-5fb6-a811-ee202aa49d07 with identifier: 120604867
2026-03-24 13:28:30 [scrapy.core.scraper] INFO: Dropped: Dropping expired listing: a5eb52f1-dd1c-5fb6-a811-ee202aa49d07 with expiration date: 2026-03-24T13:00:00Z
{'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-24T13:00: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-24 13:28:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:28:30 [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-24 13:28:30 [astonbarclay.gb] INFO: Saving data for 120604867: {'auction_closing_time': 1774357200.0, 'created_time': 1773928864.581617, 'last_price_update_time': 1774358910.381872}
2026-03-24 13:28:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:28:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120604867') HTTP/1.1" 204 0
2026-03-24 13:28:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120363866?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-24 13:28:30 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:28:30 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120363866, 'registration': 'AO62AUH', 'account': 'WBA004', 'make': 'VOLKSWAGEN', 'model': 'GOLF HATCHBACK', 'derivative': '1.4 TSI Match 3dr', 'mileage': 112548, 'mileageWarranty': True, 'type': 'car', 'saleId': 18905, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 617}, 'saleStart': '2026-03-24T13:00Z', 'lot': 234, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2012-09-03', 'fuel': 'Petrol', 'motExpiry': None, 'doors': 3, 'engineSize': 1390, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/AO62AUH/2026-03-12/image/c571bdba-a30c-493a-90e7-86675197baa1_removebg.jpg?w=600', 'https://abimg003.imgix.net/AO62AUH/2026-03-12/image/c21a653b-f900-4cae-9f3a-d2f56ca2f401_removebg.jpg?w=600', 'https://abimg003.imgix.net/AO62AUH/2026-03-12/image/a8bde9a9-5f4f-47b9-be10-7d0b2b900187_removebg.jpg?w=600', 'https://abimg003.imgix.net/AO62AUH/2026-03-12/image/27fc8231-09fd-46b8-a1b6-449522655a41_removebg.jpg?w=600', 'https://abimg003.imgix.net/AO62AUH/2026-03-12/image/7e6cc271-4da1-437d-ad7d-e043cd78c60a_removebg.jpg?w=600', 'https://abimg003.imgix.net/AO62AUH/2026-03-12/image/05e8fe72-fc23-465b-986c-afef3e53ff61_removebg.jpg?w=600', 'https://abimg003.imgix.net/AO62AUH/2026-03-12/image/c8162242-b82b-4200-8540-4d36e3823946_removebg.jpg?w=600', 'https://abimg003.imgix.net/AO62AUH/2026-03-12/image/6c0cd807-1f05-4c4d-9316-97806e668d7c_removebg.jpg?w=600', 'https://abimg003.imgix.net/AO62AUH/2026-03-12/image/92446de1-9369-4fb7-945f-d6ce3a1f30f7_removebg.jpg?w=600'], 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 06/13 - 10K, 11/13 - 20K, 08/14 - 29K, 08/17 - 53K, 10/18 - 63K, 01/20 - 72K, 03/21 - 79K,', 'remarks': '**421** VOSA STATES 34K, 49K, 53K, 59K, 66K, 76K, 83K, 85K, 94K, 105K, 111K, SPARE KEY', '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/ff7e0355-0b06-446c-8e2c-2fc3bae5a041.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 13:28:30 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120363866, 'registration': 'AO62AUH', 'account': 'WBA004', 'make': 'VOLKSWAGEN', 'model': 'GOLF HATCHBACK', 'derivative': '1.4 TSI Match 3dr', 'mileage': 112548, 'mileageWarranty': True, 'type': 'car', 'saleId': 18905, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 617}, 'saleStart': '2026-03-24T13:00Z', 'lot': 234, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2012-09-03', 'fuel': 'Petrol', 'motExpiry': None, 'doors': 3, 'engineSize': 1390, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/AO62AUH/2026-03-12/image/c571bdba-a30c-493a-90e7-86675197baa1_removebg.jpg?w=600', 'https://abimg003.imgix.net/AO62AUH/2026-03-12/image/c21a653b-f900-4cae-9f3a-d2f56ca2f401_removebg.jpg?w=600', 'https://abimg003.imgix.net/AO62AUH/2026-03-12/image/a8bde9a9-5f4f-47b9-be10-7d0b2b900187_removebg.jpg?w=600', 'https://abimg003.imgix.net/AO62AUH/2026-03-12/image/27fc8231-09fd-46b8-a1b6-449522655a41_removebg.jpg?w=600', 'https://abimg003.imgix.net/AO62AUH/2026-03-12/image/7e6cc271-4da1-437d-ad7d-e043cd78c60a_removebg.jpg?w=600', 'https://abimg003.imgix.net/AO62AUH/2026-03-12/image/05e8fe72-fc23-465b-986c-afef3e53ff61_removebg.jpg?w=600', 'https://abimg003.imgix.net/AO62AUH/2026-03-12/image/c8162242-b82b-4200-8540-4d36e3823946_removebg.jpg?w=600', 'https://abimg003.imgix.net/AO62AUH/2026-03-12/image/6c0cd807-1f05-4c4d-9316-97806e668d7c_removebg.jpg?w=600', 'https://abimg003.imgix.net/AO62AUH/2026-03-12/image/92446de1-9369-4fb7-945f-d6ce3a1f30f7_removebg.jpg?w=600'], 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 06/13 - 10K, 11/13 - 20K, 08/14 - 29K, 08/17 - 53K, 10/18 - 63K, 01/20 - 72K, 03/21 - 79K,', 'remarks': '**421** VOSA STATES 34K, 49K, 53K, 59K, 66K, 76K, 83K, 85K, 94K, 105K, 111K, SPARE KEY', '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/ff7e0355-0b06-446c-8e2c-2fc3bae5a041.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 13:28:30 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5d955bc1-cc20-5c12-9b38-9f52978c23ba with identifier: 120363866
2026-03-24 13:28:30 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5d955bc1-cc20-5c12-9b38-9f52978c23ba with scrape type 2
2026-03-24 13:28:30 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5d955bc1-cc20-5c12-9b38-9f52978c23ba with scrape type 2
2026-03-24 13:28:30 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 5d955bc1-cc20-5c12-9b38-9f52978c23ba, identifier: 120363866
2026-03-24 13:28:30 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 5d955bc1-cc20-5c12-9b38-9f52978c23ba with identifier: 120363866
2026-03-24 13:28:30 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 5d955bc1-cc20-5c12-9b38-9f52978c23ba with identifier: 120363866
2026-03-24 13:28:30 [scrapy.core.scraper] INFO: Dropped: Dropping expired listing: 5d955bc1-cc20-5c12-9b38-9f52978c23ba with expiration date: 2026-03-24T13:00:00Z
{'auction_title': '',
'c_o_2_emission_value': 144,
'color': 'WHITE',
'currency': 'GBP',
'doors_number': 3,
'emission_standard': 'EURO 5',
'engine': '1.4L',
'expiration_date': '2026-03-24T13:00:00Z',
'fuel_type': 'Petrol',
'id': '5d955bc1-cc20-5c12-9b38-9f52978c23ba',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'AO62AUH',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120363866',
'listing': 'auction',
'location': 'Aston Barclay Wakefield',
'make': 'VOLKSWAGEN',
'model': 'GOLF HATCHBACK',
'odometer': 112548,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2012-09-03',
'seller_name': 'UKCGR - Trade',
'title': 'VOLKSWAGEN GOLF HATCHBACK 1.4 TSI Match 3dr',
'transmission': 'manual',
'trim': '1.4 TSI Match 3dr',
'vin': None,
'year': 2012}
2026-03-24 13:28:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:28:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120363866%27 HTTP/1.1" 200 None
2026-03-24 13:28:30 [astonbarclay.gb] INFO: Saving data for 120363866: {'auction_closing_time': 1774357200.0, 'created_time': 1773403243.394958, 'last_price_update_time': 1774358910.814294}
2026-03-24 13:28:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:28:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120363866') HTTP/1.1" 204 0
2026-03-24 13:28:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120612124?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-24 13:28:31 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:28:31 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120612124, 'registration': 'YY52WSX', 'account': 'WBA004', 'make': 'MINI', 'model': 'HATCHBACK', 'derivative': '1.6 Cooper 3dr', 'mileage': 103898, 'mileageWarranty': True, 'type': 'car', 'saleId': 18905, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 617}, 'saleStart': '2026-03-24T13:00Z', 'lot': 233, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2003-01-15', 'fuel': 'Petrol', 'motExpiry': '2026-06-24', 'doors': 3, 'engineSize': 1598, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/YY52WSX/2026-03-20/image/a4107930-f191-429a-b3a3-3d2e688b33cd_removebg.jpg?w=600', 'https://abimg003.imgix.net/YY52WSX/2026-03-20/image/ff2d203a-10e8-4cf9-a65a-0b97c738f9d7_removebg.jpg?w=600', 'https://abimg003.imgix.net/YY52WSX/2026-03-20/image/1e51340b-2065-40fd-9e83-7b221e74756f_removebg.jpg?w=600', 'https://abimg003.imgix.net/YY52WSX/2026-03-20/image/a2c15b49-de4c-4891-a82a-56db65cc068d_removebg.jpg?w=600', 'https://abimg003.imgix.net/YY52WSX/2026-03-20/image/bd4b84d5-1f1d-40ca-ad9d-ce7f20099930_removebg.jpg?w=600', 'https://abimg003.imgix.net/YY52WSX/2026-03-20/image/3ec45402-9948-4c50-a3b5-9ba36c7c694a_removebg.jpg?w=600', 'https://abimg003.imgix.net/YY52WSX/2026-03-20/image/7f347285-ff46-4e96-83ce-c35616d53a97_removebg.jpg?w=600', 'https://abimg003.imgix.net/YY52WSX/2026-03-20/image/1179b259-855f-488d-9b53-3787a0299043_removebg.jpg?w=600', 'https://abimg003.imgix.net/YY52WSX/2026-03-20/image/50ed7611-135f-4d66-8f7c-ddabb31d13ac_removebg.jpg?w=600'], 'colour': 'BLUE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': '**734** VOSA STATES 28K, 34K, 39K, 46K, 51K, 55K, 59K, 63K, 66K, 70K, 74K, 78K, 82K, 86K, 89K, 94K, 97K, 99K, 101K', 'virtual': False, 'seller': 'UKCGR - Trade', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '2', 'v5': True, 'v5details': 'Here', 'co2': 163, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/243770e3-76a5-4491-a8a7-c1bafa051c00.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': None, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 13:28:31 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120612124, 'registration': 'YY52WSX', 'account': 'WBA004', 'make': 'MINI', 'model': 'HATCHBACK', 'derivative': '1.6 Cooper 3dr', 'mileage': 103898, 'mileageWarranty': True, 'type': 'car', 'saleId': 18905, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 617}, 'saleStart': '2026-03-24T13:00Z', 'lot': 233, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2003-01-15', 'fuel': 'Petrol', 'motExpiry': '2026-06-24', 'doors': 3, 'engineSize': 1598, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/YY52WSX/2026-03-20/image/a4107930-f191-429a-b3a3-3d2e688b33cd_removebg.jpg?w=600', 'https://abimg003.imgix.net/YY52WSX/2026-03-20/image/ff2d203a-10e8-4cf9-a65a-0b97c738f9d7_removebg.jpg?w=600', 'https://abimg003.imgix.net/YY52WSX/2026-03-20/image/1e51340b-2065-40fd-9e83-7b221e74756f_removebg.jpg?w=600', 'https://abimg003.imgix.net/YY52WSX/2026-03-20/image/a2c15b49-de4c-4891-a82a-56db65cc068d_removebg.jpg?w=600', 'https://abimg003.imgix.net/YY52WSX/2026-03-20/image/bd4b84d5-1f1d-40ca-ad9d-ce7f20099930_removebg.jpg?w=600', 'https://abimg003.imgix.net/YY52WSX/2026-03-20/image/3ec45402-9948-4c50-a3b5-9ba36c7c694a_removebg.jpg?w=600', 'https://abimg003.imgix.net/YY52WSX/2026-03-20/image/7f347285-ff46-4e96-83ce-c35616d53a97_removebg.jpg?w=600', 'https://abimg003.imgix.net/YY52WSX/2026-03-20/image/1179b259-855f-488d-9b53-3787a0299043_removebg.jpg?w=600', 'https://abimg003.imgix.net/YY52WSX/2026-03-20/image/50ed7611-135f-4d66-8f7c-ddabb31d13ac_removebg.jpg?w=600'], 'colour': 'BLUE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': '**734** VOSA STATES 28K, 34K, 39K, 46K, 51K, 55K, 59K, 63K, 66K, 70K, 74K, 78K, 82K, 86K, 89K, 94K, 97K, 99K, 101K', 'virtual': False, 'seller': 'UKCGR - Trade', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '2', 'v5': True, 'v5details': 'Here', 'co2': 163, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/243770e3-76a5-4491-a8a7-c1bafa051c00.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': None, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 13:28:31 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f3b203d6-3554-575d-8401-f5567021c250 with identifier: 120612124
2026-03-24 13:28:31 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f3b203d6-3554-575d-8401-f5567021c250 with scrape type 2
2026-03-24 13:28:31 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f3b203d6-3554-575d-8401-f5567021c250 with scrape type 2
2026-03-24 13:28:31 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: f3b203d6-3554-575d-8401-f5567021c250, identifier: 120612124
2026-03-24 13:28:31 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: f3b203d6-3554-575d-8401-f5567021c250 with identifier: 120612124
2026-03-24 13:28:31 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: f3b203d6-3554-575d-8401-f5567021c250 with identifier: 120612124
2026-03-24 13:28:31 [scrapy.core.scraper] INFO: Dropped: Dropping expired listing: f3b203d6-3554-575d-8401-f5567021c250 with expiration date: 2026-03-24T13:00:00Z
{'auction_title': '',
'c_o_2_emission_value': 163,
'color': 'BLUE',
'currency': 'GBP',
'doors_number': 3,
'emission_standard': None,
'engine': '1.6L',
'expiration_date': '2026-03-24T13:00:00Z',
'fuel_type': 'Petrol',
'id': 'f3b203d6-3554-575d-8401-f5567021c250',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'YY52WSX',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120612124',
'listing': 'auction',
'location': 'Aston Barclay Wakefield',
'make': 'MINI',
'model': 'HATCHBACK',
'odometer': 103898,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2003-01-15',
'seller_name': 'UKCGR - Trade',
'title': 'MINI HATCHBACK 1.6 Cooper 3dr',
'transmission': 'manual',
'trim': '1.6 Cooper 3dr',
'vin': None,
'year': 2003}
2026-03-24 13:28:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:28:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120612124%27 HTTP/1.1" 200 None
2026-03-24 13:28:31 [astonbarclay.gb] INFO: Saving data for 120612124: {'auction_closing_time': 1774357200.0, 'created_time': 1773928910.475301, 'last_price_update_time': 1774358911.519459}
2026-03-24 13:28:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:28:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120612124') HTTP/1.1" 204 0
2026-03-24 13:28:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120373910?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-24 13:28:32 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:28:32 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120373910, 'registration': 'SR16WEW', 'account': 'WBA003', 'make': 'MAZDA', 'model': 'MAZDA3 DIESEL HATCHBACK', 'derivative': '2.2d Sport Nav 5dr', 'mileage': 115869, 'mileageWarranty': True, 'type': 'car', 'saleId': 18905, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 617}, 'saleStart': '2026-03-24T13:00Z', 'lot': 228, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2016-05-31', 'fuel': 'Diesel', 'motExpiry': '2026-11-30', 'doors': 5, 'engineSize': 2184, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/SR16WEW/2026-03-12/image/d7878cee-3789-4a32-a2f3-12e3ce3715e1_removebg.jpg?w=600', 'https://abimg003.imgix.net/SR16WEW/2026-03-12/image/619be60d-2085-4d16-a29a-37ac49099e51_removebg.jpg?w=600', 'https://abimg003.imgix.net/SR16WEW/2026-03-12/image/e96a4e1f-01eb-495e-b09d-dafc74908002_removebg.jpg?w=600', 'https://abimg003.imgix.net/SR16WEW/2026-03-12/image/72c20c44-ee9d-4958-9a11-7ad318f3f18c_removebg.jpg?w=600', 'https://abimg003.imgix.net/SR16WEW/2026-03-12/image/7881c6fa-e04a-46e9-b44c-cc407be5c5a4_removebg.jpg?w=600', 'https://abimg003.imgix.net/SR16WEW/2026-03-12/image/0dadb9ed-c823-4ce3-b8f5-dd3f7842752a_removebg.jpg?w=600', 'https://abimg003.imgix.net/SR16WEW/2026-03-12/image/2e339848-20d4-4509-93ba-f495a1469184_removebg.jpg?w=600', 'https://abimg003.imgix.net/SR16WEW/2026-03-12/image/0fa3fab3-5c52-47ff-9e60-86b068dee69c_removebg.jpg?w=600', 'https://abimg003.imgix.net/SR16WEW/2026-03-12/image/3d1a6e68-10b7-47e1-8a65-78bcb2cf061b_removebg.jpg?w=600'], 'colour': 'BLUE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 06/17 - 16K, 09/18 - 43K, 06/19 - 59K, 12/20 - 74K, 11/21 - 86K, NO DATE - 97K, 11/24 - 106K, 11/25 - 113K,', 'remarks': 'USED UNRECORDED - Damage is front end and minor dents/scratches **557** VOSA STATES 58K, 73K, 86K, 93K, 98K, 105K, 112K, SD CARD', 'virtual': False, 'seller': 'UKCGR - Select', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '3', 'v5': True, 'v5details': 'Here', 'co2': 107, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': None, 'assuredType': None, 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 13:28:32 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120373910, 'registration': 'SR16WEW', 'account': 'WBA003', 'make': 'MAZDA', 'model': 'MAZDA3 DIESEL HATCHBACK', 'derivative': '2.2d Sport Nav 5dr', 'mileage': 115869, 'mileageWarranty': True, 'type': 'car', 'saleId': 18905, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 617}, 'saleStart': '2026-03-24T13:00Z', 'lot': 228, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2016-05-31', 'fuel': 'Diesel', 'motExpiry': '2026-11-30', 'doors': 5, 'engineSize': 2184, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/SR16WEW/2026-03-12/image/d7878cee-3789-4a32-a2f3-12e3ce3715e1_removebg.jpg?w=600', 'https://abimg003.imgix.net/SR16WEW/2026-03-12/image/619be60d-2085-4d16-a29a-37ac49099e51_removebg.jpg?w=600', 'https://abimg003.imgix.net/SR16WEW/2026-03-12/image/e96a4e1f-01eb-495e-b09d-dafc74908002_removebg.jpg?w=600', 'https://abimg003.imgix.net/SR16WEW/2026-03-12/image/72c20c44-ee9d-4958-9a11-7ad318f3f18c_removebg.jpg?w=600', 'https://abimg003.imgix.net/SR16WEW/2026-03-12/image/7881c6fa-e04a-46e9-b44c-cc407be5c5a4_removebg.jpg?w=600', 'https://abimg003.imgix.net/SR16WEW/2026-03-12/image/0dadb9ed-c823-4ce3-b8f5-dd3f7842752a_removebg.jpg?w=600', 'https://abimg003.imgix.net/SR16WEW/2026-03-12/image/2e339848-20d4-4509-93ba-f495a1469184_removebg.jpg?w=600', 'https://abimg003.imgix.net/SR16WEW/2026-03-12/image/0fa3fab3-5c52-47ff-9e60-86b068dee69c_removebg.jpg?w=600', 'https://abimg003.imgix.net/SR16WEW/2026-03-12/image/3d1a6e68-10b7-47e1-8a65-78bcb2cf061b_removebg.jpg?w=600'], 'colour': 'BLUE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 06/17 - 16K, 09/18 - 43K, 06/19 - 59K, 12/20 - 74K, 11/21 - 86K, NO DATE - 97K, 11/24 - 106K, 11/25 - 113K,', 'remarks': 'USED UNRECORDED - Damage is front end and minor dents/scratches **557** VOSA STATES 58K, 73K, 86K, 93K, 98K, 105K, 112K, SD CARD', 'virtual': False, 'seller': 'UKCGR - Select', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '3', 'v5': True, 'v5details': 'Here', 'co2': 107, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': None, 'assuredType': None, 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 13:28:32 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: df981d38-e6fa-51c3-997a-f1992a4c2996 with identifier: 120373910
2026-03-24 13:28:32 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item df981d38-e6fa-51c3-997a-f1992a4c2996 with scrape type 2
2026-03-24 13:28:32 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item df981d38-e6fa-51c3-997a-f1992a4c2996 with scrape type 2
2026-03-24 13:28:32 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: df981d38-e6fa-51c3-997a-f1992a4c2996, identifier: 120373910
2026-03-24 13:28:32 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: df981d38-e6fa-51c3-997a-f1992a4c2996 with identifier: 120373910
2026-03-24 13:28:32 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: df981d38-e6fa-51c3-997a-f1992a4c2996 with identifier: 120373910
2026-03-24 13:28:32 [scrapy.core.scraper] INFO: Dropped: Dropping expired listing: df981d38-e6fa-51c3-997a-f1992a4c2996 with expiration date: 2026-03-24T13:00:00Z
{'auction_title': '',
'c_o_2_emission_value': 107,
'color': 'BLUE',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '2.2L',
'expiration_date': '2026-03-24T13:00:00Z',
'fuel_type': 'Diesel',
'id': 'df981d38-e6fa-51c3-997a-f1992a4c2996',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'SR16WEW',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120373910',
'listing': 'auction',
'location': 'Aston Barclay Wakefield',
'make': 'MAZDA',
'model': 'MAZDA3 DIESEL HATCHBACK',
'odometer': 115869,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2016-05-31',
'seller_name': 'UKCGR - Select',
'title': 'MAZDA MAZDA3 DIESEL HATCHBACK 2.2d Sport Nav 5dr',
'transmission': 'manual',
'trim': '2.2d Sport Nav 5dr',
'vin': None,
'year': 2016}
2026-03-24 13:28:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:28:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120373910%27 HTTP/1.1" 200 None
2026-03-24 13:28:32 [astonbarclay.gb] INFO: Saving data for 120373910: {'auction_closing_time': 1774357200.0, 'created_time': 1773402654.963452, 'last_price_update_time': 1774358912.770784}
2026-03-24 13:28:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:28:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120373910') HTTP/1.1" 204 0
2026-03-24 13:28:34 [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-24 13:28:34 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:28:34 [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': 18905, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 617}, 'saleStart': '2026-03-24T13:00Z', 'lot': 291, 'hall': 'Hall 1', '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-24 13:28:34 [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': 18905, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 617}, 'saleStart': '2026-03-24T13:00Z', 'lot': 291, 'hall': 'Hall 1', '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-24 13:28:34 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ebda5703-83c1-59aa-910a-da0127d0306f with identifier: 120560634
2026-03-24 13:28:34 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ebda5703-83c1-59aa-910a-da0127d0306f with scrape type 2
2026-03-24 13:28:34 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ebda5703-83c1-59aa-910a-da0127d0306f with scrape type 2
2026-03-24 13:28:34 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: ebda5703-83c1-59aa-910a-da0127d0306f, identifier: 120560634
2026-03-24 13:28:34 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: ebda5703-83c1-59aa-910a-da0127d0306f with identifier: 120560634
2026-03-24 13:28:34 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: ebda5703-83c1-59aa-910a-da0127d0306f with identifier: 120560634
2026-03-24 13:28:34 [scrapy.core.scraper] INFO: Dropped: Dropping expired listing: ebda5703-83c1-59aa-910a-da0127d0306f with expiration date: 2026-03-24T13:00:00Z
{'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-24T13:00: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-24 13:28:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:28:34 [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-24 13:28:34 [astonbarclay.gb] INFO: Saving data for 120560634: {'auction_closing_time': 1774357200.0, 'created_time': 1773831127.292537, 'last_price_update_time': 1774358914.289392}
2026-03-24 13:28:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:28:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120560634') HTTP/1.1" 204 0
2026-03-24 13:28:35 [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-24 13:28:35 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:28:35 [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': 18905, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 617}, 'saleStart': '2026-03-24T13:00Z', 'lot': 232, 'hall': 'Hall 1', '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-24 13:28:35 [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': 18905, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 617}, 'saleStart': '2026-03-24T13:00Z', 'lot': 232, 'hall': 'Hall 1', '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-24 13:28:35 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 29f46965-b796-5412-8d88-78a65b8e0ea2 with identifier: 120502496
2026-03-24 13:28:35 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 29f46965-b796-5412-8d88-78a65b8e0ea2 with scrape type 2
2026-03-24 13:28:35 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 29f46965-b796-5412-8d88-78a65b8e0ea2 with scrape type 2
2026-03-24 13:28:35 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 29f46965-b796-5412-8d88-78a65b8e0ea2, identifier: 120502496
2026-03-24 13:28:35 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 29f46965-b796-5412-8d88-78a65b8e0ea2 with identifier: 120502496
2026-03-24 13:28:35 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 29f46965-b796-5412-8d88-78a65b8e0ea2 with identifier: 120502496
2026-03-24 13:28:35 [scrapy.core.scraper] INFO: Dropped: Dropping expired listing: 29f46965-b796-5412-8d88-78a65b8e0ea2 with expiration date: 2026-03-24T13:00:00Z
{'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-24T13:00: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-24 13:28:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:28:35 [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-24 13:28:35 [astonbarclay.gb] INFO: Saving data for 120502496: {'auction_closing_time': 1774357200.0, 'created_time': 1773741792.389726, 'last_price_update_time': 1774358915.604154}
2026-03-24 13:28:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:28:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120502496') HTTP/1.1" 204 0
2026-03-24 13:28:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120288061?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-24 13:28:36 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:28:36 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120288061, 'registration': 'SH68YRY', 'account': 'WBA002', 'make': 'SKODA', 'model': 'FABIA HATCHBACK', 'derivative': '1.0 MPI 75 SE 5dr', 'mileage': 90686, 'mileageWarranty': True, 'type': 'car', 'saleId': 18905, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 617}, 'saleStart': '2026-03-24T13:00Z', 'lot': 220, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2018-12-20', 'fuel': 'Petrol', 'motExpiry': '2026-08-28', 'doors': 5, 'engineSize': 999, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/SH68YRY/2026-03-11/image/de962ad4-e378-4151-8e0b-1c853f477fbe_removebg.jpg?w=600', 'https://abimg003.imgix.net/SH68YRY/2026-03-11/image/dbf4d7a0-41a2-4fcf-9e1e-1a0168b80dd3_removebg.jpg?w=600', 'https://abimg003.imgix.net/SH68YRY/2026-03-11/image/001f79c6-0ba6-42db-8763-89adddedf8a9_removebg.jpg?w=600', 'https://abimg003.imgix.net/SH68YRY/2026-03-11/image/028fcb47-e46e-465b-9e33-e729f83a0b65_removebg.jpg?w=600', 'https://abimg003.imgix.net/SH68YRY/2026-03-11/image/12786c3a-7b1b-4ccf-a4ea-a1141116ca28_removebg.jpg?w=600', 'https://abimg003.imgix.net/SH68YRY/2026-03-11/image/088fda04-47be-47f3-ac7d-7715978f0ed5_removebg.jpg?w=600', 'https://abimg003.imgix.net/SH68YRY/2026-03-11/image/27262492-91fa-46ac-81e1-655e831c049e_removebg.jpg?w=600', 'https://abimg003.imgix.net/SH68YRY/2026-03-11/image/93a5ce55-ad95-4d05-a9d4-a3c7aa707ddc_removebg.jpg?w=600', 'https://abimg003.imgix.net/SH68YRY/2026-03-11/image/b09c59a3-3fd4-404a-98d3-0966111c9fb3_removebg.jpg?w=600'], 'colour': 'RED', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print 01/26 - 88K', 'remarks': '**691** VOSA STATES 23K, 36K, 48K, 62K, 79K, SPARE KEY', 'virtual': False, 'seller': 'UKCGR - Premium', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '1', 'v5': True, 'v5details': 'Here', 'co2': 111, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/efc7a261-bcbd-4709-9178-bc73b8429384.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 13:28:36 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120288061, 'registration': 'SH68YRY', 'account': 'WBA002', 'make': 'SKODA', 'model': 'FABIA HATCHBACK', 'derivative': '1.0 MPI 75 SE 5dr', 'mileage': 90686, 'mileageWarranty': True, 'type': 'car', 'saleId': 18905, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 617}, 'saleStart': '2026-03-24T13:00Z', 'lot': 220, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2018-12-20', 'fuel': 'Petrol', 'motExpiry': '2026-08-28', 'doors': 5, 'engineSize': 999, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/SH68YRY/2026-03-11/image/de962ad4-e378-4151-8e0b-1c853f477fbe_removebg.jpg?w=600', 'https://abimg003.imgix.net/SH68YRY/2026-03-11/image/dbf4d7a0-41a2-4fcf-9e1e-1a0168b80dd3_removebg.jpg?w=600', 'https://abimg003.imgix.net/SH68YRY/2026-03-11/image/001f79c6-0ba6-42db-8763-89adddedf8a9_removebg.jpg?w=600', 'https://abimg003.imgix.net/SH68YRY/2026-03-11/image/028fcb47-e46e-465b-9e33-e729f83a0b65_removebg.jpg?w=600', 'https://abimg003.imgix.net/SH68YRY/2026-03-11/image/12786c3a-7b1b-4ccf-a4ea-a1141116ca28_removebg.jpg?w=600', 'https://abimg003.imgix.net/SH68YRY/2026-03-11/image/088fda04-47be-47f3-ac7d-7715978f0ed5_removebg.jpg?w=600', 'https://abimg003.imgix.net/SH68YRY/2026-03-11/image/27262492-91fa-46ac-81e1-655e831c049e_removebg.jpg?w=600', 'https://abimg003.imgix.net/SH68YRY/2026-03-11/image/93a5ce55-ad95-4d05-a9d4-a3c7aa707ddc_removebg.jpg?w=600', 'https://abimg003.imgix.net/SH68YRY/2026-03-11/image/b09c59a3-3fd4-404a-98d3-0966111c9fb3_removebg.jpg?w=600'], 'colour': 'RED', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print 01/26 - 88K', 'remarks': '**691** VOSA STATES 23K, 36K, 48K, 62K, 79K, SPARE KEY', 'virtual': False, 'seller': 'UKCGR - Premium', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '1', 'v5': True, 'v5details': 'Here', 'co2': 111, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/efc7a261-bcbd-4709-9178-bc73b8429384.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 13:28:36 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2a895801-7003-5044-8cf6-90ae5bb60b47 with identifier: 120288061
2026-03-24 13:28:36 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2a895801-7003-5044-8cf6-90ae5bb60b47 with scrape type 2
2026-03-24 13:28:36 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2a895801-7003-5044-8cf6-90ae5bb60b47 with scrape type 2
2026-03-24 13:28:36 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 2a895801-7003-5044-8cf6-90ae5bb60b47, identifier: 120288061
2026-03-24 13:28:36 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 2a895801-7003-5044-8cf6-90ae5bb60b47 with identifier: 120288061
2026-03-24 13:28:36 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 2a895801-7003-5044-8cf6-90ae5bb60b47 with identifier: 120288061
2026-03-24 13:28:36 [scrapy.core.scraper] INFO: Dropped: Dropping expired listing: 2a895801-7003-5044-8cf6-90ae5bb60b47 with expiration date: 2026-03-24T13:00:00Z
{'auction_title': '',
'c_o_2_emission_value': 111,
'color': 'RED',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.0L',
'expiration_date': '2026-03-24T13:00:00Z',
'fuel_type': 'Petrol',
'id': '2a895801-7003-5044-8cf6-90ae5bb60b47',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'SH68YRY',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120288061',
'listing': 'auction',
'location': 'Aston Barclay Wakefield',
'make': 'SKODA',
'model': 'FABIA HATCHBACK',
'odometer': 90686,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2018-12-20',
'seller_name': 'UKCGR - Premium',
'title': 'SKODA FABIA HATCHBACK 1.0 MPI 75 SE 5dr',
'transmission': 'manual',
'trim': '1.0 MPI 75 SE 5dr',
'vin': None,
'year': 2018}
2026-03-24 13:28:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:28:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120288061%27 HTTP/1.1" 200 None
2026-03-24 13:28:36 [astonbarclay.gb] INFO: Saving data for 120288061: {'auction_closing_time': 1774357200.0, 'created_time': 1773404733.976732, 'last_price_update_time': 1774358916.299741}
2026-03-24 13:28:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:28:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120288061') HTTP/1.1" 204 0
2026-03-24 13:28:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120615827?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-24 13:28:37 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:28:37 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120615827, 'registration': 'AF08ELA', 'account': 'WBA004', 'make': 'VAUXHALL', 'model': 'VECTRA ESTATE', 'derivative': '1.8i VVT Life 5dr', 'mileage': 182105, 'mileageWarranty': True, 'type': 'car', 'saleId': 18905, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 617}, 'saleStart': '2026-03-24T13:00Z', 'lot': 217, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2008-07-14', 'fuel': 'Petrol', 'motExpiry': '2026-07-02', 'doors': 5, 'engineSize': 1796, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/AF08ELA/2026-03-20/image/6d447c77-0e62-4e04-9e02-52fd02476f0e_removebg.jpg?w=600', 'https://abimg003.imgix.net/AF08ELA/2026-03-20/image/afac9df1-833b-454f-b037-1565f934a09d_removebg.jpg?w=600', 'https://abimg003.imgix.net/AF08ELA/2026-03-20/image/02c8e08d-6662-4191-b31e-d529323fa3ae_removebg.jpg?w=600', 'https://abimg003.imgix.net/AF08ELA/2026-03-20/image/e661f3f4-1cb6-4a5b-b6ee-8219d34f1562_removebg.jpg?w=600', 'https://abimg003.imgix.net/AF08ELA/2026-03-20/image/ae70a7cd-35c4-492e-b7bc-2ca257d65421_removebg.jpg?w=600', 'https://abimg003.imgix.net/AF08ELA/2026-03-20/image/75955dbf-e40f-4b3e-89d5-f6b11f048abd_removebg.jpg?w=600', 'https://abimg003.imgix.net/AF08ELA/2026-03-20/image/17942dda-89f2-4f40-97aa-9551c5e99862_removebg.jpg?w=600', 'https://abimg003.imgix.net/AF08ELA/2026-03-20/image/c8e25be7-0280-4783-9a5d-fe6732e4b75b_removebg.jpg?w=600', 'https://abimg003.imgix.net/AF08ELA/2026-03-20/image/e42ce11f-a8fc-49b2-afa9-2e0dc3c8fcc5_removebg.jpg?w=600'], 'colour': 'BLUE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': '**581** VOSA STATES 53K, 56K, 61K, 67K, 74K, 82K, 88K, 94K, 99K, 102K, 106K, 110K, 112K, 135K, 164K', 'virtual': False, 'seller': 'UKCGR - Trade', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '4', 'v5': True, 'v5details': 'Here', 'co2': 180, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/abf3c40f-298d-4c7b-b428-51f8ff197e73.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 4, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 13:28:37 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120615827, 'registration': 'AF08ELA', 'account': 'WBA004', 'make': 'VAUXHALL', 'model': 'VECTRA ESTATE', 'derivative': '1.8i VVT Life 5dr', 'mileage': 182105, 'mileageWarranty': True, 'type': 'car', 'saleId': 18905, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 617}, 'saleStart': '2026-03-24T13:00Z', 'lot': 217, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2008-07-14', 'fuel': 'Petrol', 'motExpiry': '2026-07-02', 'doors': 5, 'engineSize': 1796, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/AF08ELA/2026-03-20/image/6d447c77-0e62-4e04-9e02-52fd02476f0e_removebg.jpg?w=600', 'https://abimg003.imgix.net/AF08ELA/2026-03-20/image/afac9df1-833b-454f-b037-1565f934a09d_removebg.jpg?w=600', 'https://abimg003.imgix.net/AF08ELA/2026-03-20/image/02c8e08d-6662-4191-b31e-d529323fa3ae_removebg.jpg?w=600', 'https://abimg003.imgix.net/AF08ELA/2026-03-20/image/e661f3f4-1cb6-4a5b-b6ee-8219d34f1562_removebg.jpg?w=600', 'https://abimg003.imgix.net/AF08ELA/2026-03-20/image/ae70a7cd-35c4-492e-b7bc-2ca257d65421_removebg.jpg?w=600', 'https://abimg003.imgix.net/AF08ELA/2026-03-20/image/75955dbf-e40f-4b3e-89d5-f6b11f048abd_removebg.jpg?w=600', 'https://abimg003.imgix.net/AF08ELA/2026-03-20/image/17942dda-89f2-4f40-97aa-9551c5e99862_removebg.jpg?w=600', 'https://abimg003.imgix.net/AF08ELA/2026-03-20/image/c8e25be7-0280-4783-9a5d-fe6732e4b75b_removebg.jpg?w=600', 'https://abimg003.imgix.net/AF08ELA/2026-03-20/image/e42ce11f-a8fc-49b2-afa9-2e0dc3c8fcc5_removebg.jpg?w=600'], 'colour': 'BLUE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': '**581** VOSA STATES 53K, 56K, 61K, 67K, 74K, 82K, 88K, 94K, 99K, 102K, 106K, 110K, 112K, 135K, 164K', 'virtual': False, 'seller': 'UKCGR - Trade', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '4', 'v5': True, 'v5details': 'Here', 'co2': 180, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/abf3c40f-298d-4c7b-b428-51f8ff197e73.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 4, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 13:28:37 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2f88cb1e-f5dc-5930-bb40-f65d459c769a with identifier: 120615827
2026-03-24 13:28:37 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2f88cb1e-f5dc-5930-bb40-f65d459c769a with scrape type 2
2026-03-24 13:28:37 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2f88cb1e-f5dc-5930-bb40-f65d459c769a with scrape type 2
2026-03-24 13:28:37 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 2f88cb1e-f5dc-5930-bb40-f65d459c769a, identifier: 120615827
2026-03-24 13:28:37 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 2f88cb1e-f5dc-5930-bb40-f65d459c769a with identifier: 120615827
2026-03-24 13:28:37 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 2f88cb1e-f5dc-5930-bb40-f65d459c769a with identifier: 120615827
2026-03-24 13:28:37 [scrapy.core.scraper] INFO: Dropped: Dropping expired listing: 2f88cb1e-f5dc-5930-bb40-f65d459c769a with expiration date: 2026-03-24T13:00:00Z
{'auction_title': '',
'c_o_2_emission_value': 180,
'color': 'BLUE',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 4',
'engine': '1.8L',
'expiration_date': '2026-03-24T13:00:00Z',
'fuel_type': 'Petrol',
'id': '2f88cb1e-f5dc-5930-bb40-f65d459c769a',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'AF08ELA',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120615827',
'listing': 'auction',
'location': 'Aston Barclay Wakefield',
'make': 'VAUXHALL',
'model': 'VECTRA ESTATE',
'odometer': 182105,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2008-07-14',
'seller_name': 'UKCGR - Trade',
'title': 'VAUXHALL VECTRA ESTATE 1.8i VVT Life 5dr',
'transmission': 'manual',
'trim': '1.8i VVT Life 5dr',
'vin': None,
'year': 2008}
2026-03-24 13:28:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:28:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120615827%27 HTTP/1.1" 200 None
2026-03-24 13:28:37 [astonbarclay.gb] INFO: Saving data for 120615827: {'auction_closing_time': 1774357200.0, 'created_time': 1773947298.587799, 'last_price_update_time': 1774358917.406928}
2026-03-24 13:28:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:28:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120615827') HTTP/1.1" 204 0
2026-03-24 13:28:37 [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-24 13:28:37 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:28:37 [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': 18905, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 617}, 'saleStart': '2026-03-24T13:00Z', 'lot': 219, 'hall': 'Hall 1', '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-24 13:28:37 [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': 18905, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 617}, 'saleStart': '2026-03-24T13:00Z', 'lot': 219, 'hall': 'Hall 1', '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-24 13:28:37 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f644de44-33cd-5561-a5e5-f999ce9c6e7a with identifier: 120442120
2026-03-24 13:28:37 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f644de44-33cd-5561-a5e5-f999ce9c6e7a with scrape type 2
2026-03-24 13:28:37 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f644de44-33cd-5561-a5e5-f999ce9c6e7a with scrape type 2
2026-03-24 13:28:37 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: f644de44-33cd-5561-a5e5-f999ce9c6e7a, identifier: 120442120
2026-03-24 13:28:37 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: f644de44-33cd-5561-a5e5-f999ce9c6e7a with identifier: 120442120
2026-03-24 13:28:37 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: f644de44-33cd-5561-a5e5-f999ce9c6e7a with identifier: 120442120
2026-03-24 13:28:37 [scrapy.core.scraper] INFO: Dropped: Dropping expired listing: f644de44-33cd-5561-a5e5-f999ce9c6e7a with expiration date: 2026-03-24T13:00:00Z
{'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-24T13:00: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-24 13:28:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:28:37 [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-24 13:28:37 [astonbarclay.gb] INFO: Saving data for 120442120: {'auction_closing_time': 1774357200.0, 'created_time': 1773655441.913677, 'last_price_update_time': 1774358917.671517}
2026-03-24 13:28:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:28:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120442120') HTTP/1.1" 204 0
2026-03-24 13:28:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120668445?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-24 13:28:45 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:28:45 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120668445, 'registration': 'YS09ONA', 'account': 'WBA004', 'make': 'HONDA', 'model': 'JAZZ HATCHBACK', 'derivative': '1.2 i-VTEC SE 5dr', 'mileage': 56238, 'mileageWarranty': True, 'type': 'car', 'saleId': 18905, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 617}, 'saleStart': '2026-03-24T13:00Z', 'lot': 272, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2009-07-23', 'fuel': 'Petrol', 'motExpiry': '2026-07-21', 'doors': 5, 'engineSize': 1198, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/YS09ONA/2026-03-23/image/408864f1-b24d-47d1-84c7-0386f2aae26e_removebg.jpg?w=600', 'https://abimg003.imgix.net/YS09ONA/2026-03-23/image/ee7188b3-469c-4be0-a3cd-35405c2bedf0_removebg.jpg?w=600', 'https://abimg003.imgix.net/YS09ONA/2026-03-23/image/53704fa8-80a1-4bcc-a609-6e435a6a704e_removebg.jpg?w=600', 'https://abimg003.imgix.net/YS09ONA/2026-03-23/image/4bbc28f6-d1d3-4609-98d4-f28854191c67_removebg.jpg?w=600', 'https://abimg003.imgix.net/YS09ONA/2026-03-23/image/818e4009-840f-488b-8e95-a67367f24767_removebg.jpg?w=600', 'https://abimg003.imgix.net/YS09ONA/2026-03-23/image/a673ce97-1ff6-46d7-ad5d-0a0453f27e79_removebg.jpg?w=600', 'https://abimg003.imgix.net/YS09ONA/2026-03-23/image/3ea24a76-c3fd-4035-85a8-ae9877785931_removebg.jpg?w=600', 'https://abimg003.imgix.net/YS09ONA/2026-03-23/image/b768fccb-5a58-45a7-9c60-4ab4aff3c8dc_removebg.jpg?w=600', 'https://abimg003.imgix.net/YS09ONA/2026-03-23/image/69c6c141-1e00-44ca-8029-0f512af71f8c_removebg.jpg?w=600'], 'colour': 'SILVER', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print and book 06/10 - 4K, 07/11 - 8K, 07/12 - 12K, 07/13 - 15K, 07/14 - 20K, 07/15 - 24K, 07/16 - 28K, 07/17 - 31K, 07/18 - 35K, NO DATE - 29K, 07/20 - 42K, 07/21 - 44K, 07/24 - 51K, 06/25 - 54K', 'remarks': '**438** VOSA STATES 12K, 15K, 20K, 24K, 28K, 31K, 35K, 39K, 42K, 44K, 47K, 49K, 51K, 54K, SPARE KEY', 'virtual': False, 'seller': 'UKCGR - Trade', '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/1a384921-f6c5-4134-874d-e3b07eb35376.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 4, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 13:28:45 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120668445, 'registration': 'YS09ONA', 'account': 'WBA004', 'make': 'HONDA', 'model': 'JAZZ HATCHBACK', 'derivative': '1.2 i-VTEC SE 5dr', 'mileage': 56238, 'mileageWarranty': True, 'type': 'car', 'saleId': 18905, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 617}, 'saleStart': '2026-03-24T13:00Z', 'lot': 272, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2009-07-23', 'fuel': 'Petrol', 'motExpiry': '2026-07-21', 'doors': 5, 'engineSize': 1198, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/YS09ONA/2026-03-23/image/408864f1-b24d-47d1-84c7-0386f2aae26e_removebg.jpg?w=600', 'https://abimg003.imgix.net/YS09ONA/2026-03-23/image/ee7188b3-469c-4be0-a3cd-35405c2bedf0_removebg.jpg?w=600', 'https://abimg003.imgix.net/YS09ONA/2026-03-23/image/53704fa8-80a1-4bcc-a609-6e435a6a704e_removebg.jpg?w=600', 'https://abimg003.imgix.net/YS09ONA/2026-03-23/image/4bbc28f6-d1d3-4609-98d4-f28854191c67_removebg.jpg?w=600', 'https://abimg003.imgix.net/YS09ONA/2026-03-23/image/818e4009-840f-488b-8e95-a67367f24767_removebg.jpg?w=600', 'https://abimg003.imgix.net/YS09ONA/2026-03-23/image/a673ce97-1ff6-46d7-ad5d-0a0453f27e79_removebg.jpg?w=600', 'https://abimg003.imgix.net/YS09ONA/2026-03-23/image/3ea24a76-c3fd-4035-85a8-ae9877785931_removebg.jpg?w=600', 'https://abimg003.imgix.net/YS09ONA/2026-03-23/image/b768fccb-5a58-45a7-9c60-4ab4aff3c8dc_removebg.jpg?w=600', 'https://abimg003.imgix.net/YS09ONA/2026-03-23/image/69c6c141-1e00-44ca-8029-0f512af71f8c_removebg.jpg?w=600'], 'colour': 'SILVER', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print and book 06/10 - 4K, 07/11 - 8K, 07/12 - 12K, 07/13 - 15K, 07/14 - 20K, 07/15 - 24K, 07/16 - 28K, 07/17 - 31K, 07/18 - 35K, NO DATE - 29K, 07/20 - 42K, 07/21 - 44K, 07/24 - 51K, 06/25 - 54K', 'remarks': '**438** VOSA STATES 12K, 15K, 20K, 24K, 28K, 31K, 35K, 39K, 42K, 44K, 47K, 49K, 51K, 54K, SPARE KEY', 'virtual': False, 'seller': 'UKCGR - Trade', '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/1a384921-f6c5-4134-874d-e3b07eb35376.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 4, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 13:28:45 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1f424c4c-a22b-5057-a4b9-d4b297bcf635 with identifier: 120668445
2026-03-24 13:28:45 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1f424c4c-a22b-5057-a4b9-d4b297bcf635 with scrape type 2
2026-03-24 13:28:45 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1f424c4c-a22b-5057-a4b9-d4b297bcf635 with scrape type 2
2026-03-24 13:28:45 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 1f424c4c-a22b-5057-a4b9-d4b297bcf635, identifier: 120668445
2026-03-24 13:28:45 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 1f424c4c-a22b-5057-a4b9-d4b297bcf635 with identifier: 120668445
2026-03-24 13:28:45 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 1f424c4c-a22b-5057-a4b9-d4b297bcf635 with identifier: 120668445
2026-03-24 13:28:45 [scrapy.core.scraper] INFO: Dropped: Dropping expired listing: 1f424c4c-a22b-5057-a4b9-d4b297bcf635 with expiration date: 2026-03-24T13:00:00Z
{'auction_title': '',
'c_o_2_emission_value': 125,
'color': 'SILVER',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 4',
'engine': '1.2L',
'expiration_date': '2026-03-24T13:00:00Z',
'fuel_type': 'Petrol',
'id': '1f424c4c-a22b-5057-a4b9-d4b297bcf635',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'YS09ONA',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120668445',
'listing': 'auction',
'location': 'Aston Barclay Wakefield',
'make': 'HONDA',
'model': 'JAZZ HATCHBACK',
'odometer': 56238,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2009-07-23',
'seller_name': 'UKCGR - Trade',
'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-24 13:28:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:28:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120668445%27 HTTP/1.1" 200 None
2026-03-24 13:28:45 [astonbarclay.gb] INFO: Saving data for 120668445: {'auction_closing_time': 1774357200.0, 'created_time': 1774261080.580687, 'last_price_update_time': 1774358925.630554}
2026-03-24 13:28:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:28:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120668445') HTTP/1.1" 204 0
2026-03-24 13:28:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120621316?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-24 13:28:45 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:28:45 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120621316, 'registration': 'FY56BWG', 'account': 'WBA004', 'make': 'FORD', 'model': 'FIESTA HATCHBACK', 'derivative': '1.6 Zetec S 3dr', 'mileage': 141720, 'mileageWarranty': True, 'type': 'car', 'saleId': 18905, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 617}, 'saleStart': '2026-03-24T13:00Z', 'lot': 230, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2006-09-14', 'fuel': 'Petrol', 'motExpiry': '2026-10-17', 'doors': 3, 'engineSize': 1596, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/FY56BWG/2026-03-20/image/5aec0322-220d-4426-b777-892076a1922e_removebg.jpg?w=600', 'https://abimg003.imgix.net/FY56BWG/2026-03-20/image/8befe410-bdee-4d0e-84d6-9933e9f9b9d5_removebg.jpg?w=600', 'https://abimg003.imgix.net/FY56BWG/2026-03-20/image/cda1ce85-1223-4c05-9c9e-007b861df6ae_removebg.jpg?w=600', 'https://abimg003.imgix.net/FY56BWG/2026-03-20/image/01801d9c-b17d-46cd-b364-7032503bee70_removebg.jpg?w=600', 'https://abimg003.imgix.net/FY56BWG/2026-03-20/image/6c40caf7-ddab-433a-970f-a3c452727ea4_removebg.jpg?w=600', 'https://abimg003.imgix.net/FY56BWG/2026-03-20/image/371b2b70-7dd8-48f1-9c89-2f6673a1b65b_removebg.jpg?w=600', 'https://abimg003.imgix.net/FY56BWG/2026-03-20/image/ffaff0f0-6cad-4a86-81b2-4dc6d17ed29a_removebg.jpg?w=600', 'https://abimg003.imgix.net/FY56BWG/2026-03-20/image/fe1a11a9-ab8d-4f76-91af-aee587eba130_removebg.jpg?w=600', 'https://abimg003.imgix.net/FY56BWG/2026-03-20/image/0b68b4d0-53c4-47ed-9e06-91f302db3f80_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': '**453** VOSA STATES 20K, 26K, 30K, 33K, 41K, 50K, 61K, 72K, 82K, 93K, 104K, 116K, 122K, 126K, 132K, 136K, 139K, SPARE KEY', 'virtual': False, 'seller': 'UKCGR - 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': 'https://abimg002.imgix.net/036965df-5250-4ecb-95d0-442c4cc9c03f.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': None, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 13:28:45 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120621316, 'registration': 'FY56BWG', 'account': 'WBA004', 'make': 'FORD', 'model': 'FIESTA HATCHBACK', 'derivative': '1.6 Zetec S 3dr', 'mileage': 141720, 'mileageWarranty': True, 'type': 'car', 'saleId': 18905, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 617}, 'saleStart': '2026-03-24T13:00Z', 'lot': 230, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2006-09-14', 'fuel': 'Petrol', 'motExpiry': '2026-10-17', 'doors': 3, 'engineSize': 1596, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/FY56BWG/2026-03-20/image/5aec0322-220d-4426-b777-892076a1922e_removebg.jpg?w=600', 'https://abimg003.imgix.net/FY56BWG/2026-03-20/image/8befe410-bdee-4d0e-84d6-9933e9f9b9d5_removebg.jpg?w=600', 'https://abimg003.imgix.net/FY56BWG/2026-03-20/image/cda1ce85-1223-4c05-9c9e-007b861df6ae_removebg.jpg?w=600', 'https://abimg003.imgix.net/FY56BWG/2026-03-20/image/01801d9c-b17d-46cd-b364-7032503bee70_removebg.jpg?w=600', 'https://abimg003.imgix.net/FY56BWG/2026-03-20/image/6c40caf7-ddab-433a-970f-a3c452727ea4_removebg.jpg?w=600', 'https://abimg003.imgix.net/FY56BWG/2026-03-20/image/371b2b70-7dd8-48f1-9c89-2f6673a1b65b_removebg.jpg?w=600', 'https://abimg003.imgix.net/FY56BWG/2026-03-20/image/ffaff0f0-6cad-4a86-81b2-4dc6d17ed29a_removebg.jpg?w=600', 'https://abimg003.imgix.net/FY56BWG/2026-03-20/image/fe1a11a9-ab8d-4f76-91af-aee587eba130_removebg.jpg?w=600', 'https://abimg003.imgix.net/FY56BWG/2026-03-20/image/0b68b4d0-53c4-47ed-9e06-91f302db3f80_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': '**453** VOSA STATES 20K, 26K, 30K, 33K, 41K, 50K, 61K, 72K, 82K, 93K, 104K, 116K, 122K, 126K, 132K, 136K, 139K, SPARE KEY', 'virtual': False, 'seller': 'UKCGR - 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': 'https://abimg002.imgix.net/036965df-5250-4ecb-95d0-442c4cc9c03f.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': None, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 13:28:45 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c03c374d-b2e5-5c7c-bb35-1c484e6aa87f with identifier: 120621316
2026-03-24 13:28:45 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c03c374d-b2e5-5c7c-bb35-1c484e6aa87f with scrape type 2
2026-03-24 13:28:45 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c03c374d-b2e5-5c7c-bb35-1c484e6aa87f with scrape type 2
2026-03-24 13:28:45 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: c03c374d-b2e5-5c7c-bb35-1c484e6aa87f, identifier: 120621316
2026-03-24 13:28:45 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: c03c374d-b2e5-5c7c-bb35-1c484e6aa87f with identifier: 120621316
2026-03-24 13:28:45 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: c03c374d-b2e5-5c7c-bb35-1c484e6aa87f with identifier: 120621316
2026-03-24 13:28:45 [scrapy.core.scraper] INFO: Dropped: Dropping expired listing: c03c374d-b2e5-5c7c-bb35-1c484e6aa87f with expiration date: 2026-03-24T13:00:00Z
{'auction_title': '',
'c_o_2_emission_value': 154,
'color': 'BLACK',
'currency': 'GBP',
'doors_number': 3,
'emission_standard': None,
'engine': '1.6L',
'expiration_date': '2026-03-24T13:00:00Z',
'fuel_type': 'Petrol',
'id': 'c03c374d-b2e5-5c7c-bb35-1c484e6aa87f',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'FY56BWG',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120621316',
'listing': 'auction',
'location': 'Aston Barclay Wakefield',
'make': 'FORD',
'model': 'FIESTA HATCHBACK',
'odometer': 141720,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2006-09-14',
'seller_name': 'UKCGR - Trade',
'title': 'FORD FIESTA HATCHBACK 1.6 Zetec S 3dr',
'transmission': 'manual',
'trim': '1.6 Zetec S 3dr',
'vin': None,
'year': 2006}
2026-03-24 13:28:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:28:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120621316%27 HTTP/1.1" 200 None
2026-03-24 13:28:45 [astonbarclay.gb] INFO: Saving data for 120621316: {'auction_closing_time': 1774357200.0, 'created_time': 1773946905.15554, 'last_price_update_time': 1774358925.88852}
2026-03-24 13:28:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:28:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120621316') HTTP/1.1" 204 0
2026-03-24 13:28:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120566449?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-24 13:28:46 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:28:46 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120566449, 'registration': 'WX63UAC', 'account': 'WBA004', 'make': 'CITROEN', 'model': 'C3 PICASSO DIESEL ESTATE', 'derivative': '1.6 HDi 8V VTR+ 5dr', 'mileage': 31300, 'mileageWarranty': True, 'type': 'car', 'saleId': 18905, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 617}, 'saleStart': '2026-03-24T13:00Z', 'lot': 210, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2013-09-30', 'fuel': 'Diesel', 'motExpiry': '2026-07-26', 'doors': 5, 'engineSize': 1560, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/WX63UAC/2026-03-19/image/c6b39cca-3034-41ae-9a49-ad915a78db57_removebg.jpg?w=600', 'https://abimg003.imgix.net/WX63UAC/2026-03-19/image/7ab77f9f-cf76-4b04-b81b-2190b20d808f_removebg.jpg?w=600', 'https://abimg003.imgix.net/WX63UAC/2026-03-19/image/95e7b982-061c-4967-b11b-d38d84f2b665_removebg.jpg?w=600', 'https://abimg003.imgix.net/WX63UAC/2026-03-19/image/69fe621e-bbd6-4300-a270-aaced0f4164b_removebg.jpg?w=600', 'https://abimg003.imgix.net/WX63UAC/2026-03-19/image/8b1b05dc-b80f-44ea-9426-7a21f47e8a51_removebg.jpg?w=600', 'https://abimg003.imgix.net/WX63UAC/2026-03-19/image/80e7e95e-cd6d-43cf-a871-b0cffbb261dc_removebg.jpg?w=600', 'https://abimg003.imgix.net/WX63UAC/2026-03-19/image/25d2d126-081c-40e4-9dd1-94973423e5c7_removebg.jpg?w=600', 'https://abimg003.imgix.net/WX63UAC/2026-03-19/image/ecf5c8cf-48c4-422f-8874-0fd59f3bf154_removebg.jpg?w=600', 'https://abimg003.imgix.net/WX63UAC/2026-03-19/image/a6f0fe9c-51c2-43f4-b5e4-1911bf06ec17_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': '**467** VOSA STATES 14K, 18K, 20K, 22K, 25K, 26K, 27K, 27K, 29K, 30K,', 'virtual': False, 'seller': 'UKCGR - Trade', '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/8f6aca53-e154-4e20-9fc7-46f96003baeb.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 13:28:46 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120566449, 'registration': 'WX63UAC', 'account': 'WBA004', 'make': 'CITROEN', 'model': 'C3 PICASSO DIESEL ESTATE', 'derivative': '1.6 HDi 8V VTR+ 5dr', 'mileage': 31300, 'mileageWarranty': True, 'type': 'car', 'saleId': 18905, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 617}, 'saleStart': '2026-03-24T13:00Z', 'lot': 210, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2013-09-30', 'fuel': 'Diesel', 'motExpiry': '2026-07-26', 'doors': 5, 'engineSize': 1560, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/WX63UAC/2026-03-19/image/c6b39cca-3034-41ae-9a49-ad915a78db57_removebg.jpg?w=600', 'https://abimg003.imgix.net/WX63UAC/2026-03-19/image/7ab77f9f-cf76-4b04-b81b-2190b20d808f_removebg.jpg?w=600', 'https://abimg003.imgix.net/WX63UAC/2026-03-19/image/95e7b982-061c-4967-b11b-d38d84f2b665_removebg.jpg?w=600', 'https://abimg003.imgix.net/WX63UAC/2026-03-19/image/69fe621e-bbd6-4300-a270-aaced0f4164b_removebg.jpg?w=600', 'https://abimg003.imgix.net/WX63UAC/2026-03-19/image/8b1b05dc-b80f-44ea-9426-7a21f47e8a51_removebg.jpg?w=600', 'https://abimg003.imgix.net/WX63UAC/2026-03-19/image/80e7e95e-cd6d-43cf-a871-b0cffbb261dc_removebg.jpg?w=600', 'https://abimg003.imgix.net/WX63UAC/2026-03-19/image/25d2d126-081c-40e4-9dd1-94973423e5c7_removebg.jpg?w=600', 'https://abimg003.imgix.net/WX63UAC/2026-03-19/image/ecf5c8cf-48c4-422f-8874-0fd59f3bf154_removebg.jpg?w=600', 'https://abimg003.imgix.net/WX63UAC/2026-03-19/image/a6f0fe9c-51c2-43f4-b5e4-1911bf06ec17_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': '**467** VOSA STATES 14K, 18K, 20K, 22K, 25K, 26K, 27K, 27K, 29K, 30K,', 'virtual': False, 'seller': 'UKCGR - Trade', '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/8f6aca53-e154-4e20-9fc7-46f96003baeb.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 13:28:46 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3d3fa77e-23f9-5043-96c2-9665545a0331 with identifier: 120566449
2026-03-24 13:28:46 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3d3fa77e-23f9-5043-96c2-9665545a0331 with scrape type 2
2026-03-24 13:28:46 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3d3fa77e-23f9-5043-96c2-9665545a0331 with scrape type 2
2026-03-24 13:28:46 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 3d3fa77e-23f9-5043-96c2-9665545a0331, identifier: 120566449
2026-03-24 13:28:46 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 3d3fa77e-23f9-5043-96c2-9665545a0331 with identifier: 120566449
2026-03-24 13:28:46 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 3d3fa77e-23f9-5043-96c2-9665545a0331 with identifier: 120566449
2026-03-24 13:28:46 [scrapy.core.scraper] INFO: Dropped: Dropping expired listing: 3d3fa77e-23f9-5043-96c2-9665545a0331 with expiration date: 2026-03-24T13:00:00Z
{'auction_title': '',
'c_o_2_emission_value': 107,
'color': 'BLACK',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 5',
'engine': '1.6L',
'expiration_date': '2026-03-24T13:00:00Z',
'fuel_type': 'Diesel',
'id': '3d3fa77e-23f9-5043-96c2-9665545a0331',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'WX63UAC',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120566449',
'listing': 'auction',
'location': 'Aston Barclay Wakefield',
'make': 'CITROEN',
'model': 'C3 PICASSO DIESEL ESTATE',
'odometer': 31300,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2013-09-30',
'seller_name': 'UKCGR - Trade',
'title': 'CITROEN C3 PICASSO DIESEL ESTATE 1.6 HDi 8V VTR+ 5dr',
'transmission': 'manual',
'trim': '1.6 HDi 8V VTR+ 5dr',
'vin': None,
'year': 2013}
2026-03-24 13:28:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:28:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120566449%27 HTTP/1.1" 200 None
2026-03-24 13:28:46 [astonbarclay.gb] INFO: Saving data for 120566449: {'auction_closing_time': 1774357200.0, 'created_time': 1773839104.527129, 'last_price_update_time': 1774358926.770268}
2026-03-24 13:28:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:28:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120566449') HTTP/1.1" 204 0
2026-03-24 13:28:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120371481?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-24 13:28:48 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:28:48 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120371481, 'registration': 'YE11HMF', 'account': 'WBA004', 'make': 'VAUXHALL', 'model': 'MERIVA DIESEL ESTATE', 'derivative': '1.7 CDTi 16V SE 5dr Auto', 'mileage': 59709, 'mileageWarranty': False, 'type': 'car', 'saleId': 18905, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 617}, 'saleStart': '2026-03-24T13:00Z', 'lot': 205, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2011-06-04', 'fuel': 'Diesel', 'motExpiry': '2026-05-04', 'doors': 5, 'engineSize': 1686, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/YE11HMF/2026-03-13/image/f7dfc81b-d563-4ab8-974d-7a7f9ab46f45_removebg.jpg?w=600', 'https://abimg003.imgix.net/YE11HMF/2026-03-13/image/12664233-38f4-4c3e-9ad4-7f8c386fce0c_removebg.jpg?w=600', 'https://abimg003.imgix.net/YE11HMF/2026-03-13/image/38c6adc3-2d19-4acf-b83a-552360273f1e_removebg.jpg?w=600', 'https://abimg003.imgix.net/YE11HMF/2026-03-13/image/82fb943c-d306-4ceb-a972-889baaa8d973_removebg.jpg?w=600', 'https://abimg003.imgix.net/YE11HMF/2026-03-13/image/1d2d2126-0584-4255-8978-99dd6759bf39_removebg.jpg?w=600', 'https://abimg003.imgix.net/YE11HMF/2026-03-13/image/62acf247-e202-4155-a7cd-6c98abb99580_removebg.jpg?w=600', 'https://abimg003.imgix.net/YE11HMF/2026-03-13/image/09b5fa44-3595-489c-81d0-5a0d9ee731cb_removebg.jpg?w=600', 'https://abimg003.imgix.net/YE11HMF/2026-03-13/image/5b1a8797-01e8-460e-be1c-692156f7cd97_removebg.jpg?w=600', 'https://abimg003.imgix.net/YE11HMF/2026-03-13/image/2f167721-2643-433a-901e-cc1d2d761bd1_removebg.jpg?w=600'], 'colour': 'BLUE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 06/14- 17K, 02/15- 14K, 02/16- 23K, 03/17- 27K, 06/18- 32K, 06/19- 36K, 06/20- 38K, 01/22- 43K, 01/23- 46K, 04/24- 51K, DISCREPANCY IN BOOK', 'remarks': '**459**VOSA STATES 12K, 12K, 18K, 26K, 28K, 32K, 36K, 38K, 40K, 44K, 47K, 51K, 55K,', 'virtual': False, 'seller': 'UKCGR - Trade', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '3', 'v5': True, 'v5details': 'Here', 'co2': 168, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/8fcdbd5b-c22f-4c6f-9d8d-afb28eefb992.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 13:28:48 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120371481, 'registration': 'YE11HMF', 'account': 'WBA004', 'make': 'VAUXHALL', 'model': 'MERIVA DIESEL ESTATE', 'derivative': '1.7 CDTi 16V SE 5dr Auto', 'mileage': 59709, 'mileageWarranty': False, 'type': 'car', 'saleId': 18905, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 617}, 'saleStart': '2026-03-24T13:00Z', 'lot': 205, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2011-06-04', 'fuel': 'Diesel', 'motExpiry': '2026-05-04', 'doors': 5, 'engineSize': 1686, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/YE11HMF/2026-03-13/image/f7dfc81b-d563-4ab8-974d-7a7f9ab46f45_removebg.jpg?w=600', 'https://abimg003.imgix.net/YE11HMF/2026-03-13/image/12664233-38f4-4c3e-9ad4-7f8c386fce0c_removebg.jpg?w=600', 'https://abimg003.imgix.net/YE11HMF/2026-03-13/image/38c6adc3-2d19-4acf-b83a-552360273f1e_removebg.jpg?w=600', 'https://abimg003.imgix.net/YE11HMF/2026-03-13/image/82fb943c-d306-4ceb-a972-889baaa8d973_removebg.jpg?w=600', 'https://abimg003.imgix.net/YE11HMF/2026-03-13/image/1d2d2126-0584-4255-8978-99dd6759bf39_removebg.jpg?w=600', 'https://abimg003.imgix.net/YE11HMF/2026-03-13/image/62acf247-e202-4155-a7cd-6c98abb99580_removebg.jpg?w=600', 'https://abimg003.imgix.net/YE11HMF/2026-03-13/image/09b5fa44-3595-489c-81d0-5a0d9ee731cb_removebg.jpg?w=600', 'https://abimg003.imgix.net/YE11HMF/2026-03-13/image/5b1a8797-01e8-460e-be1c-692156f7cd97_removebg.jpg?w=600', 'https://abimg003.imgix.net/YE11HMF/2026-03-13/image/2f167721-2643-433a-901e-cc1d2d761bd1_removebg.jpg?w=600'], 'colour': 'BLUE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 06/14- 17K, 02/15- 14K, 02/16- 23K, 03/17- 27K, 06/18- 32K, 06/19- 36K, 06/20- 38K, 01/22- 43K, 01/23- 46K, 04/24- 51K, DISCREPANCY IN BOOK', 'remarks': '**459**VOSA STATES 12K, 12K, 18K, 26K, 28K, 32K, 36K, 38K, 40K, 44K, 47K, 51K, 55K,', 'virtual': False, 'seller': 'UKCGR - Trade', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '3', 'v5': True, 'v5details': 'Here', 'co2': 168, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/8fcdbd5b-c22f-4c6f-9d8d-afb28eefb992.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 13:28:48 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 87f3e886-9e8a-5917-affa-6ae3e099aaaf with identifier: 120371481
2026-03-24 13:28:48 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 87f3e886-9e8a-5917-affa-6ae3e099aaaf with scrape type 2
2026-03-24 13:28:48 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 87f3e886-9e8a-5917-affa-6ae3e099aaaf with scrape type 2
2026-03-24 13:28:48 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 87f3e886-9e8a-5917-affa-6ae3e099aaaf, identifier: 120371481
2026-03-24 13:28:48 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 87f3e886-9e8a-5917-affa-6ae3e099aaaf with identifier: 120371481
2026-03-24 13:28:48 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 87f3e886-9e8a-5917-affa-6ae3e099aaaf with identifier: 120371481
2026-03-24 13:28:48 [scrapy.core.scraper] INFO: Dropped: Dropping expired listing: 87f3e886-9e8a-5917-affa-6ae3e099aaaf with expiration date: 2026-03-24T13:00:00Z
{'auction_title': '',
'c_o_2_emission_value': 168,
'color': 'BLUE',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 5',
'engine': '1.7L',
'expiration_date': '2026-03-24T13:00:00Z',
'fuel_type': 'Diesel',
'id': '87f3e886-9e8a-5917-affa-6ae3e099aaaf',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'YE11HMF',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120371481',
'listing': 'auction',
'location': 'Aston Barclay Wakefield',
'make': 'VAUXHALL',
'model': 'MERIVA DIESEL ESTATE',
'odometer': 59709,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2011-06-04',
'seller_name': 'UKCGR - Trade',
'title': 'VAUXHALL MERIVA DIESEL ESTATE 1.7 CDTi 16V SE 5dr Auto',
'transmission': 'automatic',
'trim': '1.7 CDTi 16V SE 5dr Auto',
'vin': None,
'year': 2011}
2026-03-24 13:28:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:28:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120371481%27 HTTP/1.1" 200 None
2026-03-24 13:28:48 [astonbarclay.gb] INFO: Saving data for 120371481: {'auction_closing_time': 1774357200.0, 'created_time': 1773402652.034438, 'last_price_update_time': 1774358928.765417}
2026-03-24 13:28:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:28:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120371481') HTTP/1.1" 204 0
2026-03-24 13:28:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120621192?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-24 13:28:49 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:28:49 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120621192, 'registration': 'YC09KNL', 'account': 'WBA004', 'make': 'VOLKSWAGEN', 'model': 'GOLF DIESEL HATCHBACK', 'derivative': '2.0 TDi 110 S 5dr', 'mileage': 140589, 'mileageWarranty': True, 'type': 'car', 'saleId': 18905, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 617}, 'saleStart': '2026-03-24T13:00Z', 'lot': 204, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2009-04-30', 'fuel': 'Diesel', 'motExpiry': '2026-04-17', 'doors': 5, 'engineSize': 1968, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/YC09KNL/2026-03-20/image/6daae28c-f546-4ed0-a23c-d40ee971b9e8_removebg.jpg?w=600', 'https://abimg003.imgix.net/YC09KNL/2026-03-20/image/3eca81ef-6c30-4046-897f-ba3998c09b34_removebg.jpg?w=600', 'https://abimg003.imgix.net/YC09KNL/2026-03-20/image/af77a522-c0b9-47db-8672-07e8681eecc7_removebg.jpg?w=600', 'https://abimg003.imgix.net/YC09KNL/2026-03-20/image/7d6273d8-1395-4a30-89cf-50b8e555ab2e_removebg.jpg?w=600', 'https://abimg003.imgix.net/YC09KNL/2026-03-20/image/2d0a8fd8-0e66-4331-960e-15997f5b88b3_removebg.jpg?w=600', 'https://abimg003.imgix.net/YC09KNL/2026-03-20/image/bdea13ce-750c-4a8f-a167-e40065a80cbd_removebg.jpg?w=600', 'https://abimg003.imgix.net/YC09KNL/2026-03-20/image/81013000-de6e-4f9a-b3e7-c94b3a9f92bb_removebg.jpg?w=600', 'https://abimg003.imgix.net/YC09KNL/2026-03-20/image/79fb43e9-7473-424a-9860-b62e28e89404_removebg.jpg?w=600', 'https://abimg003.imgix.net/YC09KNL/2026-03-20/image/0383d005-eaf5-40f2-b156-df60d446463a_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book INVOICE &BOOK- 03/10- 11K, 02/16- 59K, 11/10- 19K, 02/13- 35K, 10/21- 111K,', 'remarks': '**704** VOSA STATES 31K, 37K, 40K, 52K, 67K, 81K, 95K, 97K, 98K, 107K, 111K, 123K, 130K, 135K', '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/a0fe8f0b-3d4c-452f-821b-c512c37d67f6.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 13:28:49 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120621192, 'registration': 'YC09KNL', 'account': 'WBA004', 'make': 'VOLKSWAGEN', 'model': 'GOLF DIESEL HATCHBACK', 'derivative': '2.0 TDi 110 S 5dr', 'mileage': 140589, 'mileageWarranty': True, 'type': 'car', 'saleId': 18905, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 617}, 'saleStart': '2026-03-24T13:00Z', 'lot': 204, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2009-04-30', 'fuel': 'Diesel', 'motExpiry': '2026-04-17', 'doors': 5, 'engineSize': 1968, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/YC09KNL/2026-03-20/image/6daae28c-f546-4ed0-a23c-d40ee971b9e8_removebg.jpg?w=600', 'https://abimg003.imgix.net/YC09KNL/2026-03-20/image/3eca81ef-6c30-4046-897f-ba3998c09b34_removebg.jpg?w=600', 'https://abimg003.imgix.net/YC09KNL/2026-03-20/image/af77a522-c0b9-47db-8672-07e8681eecc7_removebg.jpg?w=600', 'https://abimg003.imgix.net/YC09KNL/2026-03-20/image/7d6273d8-1395-4a30-89cf-50b8e555ab2e_removebg.jpg?w=600', 'https://abimg003.imgix.net/YC09KNL/2026-03-20/image/2d0a8fd8-0e66-4331-960e-15997f5b88b3_removebg.jpg?w=600', 'https://abimg003.imgix.net/YC09KNL/2026-03-20/image/bdea13ce-750c-4a8f-a167-e40065a80cbd_removebg.jpg?w=600', 'https://abimg003.imgix.net/YC09KNL/2026-03-20/image/81013000-de6e-4f9a-b3e7-c94b3a9f92bb_removebg.jpg?w=600', 'https://abimg003.imgix.net/YC09KNL/2026-03-20/image/79fb43e9-7473-424a-9860-b62e28e89404_removebg.jpg?w=600', 'https://abimg003.imgix.net/YC09KNL/2026-03-20/image/0383d005-eaf5-40f2-b156-df60d446463a_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book INVOICE &BOOK- 03/10- 11K, 02/16- 59K, 11/10- 19K, 02/13- 35K, 10/21- 111K,', 'remarks': '**704** VOSA STATES 31K, 37K, 40K, 52K, 67K, 81K, 95K, 97K, 98K, 107K, 111K, 123K, 130K, 135K', '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/a0fe8f0b-3d4c-452f-821b-c512c37d67f6.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 13:28:49 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 26c89267-1e94-5a14-bdfb-ac191cbdbc09 with identifier: 120621192
2026-03-24 13:28:49 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 26c89267-1e94-5a14-bdfb-ac191cbdbc09 with scrape type 2
2026-03-24 13:28:49 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 26c89267-1e94-5a14-bdfb-ac191cbdbc09 with scrape type 2
2026-03-24 13:28:49 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 26c89267-1e94-5a14-bdfb-ac191cbdbc09, identifier: 120621192
2026-03-24 13:28:49 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 26c89267-1e94-5a14-bdfb-ac191cbdbc09 with identifier: 120621192
2026-03-24 13:28:49 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 26c89267-1e94-5a14-bdfb-ac191cbdbc09 with identifier: 120621192
2026-03-24 13:28:49 [scrapy.core.scraper] INFO: Dropped: Dropping expired listing: 26c89267-1e94-5a14-bdfb-ac191cbdbc09 with expiration date: 2026-03-24T13:00:00Z
{'auction_title': '',
'c_o_2_emission_value': 128,
'color': 'GREY',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 5',
'engine': '2.0L',
'expiration_date': '2026-03-24T13:00:00Z',
'fuel_type': 'Diesel',
'id': '26c89267-1e94-5a14-bdfb-ac191cbdbc09',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'YC09KNL',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120621192',
'listing': 'auction',
'location': 'Aston Barclay Wakefield',
'make': 'VOLKSWAGEN',
'model': 'GOLF DIESEL HATCHBACK',
'odometer': 140589,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2009-04-30',
'seller_name': 'UKCGR - Trade',
'title': 'VOLKSWAGEN GOLF DIESEL HATCHBACK 2.0 TDi 110 S 5dr',
'transmission': 'manual',
'trim': '2.0 TDi 110 S 5dr',
'vin': None,
'year': 2009}
2026-03-24 13:28:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:28:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120621192%27 HTTP/1.1" 200 None
2026-03-24 13:28:49 [astonbarclay.gb] INFO: Saving data for 120621192: {'auction_closing_time': 1774357200.0, 'created_time': 1773947341.518721, 'last_price_update_time': 1774358929.661856}
2026-03-24 13:28:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:28:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120621192') HTTP/1.1" 204 0
2026-03-24 13:28:52 [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-24 13:28:52 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:28:52 [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': 18905, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 617}, 'saleStart': '2026-03-24T13:00Z', 'lot': 216, 'hall': 'Hall 1', '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-24 13:28:52 [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': 18905, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 617}, 'saleStart': '2026-03-24T13:00Z', 'lot': 216, 'hall': 'Hall 1', '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-24 13:28:52 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: cc7c761e-8115-56d7-9d64-b1d26c1beace with identifier: 120250741
2026-03-24 13:28:52 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item cc7c761e-8115-56d7-9d64-b1d26c1beace with scrape type 2
2026-03-24 13:28:52 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item cc7c761e-8115-56d7-9d64-b1d26c1beace with scrape type 2
2026-03-24 13:28:52 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: cc7c761e-8115-56d7-9d64-b1d26c1beace, identifier: 120250741
2026-03-24 13:28:52 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: cc7c761e-8115-56d7-9d64-b1d26c1beace with identifier: 120250741
2026-03-24 13:28:52 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: cc7c761e-8115-56d7-9d64-b1d26c1beace with identifier: 120250741
2026-03-24 13:28:52 [scrapy.core.scraper] INFO: Dropped: Dropping expired listing: cc7c761e-8115-56d7-9d64-b1d26c1beace with expiration date: 2026-03-24T13:00:00Z
{'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-24T13:00: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-24 13:28:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:28:52 [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-24 13:28:52 [astonbarclay.gb] INFO: Saving data for 120250741: {'auction_closing_time': 1774357200.0, 'created_time': 1773403403.314381, 'last_price_update_time': 1774358932.975573}
2026-03-24 13:28:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:28:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120250741') HTTP/1.1" 204 0
2026-03-24 13:28:57 [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-24 13:28:57 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:28:57 [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': 18905, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 618}, 'saleStart': '2026-03-24T13:00Z', 'lot': 197, 'hall': 'Hall 1', '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-24 13:28:57 [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': 18905, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 618}, 'saleStart': '2026-03-24T13:00Z', 'lot': 197, 'hall': 'Hall 1', '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-24 13:28:57 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5ab1c426-a0a4-552e-b4dc-876dfd920d6c with identifier: 120455553
2026-03-24 13:28:57 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5ab1c426-a0a4-552e-b4dc-876dfd920d6c with scrape type 2
2026-03-24 13:28:57 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5ab1c426-a0a4-552e-b4dc-876dfd920d6c with scrape type 2
2026-03-24 13:28:57 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 5ab1c426-a0a4-552e-b4dc-876dfd920d6c, identifier: 120455553
2026-03-24 13:28:57 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 5ab1c426-a0a4-552e-b4dc-876dfd920d6c with identifier: 120455553
2026-03-24 13:28:57 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 5ab1c426-a0a4-552e-b4dc-876dfd920d6c with identifier: 120455553
2026-03-24 13:28:57 [scrapy.core.scraper] INFO: Dropped: Dropping expired listing: 5ab1c426-a0a4-552e-b4dc-876dfd920d6c with expiration date: 2026-03-24T13:00:00Z
{'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-24T13:00: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-24 13:28:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:28:57 [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-24 13:28:57 [astonbarclay.gb] INFO: Saving data for 120455553: {'auction_closing_time': 1774357200.0, 'created_time': 1773655410.82446, 'last_price_update_time': 1774358937.273249}
2026-03-24 13:28:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:28:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120455553') HTTP/1.1" 204 0
2026-03-24 13:29:06 [scrapy.extensions.logstats] INFO: Crawled 594 pages (at 22 pages/min), scraped 439 items (at 0 items/min)
2026-03-24 13:29:06 [scrapy.extensions.memusage] INFO: Peak memory usage is 181MiB
2026-03-24 13:29:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120444850?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-24 13:29:06 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:29:06 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120444850, 'registration': 'ML12YWX', 'account': 'WBA004', 'make': 'FORD', 'model': 'FOCUS DIESEL HATCHBACK', 'derivative': '1.6 TDCi 115 Zetec 5dr', 'mileage': 100126, 'mileageWarranty': True, 'type': 'car', 'saleId': 18905, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 618}, 'saleStart': '2026-03-24T13:00Z', 'lot': 206, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2012-05-04', 'fuel': 'Diesel', 'motExpiry': '2026-08-14', 'doors': 5, 'engineSize': 1560, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/ML12YWX/2026-03-16/image/6831ab88-cdcf-439c-8bff-95a63849fc31_removebg.jpg?w=600', 'https://abimg003.imgix.net/ML12YWX/2026-03-16/image/d5de5f15-1c93-4844-969c-d6304b7932fc_removebg.jpg?w=600', 'https://abimg003.imgix.net/ML12YWX/2026-03-16/image/db1f2d9c-6948-4fa3-b19a-bd3992e3e8c8_removebg.jpg?w=600', 'https://abimg003.imgix.net/ML12YWX/2026-03-16/image/12168727-fbe1-45de-899c-5e16457d64d5_removebg.jpg?w=600', 'https://abimg003.imgix.net/ML12YWX/2026-03-16/image/b54f9bb2-7603-4d16-b03f-108eb054e2bd_removebg.jpg?w=600', 'https://abimg003.imgix.net/ML12YWX/2026-03-16/image/a1b1ecde-cbb7-412b-a97f-0d3358356056_removebg.jpg?w=600', 'https://abimg003.imgix.net/ML12YWX/2026-03-16/image/6600a6a0-9b6b-4f7f-b0ac-cc91027a3914_removebg.jpg?w=600', 'https://abimg003.imgix.net/ML12YWX/2026-03-16/image/d09947b0-4151-4f88-8358-d5df26068768_removebg.jpg?w=600', 'https://abimg003.imgix.net/ML12YWX/2026-03-16/image/d131a941-b460-4016-b19f-8e77976640de_removebg.jpg?w=600'], 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': '**527** VOSA STATES 33K, 38K, 46K, 50K, 60K, 71K, 79K, 83K, 87K, 92K, 95K, 99K,', '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/e9f99285-f34a-4625-84fb-7f6d803bd5dc.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 13:29:06 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120444850, 'registration': 'ML12YWX', 'account': 'WBA004', 'make': 'FORD', 'model': 'FOCUS DIESEL HATCHBACK', 'derivative': '1.6 TDCi 115 Zetec 5dr', 'mileage': 100126, 'mileageWarranty': True, 'type': 'car', 'saleId': 18905, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 618}, 'saleStart': '2026-03-24T13:00Z', 'lot': 206, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2012-05-04', 'fuel': 'Diesel', 'motExpiry': '2026-08-14', 'doors': 5, 'engineSize': 1560, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/ML12YWX/2026-03-16/image/6831ab88-cdcf-439c-8bff-95a63849fc31_removebg.jpg?w=600', 'https://abimg003.imgix.net/ML12YWX/2026-03-16/image/d5de5f15-1c93-4844-969c-d6304b7932fc_removebg.jpg?w=600', 'https://abimg003.imgix.net/ML12YWX/2026-03-16/image/db1f2d9c-6948-4fa3-b19a-bd3992e3e8c8_removebg.jpg?w=600', 'https://abimg003.imgix.net/ML12YWX/2026-03-16/image/12168727-fbe1-45de-899c-5e16457d64d5_removebg.jpg?w=600', 'https://abimg003.imgix.net/ML12YWX/2026-03-16/image/b54f9bb2-7603-4d16-b03f-108eb054e2bd_removebg.jpg?w=600', 'https://abimg003.imgix.net/ML12YWX/2026-03-16/image/a1b1ecde-cbb7-412b-a97f-0d3358356056_removebg.jpg?w=600', 'https://abimg003.imgix.net/ML12YWX/2026-03-16/image/6600a6a0-9b6b-4f7f-b0ac-cc91027a3914_removebg.jpg?w=600', 'https://abimg003.imgix.net/ML12YWX/2026-03-16/image/d09947b0-4151-4f88-8358-d5df26068768_removebg.jpg?w=600', 'https://abimg003.imgix.net/ML12YWX/2026-03-16/image/d131a941-b460-4016-b19f-8e77976640de_removebg.jpg?w=600'], 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': '**527** VOSA STATES 33K, 38K, 46K, 50K, 60K, 71K, 79K, 83K, 87K, 92K, 95K, 99K,', '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/e9f99285-f34a-4625-84fb-7f6d803bd5dc.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 13:29:06 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e691066e-758c-5df0-ab3b-628daed21885 with identifier: 120444850
2026-03-24 13:29:06 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e691066e-758c-5df0-ab3b-628daed21885 with scrape type 2
2026-03-24 13:29:06 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e691066e-758c-5df0-ab3b-628daed21885 with scrape type 2
2026-03-24 13:29:06 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: e691066e-758c-5df0-ab3b-628daed21885, identifier: 120444850
2026-03-24 13:29:06 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: e691066e-758c-5df0-ab3b-628daed21885 with identifier: 120444850
2026-03-24 13:29:06 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: e691066e-758c-5df0-ab3b-628daed21885 with identifier: 120444850
2026-03-24 13:29:06 [scrapy.core.scraper] INFO: Dropped: Dropping expired listing: e691066e-758c-5df0-ab3b-628daed21885 with expiration date: 2026-03-24T13:00:00Z
{'auction_title': '',
'c_o_2_emission_value': 109,
'color': 'WHITE',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 5',
'engine': '1.6L',
'expiration_date': '2026-03-24T13:00:00Z',
'fuel_type': 'Diesel',
'id': 'e691066e-758c-5df0-ab3b-628daed21885',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'ML12YWX',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120444850',
'listing': 'auction',
'location': 'Aston Barclay Wakefield',
'make': 'FORD',
'model': 'FOCUS DIESEL HATCHBACK',
'odometer': 100126,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2012-05-04',
'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': 2012}
2026-03-24 13:29:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:29:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120444850%27 HTTP/1.1" 200 None
2026-03-24 13:29:06 [astonbarclay.gb] INFO: Saving data for 120444850: {'auction_closing_time': 1774357200.0, 'created_time': 1773655329.311343, 'last_price_update_time': 1774358946.81076}
2026-03-24 13:29:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:29:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120444850') HTTP/1.1" 204 0
2026-03-24 13:29:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120263234?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-24 13:29:20 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:29:20 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120263234, 'registration': 'LO62FPD', 'account': 'WBA004', 'make': 'FORD', 'model': 'MONDEO DIESEL HATCHBACK', 'derivative': '2.0 TDCi 163 Titanium 5dr Powershift', 'mileage': 38084, 'mileageWarranty': True, 'type': 'car', 'saleId': 18905, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 618}, 'saleStart': '2026-03-24T13:00Z', 'lot': 194, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2012-11-30', 'fuel': 'Diesel', 'motExpiry': '2025-08-01', 'doors': 5, 'engineSize': 1997, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/LO62FPD/2026-03-11/image/e3f1a258-1e16-48e7-b2d8-7a83a58ead66_removebg.jpg?w=600', 'https://abimg003.imgix.net/LO62FPD/2026-03-11/image/22c7e129-28d7-4bfb-a16a-d2c583b94e29_removebg.jpg?w=600', 'https://abimg003.imgix.net/LO62FPD/2026-03-11/image/bea42927-26cd-4029-8d27-42a23351de23_removebg.jpg?w=600', 'https://abimg003.imgix.net/LO62FPD/2026-03-11/image/50862a38-b521-463a-a000-98a34c62ebba_removebg.jpg?w=600', 'https://abimg003.imgix.net/LO62FPD/2026-03-11/image/3a81d174-bbf7-4873-b0ce-7735f64db637_removebg.jpg?w=600', 'https://abimg003.imgix.net/LO62FPD/2026-03-11/image/d104eb3b-699d-4c21-b79e-fc16fe3c7515_removebg.jpg?w=600', 'https://abimg003.imgix.net/LO62FPD/2026-03-11/image/eac89503-cea9-462d-bfd6-3ec97ec573fb_removebg.jpg?w=600', 'https://abimg003.imgix.net/LO62FPD/2026-03-11/image/e37f20ca-4d94-4fad-9787-ab3030b3c3e7_removebg.jpg?w=600', 'https://abimg003.imgix.net/LO62FPD/2026-03-11/image/25d0e904-1707-41b8-a4c3-8a30908be56c_removebg.jpg?w=600', 'https://abimg003.imgix.net/LO62FPD/2026-03-11/image/0c62da7c-8c14-47c5-8af5-eae2248ffab2_removebg.jpg?w=600', 'https://abimg003.imgix.net/LO62FPD/2026-03-11/image/74d7f10a-fd55-4f3a-9a86-96a189c8776d_removebg.jpg?w=600'], 'colour': 'SILVER', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': '**571** VOSA STATES 6K, 10K, 14K, 19K, 23K, 26K, 28K, 30K, 31K, 37K, 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/c483b31e-999a-4fa2-a211-5c2727eb5258.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 13:29:20 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120263234, 'registration': 'LO62FPD', 'account': 'WBA004', 'make': 'FORD', 'model': 'MONDEO DIESEL HATCHBACK', 'derivative': '2.0 TDCi 163 Titanium 5dr Powershift', 'mileage': 38084, 'mileageWarranty': True, 'type': 'car', 'saleId': 18905, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 618}, 'saleStart': '2026-03-24T13:00Z', 'lot': 194, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2012-11-30', 'fuel': 'Diesel', 'motExpiry': '2025-08-01', 'doors': 5, 'engineSize': 1997, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/LO62FPD/2026-03-11/image/e3f1a258-1e16-48e7-b2d8-7a83a58ead66_removebg.jpg?w=600', 'https://abimg003.imgix.net/LO62FPD/2026-03-11/image/22c7e129-28d7-4bfb-a16a-d2c583b94e29_removebg.jpg?w=600', 'https://abimg003.imgix.net/LO62FPD/2026-03-11/image/bea42927-26cd-4029-8d27-42a23351de23_removebg.jpg?w=600', 'https://abimg003.imgix.net/LO62FPD/2026-03-11/image/50862a38-b521-463a-a000-98a34c62ebba_removebg.jpg?w=600', 'https://abimg003.imgix.net/LO62FPD/2026-03-11/image/3a81d174-bbf7-4873-b0ce-7735f64db637_removebg.jpg?w=600', 'https://abimg003.imgix.net/LO62FPD/2026-03-11/image/d104eb3b-699d-4c21-b79e-fc16fe3c7515_removebg.jpg?w=600', 'https://abimg003.imgix.net/LO62FPD/2026-03-11/image/eac89503-cea9-462d-bfd6-3ec97ec573fb_removebg.jpg?w=600', 'https://abimg003.imgix.net/LO62FPD/2026-03-11/image/e37f20ca-4d94-4fad-9787-ab3030b3c3e7_removebg.jpg?w=600', 'https://abimg003.imgix.net/LO62FPD/2026-03-11/image/25d0e904-1707-41b8-a4c3-8a30908be56c_removebg.jpg?w=600', 'https://abimg003.imgix.net/LO62FPD/2026-03-11/image/0c62da7c-8c14-47c5-8af5-eae2248ffab2_removebg.jpg?w=600', 'https://abimg003.imgix.net/LO62FPD/2026-03-11/image/74d7f10a-fd55-4f3a-9a86-96a189c8776d_removebg.jpg?w=600'], 'colour': 'SILVER', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': '**571** VOSA STATES 6K, 10K, 14K, 19K, 23K, 26K, 28K, 30K, 31K, 37K, 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/c483b31e-999a-4fa2-a211-5c2727eb5258.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 13:29:20 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 928c2851-e831-5968-908c-ea77887cbeb2 with identifier: 120263234
2026-03-24 13:29:20 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 928c2851-e831-5968-908c-ea77887cbeb2 with scrape type 2
2026-03-24 13:29:20 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 928c2851-e831-5968-908c-ea77887cbeb2 with scrape type 2
2026-03-24 13:29:20 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 928c2851-e831-5968-908c-ea77887cbeb2, identifier: 120263234
2026-03-24 13:29:20 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 928c2851-e831-5968-908c-ea77887cbeb2 with identifier: 120263234
2026-03-24 13:29:20 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 928c2851-e831-5968-908c-ea77887cbeb2 with identifier: 120263234
2026-03-24 13:29:20 [scrapy.core.scraper] INFO: Dropped: Dropping expired listing: 928c2851-e831-5968-908c-ea77887cbeb2 with expiration date: 2026-03-24T13:00:00Z
{'auction_title': '',
'c_o_2_emission_value': 149,
'color': 'SILVER',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 5',
'engine': '2.0L',
'expiration_date': '2026-03-24T13:00:00Z',
'fuel_type': 'Diesel',
'id': '928c2851-e831-5968-908c-ea77887cbeb2',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'LO62FPD',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120263234',
'listing': 'auction',
'location': 'Aston Barclay Wakefield',
'make': 'FORD',
'model': 'MONDEO DIESEL HATCHBACK',
'odometer': 38084,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2012-11-30',
'seller_name': 'UKCGR - Trade',
'title': 'FORD MONDEO DIESEL HATCHBACK 2.0 TDCi 163 Titanium 5dr Powershift',
'transmission': 'automatic',
'trim': '2.0 TDCi 163 Titanium 5dr Powershift',
'vin': None,
'year': 2012}
2026-03-24 13:29:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:29:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120263234%27 HTTP/1.1" 200 None
2026-03-24 13:29:20 [astonbarclay.gb] INFO: Saving data for 120263234: {'auction_closing_time': 1774357200.0, 'created_time': 1773404853.277452, 'last_price_update_time': 1774358960.502312}
2026-03-24 13:29:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:29:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120263234') HTTP/1.1" 204 0
2026-03-24 13:29:32 [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-24 13:29:32 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:29:32 [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': 18905, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 617}, 'saleStart': '2026-03-24T13:00Z', 'lot': 192, 'hall': 'Hall 1', '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-24 13:29:32 [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': 18905, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 617}, 'saleStart': '2026-03-24T13:00Z', 'lot': 192, 'hall': 'Hall 1', '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-24 13:29:32 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7abd472e-d6b0-535b-8e72-1f60b06fbaca with identifier: 120572177
2026-03-24 13:29:32 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7abd472e-d6b0-535b-8e72-1f60b06fbaca with scrape type 2
2026-03-24 13:29:32 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7abd472e-d6b0-535b-8e72-1f60b06fbaca with scrape type 2
2026-03-24 13:29:32 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 7abd472e-d6b0-535b-8e72-1f60b06fbaca, identifier: 120572177
2026-03-24 13:29:32 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 7abd472e-d6b0-535b-8e72-1f60b06fbaca with identifier: 120572177
2026-03-24 13:29:32 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 7abd472e-d6b0-535b-8e72-1f60b06fbaca with identifier: 120572177
2026-03-24 13:29:32 [scrapy.core.scraper] INFO: Dropped: Dropping expired listing: 7abd472e-d6b0-535b-8e72-1f60b06fbaca with expiration date: 2026-03-24T13:00:00Z
{'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-24T13:00: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-24 13:29:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:29:32 [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-24 13:29:32 [astonbarclay.gb] INFO: Saving data for 120572177: {'auction_closing_time': 1774357200.0, 'created_time': 1773838858.611152, 'last_price_update_time': 1774358972.86304}
2026-03-24 13:29:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:29:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120572177') HTTP/1.1" 204 0
2026-03-24 13:29:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120393366?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-24 13:29:38 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:29:38 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120393366, 'registration': 'KM19OHB', 'account': 'WBA002', 'make': 'AUDI', 'model': 'A1 SPORTBACK', 'derivative': '30 TFSI S Line 5dr S Tronic', 'mileage': 42617, 'mileageWarranty': True, 'type': 'car', 'saleId': 18905, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 617}, 'saleStart': '2026-03-24T13:00Z', 'lot': 221, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2019-03-15', 'fuel': 'Petrol', 'motExpiry': '2026-03-14', 'doors': 5, 'engineSize': 999, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/KM19OHB/2026-03-17/image/a8bfa8f5-ad26-4890-a435-b981c5449bf8_removebg.jpg?w=600', 'https://abimg003.imgix.net/KM19OHB/2026-03-17/image/8eeff176-12ac-459c-b287-148639168027_removebg.jpg?w=600', 'https://abimg003.imgix.net/KM19OHB/2026-03-17/image/c72be7c0-6d50-48d7-a56e-0b0f758d0583_removebg.jpg?w=600', 'https://abimg003.imgix.net/KM19OHB/2026-03-17/image/6d5fd5f4-92b1-4d4b-9d26-54ff7593232e_removebg.jpg?w=600', 'https://abimg003.imgix.net/KM19OHB/2026-03-17/image/e72d93d7-6ef5-4a32-84f8-407347739e9f_removebg.jpg?w=600', 'https://abimg003.imgix.net/KM19OHB/2026-03-17/image/eb87e1de-df84-4ba0-bde0-432d1bcfce59_removebg.jpg?w=600', 'https://abimg003.imgix.net/KM19OHB/2026-03-17/image/065045f2-b7a9-44f7-bddf-3a348b55d65b_removebg.jpg?w=600', 'https://abimg003.imgix.net/KM19OHB/2026-03-17/image/346bf76f-9c50-4d3b-a742-d189c1c7b1ce_removebg.jpg?w=600', 'https://abimg003.imgix.net/KM19OHB/2026-03-17/image/aff4248a-c9d5-40f9-adaa-ddd379dbc559_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print 03/21 - 10K, 03/22 - 15K, 11/22 - 19K, 10/23 - 27K,', 'remarks': '**686** VOSA STATES 15K, 21K, 31K, 37K, SPARE KEY V5 FRONT PAGE PHOTOCOPY', 'virtual': False, 'seller': 'UKCGR - Premium', '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/58c4b7d4-ce09-4541-bd6e-f71f1a3f05b3.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 13:29:38 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120393366, 'registration': 'KM19OHB', 'account': 'WBA002', 'make': 'AUDI', 'model': 'A1 SPORTBACK', 'derivative': '30 TFSI S Line 5dr S Tronic', 'mileage': 42617, 'mileageWarranty': True, 'type': 'car', 'saleId': 18905, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 617}, 'saleStart': '2026-03-24T13:00Z', 'lot': 221, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2019-03-15', 'fuel': 'Petrol', 'motExpiry': '2026-03-14', 'doors': 5, 'engineSize': 999, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/KM19OHB/2026-03-17/image/a8bfa8f5-ad26-4890-a435-b981c5449bf8_removebg.jpg?w=600', 'https://abimg003.imgix.net/KM19OHB/2026-03-17/image/8eeff176-12ac-459c-b287-148639168027_removebg.jpg?w=600', 'https://abimg003.imgix.net/KM19OHB/2026-03-17/image/c72be7c0-6d50-48d7-a56e-0b0f758d0583_removebg.jpg?w=600', 'https://abimg003.imgix.net/KM19OHB/2026-03-17/image/6d5fd5f4-92b1-4d4b-9d26-54ff7593232e_removebg.jpg?w=600', 'https://abimg003.imgix.net/KM19OHB/2026-03-17/image/e72d93d7-6ef5-4a32-84f8-407347739e9f_removebg.jpg?w=600', 'https://abimg003.imgix.net/KM19OHB/2026-03-17/image/eb87e1de-df84-4ba0-bde0-432d1bcfce59_removebg.jpg?w=600', 'https://abimg003.imgix.net/KM19OHB/2026-03-17/image/065045f2-b7a9-44f7-bddf-3a348b55d65b_removebg.jpg?w=600', 'https://abimg003.imgix.net/KM19OHB/2026-03-17/image/346bf76f-9c50-4d3b-a742-d189c1c7b1ce_removebg.jpg?w=600', 'https://abimg003.imgix.net/KM19OHB/2026-03-17/image/aff4248a-c9d5-40f9-adaa-ddd379dbc559_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print 03/21 - 10K, 03/22 - 15K, 11/22 - 19K, 10/23 - 27K,', 'remarks': '**686** VOSA STATES 15K, 21K, 31K, 37K, SPARE KEY V5 FRONT PAGE PHOTOCOPY', 'virtual': False, 'seller': 'UKCGR - Premium', '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/58c4b7d4-ce09-4541-bd6e-f71f1a3f05b3.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 13:29:38 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: cdc19930-a452-5f4d-9bfe-8cb0365be11e with identifier: 120393366
2026-03-24 13:29:38 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item cdc19930-a452-5f4d-9bfe-8cb0365be11e with scrape type 2
2026-03-24 13:29:38 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item cdc19930-a452-5f4d-9bfe-8cb0365be11e with scrape type 2
2026-03-24 13:29:38 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: cdc19930-a452-5f4d-9bfe-8cb0365be11e, identifier: 120393366
2026-03-24 13:29:38 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: cdc19930-a452-5f4d-9bfe-8cb0365be11e with identifier: 120393366
2026-03-24 13:29:38 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: cdc19930-a452-5f4d-9bfe-8cb0365be11e with identifier: 120393366
2026-03-24 13:29:38 [scrapy.core.scraper] INFO: Dropped: Dropping expired listing: cdc19930-a452-5f4d-9bfe-8cb0365be11e with expiration date: 2026-03-24T13:00:00Z
{'auction_title': '',
'c_o_2_emission_value': 110,
'color': 'BLACK',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.0L',
'expiration_date': '2026-03-24T13:00:00Z',
'fuel_type': 'Petrol',
'id': 'cdc19930-a452-5f4d-9bfe-8cb0365be11e',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'KM19OHB',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120393366',
'listing': 'auction',
'location': 'Aston Barclay Wakefield',
'make': 'AUDI',
'model': 'A1 SPORTBACK',
'odometer': 42617,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2019-03-15',
'seller_name': 'UKCGR - Premium',
'title': 'AUDI A1 SPORTBACK 30 TFSI S Line 5dr S Tronic',
'transmission': 'automatic',
'trim': '30 TFSI S Line 5dr S Tronic',
'vin': None,
'year': 2019}
2026-03-24 13:29:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:29:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120393366%27 HTTP/1.1" 200 None
2026-03-24 13:29:38 [astonbarclay.gb] INFO: Saving data for 120393366: {'auction_closing_time': 1774357200.0, 'created_time': 1773402837.770034, 'last_price_update_time': 1774358978.909965}
2026-03-24 13:29:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:29:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120393366') HTTP/1.1" 204 0
2026-03-24 13:29:40 [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-24 13:29:40 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:29:40 [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': 18905, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 617}, 'saleStart': '2026-03-24T13:00Z', 'lot': 224, 'hall': 'Hall 1', '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-24 13:29:40 [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': 18905, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 617}, 'saleStart': '2026-03-24T13:00Z', 'lot': 224, 'hall': 'Hall 1', '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-24 13:29:40 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a65ca717-0cce-53ca-a7cd-d201280aaff4 with identifier: 120379914
2026-03-24 13:29:40 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a65ca717-0cce-53ca-a7cd-d201280aaff4 with scrape type 2
2026-03-24 13:29:40 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a65ca717-0cce-53ca-a7cd-d201280aaff4 with scrape type 2
2026-03-24 13:29:40 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: a65ca717-0cce-53ca-a7cd-d201280aaff4, identifier: 120379914
2026-03-24 13:29:40 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: a65ca717-0cce-53ca-a7cd-d201280aaff4 with identifier: 120379914
2026-03-24 13:29:40 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: a65ca717-0cce-53ca-a7cd-d201280aaff4 with identifier: 120379914
2026-03-24 13:29:40 [scrapy.core.scraper] INFO: Dropped: Dropping expired listing: a65ca717-0cce-53ca-a7cd-d201280aaff4 with expiration date: 2026-03-24T13:00:00Z
{'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-24T13:00: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-24 13:29:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:29:40 [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-24 13:29:40 [astonbarclay.gb] INFO: Saving data for 120379914: {'auction_closing_time': 1774357200.0, 'created_time': 1773402789.138887, 'last_price_update_time': 1774358980.871451}
2026-03-24 13:29:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:29:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120379914') HTTP/1.1" 204 0
2026-03-24 13:29:42 [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-24 13:29:42 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:29:42 [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': 18905, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 617}, 'saleStart': '2026-03-24T13:00Z', 'lot': 181, 'hall': 'Hall 1', '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-24 13:29:42 [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': 18905, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 617}, 'saleStart': '2026-03-24T13:00Z', 'lot': 181, 'hall': 'Hall 1', '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-24 13:29:42 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c936fdbc-497d-55d5-9549-b1457501ca7f with identifier: 120371832
2026-03-24 13:29:42 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c936fdbc-497d-55d5-9549-b1457501ca7f with scrape type 2
2026-03-24 13:29:42 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c936fdbc-497d-55d5-9549-b1457501ca7f with scrape type 2
2026-03-24 13:29:42 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: c936fdbc-497d-55d5-9549-b1457501ca7f, identifier: 120371832
2026-03-24 13:29:42 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: c936fdbc-497d-55d5-9549-b1457501ca7f with identifier: 120371832
2026-03-24 13:29:42 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: c936fdbc-497d-55d5-9549-b1457501ca7f with identifier: 120371832
2026-03-24 13:29:42 [scrapy.core.scraper] INFO: Dropped: Dropping expired listing: c936fdbc-497d-55d5-9549-b1457501ca7f with expiration date: 2026-03-24T13:00:00Z
{'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-24T13:00: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-24 13:29:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:29:42 [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-24 13:29:42 [astonbarclay.gb] INFO: Saving data for 120371832: {'auction_closing_time': 1774357200.0, 'created_time': 1773402791.060174, 'last_price_update_time': 1774358982.944507}
2026-03-24 13:29:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:29:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120371832') HTTP/1.1" 204 0
2026-03-24 13:29:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120617550?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-24 13:29:44 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:29:44 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120617550, 'registration': 'YF13FVW', 'account': 'WBA004', 'make': 'VOLKSWAGEN', 'model': 'POLO HATCHBACK', 'derivative': '1.2 60 Match Edition 5dr', 'mileage': 97629, 'mileageWarranty': True, 'type': 'car', 'saleId': 18905, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 617}, 'saleStart': '2026-03-24T13:00Z', 'lot': 178, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2013-06-13', 'fuel': 'Petrol', 'motExpiry': '2026-12-10', 'doors': 5, 'engineSize': 1198, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/YF13FVW/2026-03-24/image/683aa113-6917-416f-9f92-0aa2897c83eb_removebg.jpg?w=600', 'https://abimg003.imgix.net/YF13FVW/2026-03-24/image/e2e91542-f04c-4a50-a9f6-2e39cf7406a5_removebg.jpg?w=600', 'https://abimg003.imgix.net/YF13FVW/2026-03-24/image/741725bf-5fe6-4ea2-b04b-eec1eaef46f7_removebg.jpg?w=600', 'https://abimg003.imgix.net/YF13FVW/2026-03-24/image/a7f53359-33a9-48c9-b71b-741a32cedcd2_removebg.jpg?w=600', 'https://abimg003.imgix.net/YF13FVW/2026-03-24/image/32c8b89d-d68b-44a0-ae34-2d6f7b22d422_removebg.jpg?w=600', 'https://abimg003.imgix.net/YF13FVW/2026-03-24/image/da9ea45a-522f-4b70-8f59-775112cd475e_removebg.jpg?w=600', 'https://abimg003.imgix.net/YF13FVW/2026-03-24/image/53fae9be-fea6-45cb-afab-59d29dafad53_removebg.jpg?w=600', 'https://abimg003.imgix.net/YF13FVW/2026-03-24/image/b4a47d10-67c0-4ebc-9e9d-a37f7a06e52a_removebg.jpg?w=600', 'https://abimg003.imgix.net/YF13FVW/2026-03-24/image/fe3210a0-6383-4e6d-81a0-169e32f82970_removebg.jpg?w=600'], 'colour': 'BLUE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 05/14- 9K, 08/15- 16K, 07/17- 26K, 10/19- 40K, NO DATE- 52K, NO DATE- 62K, 10/22- 75K, NO DATE- 87K, NO DATE- 93K', 'remarks': '**739** VOSA STATES 21K, 26K, 33K, 41K, 54K, 66K, 77K, 88K, 95K, 96K, SPARE KEY', 'virtual': False, 'seller': 'UKCGR - Trade', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '2', 'v5': True, 'v5details': 'Here', 'co2': 128, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/35f7f01e-fce5-4d96-ab70-47f1cdd0c630.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 13:29:44 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120617550, 'registration': 'YF13FVW', 'account': 'WBA004', 'make': 'VOLKSWAGEN', 'model': 'POLO HATCHBACK', 'derivative': '1.2 60 Match Edition 5dr', 'mileage': 97629, 'mileageWarranty': True, 'type': 'car', 'saleId': 18905, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 617}, 'saleStart': '2026-03-24T13:00Z', 'lot': 178, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2013-06-13', 'fuel': 'Petrol', 'motExpiry': '2026-12-10', 'doors': 5, 'engineSize': 1198, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/YF13FVW/2026-03-24/image/683aa113-6917-416f-9f92-0aa2897c83eb_removebg.jpg?w=600', 'https://abimg003.imgix.net/YF13FVW/2026-03-24/image/e2e91542-f04c-4a50-a9f6-2e39cf7406a5_removebg.jpg?w=600', 'https://abimg003.imgix.net/YF13FVW/2026-03-24/image/741725bf-5fe6-4ea2-b04b-eec1eaef46f7_removebg.jpg?w=600', 'https://abimg003.imgix.net/YF13FVW/2026-03-24/image/a7f53359-33a9-48c9-b71b-741a32cedcd2_removebg.jpg?w=600', 'https://abimg003.imgix.net/YF13FVW/2026-03-24/image/32c8b89d-d68b-44a0-ae34-2d6f7b22d422_removebg.jpg?w=600', 'https://abimg003.imgix.net/YF13FVW/2026-03-24/image/da9ea45a-522f-4b70-8f59-775112cd475e_removebg.jpg?w=600', 'https://abimg003.imgix.net/YF13FVW/2026-03-24/image/53fae9be-fea6-45cb-afab-59d29dafad53_removebg.jpg?w=600', 'https://abimg003.imgix.net/YF13FVW/2026-03-24/image/b4a47d10-67c0-4ebc-9e9d-a37f7a06e52a_removebg.jpg?w=600', 'https://abimg003.imgix.net/YF13FVW/2026-03-24/image/fe3210a0-6383-4e6d-81a0-169e32f82970_removebg.jpg?w=600'], 'colour': 'BLUE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 05/14- 9K, 08/15- 16K, 07/17- 26K, 10/19- 40K, NO DATE- 52K, NO DATE- 62K, 10/22- 75K, NO DATE- 87K, NO DATE- 93K', 'remarks': '**739** VOSA STATES 21K, 26K, 33K, 41K, 54K, 66K, 77K, 88K, 95K, 96K, SPARE KEY', 'virtual': False, 'seller': 'UKCGR - Trade', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '2', 'v5': True, 'v5details': 'Here', 'co2': 128, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/35f7f01e-fce5-4d96-ab70-47f1cdd0c630.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 13:29:44 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: bbd6d6ef-9025-5ec1-8554-cb0ea82a41a7 with identifier: 120617550
2026-03-24 13:29:44 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item bbd6d6ef-9025-5ec1-8554-cb0ea82a41a7 with scrape type 2
2026-03-24 13:29:44 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item bbd6d6ef-9025-5ec1-8554-cb0ea82a41a7 with scrape type 2
2026-03-24 13:29:44 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: bbd6d6ef-9025-5ec1-8554-cb0ea82a41a7, identifier: 120617550
2026-03-24 13:29:44 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: bbd6d6ef-9025-5ec1-8554-cb0ea82a41a7 with identifier: 120617550
2026-03-24 13:29:44 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: bbd6d6ef-9025-5ec1-8554-cb0ea82a41a7 with identifier: 120617550
2026-03-24 13:29:44 [scrapy.core.scraper] INFO: Dropped: Dropping expired listing: bbd6d6ef-9025-5ec1-8554-cb0ea82a41a7 with expiration date: 2026-03-24T13:00:00Z
{'auction_title': '',
'c_o_2_emission_value': 128,
'color': 'BLUE',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 5',
'engine': '1.2L',
'expiration_date': '2026-03-24T13:00:00Z',
'fuel_type': 'Petrol',
'id': 'bbd6d6ef-9025-5ec1-8554-cb0ea82a41a7',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'YF13FVW',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120617550',
'listing': 'auction',
'location': 'Aston Barclay Wakefield',
'make': 'VOLKSWAGEN',
'model': 'POLO HATCHBACK',
'odometer': 97629,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2013-06-13',
'seller_name': 'UKCGR - Trade',
'title': 'VOLKSWAGEN POLO HATCHBACK 1.2 60 Match Edition 5dr',
'transmission': 'manual',
'trim': '1.2 60 Match Edition 5dr',
'vin': None,
'year': 2013}
2026-03-24 13:29:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:29:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120617550%27 HTTP/1.1" 200 None
2026-03-24 13:29:44 [astonbarclay.gb] INFO: Saving data for 120617550: {'auction_closing_time': 1774357200.0, 'created_time': 1773947392.395565, 'last_price_update_time': 1774358984.940702}
2026-03-24 13:29:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:29:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120617550') HTTP/1.1" 204 0
2026-03-24 13:29:44 [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-24 13:29:44 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:29:45 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120364356, 'registration': 'ND09HYN', 'account': 'WBA004', 'make': 'FORD', 'model': 'FOCUS GHIA 115', 'derivative': None, 'mileage': 73673, 'mileageWarranty': True, 'type': 'car', 'saleId': 18905, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 617}, 'saleStart': '2026-03-24T13:00Z', 'lot': 190, 'hall': 'Hall 1', '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-24 13:29:45 [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': True, 'type': 'car', 'saleId': 18905, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 617}, 'saleStart': '2026-03-24T13:00Z', 'lot': 190, 'hall': 'Hall 1', '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-24 13:29:45 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: eed613c4-5370-5fe3-ad80-a127fd285239 with identifier: 120364356
2026-03-24 13:29:45 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item eed613c4-5370-5fe3-ad80-a127fd285239 with scrape type 2
2026-03-24 13:29:45 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item eed613c4-5370-5fe3-ad80-a127fd285239 with scrape type 2
2026-03-24 13:29:45 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: eed613c4-5370-5fe3-ad80-a127fd285239, identifier: 120364356
2026-03-24 13:29:45 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: eed613c4-5370-5fe3-ad80-a127fd285239 with identifier: 120364356
2026-03-24 13:29:45 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: eed613c4-5370-5fe3-ad80-a127fd285239 with identifier: 120364356
2026-03-24 13:29:45 [scrapy.core.scraper] INFO: Dropped: Dropping expired listing: eed613c4-5370-5fe3-ad80-a127fd285239 with expiration date: 2026-03-24T13:00:00Z
{'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-24T13:00: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-24 13:29:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:29:45 [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-24 13:29:45 [astonbarclay.gb] INFO: Saving data for 120364356: {'auction_closing_time': 1774357200.0, 'created_time': 1773402685.516785, 'last_price_update_time': 1774358985.180899}
2026-03-24 13:29:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:29:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120364356') HTTP/1.1" 204 0
2026-03-24 13:29:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120502683?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-24 13:29:45 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:29:46 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120502683, 'registration': 'OY09NUV', 'account': 'WBA004', 'make': 'AUDI', 'model': 'A4 DIESEL AVANT', 'derivative': '2.0 TDI 143 S Line 5dr [Start Stop]', 'mileage': 130699, 'mileageWarranty': False, 'type': 'car', 'saleId': 18905, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 617}, 'saleStart': '2026-03-24T13:00Z', 'lot': 177, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2009-04-02', 'fuel': 'Diesel', 'motExpiry': '2026-10-09', 'doors': 5, 'engineSize': 1968, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/OY09NUV/2026-03-17/image/502a4cda-6079-4d3c-8609-d7da9f1a52bc_removebg.jpg?w=600', 'https://abimg003.imgix.net/OY09NUV/2026-03-17/image/bb4eb178-9644-49eb-b022-5fc8a7854441_removebg.jpg?w=600', 'https://abimg003.imgix.net/OY09NUV/2026-03-17/image/6861a4e5-0a5f-4de5-96d2-a703548a14a4_removebg.jpg?w=600', 'https://abimg003.imgix.net/OY09NUV/2026-03-17/image/c5b5cd60-261b-4ecd-88e2-630c69083a45_removebg.jpg?w=600', 'https://abimg003.imgix.net/OY09NUV/2026-03-17/image/5c0b33ce-d942-41a6-8e4f-6f610e49d790_removebg.jpg?w=600', 'https://abimg003.imgix.net/OY09NUV/2026-03-17/image/5ad175cc-db85-4579-9761-2b9d73e742b7_removebg.jpg?w=600', 'https://abimg003.imgix.net/OY09NUV/2026-03-17/image/ee054566-31be-45ca-a49b-f25d779971fe_removebg.jpg?w=600', 'https://abimg003.imgix.net/OY09NUV/2026-03-17/image/4f141929-a9ac-4ddd-a3ba-f0d321841603_removebg.jpg?w=600', 'https://abimg003.imgix.net/OY09NUV/2026-03-17/image/f2acc341-30cf-4e36-8175-e5609346a181_removebg.jpg?w=600'], 'colour': 'BLUE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 05/10 - 9K, 01/11 - 16K, 01/12 - 28K, 03/12 - 30K, 04/12 - 29K, 06/13K, 42K, 11/13 - 43K, 05/14 - 51K, 10/15 - 65K, 05/16 - 71K, 10/16 - 74K, 06/19 - 95K, 10/22 - 114K, DISCREPANCY IN BOOK', 'remarks': '**541** VOSA STATES 28K, 31K, 41K, 51K, 62K, 71K, 78K, 86K, 95K, 105K, 110K, 114K, 118K, 123K, 129K, SPARE KEY, SD CARD', 'virtual': False, 'seller': 'UKCGR - Trade', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '5', 'v5': True, 'v5details': 'Here', 'co2': 143, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/7baed8c0-c693-4eaa-9ba7-c0935c7daced.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 4, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 13:29:46 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120502683, 'registration': 'OY09NUV', 'account': 'WBA004', 'make': 'AUDI', 'model': 'A4 DIESEL AVANT', 'derivative': '2.0 TDI 143 S Line 5dr [Start Stop]', 'mileage': 130699, 'mileageWarranty': False, 'type': 'car', 'saleId': 18905, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 617}, 'saleStart': '2026-03-24T13:00Z', 'lot': 177, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2009-04-02', 'fuel': 'Diesel', 'motExpiry': '2026-10-09', 'doors': 5, 'engineSize': 1968, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/OY09NUV/2026-03-17/image/502a4cda-6079-4d3c-8609-d7da9f1a52bc_removebg.jpg?w=600', 'https://abimg003.imgix.net/OY09NUV/2026-03-17/image/bb4eb178-9644-49eb-b022-5fc8a7854441_removebg.jpg?w=600', 'https://abimg003.imgix.net/OY09NUV/2026-03-17/image/6861a4e5-0a5f-4de5-96d2-a703548a14a4_removebg.jpg?w=600', 'https://abimg003.imgix.net/OY09NUV/2026-03-17/image/c5b5cd60-261b-4ecd-88e2-630c69083a45_removebg.jpg?w=600', 'https://abimg003.imgix.net/OY09NUV/2026-03-17/image/5c0b33ce-d942-41a6-8e4f-6f610e49d790_removebg.jpg?w=600', 'https://abimg003.imgix.net/OY09NUV/2026-03-17/image/5ad175cc-db85-4579-9761-2b9d73e742b7_removebg.jpg?w=600', 'https://abimg003.imgix.net/OY09NUV/2026-03-17/image/ee054566-31be-45ca-a49b-f25d779971fe_removebg.jpg?w=600', 'https://abimg003.imgix.net/OY09NUV/2026-03-17/image/4f141929-a9ac-4ddd-a3ba-f0d321841603_removebg.jpg?w=600', 'https://abimg003.imgix.net/OY09NUV/2026-03-17/image/f2acc341-30cf-4e36-8175-e5609346a181_removebg.jpg?w=600'], 'colour': 'BLUE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 05/10 - 9K, 01/11 - 16K, 01/12 - 28K, 03/12 - 30K, 04/12 - 29K, 06/13K, 42K, 11/13 - 43K, 05/14 - 51K, 10/15 - 65K, 05/16 - 71K, 10/16 - 74K, 06/19 - 95K, 10/22 - 114K, DISCREPANCY IN BOOK', 'remarks': '**541** VOSA STATES 28K, 31K, 41K, 51K, 62K, 71K, 78K, 86K, 95K, 105K, 110K, 114K, 118K, 123K, 129K, SPARE KEY, SD CARD', 'virtual': False, 'seller': 'UKCGR - Trade', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '5', 'v5': True, 'v5details': 'Here', 'co2': 143, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/7baed8c0-c693-4eaa-9ba7-c0935c7daced.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 4, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 13:29:46 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d45fbdd7-ab15-5865-8879-f29526b6f8c0 with identifier: 120502683
2026-03-24 13:29:46 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d45fbdd7-ab15-5865-8879-f29526b6f8c0 with scrape type 2
2026-03-24 13:29:46 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d45fbdd7-ab15-5865-8879-f29526b6f8c0 with scrape type 2
2026-03-24 13:29:46 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: d45fbdd7-ab15-5865-8879-f29526b6f8c0, identifier: 120502683
2026-03-24 13:29:46 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: d45fbdd7-ab15-5865-8879-f29526b6f8c0 with identifier: 120502683
2026-03-24 13:29:46 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: d45fbdd7-ab15-5865-8879-f29526b6f8c0 with identifier: 120502683
2026-03-24 13:29:46 [scrapy.core.scraper] INFO: Dropped: Dropping expired listing: d45fbdd7-ab15-5865-8879-f29526b6f8c0 with expiration date: 2026-03-24T13:00:00Z
{'auction_title': '',
'c_o_2_emission_value': 143,
'color': 'BLUE',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 4',
'engine': '2.0L',
'expiration_date': '2026-03-24T13:00:00Z',
'fuel_type': 'Diesel',
'id': 'd45fbdd7-ab15-5865-8879-f29526b6f8c0',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'OY09NUV',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120502683',
'listing': 'auction',
'location': 'Aston Barclay Wakefield',
'make': 'AUDI',
'model': 'A4 DIESEL AVANT',
'odometer': 130699,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2009-04-02',
'seller_name': 'UKCGR - Trade',
'title': 'AUDI A4 DIESEL AVANT 2.0 TDI 143 S Line 5dr [Start Stop]',
'transmission': 'manual',
'trim': '2.0 TDI 143 S Line 5dr [Start Stop]',
'vin': None,
'year': 2009}
2026-03-24 13:29:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:29:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120502683%27 HTTP/1.1" 200 None
2026-03-24 13:29:46 [astonbarclay.gb] INFO: Saving data for 120502683: {'auction_closing_time': 1774357200.0, 'created_time': 1773741726.770567, 'last_price_update_time': 1774358986.186584}
2026-03-24 13:29:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:29:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120502683') HTTP/1.1" 204 0
2026-03-24 13:29:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120323875?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-24 13:29:46 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:29:46 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120323875, 'registration': 'BG63RXC', 'account': 'WBA004', 'make': 'MERCEDES-BENZ', 'model': 'A CLASS HATCHBACK', 'derivative': 'A250 BlueEFFICIENCY Engineered by AMG 5dr Auto', 'mileage': 126009, 'mileageWarranty': True, 'type': 'car', 'saleId': 18905, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 617}, 'saleStart': '2026-03-24T13:00Z', 'lot': 195, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2013-12-13', 'fuel': 'Petrol', 'motExpiry': '2026-09-11', 'doors': 5, 'engineSize': 1991, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/BG63RXC/2026-03-11/image/0145bdb8-74c3-4783-9dfb-a70e11666b09_removebg.jpg?w=600', 'https://abimg003.imgix.net/BG63RXC/2026-03-11/image/4b8d03b0-a1c1-4265-8785-496d8619a16f_removebg.jpg?w=600', 'https://abimg003.imgix.net/BG63RXC/2026-03-11/image/d3e88f1b-702d-455d-88a1-a1a4f9e4aef3_removebg.jpg?w=600', 'https://abimg003.imgix.net/BG63RXC/2026-03-11/image/e575b2fd-95bf-4f40-a229-aa5618ffb6af_removebg.jpg?w=600', 'https://abimg003.imgix.net/BG63RXC/2026-03-11/image/e73e3bf6-807a-4d20-b727-9d890d5f1539_removebg.jpg?w=600', 'https://abimg003.imgix.net/BG63RXC/2026-03-11/image/6c9fb186-3b25-436a-b49b-daa44962f7e3_removebg.jpg?w=600', 'https://abimg003.imgix.net/BG63RXC/2026-03-11/image/0878bd85-ec26-43f3-914f-5f974aa0495c_removebg.jpg?w=600', 'https://abimg003.imgix.net/BG63RXC/2026-03-11/image/317a43f7-4bea-406f-b3be-1adb99ed9077_removebg.jpg?w=600', 'https://abimg003.imgix.net/BG63RXC/2026-03-11/image/d8ea462d-b8db-4297-a844-0f72782698e0_removebg.jpg?w=600', 'https://abimg003.imgix.net/BG63RXC/2026-03-11/image/f2eb3c34-a4e7-495e-9bca-bafc162ea070_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print 11/14-3K, 11/15-7K,', 'remarks': '**560** VOSA STATES 14K, 23K, 33K, 39K, 54K, 59K, 70K, 85K, 106K, 120K', 'virtual': False, 'seller': 'UKCGR - Trade', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '3', 'v5': True, 'v5details': 'Here', 'co2': 148, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/363c86ad-6dcc-4c27-95c7-b65417dfc5c9.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 13:29:46 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120323875, 'registration': 'BG63RXC', 'account': 'WBA004', 'make': 'MERCEDES-BENZ', 'model': 'A CLASS HATCHBACK', 'derivative': 'A250 BlueEFFICIENCY Engineered by AMG 5dr Auto', 'mileage': 126009, 'mileageWarranty': True, 'type': 'car', 'saleId': 18905, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 617}, 'saleStart': '2026-03-24T13:00Z', 'lot': 195, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2013-12-13', 'fuel': 'Petrol', 'motExpiry': '2026-09-11', 'doors': 5, 'engineSize': 1991, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/BG63RXC/2026-03-11/image/0145bdb8-74c3-4783-9dfb-a70e11666b09_removebg.jpg?w=600', 'https://abimg003.imgix.net/BG63RXC/2026-03-11/image/4b8d03b0-a1c1-4265-8785-496d8619a16f_removebg.jpg?w=600', 'https://abimg003.imgix.net/BG63RXC/2026-03-11/image/d3e88f1b-702d-455d-88a1-a1a4f9e4aef3_removebg.jpg?w=600', 'https://abimg003.imgix.net/BG63RXC/2026-03-11/image/e575b2fd-95bf-4f40-a229-aa5618ffb6af_removebg.jpg?w=600', 'https://abimg003.imgix.net/BG63RXC/2026-03-11/image/e73e3bf6-807a-4d20-b727-9d890d5f1539_removebg.jpg?w=600', 'https://abimg003.imgix.net/BG63RXC/2026-03-11/image/6c9fb186-3b25-436a-b49b-daa44962f7e3_removebg.jpg?w=600', 'https://abimg003.imgix.net/BG63RXC/2026-03-11/image/0878bd85-ec26-43f3-914f-5f974aa0495c_removebg.jpg?w=600', 'https://abimg003.imgix.net/BG63RXC/2026-03-11/image/317a43f7-4bea-406f-b3be-1adb99ed9077_removebg.jpg?w=600', 'https://abimg003.imgix.net/BG63RXC/2026-03-11/image/d8ea462d-b8db-4297-a844-0f72782698e0_removebg.jpg?w=600', 'https://abimg003.imgix.net/BG63RXC/2026-03-11/image/f2eb3c34-a4e7-495e-9bca-bafc162ea070_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print 11/14-3K, 11/15-7K,', 'remarks': '**560** VOSA STATES 14K, 23K, 33K, 39K, 54K, 59K, 70K, 85K, 106K, 120K', 'virtual': False, 'seller': 'UKCGR - Trade', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '3', 'v5': True, 'v5details': 'Here', 'co2': 148, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/363c86ad-6dcc-4c27-95c7-b65417dfc5c9.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 13:29:46 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 95542244-8097-5063-8831-f8a5b606b5d9 with identifier: 120323875
2026-03-24 13:29:46 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 95542244-8097-5063-8831-f8a5b606b5d9 with scrape type 2
2026-03-24 13:29:46 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 95542244-8097-5063-8831-f8a5b606b5d9 with scrape type 2
2026-03-24 13:29:47 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 95542244-8097-5063-8831-f8a5b606b5d9, identifier: 120323875
2026-03-24 13:29:47 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 95542244-8097-5063-8831-f8a5b606b5d9 with identifier: 120323875
2026-03-24 13:29:47 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 95542244-8097-5063-8831-f8a5b606b5d9 with identifier: 120323875
2026-03-24 13:29:47 [scrapy.core.scraper] INFO: Dropped: Dropping expired listing: 95542244-8097-5063-8831-f8a5b606b5d9 with expiration date: 2026-03-24T13:00:00Z
{'auction_title': '',
'c_o_2_emission_value': 148,
'color': 'GREY',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'expiration_date': '2026-03-24T13:00:00Z',
'fuel_type': 'Petrol',
'id': '95542244-8097-5063-8831-f8a5b606b5d9',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'BG63RXC',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120323875',
'listing': 'auction',
'location': 'Aston Barclay Wakefield',
'make': 'MERCEDES-BENZ',
'model': 'A CLASS HATCHBACK',
'odometer': 126009,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2013-12-13',
'seller_name': 'UKCGR - Trade',
'title': 'MERCEDES-BENZ A CLASS HATCHBACK A250 BlueEFFICIENCY Engineered by '
'AMG 5dr Auto',
'transmission': 'automatic',
'trim': 'A250 BlueEFFICIENCY Engineered by AMG 5dr Auto',
'vin': None,
'year': 2013}
2026-03-24 13:29:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:29:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120323875%27 HTTP/1.1" 200 None
2026-03-24 13:29:47 [astonbarclay.gb] INFO: Saving data for 120323875: {'auction_closing_time': 1774357200.0, 'created_time': 1773404651.858112, 'last_price_update_time': 1774358987.050472}
2026-03-24 13:29:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:29:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120323875') HTTP/1.1" 204 0
2026-03-24 13:29:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120552560?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-24 13:29:47 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:29:47 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120552560, 'registration': 'AF11YCD', 'account': 'WBA004', 'make': 'NISSAN', 'model': 'QASHQAI+2 HATCHBACK SPECIAL EDITIONS', 'derivative': '1.5 dCi [110] N-Tec 5dr', 'mileage': 139558, 'mileageWarranty': True, 'type': 'car', 'saleId': 18905, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 617}, 'saleStart': '2026-03-24T13:00Z', 'lot': 189, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2011-03-03', 'fuel': 'Diesel', 'motExpiry': '2026-05-27', 'doors': 5, 'engineSize': 1461, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/AF11YCD/2026-03-19/image/3eafbb56-17d0-49dc-b7e9-b54d16d5d46c_removebg.jpg?w=600', 'https://abimg003.imgix.net/AF11YCD/2026-03-19/image/8d0fa97b-cbe5-4ee5-a001-187e31c39169_removebg.jpg?w=600', 'https://abimg003.imgix.net/AF11YCD/2026-03-19/image/3a5e4fa9-b817-4fb2-bd34-63c76afc14fa_removebg.jpg?w=600', 'https://abimg003.imgix.net/AF11YCD/2026-03-19/image/007800c9-730c-4313-8008-1605e9f50b4a_removebg.jpg?w=600', 'https://abimg003.imgix.net/AF11YCD/2026-03-19/image/d2d40c1c-d5b7-4a99-b84e-8b746fae1840_removebg.jpg?w=600', 'https://abimg003.imgix.net/AF11YCD/2026-03-19/image/e2ed54b0-5796-410a-a657-328ea34e3e43_removebg.jpg?w=600', 'https://abimg003.imgix.net/AF11YCD/2026-03-19/image/3f54bea4-53e7-491a-bf17-b84681df5aba_removebg.jpg?w=600', 'https://abimg003.imgix.net/AF11YCD/2026-03-19/image/c1475369-040c-4bfe-81c2-98e7d432e067_removebg.jpg?w=600', 'https://abimg003.imgix.net/AF11YCD/2026-03-19/image/9d0cceeb-3230-4d27-9710-68aed2e8d264_removebg.jpg?w=600'], 'colour': 'SILVER', '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 **776** VOSA STATES 33K, 44K, 55K, 65K, 76K, 85K, 93K, 101K, 111K, 123K, 130K, 139K, SPARE KEY, SD CARD', 'virtual': False, 'seller': 'UKCGR - Trade', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '5', 'v5': True, 'v5details': 'Here', 'co2': 139, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': None, 'assuredType': None, 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 13:29:47 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120552560, 'registration': 'AF11YCD', 'account': 'WBA004', 'make': 'NISSAN', 'model': 'QASHQAI+2 HATCHBACK SPECIAL EDITIONS', 'derivative': '1.5 dCi [110] N-Tec 5dr', 'mileage': 139558, 'mileageWarranty': True, 'type': 'car', 'saleId': 18905, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 617}, 'saleStart': '2026-03-24T13:00Z', 'lot': 189, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2011-03-03', 'fuel': 'Diesel', 'motExpiry': '2026-05-27', 'doors': 5, 'engineSize': 1461, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/AF11YCD/2026-03-19/image/3eafbb56-17d0-49dc-b7e9-b54d16d5d46c_removebg.jpg?w=600', 'https://abimg003.imgix.net/AF11YCD/2026-03-19/image/8d0fa97b-cbe5-4ee5-a001-187e31c39169_removebg.jpg?w=600', 'https://abimg003.imgix.net/AF11YCD/2026-03-19/image/3a5e4fa9-b817-4fb2-bd34-63c76afc14fa_removebg.jpg?w=600', 'https://abimg003.imgix.net/AF11YCD/2026-03-19/image/007800c9-730c-4313-8008-1605e9f50b4a_removebg.jpg?w=600', 'https://abimg003.imgix.net/AF11YCD/2026-03-19/image/d2d40c1c-d5b7-4a99-b84e-8b746fae1840_removebg.jpg?w=600', 'https://abimg003.imgix.net/AF11YCD/2026-03-19/image/e2ed54b0-5796-410a-a657-328ea34e3e43_removebg.jpg?w=600', 'https://abimg003.imgix.net/AF11YCD/2026-03-19/image/3f54bea4-53e7-491a-bf17-b84681df5aba_removebg.jpg?w=600', 'https://abimg003.imgix.net/AF11YCD/2026-03-19/image/c1475369-040c-4bfe-81c2-98e7d432e067_removebg.jpg?w=600', 'https://abimg003.imgix.net/AF11YCD/2026-03-19/image/9d0cceeb-3230-4d27-9710-68aed2e8d264_removebg.jpg?w=600'], 'colour': 'SILVER', '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 **776** VOSA STATES 33K, 44K, 55K, 65K, 76K, 85K, 93K, 101K, 111K, 123K, 130K, 139K, SPARE KEY, SD CARD', 'virtual': False, 'seller': 'UKCGR - Trade', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '5', 'v5': True, 'v5details': 'Here', 'co2': 139, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': None, 'assuredType': None, 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 13:29:47 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8d30ecca-89d7-5a15-9c80-c119606157f1 with identifier: 120552560
2026-03-24 13:29:47 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8d30ecca-89d7-5a15-9c80-c119606157f1 with scrape type 2
2026-03-24 13:29:47 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8d30ecca-89d7-5a15-9c80-c119606157f1 with scrape type 2
2026-03-24 13:29:47 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 8d30ecca-89d7-5a15-9c80-c119606157f1, identifier: 120552560
2026-03-24 13:29:47 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 8d30ecca-89d7-5a15-9c80-c119606157f1 with identifier: 120552560
2026-03-24 13:29:47 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 8d30ecca-89d7-5a15-9c80-c119606157f1 with identifier: 120552560
2026-03-24 13:29:47 [scrapy.core.scraper] INFO: Dropped: Dropping expired listing: 8d30ecca-89d7-5a15-9c80-c119606157f1 with expiration date: 2026-03-24T13:00:00Z
{'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-24T13:00:00Z',
'fuel_type': 'Diesel',
'id': '8d30ecca-89d7-5a15-9c80-c119606157f1',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'AF11YCD',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120552560',
'listing': 'auction',
'location': 'Aston Barclay Wakefield',
'make': 'NISSAN',
'model': 'QASHQAI+2 HATCHBACK SPECIAL EDITIONS',
'odometer': 139558,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2011-03-03',
'seller_name': 'UKCGR - Trade',
'title': 'NISSAN QASHQAI+2 HATCHBACK SPECIAL EDITIONS 1.5 dCi [110] N-Tec 5dr',
'transmission': 'manual',
'trim': '1.5 dCi [110] N-Tec 5dr',
'vin': None,
'year': 2011}
2026-03-24 13:29:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:29:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120552560%27 HTTP/1.1" 200 None
2026-03-24 13:29:47 [astonbarclay.gb] INFO: Saving data for 120552560: {'auction_closing_time': 1774357200.0, 'created_time': 1773830953.197255, 'last_price_update_time': 1774358987.410317}
2026-03-24 13:29:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:29:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120552560') HTTP/1.1" 204 0
2026-03-24 13:29:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120667305?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-24 13:29:51 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:29:51 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120667305, 'registration': 'HG14NKX', 'account': 'WBA004', 'make': 'VOLKSWAGEN', 'model': 'POLO DIESEL HATCHBACK', 'derivative': '1.4 TDI 90 SEL 3dr', 'mileage': 104733, 'mileageWarranty': True, 'type': 'car', 'saleId': 18905, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 617}, 'saleStart': '2026-03-24T13:00Z', 'lot': 173, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2014-07-09', 'fuel': 'Diesel', 'motExpiry': '2026-04-08', 'doors': 3, 'engineSize': 1422, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/HG14NKX/2026-03-23/image/579be041-6fb1-40c2-a4c3-a2d1b44aca0e_removebg.jpg?w=600', 'https://abimg003.imgix.net/HG14NKX/2026-03-23/image/a9ccc6b6-e5fb-4821-9dc7-478a0898c4c2_removebg.jpg?w=600', 'https://abimg003.imgix.net/HG14NKX/2026-03-23/image/bf8d4f42-557d-4563-9e89-8c15862aa4ee_removebg.jpg?w=600', 'https://abimg003.imgix.net/HG14NKX/2026-03-23/image/b9907908-0e29-4c4c-983c-019f0d492f6d_removebg.jpg?w=600', 'https://abimg003.imgix.net/HG14NKX/2026-03-23/image/e1369001-398f-4d7c-bfe5-af0f1967deb2_removebg.jpg?w=600', 'https://abimg003.imgix.net/HG14NKX/2026-03-23/image/34ab1bd6-35e6-4c46-a216-fa242f667505_removebg.jpg?w=600', 'https://abimg003.imgix.net/HG14NKX/2026-03-23/image/09159c0a-f68d-4dd3-934d-362d55d50c73_removebg.jpg?w=600', 'https://abimg003.imgix.net/HG14NKX/2026-03-23/image/7f7c434c-4d22-4389-bc11-27a82870a955_removebg.jpg?w=600', 'https://abimg003.imgix.net/HG14NKX/2026-03-23/image/9e493d86-8c2d-47fc-b1ca-7bedaaa54ee7_removebg.jpg?w=600'], 'colour': 'BLUE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 01/15 - 3K, 01/15 - 13K, 04/16 - 20K, 06/17 - 36K, 03/19 - 59K, 10/20 - 66K', 'remarks': '**562** VOSA STATES 36K, 50K, 59K, 63K, 67K, 74K, 81K, 89K, 96K,', 'virtual': False, 'seller': 'UKCGR - Trade', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '4', 'v5': True, 'v5details': 'Here', 'co2': 88, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/e1312cad-cd3d-4167-a740-53a5503d35f0.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 13:29:51 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120667305, 'registration': 'HG14NKX', 'account': 'WBA004', 'make': 'VOLKSWAGEN', 'model': 'POLO DIESEL HATCHBACK', 'derivative': '1.4 TDI 90 SEL 3dr', 'mileage': 104733, 'mileageWarranty': True, 'type': 'car', 'saleId': 18905, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 617}, 'saleStart': '2026-03-24T13:00Z', 'lot': 173, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2014-07-09', 'fuel': 'Diesel', 'motExpiry': '2026-04-08', 'doors': 3, 'engineSize': 1422, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/HG14NKX/2026-03-23/image/579be041-6fb1-40c2-a4c3-a2d1b44aca0e_removebg.jpg?w=600', 'https://abimg003.imgix.net/HG14NKX/2026-03-23/image/a9ccc6b6-e5fb-4821-9dc7-478a0898c4c2_removebg.jpg?w=600', 'https://abimg003.imgix.net/HG14NKX/2026-03-23/image/bf8d4f42-557d-4563-9e89-8c15862aa4ee_removebg.jpg?w=600', 'https://abimg003.imgix.net/HG14NKX/2026-03-23/image/b9907908-0e29-4c4c-983c-019f0d492f6d_removebg.jpg?w=600', 'https://abimg003.imgix.net/HG14NKX/2026-03-23/image/e1369001-398f-4d7c-bfe5-af0f1967deb2_removebg.jpg?w=600', 'https://abimg003.imgix.net/HG14NKX/2026-03-23/image/34ab1bd6-35e6-4c46-a216-fa242f667505_removebg.jpg?w=600', 'https://abimg003.imgix.net/HG14NKX/2026-03-23/image/09159c0a-f68d-4dd3-934d-362d55d50c73_removebg.jpg?w=600', 'https://abimg003.imgix.net/HG14NKX/2026-03-23/image/7f7c434c-4d22-4389-bc11-27a82870a955_removebg.jpg?w=600', 'https://abimg003.imgix.net/HG14NKX/2026-03-23/image/9e493d86-8c2d-47fc-b1ca-7bedaaa54ee7_removebg.jpg?w=600'], 'colour': 'BLUE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 01/15 - 3K, 01/15 - 13K, 04/16 - 20K, 06/17 - 36K, 03/19 - 59K, 10/20 - 66K', 'remarks': '**562** VOSA STATES 36K, 50K, 59K, 63K, 67K, 74K, 81K, 89K, 96K,', 'virtual': False, 'seller': 'UKCGR - Trade', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '4', 'v5': True, 'v5details': 'Here', 'co2': 88, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/e1312cad-cd3d-4167-a740-53a5503d35f0.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 13:29:51 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8746283d-bf27-578d-acff-d96f16eb3178 with identifier: 120667305
2026-03-24 13:29:51 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8746283d-bf27-578d-acff-d96f16eb3178 with scrape type 2
2026-03-24 13:29:51 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8746283d-bf27-578d-acff-d96f16eb3178 with scrape type 2
2026-03-24 13:29:51 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 8746283d-bf27-578d-acff-d96f16eb3178, identifier: 120667305
2026-03-24 13:29:51 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 8746283d-bf27-578d-acff-d96f16eb3178 with identifier: 120667305
2026-03-24 13:29:51 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 8746283d-bf27-578d-acff-d96f16eb3178 with identifier: 120667305
2026-03-24 13:29:51 [scrapy.core.scraper] INFO: Dropped: Dropping expired listing: 8746283d-bf27-578d-acff-d96f16eb3178 with expiration date: 2026-03-24T13:00:00Z
{'auction_title': '',
'c_o_2_emission_value': 88,
'color': 'BLUE',
'currency': 'GBP',
'doors_number': 3,
'emission_standard': 'EURO 6',
'engine': '1.4L',
'expiration_date': '2026-03-24T13:00:00Z',
'fuel_type': 'Diesel',
'id': '8746283d-bf27-578d-acff-d96f16eb3178',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'HG14NKX',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120667305',
'listing': 'auction',
'location': 'Aston Barclay Wakefield',
'make': 'VOLKSWAGEN',
'model': 'POLO DIESEL HATCHBACK',
'odometer': 104733,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2014-07-09',
'seller_name': 'UKCGR - Trade',
'title': 'VOLKSWAGEN POLO DIESEL HATCHBACK 1.4 TDI 90 SEL 3dr',
'transmission': 'manual',
'trim': '1.4 TDI 90 SEL 3dr',
'vin': None,
'year': 2014}
2026-03-24 13:29:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:29:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120667305%27 HTTP/1.1" 200 None
2026-03-24 13:29:51 [astonbarclay.gb] INFO: Saving data for 120667305: {'auction_closing_time': 1774357200.0, 'created_time': 1774260997.075546, 'last_price_update_time': 1774358991.764864}
2026-03-24 13:29:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:29:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120667305') HTTP/1.1" 204 0
2026-03-24 13:29:52 [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-24 13:29:52 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:29:52 [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': 18905, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 617}, 'saleStart': '2026-03-24T13:00Z', 'lot': 175, 'hall': 'Hall 1', '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-24 13:29:52 [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': 18905, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 617}, 'saleStart': '2026-03-24T13:00Z', 'lot': 175, 'hall': 'Hall 1', '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-24 13:29:52 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 83733b8a-fadc-5172-922f-d66cfd982274 with identifier: 120355965
2026-03-24 13:29:52 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 83733b8a-fadc-5172-922f-d66cfd982274 with scrape type 2
2026-03-24 13:29:52 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 83733b8a-fadc-5172-922f-d66cfd982274 with scrape type 2
2026-03-24 13:29:52 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 83733b8a-fadc-5172-922f-d66cfd982274, identifier: 120355965
2026-03-24 13:29:52 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 83733b8a-fadc-5172-922f-d66cfd982274 with identifier: 120355965
2026-03-24 13:29:52 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 83733b8a-fadc-5172-922f-d66cfd982274 with identifier: 120355965
2026-03-24 13:29:52 [scrapy.core.scraper] INFO: Dropped: Dropping expired listing: 83733b8a-fadc-5172-922f-d66cfd982274 with expiration date: 2026-03-24T13:00:00Z
{'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-24T13:00: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-24 13:29:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:29:52 [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-24 13:29:52 [astonbarclay.gb] INFO: Saving data for 120355965: {'auction_closing_time': 1774357200.0, 'created_time': 1773402764.942537, 'last_price_update_time': 1774358992.337145}
2026-03-24 13:29:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:29:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120355965') HTTP/1.1" 204 0
2026-03-24 13:29:57 [zyte_api._retry] DEBUG: Finished call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request' after 129.976(s), this was the 1st time calling it.
2026-03-24 13:29:57 [zyte_api._retry] DEBUG: Retrying zyte_api._async.AsyncZyteAPI.get.<locals>.request in 6.73666288545373 seconds as it raised ClientConnectorError: Cannot connect to host api.zyte.com:443 ssl:default [Connect call failed ('69.41.180.81', 443)].
2026-03-24 13:29:58 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120436714?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-24 13:29:58 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:29:58 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120436714, 'registration': 'WR63ODH', 'account': 'WBA004', 'make': 'FIAT', 'model': '500 HATCHBACK', 'derivative': '1.2 S 3dr', 'mileage': 87256, 'mileageWarranty': True, 'type': 'car', 'saleId': 18905, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 617}, 'saleStart': '2026-03-24T13:00Z', 'lot': 169, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2013-11-01', 'fuel': 'Petrol', 'motExpiry': '2026-10-10', 'doors': 3, 'engineSize': 1242, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/WR63ODH/2026-03-14/image/7f4c2956-11cf-4135-8718-ff4d256e31d8_removebg.jpg?w=600', 'https://abimg003.imgix.net/WR63ODH/2026-03-14/image/b8cc87af-029b-476d-bc74-06820a800084_removebg.jpg?w=600', 'https://abimg003.imgix.net/WR63ODH/2026-03-14/image/b4d52858-581b-4949-9056-df8d89ec3334_removebg.jpg?w=600', 'https://abimg003.imgix.net/WR63ODH/2026-03-14/image/9a0b9e86-d7c9-4a75-9ce5-68d26a5d74df_removebg.jpg?w=600', 'https://abimg003.imgix.net/WR63ODH/2026-03-14/image/dcd4caab-fb4b-48fc-9523-63c8d09294e7_removebg.jpg?w=600', 'https://abimg003.imgix.net/WR63ODH/2026-03-14/image/98cb73bd-7d35-4568-91fa-4c0a6a024e09_removebg.jpg?w=600', 'https://abimg003.imgix.net/WR63ODH/2026-03-14/image/205780d9-f34b-453b-85f6-e8750a3d33e2_removebg.jpg?w=600', 'https://abimg003.imgix.net/WR63ODH/2026-03-14/image/d9395fe9-baba-4478-926a-f0e24e63c076_removebg.jpg?w=600', 'https://abimg003.imgix.net/WR63ODH/2026-03-14/image/d0031efa-27db-432e-a7a4-0ae3abb71552_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print and book 08/16 - 23K, 01/17 - 24K, 07/17 - 34K, 06/18 - 54K, 01/19 - NO MILEAGE, 06/20 - 58K, NO DATE - 66K, 10/23 - 73K,', 'remarks': '**782** VOSA STATES 24K, 32K, 44K, 54K, 60K, 66K, 68K, 73K, 80K, 86K,', 'virtual': False, 'seller': 'UKCGR - Trade', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '4', 'v5': True, 'v5details': 'Here', 'co2': 113, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/760bbe71-b139-4c77-aeaa-d5a2eade1138.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 13:29:58 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120436714, 'registration': 'WR63ODH', 'account': 'WBA004', 'make': 'FIAT', 'model': '500 HATCHBACK', 'derivative': '1.2 S 3dr', 'mileage': 87256, 'mileageWarranty': True, 'type': 'car', 'saleId': 18905, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 617}, 'saleStart': '2026-03-24T13:00Z', 'lot': 169, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2013-11-01', 'fuel': 'Petrol', 'motExpiry': '2026-10-10', 'doors': 3, 'engineSize': 1242, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/WR63ODH/2026-03-14/image/7f4c2956-11cf-4135-8718-ff4d256e31d8_removebg.jpg?w=600', 'https://abimg003.imgix.net/WR63ODH/2026-03-14/image/b8cc87af-029b-476d-bc74-06820a800084_removebg.jpg?w=600', 'https://abimg003.imgix.net/WR63ODH/2026-03-14/image/b4d52858-581b-4949-9056-df8d89ec3334_removebg.jpg?w=600', 'https://abimg003.imgix.net/WR63ODH/2026-03-14/image/9a0b9e86-d7c9-4a75-9ce5-68d26a5d74df_removebg.jpg?w=600', 'https://abimg003.imgix.net/WR63ODH/2026-03-14/image/dcd4caab-fb4b-48fc-9523-63c8d09294e7_removebg.jpg?w=600', 'https://abimg003.imgix.net/WR63ODH/2026-03-14/image/98cb73bd-7d35-4568-91fa-4c0a6a024e09_removebg.jpg?w=600', 'https://abimg003.imgix.net/WR63ODH/2026-03-14/image/205780d9-f34b-453b-85f6-e8750a3d33e2_removebg.jpg?w=600', 'https://abimg003.imgix.net/WR63ODH/2026-03-14/image/d9395fe9-baba-4478-926a-f0e24e63c076_removebg.jpg?w=600', 'https://abimg003.imgix.net/WR63ODH/2026-03-14/image/d0031efa-27db-432e-a7a4-0ae3abb71552_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print and book 08/16 - 23K, 01/17 - 24K, 07/17 - 34K, 06/18 - 54K, 01/19 - NO MILEAGE, 06/20 - 58K, NO DATE - 66K, 10/23 - 73K,', 'remarks': '**782** VOSA STATES 24K, 32K, 44K, 54K, 60K, 66K, 68K, 73K, 80K, 86K,', 'virtual': False, 'seller': 'UKCGR - Trade', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '4', 'v5': True, 'v5details': 'Here', 'co2': 113, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/760bbe71-b139-4c77-aeaa-d5a2eade1138.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 13:29:58 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 955ec7f4-5ef7-55ed-bead-9c8144eb3250 with identifier: 120436714
2026-03-24 13:29:58 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 955ec7f4-5ef7-55ed-bead-9c8144eb3250 with scrape type 2
2026-03-24 13:29:58 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 955ec7f4-5ef7-55ed-bead-9c8144eb3250 with scrape type 2
2026-03-24 13:29:58 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 955ec7f4-5ef7-55ed-bead-9c8144eb3250, identifier: 120436714
2026-03-24 13:29:58 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 955ec7f4-5ef7-55ed-bead-9c8144eb3250 with identifier: 120436714
2026-03-24 13:29:58 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 955ec7f4-5ef7-55ed-bead-9c8144eb3250 with identifier: 120436714
2026-03-24 13:29:58 [scrapy.core.scraper] INFO: Dropped: Dropping expired listing: 955ec7f4-5ef7-55ed-bead-9c8144eb3250 with expiration date: 2026-03-24T13:00:00Z
{'auction_title': '',
'c_o_2_emission_value': 113,
'color': 'BLACK',
'currency': 'GBP',
'doors_number': 3,
'emission_standard': 'EURO 6',
'engine': '1.2L',
'expiration_date': '2026-03-24T13:00:00Z',
'fuel_type': 'Petrol',
'id': '955ec7f4-5ef7-55ed-bead-9c8144eb3250',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'WR63ODH',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120436714',
'listing': 'auction',
'location': 'Aston Barclay Wakefield',
'make': 'FIAT',
'model': '500 HATCHBACK',
'odometer': 87256,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2013-11-01',
'seller_name': 'UKCGR - Trade',
'title': 'FIAT 500 HATCHBACK 1.2 S 3dr',
'transmission': 'manual',
'trim': '1.2 S 3dr',
'vin': None,
'year': 2013}
2026-03-24 13:29:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:29:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120436714%27 HTTP/1.1" 200 None
2026-03-24 13:29:58 [astonbarclay.gb] INFO: Saving data for 120436714: {'auction_closing_time': 1774357200.0, 'created_time': 1773428581.321138, 'last_price_update_time': 1774358998.585488}
2026-03-24 13:29:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:29:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120436714') HTTP/1.1" 204 0
2026-03-24 13:29:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120666990?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-24 13:29:59 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:29:59 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120666990, 'registration': 'MW65ELX', 'account': 'WBA003', 'make': 'FORD', 'model': 'KUGA DIESEL ESTATE', 'derivative': '2.0 TDCi 180 Titanium X Sport 5dr Powershift', 'mileage': 73093, 'mileageWarranty': True, 'type': 'car', 'saleId': 18905, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 617}, 'saleStart': '2026-03-24T13:00Z', 'lot': 165, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2015-10-07', 'fuel': 'Diesel', 'motExpiry': '2026-09-01', 'doors': 5, 'engineSize': 1997, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/MW65ELX/2026-03-23/image/6cbf93f3-3a5a-44a5-9cc2-b7b58a6b0186_removebg.jpg?w=600', 'https://abimg003.imgix.net/MW65ELX/2026-03-23/image/387c9ce7-d238-4b9a-9142-d3959d747d8e_removebg.jpg?w=600', 'https://abimg003.imgix.net/MW65ELX/2026-03-23/image/31b8c6d5-5beb-4308-b072-3d6f4836a7ca_removebg.jpg?w=600', 'https://abimg003.imgix.net/MW65ELX/2026-03-23/image/d4196cf1-26a7-4b30-9c21-f0fe32f24b24_removebg.jpg?w=600', 'https://abimg003.imgix.net/MW65ELX/2026-03-23/image/06c302ba-edff-4336-9973-bfb8c9466d2e_removebg.jpg?w=600', 'https://abimg003.imgix.net/MW65ELX/2026-03-23/image/f5243b5f-31af-4e91-bd4b-75bfc2f5b1bc_removebg.jpg?w=600', 'https://abimg003.imgix.net/MW65ELX/2026-03-23/image/44ac92a9-ce98-4574-884f-e75ddeedb08b_removebg.jpg?w=600', 'https://abimg003.imgix.net/MW65ELX/2026-03-23/image/17933cf4-364e-4f38-afce-94450ea0409d_removebg.jpg?w=600', 'https://abimg003.imgix.net/MW65ELX/2026-03-23/image/13afc33d-ad8c-422b-b195-519f7fd64a1b_removebg.jpg?w=600'], 'colour': 'SILVER', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 08/11 - 27K, 10/17 - 19K, 11/21 - 41K, 12/22 - 46K, 01/24 - 55K, 10/25 - 70K,', 'remarks': '**556** VOSA STATES 21K, 27K, 30K, 32K, 38K, 43K, 58K, 68K, SPARE KEY, SD CARD', 'virtual': False, 'seller': 'UKCGR - Select', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '4', 'v5': True, 'v5details': 'Here', 'co2': 140, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/e53a0fce-a2f3-4e14-9682-d82a077a3c6b.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 13:29:59 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120666990, 'registration': 'MW65ELX', 'account': 'WBA003', 'make': 'FORD', 'model': 'KUGA DIESEL ESTATE', 'derivative': '2.0 TDCi 180 Titanium X Sport 5dr Powershift', 'mileage': 73093, 'mileageWarranty': True, 'type': 'car', 'saleId': 18905, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 617}, 'saleStart': '2026-03-24T13:00Z', 'lot': 165, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2015-10-07', 'fuel': 'Diesel', 'motExpiry': '2026-09-01', 'doors': 5, 'engineSize': 1997, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/MW65ELX/2026-03-23/image/6cbf93f3-3a5a-44a5-9cc2-b7b58a6b0186_removebg.jpg?w=600', 'https://abimg003.imgix.net/MW65ELX/2026-03-23/image/387c9ce7-d238-4b9a-9142-d3959d747d8e_removebg.jpg?w=600', 'https://abimg003.imgix.net/MW65ELX/2026-03-23/image/31b8c6d5-5beb-4308-b072-3d6f4836a7ca_removebg.jpg?w=600', 'https://abimg003.imgix.net/MW65ELX/2026-03-23/image/d4196cf1-26a7-4b30-9c21-f0fe32f24b24_removebg.jpg?w=600', 'https://abimg003.imgix.net/MW65ELX/2026-03-23/image/06c302ba-edff-4336-9973-bfb8c9466d2e_removebg.jpg?w=600', 'https://abimg003.imgix.net/MW65ELX/2026-03-23/image/f5243b5f-31af-4e91-bd4b-75bfc2f5b1bc_removebg.jpg?w=600', 'https://abimg003.imgix.net/MW65ELX/2026-03-23/image/44ac92a9-ce98-4574-884f-e75ddeedb08b_removebg.jpg?w=600', 'https://abimg003.imgix.net/MW65ELX/2026-03-23/image/17933cf4-364e-4f38-afce-94450ea0409d_removebg.jpg?w=600', 'https://abimg003.imgix.net/MW65ELX/2026-03-23/image/13afc33d-ad8c-422b-b195-519f7fd64a1b_removebg.jpg?w=600'], 'colour': 'SILVER', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 08/11 - 27K, 10/17 - 19K, 11/21 - 41K, 12/22 - 46K, 01/24 - 55K, 10/25 - 70K,', 'remarks': '**556** VOSA STATES 21K, 27K, 30K, 32K, 38K, 43K, 58K, 68K, SPARE KEY, SD CARD', 'virtual': False, 'seller': 'UKCGR - Select', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '4', 'v5': True, 'v5details': 'Here', 'co2': 140, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/e53a0fce-a2f3-4e14-9682-d82a077a3c6b.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 13:29:59 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8717ff6d-808a-5cdc-8916-fb2bc1125df8 with identifier: 120666990
2026-03-24 13:29:59 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8717ff6d-808a-5cdc-8916-fb2bc1125df8 with scrape type 2
2026-03-24 13:29:59 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8717ff6d-808a-5cdc-8916-fb2bc1125df8 with scrape type 2
2026-03-24 13:30:00 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 8717ff6d-808a-5cdc-8916-fb2bc1125df8, identifier: 120666990
2026-03-24 13:30:00 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 8717ff6d-808a-5cdc-8916-fb2bc1125df8 with identifier: 120666990
2026-03-24 13:30:00 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 8717ff6d-808a-5cdc-8916-fb2bc1125df8 with identifier: 120666990
2026-03-24 13:30:00 [scrapy.core.scraper] INFO: Dropped: Dropping expired listing: 8717ff6d-808a-5cdc-8916-fb2bc1125df8 with expiration date: 2026-03-24T13:00:00Z
{'auction_title': '',
'c_o_2_emission_value': 140,
'color': 'SILVER',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'expiration_date': '2026-03-24T13:00:00Z',
'fuel_type': 'Diesel',
'id': '8717ff6d-808a-5cdc-8916-fb2bc1125df8',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'MW65ELX',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120666990',
'listing': 'auction',
'location': 'Aston Barclay Wakefield',
'make': 'FORD',
'model': 'KUGA DIESEL ESTATE',
'odometer': 73093,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2015-10-07',
'seller_name': 'UKCGR - Select',
'title': 'FORD KUGA DIESEL ESTATE 2.0 TDCi 180 Titanium X Sport 5dr '
'Powershift',
'transmission': 'automatic',
'trim': '2.0 TDCi 180 Titanium X Sport 5dr Powershift',
'vin': None,
'year': 2015}
2026-03-24 13:30:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:30:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120666990%27 HTTP/1.1" 200 None
2026-03-24 13:30:00 [astonbarclay.gb] INFO: Saving data for 120666990: {'auction_closing_time': 1774357200.0, 'created_time': 1774261044.243229, 'last_price_update_time': 1774359000.132255}
2026-03-24 13:30:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:30:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120666990') HTTP/1.1" 204 0
2026-03-24 13:30:04 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 2nd time calling it.
2026-03-24 13:30:06 [scrapy.extensions.logstats] INFO: Crawled 609 pages (at 15 pages/min), scraped 439 items (at 0 items/min)
2026-03-24 13:30:06 [scrapy.extensions.memusage] INFO: Peak memory usage is 181MiB
2026-03-24 13:30:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120574304?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-24 13:30:08 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:30:08 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120574304, 'registration': 'SV61SJU', 'account': 'WBA004', 'make': 'VAUXHALL', 'model': 'ASTRA HATCHBACK SPECIAL EDS', 'derivative': '1.6i 16V Active [115] 5dr', 'mileage': 100191, 'mileageWarranty': True, 'type': 'car', 'saleId': 18905, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 618}, 'saleStart': '2026-03-24T13:00Z', 'lot': 162, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2011-09-08', 'fuel': 'Petrol', 'motExpiry': '2026-06-08', 'doors': 5, 'engineSize': 1598, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/SV61SJU/2026-03-19/image/5eb6975c-b554-4b95-b1a3-01a21c1699c8_removebg.jpg?w=600', 'https://abimg003.imgix.net/SV61SJU/2026-03-19/image/1f935933-ff5e-48bc-babd-65e4b38a47d2_removebg.jpg?w=600', 'https://abimg003.imgix.net/SV61SJU/2026-03-19/image/e9e11216-d153-4b28-bf62-b3924d218d5c_removebg.jpg?w=600', 'https://abimg003.imgix.net/SV61SJU/2026-03-19/image/ba33ae48-2db3-4e4c-bccd-799eb382edf2_removebg.jpg?w=600', 'https://abimg003.imgix.net/SV61SJU/2026-03-19/image/512b9294-4b9e-41b1-a610-13262f7130f2_removebg.jpg?w=600', 'https://abimg003.imgix.net/SV61SJU/2026-03-19/image/85a24581-f3f6-4d67-b393-ea2a05cc8226_removebg.jpg?w=600', 'https://abimg003.imgix.net/SV61SJU/2026-03-19/image/e3d42679-d39c-424c-8894-75ce191a6124_removebg.jpg?w=600', 'https://abimg003.imgix.net/SV61SJU/2026-03-19/image/9058f791-8d32-4c8d-be95-81bed143d7ed_removebg.jpg?w=600', 'https://abimg003.imgix.net/SV61SJU/2026-03-19/image/c4f3bb8b-8247-4749-b27b-d9d70422f6fd_removebg.jpg?w=600'], 'colour': 'RED', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print 08/23- NO MILEAGE, 06/24- NO MILEAGE,', 'remarks': '**580** VOSA STATES 34K, 42K, 45K, 48K, 52K, 55K, 58K, 60K, 63K, 78K, 93K,', 'virtual': False, 'seller': 'UKCGR - Trade', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '1', 'v5': True, 'v5details': 'Here', 'co2': 146, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/b49d6620-3370-4ca5-a1e4-39784b8aa4ff.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 13:30:08 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120574304, 'registration': 'SV61SJU', 'account': 'WBA004', 'make': 'VAUXHALL', 'model': 'ASTRA HATCHBACK SPECIAL EDS', 'derivative': '1.6i 16V Active [115] 5dr', 'mileage': 100191, 'mileageWarranty': True, 'type': 'car', 'saleId': 18905, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 618}, 'saleStart': '2026-03-24T13:00Z', 'lot': 162, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2011-09-08', 'fuel': 'Petrol', 'motExpiry': '2026-06-08', 'doors': 5, 'engineSize': 1598, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/SV61SJU/2026-03-19/image/5eb6975c-b554-4b95-b1a3-01a21c1699c8_removebg.jpg?w=600', 'https://abimg003.imgix.net/SV61SJU/2026-03-19/image/1f935933-ff5e-48bc-babd-65e4b38a47d2_removebg.jpg?w=600', 'https://abimg003.imgix.net/SV61SJU/2026-03-19/image/e9e11216-d153-4b28-bf62-b3924d218d5c_removebg.jpg?w=600', 'https://abimg003.imgix.net/SV61SJU/2026-03-19/image/ba33ae48-2db3-4e4c-bccd-799eb382edf2_removebg.jpg?w=600', 'https://abimg003.imgix.net/SV61SJU/2026-03-19/image/512b9294-4b9e-41b1-a610-13262f7130f2_removebg.jpg?w=600', 'https://abimg003.imgix.net/SV61SJU/2026-03-19/image/85a24581-f3f6-4d67-b393-ea2a05cc8226_removebg.jpg?w=600', 'https://abimg003.imgix.net/SV61SJU/2026-03-19/image/e3d42679-d39c-424c-8894-75ce191a6124_removebg.jpg?w=600', 'https://abimg003.imgix.net/SV61SJU/2026-03-19/image/9058f791-8d32-4c8d-be95-81bed143d7ed_removebg.jpg?w=600', 'https://abimg003.imgix.net/SV61SJU/2026-03-19/image/c4f3bb8b-8247-4749-b27b-d9d70422f6fd_removebg.jpg?w=600'], 'colour': 'RED', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print 08/23- NO MILEAGE, 06/24- NO MILEAGE,', 'remarks': '**580** VOSA STATES 34K, 42K, 45K, 48K, 52K, 55K, 58K, 60K, 63K, 78K, 93K,', 'virtual': False, 'seller': 'UKCGR - Trade', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '1', 'v5': True, 'v5details': 'Here', 'co2': 146, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/b49d6620-3370-4ca5-a1e4-39784b8aa4ff.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 13:30:08 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4d867155-c1f7-550f-8904-ccf53af8fae8 with identifier: 120574304
2026-03-24 13:30:08 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4d867155-c1f7-550f-8904-ccf53af8fae8 with scrape type 2
2026-03-24 13:30:08 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4d867155-c1f7-550f-8904-ccf53af8fae8 with scrape type 2
2026-03-24 13:30:08 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 4d867155-c1f7-550f-8904-ccf53af8fae8, identifier: 120574304
2026-03-24 13:30:08 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 4d867155-c1f7-550f-8904-ccf53af8fae8 with identifier: 120574304
2026-03-24 13:30:08 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 4d867155-c1f7-550f-8904-ccf53af8fae8 with identifier: 120574304
2026-03-24 13:30:08 [scrapy.core.scraper] INFO: Dropped: Dropping expired listing: 4d867155-c1f7-550f-8904-ccf53af8fae8 with expiration date: 2026-03-24T13:00:00Z
{'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-24T13:00:00Z',
'fuel_type': 'Petrol',
'id': '4d867155-c1f7-550f-8904-ccf53af8fae8',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'SV61SJU',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120574304',
'listing': 'auction',
'location': 'Aston Barclay Wakefield',
'make': 'VAUXHALL',
'model': 'ASTRA HATCHBACK SPECIAL EDS',
'odometer': 100191,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2011-09-08',
'seller_name': 'UKCGR - Trade',
'title': 'VAUXHALL ASTRA HATCHBACK SPECIAL EDS 1.6i 16V Active [115] 5dr',
'transmission': 'manual',
'trim': '1.6i 16V Active [115] 5dr',
'vin': None,
'year': 2011}
2026-03-24 13:30:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:30:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120574304%27 HTTP/1.1" 200 None
2026-03-24 13:30:08 [astonbarclay.gb] INFO: Saving data for 120574304: {'auction_closing_time': 1774357200.0, 'created_time': 1773839136.827009, 'last_price_update_time': 1774359008.851218}
2026-03-24 13:30:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:30:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120574304') HTTP/1.1" 204 0
2026-03-24 13:30:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120351554?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-24 13:30:09 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:30:09 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120351554, 'registration': 'MC22PGZ', 'account': 'WBA002', 'make': 'PEUGEOT', 'model': '308 HATCHBACK', 'derivative': '1.2 PureTech Allure Premium 5dr EAT8', 'mileage': 56165, 'mileageWarranty': True, 'type': 'car', 'saleId': 18905, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 618}, 'saleStart': '2026-03-24T13:00Z', 'lot': 255, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2022-08-29', 'fuel': 'Petrol', 'motExpiry': '2026-08-28', 'doors': 5, 'engineSize': 1199, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/MC22PGZ/2026-03-12/image/34ae757b-fdde-4749-8a95-e3f196bf08cc_removebg.jpg?w=600', 'https://abimg003.imgix.net/MC22PGZ/2026-03-12/image/0880ff06-43e5-47f9-bd8c-0652029461ce_removebg.jpg?w=600', 'https://abimg003.imgix.net/MC22PGZ/2026-03-12/image/22221593-b564-4498-9fc9-10090d03caa9_removebg.jpg?w=600', 'https://abimg003.imgix.net/MC22PGZ/2026-03-12/image/3d4b5c48-df72-4414-b07c-eb04220130eb_removebg.jpg?w=600', 'https://abimg003.imgix.net/MC22PGZ/2026-03-12/image/4ee0992e-f4ad-4a0c-bdaa-300890627b3e_removebg.jpg?w=600', 'https://abimg003.imgix.net/MC22PGZ/2026-03-12/image/c9584f53-25dd-43ab-9423-c324c56e8f34_removebg.jpg?w=600', 'https://abimg003.imgix.net/MC22PGZ/2026-03-12/image/34e6319c-b8cc-40b0-bd5c-d81bebe56251_removebg.jpg?w=600', 'https://abimg003.imgix.net/MC22PGZ/2026-03-12/image/cfe793c4-942c-4c5b-b12e-e021c0be3749_removebg.jpg?w=600', 'https://abimg003.imgix.net/MC22PGZ/2026-03-12/image/dc6c1151-cf34-4f3a-a722-c49382daa634_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service invoice 01/25- NO MILEAGE,', 'remarks': '**1429** VOSA STATES 51K SPARE KEY', 'virtual': False, 'seller': 'UKCGR - Premium', '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/a5eece85-8725-4d95-afbe-29596dc30ed4.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 13:30:09 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120351554, 'registration': 'MC22PGZ', 'account': 'WBA002', 'make': 'PEUGEOT', 'model': '308 HATCHBACK', 'derivative': '1.2 PureTech Allure Premium 5dr EAT8', 'mileage': 56165, 'mileageWarranty': True, 'type': 'car', 'saleId': 18905, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 618}, 'saleStart': '2026-03-24T13:00Z', 'lot': 255, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2022-08-29', 'fuel': 'Petrol', 'motExpiry': '2026-08-28', 'doors': 5, 'engineSize': 1199, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/MC22PGZ/2026-03-12/image/34ae757b-fdde-4749-8a95-e3f196bf08cc_removebg.jpg?w=600', 'https://abimg003.imgix.net/MC22PGZ/2026-03-12/image/0880ff06-43e5-47f9-bd8c-0652029461ce_removebg.jpg?w=600', 'https://abimg003.imgix.net/MC22PGZ/2026-03-12/image/22221593-b564-4498-9fc9-10090d03caa9_removebg.jpg?w=600', 'https://abimg003.imgix.net/MC22PGZ/2026-03-12/image/3d4b5c48-df72-4414-b07c-eb04220130eb_removebg.jpg?w=600', 'https://abimg003.imgix.net/MC22PGZ/2026-03-12/image/4ee0992e-f4ad-4a0c-bdaa-300890627b3e_removebg.jpg?w=600', 'https://abimg003.imgix.net/MC22PGZ/2026-03-12/image/c9584f53-25dd-43ab-9423-c324c56e8f34_removebg.jpg?w=600', 'https://abimg003.imgix.net/MC22PGZ/2026-03-12/image/34e6319c-b8cc-40b0-bd5c-d81bebe56251_removebg.jpg?w=600', 'https://abimg003.imgix.net/MC22PGZ/2026-03-12/image/cfe793c4-942c-4c5b-b12e-e021c0be3749_removebg.jpg?w=600', 'https://abimg003.imgix.net/MC22PGZ/2026-03-12/image/dc6c1151-cf34-4f3a-a722-c49382daa634_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service invoice 01/25- NO MILEAGE,', 'remarks': '**1429** VOSA STATES 51K SPARE KEY', 'virtual': False, 'seller': 'UKCGR - Premium', '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/a5eece85-8725-4d95-afbe-29596dc30ed4.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 13:30:09 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ed49e196-c014-551a-86f9-7585359199f9 with identifier: 120351554
2026-03-24 13:30:09 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ed49e196-c014-551a-86f9-7585359199f9 with scrape type 2
2026-03-24 13:30:09 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ed49e196-c014-551a-86f9-7585359199f9 with scrape type 2
2026-03-24 13:30:09 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: ed49e196-c014-551a-86f9-7585359199f9, identifier: 120351554
2026-03-24 13:30:09 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: ed49e196-c014-551a-86f9-7585359199f9 with identifier: 120351554
2026-03-24 13:30:09 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: ed49e196-c014-551a-86f9-7585359199f9 with identifier: 120351554
2026-03-24 13:30:09 [scrapy.core.scraper] INFO: Dropped: Dropping expired listing: ed49e196-c014-551a-86f9-7585359199f9 with expiration date: 2026-03-24T13:00:00Z
{'auction_title': '',
'c_o_2_emission_value': 129,
'color': 'GREY',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.2L',
'expiration_date': '2026-03-24T13:00:00Z',
'fuel_type': 'Petrol',
'id': 'ed49e196-c014-551a-86f9-7585359199f9',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'MC22PGZ',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120351554',
'listing': 'auction',
'location': 'Aston Barclay Wakefield',
'make': 'PEUGEOT',
'model': '308 HATCHBACK',
'odometer': 56165,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-08-29',
'seller_name': 'UKCGR - Premium',
'title': 'PEUGEOT 308 HATCHBACK 1.2 PureTech Allure Premium 5dr EAT8',
'transmission': 'automatic',
'trim': '1.2 PureTech Allure Premium 5dr EAT8',
'vin': None,
'year': 2022}
2026-03-24 13:30:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:30:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120351554%27 HTTP/1.1" 200 None
2026-03-24 13:30:09 [astonbarclay.gb] INFO: Saving data for 120351554: {'auction_closing_time': 1774357200.0, 'created_time': 1773402771.21562, 'last_price_update_time': 1774359009.614377}
2026-03-24 13:30:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:30:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120351554') HTTP/1.1" 204 0
2026-03-24 13:30:11 [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-24 13:30:11 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:30:11 [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': 18905, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 618}, 'saleStart': '2026-03-24T13:00Z', 'lot': 157, 'hall': 'Hall 1', '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-24 13:30:11 [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': 18905, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 618}, 'saleStart': '2026-03-24T13:00Z', 'lot': 157, 'hall': 'Hall 1', '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-24 13:30:11 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 25f5de34-037d-5bec-bf5b-e3d348ddd682 with identifier: 120380155
2026-03-24 13:30:11 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 25f5de34-037d-5bec-bf5b-e3d348ddd682 with scrape type 2
2026-03-24 13:30:11 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 25f5de34-037d-5bec-bf5b-e3d348ddd682 with scrape type 2
2026-03-24 13:30:11 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 25f5de34-037d-5bec-bf5b-e3d348ddd682, identifier: 120380155
2026-03-24 13:30:11 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 25f5de34-037d-5bec-bf5b-e3d348ddd682 with identifier: 120380155
2026-03-24 13:30:11 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 25f5de34-037d-5bec-bf5b-e3d348ddd682 with identifier: 120380155
2026-03-24 13:30:11 [scrapy.core.scraper] INFO: Dropped: Dropping expired listing: 25f5de34-037d-5bec-bf5b-e3d348ddd682 with expiration date: 2026-03-24T13:00:00Z
{'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-24T13:00: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-24 13:30:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:30:11 [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-24 13:30:11 [astonbarclay.gb] INFO: Saving data for 120380155: {'auction_closing_time': 1774357200.0, 'created_time': 1773402069.786898, 'last_price_update_time': 1774359011.598724}
2026-03-24 13:30:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:30:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120380155') HTTP/1.1" 204 0
2026-03-24 13:30:15 [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-24 13:30:15 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:30:15 [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': 18905, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 618}, 'saleStart': '2026-03-24T13:00Z', 'lot': 161, 'hall': 'Hall 1', '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-24 13:30:15 [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': 18905, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 618}, 'saleStart': '2026-03-24T13:00Z', 'lot': 161, 'hall': 'Hall 1', '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-24 13:30:15 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a59a02f6-5b9b-52d7-b16c-3f7fbcbdceb7 with identifier: 120606158
2026-03-24 13:30:15 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a59a02f6-5b9b-52d7-b16c-3f7fbcbdceb7 with scrape type 2
2026-03-24 13:30:15 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a59a02f6-5b9b-52d7-b16c-3f7fbcbdceb7 with scrape type 2
2026-03-24 13:30:15 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: a59a02f6-5b9b-52d7-b16c-3f7fbcbdceb7, identifier: 120606158
2026-03-24 13:30:15 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: a59a02f6-5b9b-52d7-b16c-3f7fbcbdceb7 with identifier: 120606158
2026-03-24 13:30:15 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: a59a02f6-5b9b-52d7-b16c-3f7fbcbdceb7 with identifier: 120606158
2026-03-24 13:30:15 [scrapy.core.scraper] INFO: Dropped: Dropping expired listing: a59a02f6-5b9b-52d7-b16c-3f7fbcbdceb7 with expiration date: 2026-03-24T13:00:00Z
{'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-24T13:00: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-24 13:30:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:30:15 [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-24 13:30:15 [astonbarclay.gb] INFO: Saving data for 120606158: {'auction_closing_time': 1774357200.0, 'created_time': 1773928848.973937, 'last_price_update_time': 1774359015.694017}
2026-03-24 13:30:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:30:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120606158') HTTP/1.1" 204 0
2026-03-24 13:30:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120513437?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-24 13:30:15 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:30:15 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120513437, 'registration': 'PJ66OGD', 'account': 'WBA004', 'make': 'FIAT', 'model': 'PUNTO HATCHBACK', 'derivative': '1.2 Pop+ 5dr', 'mileage': 47888, 'mileageWarranty': True, 'type': 'car', 'saleId': 18905, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 618}, 'saleStart': '2026-03-24T13:00Z', 'lot': 163, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2016-09-30', 'fuel': 'Petrol', 'motExpiry': '2026-08-12', 'doors': 5, 'engineSize': 1242, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/PJ66OGD/2026-03-18/image/1a6ac61b-525c-44b7-94a0-bf919629a15a_removebg.jpg?w=600', 'https://abimg003.imgix.net/PJ66OGD/2026-03-18/image/13263331-eac6-4b2d-a092-be23ec19a964_removebg.jpg?w=600', 'https://abimg003.imgix.net/PJ66OGD/2026-03-18/image/f4fa7b85-7fe5-4edf-8c48-45d8fa838444_removebg.jpg?w=600', 'https://abimg003.imgix.net/PJ66OGD/2026-03-18/image/ab142c4b-7b8e-49bc-9a04-6a719ab677d2_removebg.jpg?w=600', 'https://abimg003.imgix.net/PJ66OGD/2026-03-18/image/b137cb60-c44e-4d4d-9404-d2a395d1e386_removebg.jpg?w=600', 'https://abimg003.imgix.net/PJ66OGD/2026-03-18/image/71ea299c-5db0-40d3-9893-a2f5ff59af70_removebg.jpg?w=600', 'https://abimg003.imgix.net/PJ66OGD/2026-03-18/image/901e1f01-435b-4dd9-995a-d5932a49fa3f_removebg.jpg?w=600', 'https://abimg003.imgix.net/PJ66OGD/2026-03-18/image/d1c6bbdb-f4a2-4aac-9fa3-3d9b301d7501_removebg.jpg?w=600', 'https://abimg003.imgix.net/PJ66OGD/2026-03-18/image/ab26ce41-bb0a-40cd-8e94-89c3f3db6e22_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print 09/19- 23K, 07/23- 37K, 11/25- 46K,', 'remarks': '**409** VOSA STATES 23K, 26K, 29K, 33K, 37K, 41K, 45K, 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/b8468d78-31ce-41ec-aebc-c8bb0d62e4bb.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 13:30:15 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120513437, 'registration': 'PJ66OGD', 'account': 'WBA004', 'make': 'FIAT', 'model': 'PUNTO HATCHBACK', 'derivative': '1.2 Pop+ 5dr', 'mileage': 47888, 'mileageWarranty': True, 'type': 'car', 'saleId': 18905, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 618}, 'saleStart': '2026-03-24T13:00Z', 'lot': 163, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2016-09-30', 'fuel': 'Petrol', 'motExpiry': '2026-08-12', 'doors': 5, 'engineSize': 1242, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/PJ66OGD/2026-03-18/image/1a6ac61b-525c-44b7-94a0-bf919629a15a_removebg.jpg?w=600', 'https://abimg003.imgix.net/PJ66OGD/2026-03-18/image/13263331-eac6-4b2d-a092-be23ec19a964_removebg.jpg?w=600', 'https://abimg003.imgix.net/PJ66OGD/2026-03-18/image/f4fa7b85-7fe5-4edf-8c48-45d8fa838444_removebg.jpg?w=600', 'https://abimg003.imgix.net/PJ66OGD/2026-03-18/image/ab142c4b-7b8e-49bc-9a04-6a719ab677d2_removebg.jpg?w=600', 'https://abimg003.imgix.net/PJ66OGD/2026-03-18/image/b137cb60-c44e-4d4d-9404-d2a395d1e386_removebg.jpg?w=600', 'https://abimg003.imgix.net/PJ66OGD/2026-03-18/image/71ea299c-5db0-40d3-9893-a2f5ff59af70_removebg.jpg?w=600', 'https://abimg003.imgix.net/PJ66OGD/2026-03-18/image/901e1f01-435b-4dd9-995a-d5932a49fa3f_removebg.jpg?w=600', 'https://abimg003.imgix.net/PJ66OGD/2026-03-18/image/d1c6bbdb-f4a2-4aac-9fa3-3d9b301d7501_removebg.jpg?w=600', 'https://abimg003.imgix.net/PJ66OGD/2026-03-18/image/ab26ce41-bb0a-40cd-8e94-89c3f3db6e22_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print 09/19- 23K, 07/23- 37K, 11/25- 46K,', 'remarks': '**409** VOSA STATES 23K, 26K, 29K, 33K, 37K, 41K, 45K, 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/b8468d78-31ce-41ec-aebc-c8bb0d62e4bb.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 13:30:15 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5f942dd0-35da-5b81-9888-2be1ca098f0f with identifier: 120513437
2026-03-24 13:30:15 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5f942dd0-35da-5b81-9888-2be1ca098f0f with scrape type 2
2026-03-24 13:30:15 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5f942dd0-35da-5b81-9888-2be1ca098f0f with scrape type 2
2026-03-24 13:30:15 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 5f942dd0-35da-5b81-9888-2be1ca098f0f, identifier: 120513437
2026-03-24 13:30:15 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 5f942dd0-35da-5b81-9888-2be1ca098f0f with identifier: 120513437
2026-03-24 13:30:15 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 5f942dd0-35da-5b81-9888-2be1ca098f0f with identifier: 120513437
2026-03-24 13:30:15 [scrapy.core.scraper] INFO: Dropped: Dropping expired listing: 5f942dd0-35da-5b81-9888-2be1ca098f0f with expiration date: 2026-03-24T13:00:00Z
{'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-24T13:00:00Z',
'fuel_type': 'Petrol',
'id': '5f942dd0-35da-5b81-9888-2be1ca098f0f',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'PJ66OGD',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120513437',
'listing': 'auction',
'location': 'Aston Barclay Wakefield',
'make': 'FIAT',
'model': 'PUNTO HATCHBACK',
'odometer': 47888,
'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 - Trade',
'title': 'FIAT PUNTO HATCHBACK 1.2 Pop+ 5dr',
'transmission': 'manual',
'trim': '1.2 Pop+ 5dr',
'vin': None,
'year': 2016}
2026-03-24 13:30:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:30:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120513437%27 HTTP/1.1" 200 None
2026-03-24 13:30:15 [astonbarclay.gb] INFO: Saving data for 120513437: {'auction_closing_time': 1774357200.0, 'created_time': 1773752645.331339, 'last_price_update_time': 1774359015.973296}
2026-03-24 13:30:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:30:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120513437') HTTP/1.1" 204 0
2026-03-24 13:30:16 [zyte_api._retry] DEBUG: Finished call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request' after 129.679(s), this was the 1st time calling it.
2026-03-24 13:30:16 [zyte_api._retry] DEBUG: Retrying zyte_api._async.AsyncZyteAPI.get.<locals>.request in 5.2107067579562685 seconds as it raised ClientConnectorError: Cannot connect to host api.zyte.com:443 ssl:default [Connect call failed ('69.41.180.81', 443)].
2026-03-24 13:30:16 [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-24 13:30:16 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:30:16 [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': 18905, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 618}, 'saleStart': '2026-03-24T13:00Z', 'lot': 152, 'hall': 'Hall 1', '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-24 13:30:16 [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': 18905, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 618}, 'saleStart': '2026-03-24T13:00Z', 'lot': 152, 'hall': 'Hall 1', '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-24 13:30:16 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: dccc4a5a-f4ae-5006-975b-80df0fb12e48 with identifier: 120571911
2026-03-24 13:30:16 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item dccc4a5a-f4ae-5006-975b-80df0fb12e48 with scrape type 2
2026-03-24 13:30:16 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item dccc4a5a-f4ae-5006-975b-80df0fb12e48 with scrape type 2
2026-03-24 13:30:17 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: dccc4a5a-f4ae-5006-975b-80df0fb12e48, identifier: 120571911
2026-03-24 13:30:17 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: dccc4a5a-f4ae-5006-975b-80df0fb12e48 with identifier: 120571911
2026-03-24 13:30:17 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: dccc4a5a-f4ae-5006-975b-80df0fb12e48 with identifier: 120571911
2026-03-24 13:30:17 [scrapy.core.scraper] INFO: Dropped: Dropping expired listing: dccc4a5a-f4ae-5006-975b-80df0fb12e48 with expiration date: 2026-03-24T13:00:00Z
{'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-24T13:00: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-24 13:30:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:30:17 [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-24 13:30:17 [astonbarclay.gb] INFO: Saving data for 120571911: {'auction_closing_time': 1774357200.0, 'created_time': 1773839093.359692, 'last_price_update_time': 1774359017.224627}
2026-03-24 13:30:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:30:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120571911') HTTP/1.1" 204 0
2026-03-24 13:30:17 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120616656?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-24 13:30:17 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:30:17 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120616656, 'registration': 'CA62DFE', 'account': 'WBA004', 'make': 'NISSAN', 'model': 'QASHQAI DIESEL HATCHBACK', 'derivative': '1.5 dCi [110] Acenta 5dr', 'mileage': 89467, 'mileageWarranty': True, 'type': 'car', 'saleId': 18905, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 618}, 'saleStart': '2026-03-24T13:00Z', 'lot': 151, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2012-12-17', 'fuel': 'Diesel', 'motExpiry': '2026-09-29', 'doors': 5, 'engineSize': 1461, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/CA62DFE/2026-03-20/image/ed05be88-aadd-4265-926e-a4bd127e54ec_removebg.jpg?w=600', 'https://abimg003.imgix.net/CA62DFE/2026-03-20/image/b96a63bd-4bbb-459a-bee4-75029d2bc74a_removebg.jpg?w=600', 'https://abimg003.imgix.net/CA62DFE/2026-03-20/image/a7f7fa21-71e0-49b1-999e-aff9116be3ab_removebg.jpg?w=600', 'https://abimg003.imgix.net/CA62DFE/2026-03-20/image/12400c0f-56c7-4c00-8ebf-7c8da1abded8_removebg.jpg?w=600', 'https://abimg003.imgix.net/CA62DFE/2026-03-20/image/1e385a57-77fc-4813-9641-d0c406ac7ee0_removebg.jpg?w=600', 'https://abimg003.imgix.net/CA62DFE/2026-03-20/image/2d9432b6-da6c-430d-a472-9f0335def896_removebg.jpg?w=600', 'https://abimg003.imgix.net/CA62DFE/2026-03-20/image/7b8612fd-0255-4abb-b0ad-2819ac1f68e0_removebg.jpg?w=600', 'https://abimg003.imgix.net/CA62DFE/2026-03-20/image/ed6f2c7f-89db-4808-a622-16b64def2e15_removebg.jpg?w=600', 'https://abimg003.imgix.net/CA62DFE/2026-03-20/image/ce301566-b84f-4702-b069-0d015a68d6cc_removebg.jpg?w=600'], 'colour': 'BEIGE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': '**654** VOSA STATES 46K, 55K, 60K, 65K, 67K, 70K, 73K, 80K, 83K, 87K', 'virtual': False, 'seller': 'UKCGR - Trade', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '4', 'v5': True, 'v5details': 'Here', 'co2': 129, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/3538b3e1-747c-47ab-85a5-191b3f1bf3c1.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 13:30:17 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120616656, 'registration': 'CA62DFE', 'account': 'WBA004', 'make': 'NISSAN', 'model': 'QASHQAI DIESEL HATCHBACK', 'derivative': '1.5 dCi [110] Acenta 5dr', 'mileage': 89467, 'mileageWarranty': True, 'type': 'car', 'saleId': 18905, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 618}, 'saleStart': '2026-03-24T13:00Z', 'lot': 151, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2012-12-17', 'fuel': 'Diesel', 'motExpiry': '2026-09-29', 'doors': 5, 'engineSize': 1461, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/CA62DFE/2026-03-20/image/ed05be88-aadd-4265-926e-a4bd127e54ec_removebg.jpg?w=600', 'https://abimg003.imgix.net/CA62DFE/2026-03-20/image/b96a63bd-4bbb-459a-bee4-75029d2bc74a_removebg.jpg?w=600', 'https://abimg003.imgix.net/CA62DFE/2026-03-20/image/a7f7fa21-71e0-49b1-999e-aff9116be3ab_removebg.jpg?w=600', 'https://abimg003.imgix.net/CA62DFE/2026-03-20/image/12400c0f-56c7-4c00-8ebf-7c8da1abded8_removebg.jpg?w=600', 'https://abimg003.imgix.net/CA62DFE/2026-03-20/image/1e385a57-77fc-4813-9641-d0c406ac7ee0_removebg.jpg?w=600', 'https://abimg003.imgix.net/CA62DFE/2026-03-20/image/2d9432b6-da6c-430d-a472-9f0335def896_removebg.jpg?w=600', 'https://abimg003.imgix.net/CA62DFE/2026-03-20/image/7b8612fd-0255-4abb-b0ad-2819ac1f68e0_removebg.jpg?w=600', 'https://abimg003.imgix.net/CA62DFE/2026-03-20/image/ed6f2c7f-89db-4808-a622-16b64def2e15_removebg.jpg?w=600', 'https://abimg003.imgix.net/CA62DFE/2026-03-20/image/ce301566-b84f-4702-b069-0d015a68d6cc_removebg.jpg?w=600'], 'colour': 'BEIGE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': '**654** VOSA STATES 46K, 55K, 60K, 65K, 67K, 70K, 73K, 80K, 83K, 87K', 'virtual': False, 'seller': 'UKCGR - Trade', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '4', 'v5': True, 'v5details': 'Here', 'co2': 129, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/3538b3e1-747c-47ab-85a5-191b3f1bf3c1.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 13:30:17 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b90f3dcd-2984-5802-bcfa-74382593ff82 with identifier: 120616656
2026-03-24 13:30:17 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b90f3dcd-2984-5802-bcfa-74382593ff82 with scrape type 2
2026-03-24 13:30:17 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b90f3dcd-2984-5802-bcfa-74382593ff82 with scrape type 2
2026-03-24 13:30:17 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: b90f3dcd-2984-5802-bcfa-74382593ff82, identifier: 120616656
2026-03-24 13:30:17 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: b90f3dcd-2984-5802-bcfa-74382593ff82 with identifier: 120616656
2026-03-24 13:30:17 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-24 13:30:17 [urllib3.connectionpool] DEBUG: https://translate.google.com:443 "GET /m?tl=en&sl=auto&q=BEIGE HTTP/1.1" 200 None
2026-03-24 13:30:17 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-24 13:30:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='auto',RowKey='auto') HTTP/1.1" 204 0
2026-03-24 13:30:17 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: b90f3dcd-2984-5802-bcfa-74382593ff82 with identifier: 120616656
2026-03-24 13:30:17 [scrapy.core.scraper] INFO: Dropped: Dropping expired listing: b90f3dcd-2984-5802-bcfa-74382593ff82 with expiration date: 2026-03-24T13:00:00Z
{'auction_title': '',
'c_o_2_emission_value': 129,
'color': 'BEIGE',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 5',
'engine': '1.5L',
'expiration_date': '2026-03-24T13:00:00Z',
'fuel_type': 'Diesel',
'id': 'b90f3dcd-2984-5802-bcfa-74382593ff82',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'CA62DFE',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120616656',
'listing': 'auction',
'location': 'Aston Barclay Wakefield',
'make': 'NISSAN',
'model': 'QASHQAI DIESEL HATCHBACK',
'odometer': 89467,
'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': 'NISSAN QASHQAI DIESEL HATCHBACK 1.5 dCi [110] Acenta 5dr',
'transmission': 'manual',
'trim': '1.5 dCi [110] Acenta 5dr',
'vin': None,
'year': 2012}
2026-03-24 13:30:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:30:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120616656%27 HTTP/1.1" 200 None
2026-03-24 13:30:17 [astonbarclay.gb] INFO: Saving data for 120616656: {'auction_closing_time': 1774357200.0, 'created_time': 1773947425.415709, 'last_price_update_time': 1774359017.821729}
2026-03-24 13:30:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:30:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120616656') HTTP/1.1" 204 0
2026-03-24 13:30:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120326601?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-24 13:30:18 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:30:18 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120326601, 'registration': 'YN17UXG', 'account': 'WBA004', 'make': 'SUZUKI', 'model': 'VITARA ESTATE', 'derivative': '1.6 SZ-T 5dr', 'mileage': 104357, 'mileageWarranty': True, 'type': 'car', 'saleId': 18905, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 618}, 'saleStart': '2026-03-24T13:00Z', 'lot': 142, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2017-03-31', 'fuel': 'Petrol', 'motExpiry': '2026-03-30', 'doors': 5, 'engineSize': 1586, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/YN17UXG/2026-03-11/image/235fb19f-9cbf-45f3-a5e8-bb4f68dedd1e_removebg.jpg?w=600', 'https://abimg003.imgix.net/YN17UXG/2026-03-11/image/4a310691-2e09-4671-8886-11152f4d645e_removebg.jpg?w=600', 'https://abimg003.imgix.net/YN17UXG/2026-03-11/image/0d2cab65-85b1-4f11-9660-4e435acdd271_removebg.jpg?w=600', 'https://abimg003.imgix.net/YN17UXG/2026-03-11/image/31569d73-cda2-480c-a569-04c453c47ba8_removebg.jpg?w=600', 'https://abimg003.imgix.net/YN17UXG/2026-03-11/image/acc39a65-1e61-404d-b42c-87c07a1980a0_removebg.jpg?w=600', 'https://abimg003.imgix.net/YN17UXG/2026-03-11/image/2acae94e-1e91-45ce-8dbe-8cf49ee54f09_removebg.jpg?w=600', 'https://abimg003.imgix.net/YN17UXG/2026-03-11/image/a956cdca-e631-46bb-8530-9cffe7cfc45d_removebg.jpg?w=600', 'https://abimg003.imgix.net/YN17UXG/2026-03-11/image/65ece04f-4909-47c4-a9a7-37c1ba72192b_removebg.jpg?w=600', 'https://abimg003.imgix.net/YN17UXG/2026-03-11/image/3c307493-88db-4d65-afa1-fb6eeabfefd1_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 03/18 - 12K, 03/19 - 22K, 06/20 - 36K, 03/21 - 48K, 03/22 - 60K, 03/23 - 73K, 03/24 - 86K, 03/25 - 97K', 'remarks': '**462** VOSA STATES 35K, 48K, 60K, 73K, 86K, 97K, SPARE KEY', 'virtual': False, 'seller': 'UKCGR - Trade', '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/044f43a9-1f87-4813-ad84-adeaeb7164e6.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 13:30:18 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120326601, 'registration': 'YN17UXG', 'account': 'WBA004', 'make': 'SUZUKI', 'model': 'VITARA ESTATE', 'derivative': '1.6 SZ-T 5dr', 'mileage': 104357, 'mileageWarranty': True, 'type': 'car', 'saleId': 18905, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 618}, 'saleStart': '2026-03-24T13:00Z', 'lot': 142, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2017-03-31', 'fuel': 'Petrol', 'motExpiry': '2026-03-30', 'doors': 5, 'engineSize': 1586, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/YN17UXG/2026-03-11/image/235fb19f-9cbf-45f3-a5e8-bb4f68dedd1e_removebg.jpg?w=600', 'https://abimg003.imgix.net/YN17UXG/2026-03-11/image/4a310691-2e09-4671-8886-11152f4d645e_removebg.jpg?w=600', 'https://abimg003.imgix.net/YN17UXG/2026-03-11/image/0d2cab65-85b1-4f11-9660-4e435acdd271_removebg.jpg?w=600', 'https://abimg003.imgix.net/YN17UXG/2026-03-11/image/31569d73-cda2-480c-a569-04c453c47ba8_removebg.jpg?w=600', 'https://abimg003.imgix.net/YN17UXG/2026-03-11/image/acc39a65-1e61-404d-b42c-87c07a1980a0_removebg.jpg?w=600', 'https://abimg003.imgix.net/YN17UXG/2026-03-11/image/2acae94e-1e91-45ce-8dbe-8cf49ee54f09_removebg.jpg?w=600', 'https://abimg003.imgix.net/YN17UXG/2026-03-11/image/a956cdca-e631-46bb-8530-9cffe7cfc45d_removebg.jpg?w=600', 'https://abimg003.imgix.net/YN17UXG/2026-03-11/image/65ece04f-4909-47c4-a9a7-37c1ba72192b_removebg.jpg?w=600', 'https://abimg003.imgix.net/YN17UXG/2026-03-11/image/3c307493-88db-4d65-afa1-fb6eeabfefd1_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 03/18 - 12K, 03/19 - 22K, 06/20 - 36K, 03/21 - 48K, 03/22 - 60K, 03/23 - 73K, 03/24 - 86K, 03/25 - 97K', 'remarks': '**462** VOSA STATES 35K, 48K, 60K, 73K, 86K, 97K, SPARE KEY', 'virtual': False, 'seller': 'UKCGR - Trade', '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/044f43a9-1f87-4813-ad84-adeaeb7164e6.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 13:30:18 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b52aee74-409d-583c-a509-2b232b91c87a with identifier: 120326601
2026-03-24 13:30:18 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b52aee74-409d-583c-a509-2b232b91c87a with scrape type 2
2026-03-24 13:30:18 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b52aee74-409d-583c-a509-2b232b91c87a with scrape type 2
2026-03-24 13:30:18 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: b52aee74-409d-583c-a509-2b232b91c87a, identifier: 120326601
2026-03-24 13:30:18 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: b52aee74-409d-583c-a509-2b232b91c87a with identifier: 120326601
2026-03-24 13:30:18 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: b52aee74-409d-583c-a509-2b232b91c87a with identifier: 120326601
2026-03-24 13:30:18 [scrapy.core.scraper] INFO: Dropped: Dropping expired listing: b52aee74-409d-583c-a509-2b232b91c87a with expiration date: 2026-03-24T13:00:00Z
{'auction_title': '',
'c_o_2_emission_value': 123,
'color': 'GREY',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.6L',
'expiration_date': '2026-03-24T13:00:00Z',
'fuel_type': 'Petrol',
'id': 'b52aee74-409d-583c-a509-2b232b91c87a',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'YN17UXG',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120326601',
'listing': 'auction',
'location': 'Aston Barclay Wakefield',
'make': 'SUZUKI',
'model': 'VITARA ESTATE',
'odometer': 104357,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2017-03-31',
'seller_name': 'UKCGR - Trade',
'title': 'SUZUKI VITARA ESTATE 1.6 SZ-T 5dr',
'transmission': 'manual',
'trim': '1.6 SZ-T 5dr',
'vin': None,
'year': 2017}
2026-03-24 13:30:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:30:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120326601%27 HTTP/1.1" 200 None
2026-03-24 13:30:19 [astonbarclay.gb] INFO: Saving data for 120326601: {'auction_closing_time': 1774357200.0, 'created_time': 1773404781.270563, 'last_price_update_time': 1774359019.009668}
2026-03-24 13:30:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:30:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120326601') HTTP/1.1" 204 0
2026-03-24 13:30:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120659223?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-24 13:30:20 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:30:21 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120659223, 'registration': 'OY70KHD', 'account': 'WBA002', 'make': 'PEUGEOT', 'model': '2008 ESTATE', 'derivative': '1.2 PureTech 130 Allure Premium 5dr', 'mileage': 66612, 'mileageWarranty': True, 'type': 'car', 'saleId': 18905, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 618}, 'saleStart': '2026-03-24T13:00Z', 'lot': 167, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2020-09-30', 'fuel': 'Petrol', 'motExpiry': '2026-04-03', 'doors': 5, 'engineSize': 1200, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/OY70KHD/2026-03-23/image/0dcab62e-0f3b-445b-a63f-3c7bde888854_removebg.jpg?w=600', 'https://abimg003.imgix.net/OY70KHD/2026-03-23/image/f2385828-4533-4656-8378-b18a82e3e76a_removebg.jpg?w=600', 'https://abimg003.imgix.net/OY70KHD/2026-03-23/image/befc85fe-7a0e-494b-9fe5-4ee42e42021c_removebg.jpg?w=600', 'https://abimg003.imgix.net/OY70KHD/2026-03-23/image/b8a0794a-9078-484f-b2a1-54ed9cc99bad_removebg.jpg?w=600', 'https://abimg003.imgix.net/OY70KHD/2026-03-23/image/b324c20e-3b58-4477-9bd7-74797fe8535b_removebg.jpg?w=600', 'https://abimg003.imgix.net/OY70KHD/2026-03-23/image/ef02119b-6057-43eb-896a-e8b7233c741c_removebg.jpg?w=600', 'https://abimg003.imgix.net/OY70KHD/2026-03-23/image/cd384a1b-717c-4797-a705-503af0edea0b_removebg.jpg?w=600', 'https://abimg003.imgix.net/OY70KHD/2026-03-23/image/d6b4269e-710b-4eb8-ae6b-c7968ce8a070_removebg.jpg?w=600', 'https://abimg003.imgix.net/OY70KHD/2026-03-23/image/3642258d-209d-4458-9a87-b9b15cacfa1d_removebg.jpg?w=600'], 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print and book 12/21 - 6K, 12/22 - 11K, 03/23 - 11K, 10/23 - 19K, 07/24 - 32K, 04/25 - 47K,', 'remarks': '**615** VOSA STATES 11K, 27K, 44K, SPARE KEY', 'virtual': False, 'seller': 'UKCGR - Premium', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '1', 'v5': False, 'v5details': None, 'co2': 132, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/4b9833ef-29fc-4321-bc21-64862f0b13a2.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 13:30:21 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120659223, 'registration': 'OY70KHD', 'account': 'WBA002', 'make': 'PEUGEOT', 'model': '2008 ESTATE', 'derivative': '1.2 PureTech 130 Allure Premium 5dr', 'mileage': 66612, 'mileageWarranty': True, 'type': 'car', 'saleId': 18905, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 618}, 'saleStart': '2026-03-24T13:00Z', 'lot': 167, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2020-09-30', 'fuel': 'Petrol', 'motExpiry': '2026-04-03', 'doors': 5, 'engineSize': 1200, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/OY70KHD/2026-03-23/image/0dcab62e-0f3b-445b-a63f-3c7bde888854_removebg.jpg?w=600', 'https://abimg003.imgix.net/OY70KHD/2026-03-23/image/f2385828-4533-4656-8378-b18a82e3e76a_removebg.jpg?w=600', 'https://abimg003.imgix.net/OY70KHD/2026-03-23/image/befc85fe-7a0e-494b-9fe5-4ee42e42021c_removebg.jpg?w=600', 'https://abimg003.imgix.net/OY70KHD/2026-03-23/image/b8a0794a-9078-484f-b2a1-54ed9cc99bad_removebg.jpg?w=600', 'https://abimg003.imgix.net/OY70KHD/2026-03-23/image/b324c20e-3b58-4477-9bd7-74797fe8535b_removebg.jpg?w=600', 'https://abimg003.imgix.net/OY70KHD/2026-03-23/image/ef02119b-6057-43eb-896a-e8b7233c741c_removebg.jpg?w=600', 'https://abimg003.imgix.net/OY70KHD/2026-03-23/image/cd384a1b-717c-4797-a705-503af0edea0b_removebg.jpg?w=600', 'https://abimg003.imgix.net/OY70KHD/2026-03-23/image/d6b4269e-710b-4eb8-ae6b-c7968ce8a070_removebg.jpg?w=600', 'https://abimg003.imgix.net/OY70KHD/2026-03-23/image/3642258d-209d-4458-9a87-b9b15cacfa1d_removebg.jpg?w=600'], 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print and book 12/21 - 6K, 12/22 - 11K, 03/23 - 11K, 10/23 - 19K, 07/24 - 32K, 04/25 - 47K,', 'remarks': '**615** VOSA STATES 11K, 27K, 44K, SPARE KEY', 'virtual': False, 'seller': 'UKCGR - Premium', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '1', 'v5': False, 'v5details': None, 'co2': 132, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/4b9833ef-29fc-4321-bc21-64862f0b13a2.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 13:30:21 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d785bdb6-f09a-57c2-bbe4-f14286dcc223 with identifier: 120659223
2026-03-24 13:30:21 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d785bdb6-f09a-57c2-bbe4-f14286dcc223 with scrape type 2
2026-03-24 13:30:21 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d785bdb6-f09a-57c2-bbe4-f14286dcc223 with scrape type 2
2026-03-24 13:30:21 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: d785bdb6-f09a-57c2-bbe4-f14286dcc223, identifier: 120659223
2026-03-24 13:30:21 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: d785bdb6-f09a-57c2-bbe4-f14286dcc223 with identifier: 120659223
2026-03-24 13:30:21 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: d785bdb6-f09a-57c2-bbe4-f14286dcc223 with identifier: 120659223
2026-03-24 13:30:21 [scrapy.core.scraper] INFO: Dropped: Dropping expired listing: d785bdb6-f09a-57c2-bbe4-f14286dcc223 with expiration date: 2026-03-24T13:00:00Z
{'auction_title': '',
'c_o_2_emission_value': 132,
'color': 'WHITE',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.2L',
'expiration_date': '2026-03-24T13:00:00Z',
'fuel_type': 'Petrol',
'id': 'd785bdb6-f09a-57c2-bbe4-f14286dcc223',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'OY70KHD',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120659223',
'listing': 'auction',
'location': 'Aston Barclay Wakefield',
'make': 'PEUGEOT',
'model': '2008 ESTATE',
'odometer': 66612,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-09-30',
'seller_name': 'UKCGR - Premium',
'title': 'PEUGEOT 2008 ESTATE 1.2 PureTech 130 Allure Premium 5dr',
'transmission': 'manual',
'trim': '1.2 PureTech 130 Allure Premium 5dr',
'vin': None,
'year': 2020}
2026-03-24 13:30:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:30:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120659223%27 HTTP/1.1" 200 None
2026-03-24 13:30:21 [astonbarclay.gb] INFO: Saving data for 120659223: {'auction_closing_time': 1774357200.0, 'created_time': 1774034047.325041, 'last_price_update_time': 1774359021.22584}
2026-03-24 13:30:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:30:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120659223') HTTP/1.1" 204 0
2026-03-24 13:30:21 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 2nd time calling it.
2026-03-24 13:30:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120617071?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-24 13:30:22 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:30:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120587436?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-24 13:30:22 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:30:22 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120617071, 'registration': 'FL66UXX', 'account': 'WBA004', 'make': 'VOLKSWAGEN', 'model': 'UP HATCHBACK', 'derivative': '1.0 Move Up 5dr', 'mileage': 54048, 'mileageWarranty': True, 'type': 'car', 'saleId': 18905, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 618}, 'saleStart': '2026-03-24T13:00Z', 'lot': 154, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2016-09-05', 'fuel': 'Petrol', 'motExpiry': '2026-09-04', 'doors': 5, 'engineSize': 999, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/FL66UXX/2026-03-20/image/8648420e-f4bd-4a41-a3f0-7f5deefd407d_removebg.jpg?w=600', 'https://abimg003.imgix.net/FL66UXX/2026-03-20/image/6acd6443-ec45-4913-bc98-408ac6385849_removebg.jpg?w=600', 'https://abimg003.imgix.net/FL66UXX/2026-03-20/image/81078286-edd1-4b88-b72e-4409697708a4_removebg.jpg?w=600', 'https://abimg003.imgix.net/FL66UXX/2026-03-20/image/bc8621be-767d-48c5-afe9-9d3d8ead89a2_removebg.jpg?w=600', 'https://abimg003.imgix.net/FL66UXX/2026-03-20/image/ce33fdde-4250-498d-b967-7b13f084c008_removebg.jpg?w=600', 'https://abimg003.imgix.net/FL66UXX/2026-03-20/image/655e6cd0-e204-4ed1-9480-ff3b5b20d8ac_removebg.jpg?w=600', 'https://abimg003.imgix.net/FL66UXX/2026-03-20/image/905b9034-68c4-4a06-9637-db4df8a89c89_removebg.jpg?w=600', 'https://abimg003.imgix.net/FL66UXX/2026-03-20/image/0c7cdeb8-8e1a-4000-9ea4-a4f9e48b3bf6_removebg.jpg?w=600', 'https://abimg003.imgix.net/FL66UXX/2026-03-20/image/fed6d01c-c95a-4e1a-8d0a-d0efeccb4358_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 08/17- 7K, 09/18- 14K, 08/19- 22K, 08/20- 28K, 09/21- 33K, 08/22- 39K, 08/23- 45K, 08/24- 50K, 08/25- 52K,', 'remarks': '**634** VOSA STATES 22K, 28K, 33K, 39K, 45K, 50K, 52K, SPARE KEY', 'virtual': False, 'seller': 'UKCGR - Trade', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '1', 'v5': True, 'v5details': 'Here', 'co2': 101, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/cfee95d4-766d-4b3f-b92c-d4764c5ae177.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 13:30:22 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120617071, 'registration': 'FL66UXX', 'account': 'WBA004', 'make': 'VOLKSWAGEN', 'model': 'UP HATCHBACK', 'derivative': '1.0 Move Up 5dr', 'mileage': 54048, 'mileageWarranty': True, 'type': 'car', 'saleId': 18905, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 618}, 'saleStart': '2026-03-24T13:00Z', 'lot': 154, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2016-09-05', 'fuel': 'Petrol', 'motExpiry': '2026-09-04', 'doors': 5, 'engineSize': 999, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/FL66UXX/2026-03-20/image/8648420e-f4bd-4a41-a3f0-7f5deefd407d_removebg.jpg?w=600', 'https://abimg003.imgix.net/FL66UXX/2026-03-20/image/6acd6443-ec45-4913-bc98-408ac6385849_removebg.jpg?w=600', 'https://abimg003.imgix.net/FL66UXX/2026-03-20/image/81078286-edd1-4b88-b72e-4409697708a4_removebg.jpg?w=600', 'https://abimg003.imgix.net/FL66UXX/2026-03-20/image/bc8621be-767d-48c5-afe9-9d3d8ead89a2_removebg.jpg?w=600', 'https://abimg003.imgix.net/FL66UXX/2026-03-20/image/ce33fdde-4250-498d-b967-7b13f084c008_removebg.jpg?w=600', 'https://abimg003.imgix.net/FL66UXX/2026-03-20/image/655e6cd0-e204-4ed1-9480-ff3b5b20d8ac_removebg.jpg?w=600', 'https://abimg003.imgix.net/FL66UXX/2026-03-20/image/905b9034-68c4-4a06-9637-db4df8a89c89_removebg.jpg?w=600', 'https://abimg003.imgix.net/FL66UXX/2026-03-20/image/0c7cdeb8-8e1a-4000-9ea4-a4f9e48b3bf6_removebg.jpg?w=600', 'https://abimg003.imgix.net/FL66UXX/2026-03-20/image/fed6d01c-c95a-4e1a-8d0a-d0efeccb4358_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 08/17- 7K, 09/18- 14K, 08/19- 22K, 08/20- 28K, 09/21- 33K, 08/22- 39K, 08/23- 45K, 08/24- 50K, 08/25- 52K,', 'remarks': '**634** VOSA STATES 22K, 28K, 33K, 39K, 45K, 50K, 52K, SPARE KEY', 'virtual': False, 'seller': 'UKCGR - Trade', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '1', 'v5': True, 'v5details': 'Here', 'co2': 101, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/cfee95d4-766d-4b3f-b92c-d4764c5ae177.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 13:30:22 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c0dcc9f3-e60c-5696-86ad-57d662b2a26f with identifier: 120617071
2026-03-24 13:30:22 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c0dcc9f3-e60c-5696-86ad-57d662b2a26f with scrape type 2
2026-03-24 13:30:22 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c0dcc9f3-e60c-5696-86ad-57d662b2a26f with scrape type 2
2026-03-24 13:30:22 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: c0dcc9f3-e60c-5696-86ad-57d662b2a26f, identifier: 120617071
2026-03-24 13:30:22 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: c0dcc9f3-e60c-5696-86ad-57d662b2a26f with identifier: 120617071
2026-03-24 13:30:22 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: c0dcc9f3-e60c-5696-86ad-57d662b2a26f with identifier: 120617071
2026-03-24 13:30:22 [scrapy.core.scraper] INFO: Dropped: Dropping expired listing: c0dcc9f3-e60c-5696-86ad-57d662b2a26f with expiration date: 2026-03-24T13:00:00Z
{'auction_title': '',
'c_o_2_emission_value': 101,
'color': 'BLACK',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.0L',
'expiration_date': '2026-03-24T13:00:00Z',
'fuel_type': 'Petrol',
'id': 'c0dcc9f3-e60c-5696-86ad-57d662b2a26f',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'FL66UXX',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120617071',
'listing': 'auction',
'location': 'Aston Barclay Wakefield',
'make': 'VOLKSWAGEN',
'model': 'UP HATCHBACK',
'odometer': 54048,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2016-09-05',
'seller_name': 'UKCGR - Trade',
'title': 'VOLKSWAGEN UP HATCHBACK 1.0 Move Up 5dr',
'transmission': 'manual',
'trim': '1.0 Move Up 5dr',
'vin': None,
'year': 2016}
2026-03-24 13:30:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:30:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120617071%27 HTTP/1.1" 200 None
2026-03-24 13:30:23 [astonbarclay.gb] INFO: Saving data for 120617071: {'auction_closing_time': 1774357200.0, 'created_time': 1773947251.672058, 'last_price_update_time': 1774359023.045408}
2026-03-24 13:30:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:30:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120617071') HTTP/1.1" 204 0
2026-03-24 13:30:23 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120587436, 'registration': 'YA61AVP', 'account': 'WBA004', 'make': 'TOYOTA', 'model': 'YARIS HATCHBACK', 'derivative': '1.33 VVT-i TR 5dr', 'mileage': 35656, 'mileageWarranty': True, 'type': 'car', 'saleId': 18905, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 618}, 'saleStart': '2026-03-24T13:00Z', 'lot': 240, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2012-02-27', 'fuel': 'Petrol', 'motExpiry': '2027-03-06', 'doors': 5, 'engineSize': 1329, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/YA61AVP/2026-03-19/image/ed84d491-1f71-4b36-ab8e-4ed5456ceff0_removebg.jpg?w=600', 'https://abimg003.imgix.net/YA61AVP/2026-03-19/image/c8e52bec-2e05-43d1-a253-33166c54bddd_removebg.jpg?w=600', 'https://abimg003.imgix.net/YA61AVP/2026-03-19/image/eb6488d9-5da9-4c93-ac71-86c2a178c56a_removebg.jpg?w=600', 'https://abimg003.imgix.net/YA61AVP/2026-03-19/image/23e35436-5d40-4c0d-b1a8-ed97921163d3_removebg.jpg?w=600', 'https://abimg003.imgix.net/YA61AVP/2026-03-19/image/a1a5ebd6-3a93-4c50-a83c-e108a9147d3e_removebg.jpg?w=600', 'https://abimg003.imgix.net/YA61AVP/2026-03-19/image/1a5b45a2-7a87-431a-9d60-37665586882d_removebg.jpg?w=600', 'https://abimg003.imgix.net/YA61AVP/2026-03-19/image/64b2e3ad-a2e2-4d42-969e-62a28788861a_removebg.jpg?w=600', 'https://abimg003.imgix.net/YA61AVP/2026-03-19/image/c00c9d7d-6e71-4373-a714-b55dc5ee0033_removebg.jpg?w=600', 'https://abimg003.imgix.net/YA61AVP/2026-03-19/image/a86c3fc9-0bc6-41f8-80bd-4b8398b516a6_removebg.jpg?w=600'], 'colour': 'RED', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 09/13 - 12K, 09/14 - 15K, 09/15 - 17K, 02/20 - 25K, 02/21 - 29K, 02/22 - 26K, 02/23 - 30K, 02/24 - 32K,', 'remarks': '**792** VOSA STATES 16K, 18K, 20K, 21K, 23K, 25K, 25K, 26K, 30K, 32K, 35K, 35K, SPARE KEY', 'virtual': False, 'seller': 'UKCGR - Trade', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '3', 'v5': True, 'v5details': 'Here', 'co2': 123, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/50168d35-a994-4a9b-9a9c-0dbfe39d487b.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 13:30:23 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120587436, 'registration': 'YA61AVP', 'account': 'WBA004', 'make': 'TOYOTA', 'model': 'YARIS HATCHBACK', 'derivative': '1.33 VVT-i TR 5dr', 'mileage': 35656, 'mileageWarranty': True, 'type': 'car', 'saleId': 18905, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 618}, 'saleStart': '2026-03-24T13:00Z', 'lot': 240, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2012-02-27', 'fuel': 'Petrol', 'motExpiry': '2027-03-06', 'doors': 5, 'engineSize': 1329, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/YA61AVP/2026-03-19/image/ed84d491-1f71-4b36-ab8e-4ed5456ceff0_removebg.jpg?w=600', 'https://abimg003.imgix.net/YA61AVP/2026-03-19/image/c8e52bec-2e05-43d1-a253-33166c54bddd_removebg.jpg?w=600', 'https://abimg003.imgix.net/YA61AVP/2026-03-19/image/eb6488d9-5da9-4c93-ac71-86c2a178c56a_removebg.jpg?w=600', 'https://abimg003.imgix.net/YA61AVP/2026-03-19/image/23e35436-5d40-4c0d-b1a8-ed97921163d3_removebg.jpg?w=600', 'https://abimg003.imgix.net/YA61AVP/2026-03-19/image/a1a5ebd6-3a93-4c50-a83c-e108a9147d3e_removebg.jpg?w=600', 'https://abimg003.imgix.net/YA61AVP/2026-03-19/image/1a5b45a2-7a87-431a-9d60-37665586882d_removebg.jpg?w=600', 'https://abimg003.imgix.net/YA61AVP/2026-03-19/image/64b2e3ad-a2e2-4d42-969e-62a28788861a_removebg.jpg?w=600', 'https://abimg003.imgix.net/YA61AVP/2026-03-19/image/c00c9d7d-6e71-4373-a714-b55dc5ee0033_removebg.jpg?w=600', 'https://abimg003.imgix.net/YA61AVP/2026-03-19/image/a86c3fc9-0bc6-41f8-80bd-4b8398b516a6_removebg.jpg?w=600'], 'colour': 'RED', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 09/13 - 12K, 09/14 - 15K, 09/15 - 17K, 02/20 - 25K, 02/21 - 29K, 02/22 - 26K, 02/23 - 30K, 02/24 - 32K,', 'remarks': '**792** VOSA STATES 16K, 18K, 20K, 21K, 23K, 25K, 25K, 26K, 30K, 32K, 35K, 35K, SPARE KEY', 'virtual': False, 'seller': 'UKCGR - Trade', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '3', 'v5': True, 'v5details': 'Here', 'co2': 123, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/50168d35-a994-4a9b-9a9c-0dbfe39d487b.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 13:30:23 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 16c5bf31-f188-57a3-a3cd-b72b216d8636 with identifier: 120587436
2026-03-24 13:30:23 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 16c5bf31-f188-57a3-a3cd-b72b216d8636 with scrape type 2
2026-03-24 13:30:23 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 16c5bf31-f188-57a3-a3cd-b72b216d8636 with scrape type 2
2026-03-24 13:30:23 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 16c5bf31-f188-57a3-a3cd-b72b216d8636, identifier: 120587436
2026-03-24 13:30:23 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 16c5bf31-f188-57a3-a3cd-b72b216d8636 with identifier: 120587436
2026-03-24 13:30:23 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 16c5bf31-f188-57a3-a3cd-b72b216d8636 with identifier: 120587436
2026-03-24 13:30:23 [scrapy.core.scraper] INFO: Dropped: Dropping expired listing: 16c5bf31-f188-57a3-a3cd-b72b216d8636 with expiration date: 2026-03-24T13:00:00Z
{'auction_title': '',
'c_o_2_emission_value': 123,
'color': 'RED',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 5',
'engine': '1.3L',
'expiration_date': '2026-03-24T13:00:00Z',
'fuel_type': 'Petrol',
'id': '16c5bf31-f188-57a3-a3cd-b72b216d8636',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'YA61AVP',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120587436',
'listing': 'auction',
'location': 'Aston Barclay Wakefield',
'make': 'TOYOTA',
'model': 'YARIS HATCHBACK',
'odometer': 35656,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2012-02-27',
'seller_name': 'UKCGR - Trade',
'title': 'TOYOTA YARIS HATCHBACK 1.33 VVT-i TR 5dr',
'transmission': 'manual',
'trim': '1.33 VVT-i TR 5dr',
'vin': None,
'year': 2012}
2026-03-24 13:30:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:30:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120587436%27 HTTP/1.1" 200 None
2026-03-24 13:30:23 [astonbarclay.gb] INFO: Saving data for 120587436: {'auction_closing_time': 1774357200.0, 'created_time': 1773863613.669431, 'last_price_update_time': 1774359023.247531}
2026-03-24 13:30:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:30:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120587436') HTTP/1.1" 204 0
2026-03-24 13:30:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120248408?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-24 13:30:25 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:30:25 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120248408, 'registration': 'FH18EHB', 'account': 'WBA003', 'make': 'FORD', 'model': 'TRANSIT CUSTOM 310 L2 DIESEL FWD', 'derivative': '2.0 TDCi 170ps Low Roof Sport Van', 'mileage': 68645, 'mileageWarranty': True, 'type': 'commercial', 'saleId': 18905, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 618}, 'saleStart': '2026-03-24T13:00Z', 'lot': 139, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2018-06-23', 'fuel': 'Diesel', 'motExpiry': '2026-06-14', 'doors': None, 'engineSize': 1995, 'bodyType': 'Van', 'images': ['https://abimg003.imgix.net/FH18EHB/2026-03-11/image/a951dbfd-b9db-45a7-bdf1-796916d858ac_removebg.jpg?w=600', 'https://abimg003.imgix.net/FH18EHB/2026-03-11/image/1fa8c4ae-e7bd-4c9c-99d2-e4bd0b13b2ec_removebg.jpg?w=600', 'https://abimg003.imgix.net/FH18EHB/2026-03-11/image/bbb721a6-b3d3-455b-a898-5fedecdf5b1f_removebg.jpg?w=600', 'https://abimg003.imgix.net/FH18EHB/2026-03-11/image/f540b2c8-3756-4626-b5b1-6469b8db85c4_removebg.jpg?w=600', 'https://abimg003.imgix.net/FH18EHB/2026-03-11/image/4acb9bba-6110-4983-be62-554b7ab900e8_removebg.jpg?w=600', 'https://abimg003.imgix.net/FH18EHB/2026-03-11/image/be4cdb5f-711a-4fc0-a099-d10b804cd2b3_removebg.jpg?w=600', 'https://abimg003.imgix.net/FH18EHB/2026-03-11/image/6e161a1f-0b0a-4d49-a85f-264ba230953c_removebg.jpg?w=600', 'https://abimg003.imgix.net/FH18EHB/2026-03-11/image/d1e18417-081b-465d-ad96-7efdc7550dc7_removebg.jpg?w=600', 'https://abimg003.imgix.net/FH18EHB/2026-03-11/image/5139086d-0424-460e-bb3b-a8844ec70b45_removebg.jpg?w=600', 'https://abimg003.imgix.net/FH18EHB/2026-03-11/image/14ed8542-a4b0-44d5-bdec-e03fe75b87d8_removebg.jpg?w=600'], 'colour': 'SILVER', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith - LCV', 'serviceHistory': 'Service print and book 05/19 - 7K, 01/20 - 13K, 06/22 - 34K, 06/24 - 51K', 'remarks': '**688** VOSA STATES 25K, 34K, 34K, 43K, 51K, 60K, SPARE KEY', 'virtual': False, 'seller': 'UKCGR - Select', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': 179, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/a8143e8c-e62b-4bf0-a42a-1d5ec948d940.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 13:30:25 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120248408, 'registration': 'FH18EHB', 'account': 'WBA003', 'make': 'FORD', 'model': 'TRANSIT CUSTOM 310 L2 DIESEL FWD', 'derivative': '2.0 TDCi 170ps Low Roof Sport Van', 'mileage': 68645, 'mileageWarranty': True, 'type': 'commercial', 'saleId': 18905, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 618}, 'saleStart': '2026-03-24T13:00Z', 'lot': 139, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2018-06-23', 'fuel': 'Diesel', 'motExpiry': '2026-06-14', 'doors': None, 'engineSize': 1995, 'bodyType': 'Van', 'images': ['https://abimg003.imgix.net/FH18EHB/2026-03-11/image/a951dbfd-b9db-45a7-bdf1-796916d858ac_removebg.jpg?w=600', 'https://abimg003.imgix.net/FH18EHB/2026-03-11/image/1fa8c4ae-e7bd-4c9c-99d2-e4bd0b13b2ec_removebg.jpg?w=600', 'https://abimg003.imgix.net/FH18EHB/2026-03-11/image/bbb721a6-b3d3-455b-a898-5fedecdf5b1f_removebg.jpg?w=600', 'https://abimg003.imgix.net/FH18EHB/2026-03-11/image/f540b2c8-3756-4626-b5b1-6469b8db85c4_removebg.jpg?w=600', 'https://abimg003.imgix.net/FH18EHB/2026-03-11/image/4acb9bba-6110-4983-be62-554b7ab900e8_removebg.jpg?w=600', 'https://abimg003.imgix.net/FH18EHB/2026-03-11/image/be4cdb5f-711a-4fc0-a099-d10b804cd2b3_removebg.jpg?w=600', 'https://abimg003.imgix.net/FH18EHB/2026-03-11/image/6e161a1f-0b0a-4d49-a85f-264ba230953c_removebg.jpg?w=600', 'https://abimg003.imgix.net/FH18EHB/2026-03-11/image/d1e18417-081b-465d-ad96-7efdc7550dc7_removebg.jpg?w=600', 'https://abimg003.imgix.net/FH18EHB/2026-03-11/image/5139086d-0424-460e-bb3b-a8844ec70b45_removebg.jpg?w=600', 'https://abimg003.imgix.net/FH18EHB/2026-03-11/image/14ed8542-a4b0-44d5-bdec-e03fe75b87d8_removebg.jpg?w=600'], 'colour': 'SILVER', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith - LCV', 'serviceHistory': 'Service print and book 05/19 - 7K, 01/20 - 13K, 06/22 - 34K, 06/24 - 51K', 'remarks': '**688** VOSA STATES 25K, 34K, 34K, 43K, 51K, 60K, SPARE KEY', 'virtual': False, 'seller': 'UKCGR - Select', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': 179, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/a8143e8c-e62b-4bf0-a42a-1d5ec948d940.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 13:30:25 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4242b860-ea82-5b70-9458-be13a6de0dcf with identifier: 120248408
2026-03-24 13:30:25 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4242b860-ea82-5b70-9458-be13a6de0dcf with scrape type 2
2026-03-24 13:30:25 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4242b860-ea82-5b70-9458-be13a6de0dcf with scrape type 2
2026-03-24 13:30:25 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 4242b860-ea82-5b70-9458-be13a6de0dcf, identifier: 120248408
2026-03-24 13:30:25 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 4242b860-ea82-5b70-9458-be13a6de0dcf with identifier: 120248408
2026-03-24 13:30:25 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 4242b860-ea82-5b70-9458-be13a6de0dcf with identifier: 120248408
2026-03-24 13:30:25 [scrapy.core.scraper] INFO: Dropped: Dropping expired listing: 4242b860-ea82-5b70-9458-be13a6de0dcf with expiration date: 2026-03-24T13:00:00Z
{'auction_title': '',
'c_o_2_emission_value': 179,
'color': 'SILVER',
'currency': 'GBP',
'doors_number': None,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'expiration_date': '2026-03-24T13:00:00Z',
'fuel_type': 'Diesel',
'id': '4242b860-ea82-5b70-9458-be13a6de0dcf',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'FH18EHB',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120248408',
'listing': 'auction',
'location': 'Aston Barclay Wakefield',
'make': 'FORD',
'model': 'TRANSIT CUSTOM 310 L2 DIESEL FWD',
'odometer': 68645,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2018-06-23',
'seller_name': 'UKCGR - Select',
'title': 'FORD TRANSIT CUSTOM 310 L2 DIESEL FWD 2.0 TDCi 170ps Low Roof Sport '
'Van',
'transmission': 'manual',
'trim': '2.0 TDCi 170ps Low Roof Sport Van',
'vin': None,
'year': 2018}
2026-03-24 13:30:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:30:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120248408%27 HTTP/1.1" 200 None
2026-03-24 13:30:25 [astonbarclay.gb] INFO: Saving data for 120248408: {'auction_closing_time': 1774357200.0, 'created_time': 1773404837.892431, 'last_price_update_time': 1774359025.332857}
2026-03-24 13:30:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:30:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120248408') HTTP/1.1" 204 0
2026-03-24 13:30:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120169155?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-24 13:30:28 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:30:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120587401?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-24 13:30:28 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:30:28 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120169155, 'registration': 'DG65LFK', 'account': 'WBA003', 'make': 'SEAT', 'model': 'IBIZA HATCHBACK SPECIAL EDITION', 'derivative': '1.2 TSI FR Black 5dr', 'mileage': 65525, 'mileageWarranty': True, 'type': 'car', 'saleId': 18905, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 618}, 'saleStart': '2026-03-24T13:00Z', 'lot': 137, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2015-09-15', 'fuel': 'Petrol', 'motExpiry': '2026-09-30', 'doors': 5, 'engineSize': 1197, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/DG65LFK/2026-03-05/image/57f580de-ae76-49d0-bad0-4c1b67dff1fe_removebg.jpg?w=600', 'https://abimg003.imgix.net/DG65LFK/2026-03-05/image/996cdcc0-302f-41a5-96d5-e088b2bc132f_removebg.jpg?w=600', 'https://abimg003.imgix.net/DG65LFK/2026-03-05/image/875e97bd-29ec-49ae-b08f-d2e08b803b55_removebg.jpg?w=600', 'https://abimg003.imgix.net/DG65LFK/2026-03-05/image/58dccddc-7d59-4418-87a7-dd5025f91bb0_removebg.jpg?w=600', 'https://abimg003.imgix.net/DG65LFK/2026-03-05/image/bbb851cf-437b-44f0-82e1-605ab4520ce4_removebg.jpg?w=600', 'https://abimg003.imgix.net/DG65LFK/2026-03-05/image/ae8730cc-2519-4a46-8fa4-82f2f4ce8590_removebg.jpg?w=600', 'https://abimg003.imgix.net/DG65LFK/2026-03-05/image/b86007c1-26d6-486a-b2f5-5086f4aecd6f_removebg.jpg?w=600', 'https://abimg003.imgix.net/DG65LFK/2026-03-05/image/31fde5c2-a2e5-45b2-802c-c438326a6e43_removebg.jpg?w=600', 'https://abimg003.imgix.net/DG65LFK/2026-03-05/image/7410752b-91ec-493d-acd3-4ce84710be49_removebg.jpg?w=600'], 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': '**628**VOSA STATES 9K, 11K, 19K, 28K, 38K, 48K, 57K, 62K, SPARE KEY', 'virtual': False, 'seller': 'UKCGR - Select', '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/85d34611-3367-4adb-abff-220accd26b93.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 13:30:28 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120169155, 'registration': 'DG65LFK', 'account': 'WBA003', 'make': 'SEAT', 'model': 'IBIZA HATCHBACK SPECIAL EDITION', 'derivative': '1.2 TSI FR Black 5dr', 'mileage': 65525, 'mileageWarranty': True, 'type': 'car', 'saleId': 18905, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 618}, 'saleStart': '2026-03-24T13:00Z', 'lot': 137, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2015-09-15', 'fuel': 'Petrol', 'motExpiry': '2026-09-30', 'doors': 5, 'engineSize': 1197, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/DG65LFK/2026-03-05/image/57f580de-ae76-49d0-bad0-4c1b67dff1fe_removebg.jpg?w=600', 'https://abimg003.imgix.net/DG65LFK/2026-03-05/image/996cdcc0-302f-41a5-96d5-e088b2bc132f_removebg.jpg?w=600', 'https://abimg003.imgix.net/DG65LFK/2026-03-05/image/875e97bd-29ec-49ae-b08f-d2e08b803b55_removebg.jpg?w=600', 'https://abimg003.imgix.net/DG65LFK/2026-03-05/image/58dccddc-7d59-4418-87a7-dd5025f91bb0_removebg.jpg?w=600', 'https://abimg003.imgix.net/DG65LFK/2026-03-05/image/bbb851cf-437b-44f0-82e1-605ab4520ce4_removebg.jpg?w=600', 'https://abimg003.imgix.net/DG65LFK/2026-03-05/image/ae8730cc-2519-4a46-8fa4-82f2f4ce8590_removebg.jpg?w=600', 'https://abimg003.imgix.net/DG65LFK/2026-03-05/image/b86007c1-26d6-486a-b2f5-5086f4aecd6f_removebg.jpg?w=600', 'https://abimg003.imgix.net/DG65LFK/2026-03-05/image/31fde5c2-a2e5-45b2-802c-c438326a6e43_removebg.jpg?w=600', 'https://abimg003.imgix.net/DG65LFK/2026-03-05/image/7410752b-91ec-493d-acd3-4ce84710be49_removebg.jpg?w=600'], 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': '**628**VOSA STATES 9K, 11K, 19K, 28K, 38K, 48K, 57K, 62K, SPARE KEY', 'virtual': False, 'seller': 'UKCGR - Select', '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/85d34611-3367-4adb-abff-220accd26b93.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 13:30:28 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2b4042f2-2d2d-527e-864d-315d1a7b5fcc with identifier: 120169155
2026-03-24 13:30:28 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2b4042f2-2d2d-527e-864d-315d1a7b5fcc with scrape type 2
2026-03-24 13:30:28 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2b4042f2-2d2d-527e-864d-315d1a7b5fcc with scrape type 2
2026-03-24 13:30:29 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 2b4042f2-2d2d-527e-864d-315d1a7b5fcc, identifier: 120169155
2026-03-24 13:30:29 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 2b4042f2-2d2d-527e-864d-315d1a7b5fcc with identifier: 120169155
2026-03-24 13:30:29 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 2b4042f2-2d2d-527e-864d-315d1a7b5fcc with identifier: 120169155
2026-03-24 13:30:29 [scrapy.core.scraper] INFO: Dropped: Dropping expired listing: 2b4042f2-2d2d-527e-864d-315d1a7b5fcc with expiration date: 2026-03-24T13:00:00Z
{'auction_title': '',
'c_o_2_emission_value': 119,
'color': 'WHITE',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 5',
'engine': '1.2L',
'expiration_date': '2026-03-24T13:00:00Z',
'fuel_type': 'Petrol',
'id': '2b4042f2-2d2d-527e-864d-315d1a7b5fcc',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'DG65LFK',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120169155',
'listing': 'auction',
'location': 'Aston Barclay Wakefield',
'make': 'SEAT',
'model': 'IBIZA HATCHBACK SPECIAL EDITION',
'odometer': 65525,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2015-09-15',
'seller_name': 'UKCGR - Select',
'title': 'SEAT IBIZA HATCHBACK SPECIAL EDITION 1.2 TSI FR Black 5dr',
'transmission': 'manual',
'trim': '1.2 TSI FR Black 5dr',
'vin': None,
'year': 2015}
2026-03-24 13:30:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:30:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120169155%27 HTTP/1.1" 200 None
2026-03-24 13:30:29 [astonbarclay.gb] INFO: Saving data for 120169155: {'auction_closing_time': 1774357200.0, 'created_time': 1773402636.247046, 'last_price_update_time': 1774359029.11409}
2026-03-24 13:30:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:30:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120169155') HTTP/1.1" 204 0
2026-03-24 13:30:29 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120587401, 'registration': 'DN59XSF', 'account': 'WBA004', 'make': 'TOYOTA', 'model': 'AURIS HATCHBACK', 'derivative': '1.33 Dual VVTi TR 5dr', 'mileage': 80319, 'mileageWarranty': True, 'type': 'car', 'saleId': 18905, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 618}, 'saleStart': '2026-03-24T13:00Z', 'lot': 146, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2009-12-23', 'fuel': 'Petrol', 'motExpiry': '2026-04-13', 'doors': 5, 'engineSize': 1329, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/DN59XSF/2026-03-19/image/2724a2bc-ddd8-4ee0-a136-cdbb5c256a4c_removebg.jpg?w=600', 'https://abimg003.imgix.net/DN59XSF/2026-03-19/image/342fc66a-836b-4602-a62d-178409d334f2_removebg.jpg?w=600', 'https://abimg003.imgix.net/DN59XSF/2026-03-19/image/50a94e44-6fba-4815-ab4c-3a928d11c8cc_removebg.jpg?w=600', 'https://abimg003.imgix.net/DN59XSF/2026-03-19/image/b67f89f0-f6f1-40b2-b741-4b967761b6f0_removebg.jpg?w=600', 'https://abimg003.imgix.net/DN59XSF/2026-03-19/image/c44ffd6c-cdbe-47a2-9e18-6b80fa695994_removebg.jpg?w=600', 'https://abimg003.imgix.net/DN59XSF/2026-03-19/image/d28b2ebc-e1ba-4aca-8a40-75fc33248cb2_removebg.jpg?w=600', 'https://abimg003.imgix.net/DN59XSF/2026-03-19/image/8ccc2e1f-b744-456c-be73-9f1e17335c21_removebg.jpg?w=600', 'https://abimg003.imgix.net/DN59XSF/2026-03-19/image/5c9fe7bb-08b0-4f20-9731-267b2d03a5d2_removebg.jpg?w=600', 'https://abimg003.imgix.net/DN59XSF/2026-03-19/image/6a742a5b-4f68-48d9-8633-eb4f41ed3712_removebg.jpg?w=600', 'https://abimg003.imgix.net/DN59XSF/2026-03-19/image/5b70806b-2edb-4337-8590-71aaf202c5d1_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 01/11-4K, 01/12-11K, 02/13-20K, 04/14-28K, 06/15-35K, 09/16-43K, 12/17-50K', 'remarks': '**447** VOSA STATES 19K, 25K, 32K, 39K, 44K, 50K, 56K, 61K, 63K, 68K, 70K, 74K, 77K', 'virtual': False, 'seller': 'UKCGR - Trade', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '3', 'v5': True, 'v5details': 'Here', 'co2': 136, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/697d7d9f-306c-4080-885b-12e3c3554c79.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 13:30:29 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120587401, 'registration': 'DN59XSF', 'account': 'WBA004', 'make': 'TOYOTA', 'model': 'AURIS HATCHBACK', 'derivative': '1.33 Dual VVTi TR 5dr', 'mileage': 80319, 'mileageWarranty': True, 'type': 'car', 'saleId': 18905, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 618}, 'saleStart': '2026-03-24T13:00Z', 'lot': 146, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2009-12-23', 'fuel': 'Petrol', 'motExpiry': '2026-04-13', 'doors': 5, 'engineSize': 1329, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/DN59XSF/2026-03-19/image/2724a2bc-ddd8-4ee0-a136-cdbb5c256a4c_removebg.jpg?w=600', 'https://abimg003.imgix.net/DN59XSF/2026-03-19/image/342fc66a-836b-4602-a62d-178409d334f2_removebg.jpg?w=600', 'https://abimg003.imgix.net/DN59XSF/2026-03-19/image/50a94e44-6fba-4815-ab4c-3a928d11c8cc_removebg.jpg?w=600', 'https://abimg003.imgix.net/DN59XSF/2026-03-19/image/b67f89f0-f6f1-40b2-b741-4b967761b6f0_removebg.jpg?w=600', 'https://abimg003.imgix.net/DN59XSF/2026-03-19/image/c44ffd6c-cdbe-47a2-9e18-6b80fa695994_removebg.jpg?w=600', 'https://abimg003.imgix.net/DN59XSF/2026-03-19/image/d28b2ebc-e1ba-4aca-8a40-75fc33248cb2_removebg.jpg?w=600', 'https://abimg003.imgix.net/DN59XSF/2026-03-19/image/8ccc2e1f-b744-456c-be73-9f1e17335c21_removebg.jpg?w=600', 'https://abimg003.imgix.net/DN59XSF/2026-03-19/image/5c9fe7bb-08b0-4f20-9731-267b2d03a5d2_removebg.jpg?w=600', 'https://abimg003.imgix.net/DN59XSF/2026-03-19/image/6a742a5b-4f68-48d9-8633-eb4f41ed3712_removebg.jpg?w=600', 'https://abimg003.imgix.net/DN59XSF/2026-03-19/image/5b70806b-2edb-4337-8590-71aaf202c5d1_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 01/11-4K, 01/12-11K, 02/13-20K, 04/14-28K, 06/15-35K, 09/16-43K, 12/17-50K', 'remarks': '**447** VOSA STATES 19K, 25K, 32K, 39K, 44K, 50K, 56K, 61K, 63K, 68K, 70K, 74K, 77K', 'virtual': False, 'seller': 'UKCGR - Trade', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '3', 'v5': True, 'v5details': 'Here', 'co2': 136, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/697d7d9f-306c-4080-885b-12e3c3554c79.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 13:30:29 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 627e3305-40fa-5c4c-98e9-2d79d32f4c81 with identifier: 120587401
2026-03-24 13:30:29 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 627e3305-40fa-5c4c-98e9-2d79d32f4c81 with scrape type 2
2026-03-24 13:30:29 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 627e3305-40fa-5c4c-98e9-2d79d32f4c81 with scrape type 2
2026-03-24 13:30:29 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 627e3305-40fa-5c4c-98e9-2d79d32f4c81, identifier: 120587401
2026-03-24 13:30:29 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 627e3305-40fa-5c4c-98e9-2d79d32f4c81 with identifier: 120587401
2026-03-24 13:30:29 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 627e3305-40fa-5c4c-98e9-2d79d32f4c81 with identifier: 120587401
2026-03-24 13:30:29 [scrapy.core.scraper] INFO: Dropped: Dropping expired listing: 627e3305-40fa-5c4c-98e9-2d79d32f4c81 with expiration date: 2026-03-24T13:00:00Z
{'auction_title': '',
'c_o_2_emission_value': 136,
'color': 'BLACK',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 5',
'engine': '1.3L',
'expiration_date': '2026-03-24T13:00:00Z',
'fuel_type': 'Petrol',
'id': '627e3305-40fa-5c4c-98e9-2d79d32f4c81',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'DN59XSF',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120587401',
'listing': 'auction',
'location': 'Aston Barclay Wakefield',
'make': 'TOYOTA',
'model': 'AURIS HATCHBACK',
'odometer': 80319,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2009-12-23',
'seller_name': 'UKCGR - Trade',
'title': 'TOYOTA AURIS HATCHBACK 1.33 Dual VVTi TR 5dr',
'transmission': 'manual',
'trim': '1.33 Dual VVTi TR 5dr',
'vin': None,
'year': 2009}
2026-03-24 13:30:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:30:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120587401%27 HTTP/1.1" 200 None
2026-03-24 13:30:29 [astonbarclay.gb] INFO: Saving data for 120587401: {'auction_closing_time': 1774357200.0, 'created_time': 1773860483.393091, 'last_price_update_time': 1774359029.359158}
2026-03-24 13:30:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:30:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120587401') HTTP/1.1" 204 0
2026-03-24 13:30:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120382824?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-24 13:30:31 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:30:31 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120382824, 'registration': 'AJ15AUN', 'account': 'WBA004', 'make': 'FORD', 'model': 'FOCUS DIESEL HATCHBACK', 'derivative': '1.5 TDCi 120 Titanium 5dr', 'mileage': 140057, 'mileageWarranty': False, 'type': 'car', 'saleId': 18905, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 618}, 'saleStart': '2026-03-24T13:00Z', 'lot': 132, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2015-08-11', 'fuel': 'Diesel', 'motExpiry': '2026-07-19', 'doors': 5, 'engineSize': 1499, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/AJ15AUN/2026-03-17/image/707e35d2-4e2a-4d73-aee6-71444043da49_removebg.jpg?w=600', 'https://abimg003.imgix.net/AJ15AUN/2026-03-17/image/9cb34764-e819-46d0-8360-a60ab03905a4_removebg.jpg?w=600', 'https://abimg003.imgix.net/AJ15AUN/2026-03-17/image/a36acbf8-f696-4620-8528-5d10678c6dbc_removebg.jpg?w=600', 'https://abimg003.imgix.net/AJ15AUN/2026-03-17/image/552dfad8-6e91-46c3-9cdf-f61c12556dda_removebg.jpg?w=600', 'https://abimg003.imgix.net/AJ15AUN/2026-03-17/image/f8ed5a73-d6b7-4701-9ebc-68d5e5e24fee_removebg.jpg?w=600', 'https://abimg003.imgix.net/AJ15AUN/2026-03-17/image/be8541d0-9605-4b43-81b0-53fbea86a552_removebg.jpg?w=600', 'https://abimg003.imgix.net/AJ15AUN/2026-03-17/image/765aa8f9-a2b5-4302-9cbf-a6986961b523_removebg.jpg?w=600', 'https://abimg003.imgix.net/AJ15AUN/2026-03-17/image/0bf66cbf-b649-4526-992a-af55efe49eed_removebg.jpg?w=600', 'https://abimg003.imgix.net/AJ15AUN/2026-03-17/image/7af463be-4c09-4ef1-a008-c885a6d96c18_removebg.jpg?w=600'], 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print and book 08/15 - 2K, 08/17 - 8K, 08/18 - 17K, 08/19 - 21K, 08/20 - 27K, 05/21 - 30K, 01/22 - 42K, 03/22 - 66K, 08/22 - 54K, 09/23 - 83K, 01/24 - 94K, 06/24 - 103K, 03/25 - 121K, DISCREPENCY IN BOOK', 'remarks': '**630** VOSA STATES 15K, 22K, 29K, 30K, 52K, 79K, 104K, 128K, SPARE KEY', 'virtual': False, 'seller': 'UKCGR - Trade', '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/d33c966f-8e6f-490b-b9c8-5468d1683443.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 13:30:31 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120382824, 'registration': 'AJ15AUN', 'account': 'WBA004', 'make': 'FORD', 'model': 'FOCUS DIESEL HATCHBACK', 'derivative': '1.5 TDCi 120 Titanium 5dr', 'mileage': 140057, 'mileageWarranty': False, 'type': 'car', 'saleId': 18905, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 618}, 'saleStart': '2026-03-24T13:00Z', 'lot': 132, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2015-08-11', 'fuel': 'Diesel', 'motExpiry': '2026-07-19', 'doors': 5, 'engineSize': 1499, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/AJ15AUN/2026-03-17/image/707e35d2-4e2a-4d73-aee6-71444043da49_removebg.jpg?w=600', 'https://abimg003.imgix.net/AJ15AUN/2026-03-17/image/9cb34764-e819-46d0-8360-a60ab03905a4_removebg.jpg?w=600', 'https://abimg003.imgix.net/AJ15AUN/2026-03-17/image/a36acbf8-f696-4620-8528-5d10678c6dbc_removebg.jpg?w=600', 'https://abimg003.imgix.net/AJ15AUN/2026-03-17/image/552dfad8-6e91-46c3-9cdf-f61c12556dda_removebg.jpg?w=600', 'https://abimg003.imgix.net/AJ15AUN/2026-03-17/image/f8ed5a73-d6b7-4701-9ebc-68d5e5e24fee_removebg.jpg?w=600', 'https://abimg003.imgix.net/AJ15AUN/2026-03-17/image/be8541d0-9605-4b43-81b0-53fbea86a552_removebg.jpg?w=600', 'https://abimg003.imgix.net/AJ15AUN/2026-03-17/image/765aa8f9-a2b5-4302-9cbf-a6986961b523_removebg.jpg?w=600', 'https://abimg003.imgix.net/AJ15AUN/2026-03-17/image/0bf66cbf-b649-4526-992a-af55efe49eed_removebg.jpg?w=600', 'https://abimg003.imgix.net/AJ15AUN/2026-03-17/image/7af463be-4c09-4ef1-a008-c885a6d96c18_removebg.jpg?w=600'], 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print and book 08/15 - 2K, 08/17 - 8K, 08/18 - 17K, 08/19 - 21K, 08/20 - 27K, 05/21 - 30K, 01/22 - 42K, 03/22 - 66K, 08/22 - 54K, 09/23 - 83K, 01/24 - 94K, 06/24 - 103K, 03/25 - 121K, DISCREPENCY IN BOOK', 'remarks': '**630** VOSA STATES 15K, 22K, 29K, 30K, 52K, 79K, 104K, 128K, SPARE KEY', 'virtual': False, 'seller': 'UKCGR - Trade', '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/d33c966f-8e6f-490b-b9c8-5468d1683443.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 13:30:31 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d4097b39-6b55-5909-8902-886fd69af08e with identifier: 120382824
2026-03-24 13:30:31 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d4097b39-6b55-5909-8902-886fd69af08e with scrape type 2
2026-03-24 13:30:31 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d4097b39-6b55-5909-8902-886fd69af08e with scrape type 2
2026-03-24 13:30:31 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: d4097b39-6b55-5909-8902-886fd69af08e, identifier: 120382824
2026-03-24 13:30:31 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: d4097b39-6b55-5909-8902-886fd69af08e with identifier: 120382824
2026-03-24 13:30:31 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: d4097b39-6b55-5909-8902-886fd69af08e with identifier: 120382824
2026-03-24 13:30:31 [scrapy.core.scraper] INFO: Dropped: Dropping expired listing: d4097b39-6b55-5909-8902-886fd69af08e with expiration date: 2026-03-24T13:00:00Z
{'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-24T13:00:00Z',
'fuel_type': 'Diesel',
'id': 'd4097b39-6b55-5909-8902-886fd69af08e',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'AJ15AUN',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120382824',
'listing': 'auction',
'location': 'Aston Barclay Wakefield',
'make': 'FORD',
'model': 'FOCUS DIESEL HATCHBACK',
'odometer': 140057,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2015-08-11',
'seller_name': 'UKCGR - Trade',
'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-24 13:30:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:30:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120382824%27 HTTP/1.1" 200 None
2026-03-24 13:30:31 [astonbarclay.gb] INFO: Saving data for 120382824: {'auction_closing_time': 1774357200.0, 'created_time': 1773402753.533092, 'last_price_update_time': 1774359031.551794}
2026-03-24 13:30:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:30:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120382824') HTTP/1.1" 204 0
2026-03-24 13:30:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120604942?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-24 13:30:34 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:30:34 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120604942, 'registration': 'SV61ETF', 'account': 'WBA004', 'make': 'HYUNDAI', 'model': 'I10 HATCHBACK', 'derivative': '1.2 Active 5dr Auto', 'mileage': 60480, 'mileageWarranty': True, 'type': 'car', 'saleId': 18905, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 618}, 'saleStart': '2026-03-24T13:00Z', 'lot': 128, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2011-09-08', 'fuel': 'Petrol', 'motExpiry': '2026-08-21', 'doors': 5, 'engineSize': 1248, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/SV61ETF/2026-03-20/image/63b294ff-63a1-4507-a062-bd7af01bb8ef_removebg.jpg?w=600', 'https://abimg003.imgix.net/SV61ETF/2026-03-20/image/cdc96266-ec08-49a8-91c6-87360af440c7_removebg.jpg?w=600', 'https://abimg003.imgix.net/SV61ETF/2026-03-20/image/27a9e4c0-b8e6-499f-ab35-a8ff507cf14c_removebg.jpg?w=600', 'https://abimg003.imgix.net/SV61ETF/2026-03-20/image/de7ede03-5467-478f-9193-8ea42cb5e892_removebg.jpg?w=600', 'https://abimg003.imgix.net/SV61ETF/2026-03-20/image/e97905b0-17b9-4629-ab1a-ba25c1cf8160_removebg.jpg?w=600', 'https://abimg003.imgix.net/SV61ETF/2026-03-20/image/4f9254d2-f171-4dde-882f-60d2b35bd272_removebg.jpg?w=600', 'https://abimg003.imgix.net/SV61ETF/2026-03-20/image/9969825d-5455-42f5-ab58-f9267809ecb3_removebg.jpg?w=600', 'https://abimg003.imgix.net/SV61ETF/2026-03-20/image/046e3539-e92d-4fd3-884d-c1d5d4f7d006_removebg.jpg?w=600', 'https://abimg003.imgix.net/SV61ETF/2026-03-20/image/27915fd7-0ad3-4b7d-81c8-c9b3b35f73ee_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 09/12- 937MILES, 09/13- 5K, 09/14- 17K, 08/15- 22K, 08/16- 28K, 08/17- 35K, 08/21- 48K, 08/22- 52K, 08/25- 59K,', 'remarks': '**455** VOSA STATES 17K, 28K, 35K, 40K, 44K, 46K, 48K, 52K, 55K, 57K, 59K, SPARE KEY', 'virtual': False, 'seller': 'UKCGR - Trade', '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/c4cf9d45-a71f-4927-ac51-e270da101a42.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 13:30:34 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120604942, 'registration': 'SV61ETF', 'account': 'WBA004', 'make': 'HYUNDAI', 'model': 'I10 HATCHBACK', 'derivative': '1.2 Active 5dr Auto', 'mileage': 60480, 'mileageWarranty': True, 'type': 'car', 'saleId': 18905, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 618}, 'saleStart': '2026-03-24T13:00Z', 'lot': 128, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2011-09-08', 'fuel': 'Petrol', 'motExpiry': '2026-08-21', 'doors': 5, 'engineSize': 1248, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/SV61ETF/2026-03-20/image/63b294ff-63a1-4507-a062-bd7af01bb8ef_removebg.jpg?w=600', 'https://abimg003.imgix.net/SV61ETF/2026-03-20/image/cdc96266-ec08-49a8-91c6-87360af440c7_removebg.jpg?w=600', 'https://abimg003.imgix.net/SV61ETF/2026-03-20/image/27a9e4c0-b8e6-499f-ab35-a8ff507cf14c_removebg.jpg?w=600', 'https://abimg003.imgix.net/SV61ETF/2026-03-20/image/de7ede03-5467-478f-9193-8ea42cb5e892_removebg.jpg?w=600', 'https://abimg003.imgix.net/SV61ETF/2026-03-20/image/e97905b0-17b9-4629-ab1a-ba25c1cf8160_removebg.jpg?w=600', 'https://abimg003.imgix.net/SV61ETF/2026-03-20/image/4f9254d2-f171-4dde-882f-60d2b35bd272_removebg.jpg?w=600', 'https://abimg003.imgix.net/SV61ETF/2026-03-20/image/9969825d-5455-42f5-ab58-f9267809ecb3_removebg.jpg?w=600', 'https://abimg003.imgix.net/SV61ETF/2026-03-20/image/046e3539-e92d-4fd3-884d-c1d5d4f7d006_removebg.jpg?w=600', 'https://abimg003.imgix.net/SV61ETF/2026-03-20/image/27915fd7-0ad3-4b7d-81c8-c9b3b35f73ee_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 09/12- 937MILES, 09/13- 5K, 09/14- 17K, 08/15- 22K, 08/16- 28K, 08/17- 35K, 08/21- 48K, 08/22- 52K, 08/25- 59K,', 'remarks': '**455** VOSA STATES 17K, 28K, 35K, 40K, 44K, 46K, 48K, 52K, 55K, 57K, 59K, SPARE KEY', 'virtual': False, 'seller': 'UKCGR - Trade', '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/c4cf9d45-a71f-4927-ac51-e270da101a42.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 13:30:34 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c49c8f0f-557d-573e-b13d-a2457a7151f3 with identifier: 120604942
2026-03-24 13:30:34 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c49c8f0f-557d-573e-b13d-a2457a7151f3 with scrape type 2
2026-03-24 13:30:34 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c49c8f0f-557d-573e-b13d-a2457a7151f3 with scrape type 2
2026-03-24 13:30:35 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: c49c8f0f-557d-573e-b13d-a2457a7151f3, identifier: 120604942
2026-03-24 13:30:35 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: c49c8f0f-557d-573e-b13d-a2457a7151f3 with identifier: 120604942
2026-03-24 13:30:35 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: c49c8f0f-557d-573e-b13d-a2457a7151f3 with identifier: 120604942
2026-03-24 13:30:35 [scrapy.core.scraper] INFO: Dropped: Dropping expired listing: c49c8f0f-557d-573e-b13d-a2457a7151f3 with expiration date: 2026-03-24T13:00:00Z
{'auction_title': '',
'c_o_2_emission_value': 129,
'color': 'GREY',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 5',
'engine': '1.2L',
'expiration_date': '2026-03-24T13:00:00Z',
'fuel_type': 'Petrol',
'id': 'c49c8f0f-557d-573e-b13d-a2457a7151f3',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'SV61ETF',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120604942',
'listing': 'auction',
'location': 'Aston Barclay Wakefield',
'make': 'HYUNDAI',
'model': 'I10 HATCHBACK',
'odometer': 60480,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2011-09-08',
'seller_name': 'UKCGR - Trade',
'title': 'HYUNDAI I10 HATCHBACK 1.2 Active 5dr Auto',
'transmission': 'automatic',
'trim': '1.2 Active 5dr Auto',
'vin': None,
'year': 2011}
2026-03-24 13:30:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:30:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120604942%27 HTTP/1.1" 200 None
2026-03-24 13:30:35 [astonbarclay.gb] INFO: Saving data for 120604942: {'auction_closing_time': 1774357200.0, 'created_time': 1773928906.644818, 'last_price_update_time': 1774359035.079074}
2026-03-24 13:30:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:30:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120604942') HTTP/1.1" 204 0
2026-03-24 13:30:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120606576?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-24 13:30:35 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:30:35 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120606576, 'registration': 'YH65DZM', 'account': 'WBA004', 'make': 'BMW', 'model': '3 SERIES DIESEL SALOON', 'derivative': '320d Sport 4dr', 'mileage': 134494, 'mileageWarranty': True, 'type': 'car', 'saleId': 18905, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 618}, 'saleStart': '2026-03-24T13:00Z', 'lot': 138, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2015-10-25', 'fuel': 'Diesel', 'motExpiry': '2026-08-29', 'doors': 4, 'engineSize': 1995, 'bodyType': 'Saloon', 'images': ['https://abimg003.imgix.net/YH65DZM/2026-03-20/image/13af3bf8-6090-4489-bd17-c1794c4270c0_removebg.jpg?w=600', 'https://abimg003.imgix.net/YH65DZM/2026-03-20/image/c4034bda-ba18-4013-9813-8672748c3515_removebg.jpg?w=600', 'https://abimg003.imgix.net/YH65DZM/2026-03-20/image/38922cd3-3413-4737-9c3d-26974082aa1a_removebg.jpg?w=600', 'https://abimg003.imgix.net/YH65DZM/2026-03-20/image/9bf5e231-e672-4806-b1f7-5a02dca872ce_removebg.jpg?w=600', 'https://abimg003.imgix.net/YH65DZM/2026-03-20/image/33b405be-a4f6-428b-b578-d4975cb0193b_removebg.jpg?w=600', 'https://abimg003.imgix.net/YH65DZM/2026-03-20/image/8b45ec13-837d-440c-8fae-53f1450c0d42_removebg.jpg?w=600', 'https://abimg003.imgix.net/YH65DZM/2026-03-20/image/863f92f0-4c1e-4acb-8ff2-523c0aaa162a_removebg.jpg?w=600', 'https://abimg003.imgix.net/YH65DZM/2026-03-20/image/7383c3ef-b655-4fe9-b692-1e3b92d31065_removebg.jpg?w=600', 'https://abimg003.imgix.net/YH65DZM/2026-03-20/image/f1498cf2-1de1-4131-afa8-6a00038f48d0_removebg.jpg?w=600', 'https://abimg003.imgix.net/YH65DZM/2026-03-20/image/93691bfc-e65b-4b2f-8920-d6402cf08509_removebg.jpg?w=600', 'https://abimg003.imgix.net/YH65DZM/2026-03-20/image/67be0f55-a8c2-4e7a-a766-7e0cb40da5c9_removebg.jpg?w=600'], 'colour': 'SILVER', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service digital I DRIVE 09/16-20K, 08/17-40K, 02/18-52K, 02/20-79K, 04/21-84K,', 'remarks': '**598** VOSA STATES 64K, 67K, 83K, 85K, 96K, 105K, 117K, 128K', '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': 'https://abimg002.imgix.net/f21fc416-2305-45af-8e63-ccf8b9066fea.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 13:30:35 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120606576, 'registration': 'YH65DZM', 'account': 'WBA004', 'make': 'BMW', 'model': '3 SERIES DIESEL SALOON', 'derivative': '320d Sport 4dr', 'mileage': 134494, 'mileageWarranty': True, 'type': 'car', 'saleId': 18905, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 618}, 'saleStart': '2026-03-24T13:00Z', 'lot': 138, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2015-10-25', 'fuel': 'Diesel', 'motExpiry': '2026-08-29', 'doors': 4, 'engineSize': 1995, 'bodyType': 'Saloon', 'images': ['https://abimg003.imgix.net/YH65DZM/2026-03-20/image/13af3bf8-6090-4489-bd17-c1794c4270c0_removebg.jpg?w=600', 'https://abimg003.imgix.net/YH65DZM/2026-03-20/image/c4034bda-ba18-4013-9813-8672748c3515_removebg.jpg?w=600', 'https://abimg003.imgix.net/YH65DZM/2026-03-20/image/38922cd3-3413-4737-9c3d-26974082aa1a_removebg.jpg?w=600', 'https://abimg003.imgix.net/YH65DZM/2026-03-20/image/9bf5e231-e672-4806-b1f7-5a02dca872ce_removebg.jpg?w=600', 'https://abimg003.imgix.net/YH65DZM/2026-03-20/image/33b405be-a4f6-428b-b578-d4975cb0193b_removebg.jpg?w=600', 'https://abimg003.imgix.net/YH65DZM/2026-03-20/image/8b45ec13-837d-440c-8fae-53f1450c0d42_removebg.jpg?w=600', 'https://abimg003.imgix.net/YH65DZM/2026-03-20/image/863f92f0-4c1e-4acb-8ff2-523c0aaa162a_removebg.jpg?w=600', 'https://abimg003.imgix.net/YH65DZM/2026-03-20/image/7383c3ef-b655-4fe9-b692-1e3b92d31065_removebg.jpg?w=600', 'https://abimg003.imgix.net/YH65DZM/2026-03-20/image/f1498cf2-1de1-4131-afa8-6a00038f48d0_removebg.jpg?w=600', 'https://abimg003.imgix.net/YH65DZM/2026-03-20/image/93691bfc-e65b-4b2f-8920-d6402cf08509_removebg.jpg?w=600', 'https://abimg003.imgix.net/YH65DZM/2026-03-20/image/67be0f55-a8c2-4e7a-a766-7e0cb40da5c9_removebg.jpg?w=600'], 'colour': 'SILVER', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service digital I DRIVE 09/16-20K, 08/17-40K, 02/18-52K, 02/20-79K, 04/21-84K,', 'remarks': '**598** VOSA STATES 64K, 67K, 83K, 85K, 96K, 105K, 117K, 128K', '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': 'https://abimg002.imgix.net/f21fc416-2305-45af-8e63-ccf8b9066fea.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 13:30:35 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e5be3e50-633f-588c-8f17-315b6978ae8d with identifier: 120606576
2026-03-24 13:30:35 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e5be3e50-633f-588c-8f17-315b6978ae8d with scrape type 2
2026-03-24 13:30:35 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e5be3e50-633f-588c-8f17-315b6978ae8d with scrape type 2
2026-03-24 13:30:35 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: e5be3e50-633f-588c-8f17-315b6978ae8d, identifier: 120606576
2026-03-24 13:30:35 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: e5be3e50-633f-588c-8f17-315b6978ae8d with identifier: 120606576
2026-03-24 13:30:35 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: e5be3e50-633f-588c-8f17-315b6978ae8d with identifier: 120606576
2026-03-24 13:30:35 [scrapy.core.scraper] INFO: Dropped: Dropping expired listing: e5be3e50-633f-588c-8f17-315b6978ae8d with expiration date: 2026-03-24T13:00:00Z
{'auction_title': '',
'c_o_2_emission_value': 116,
'color': 'SILVER',
'currency': 'GBP',
'doors_number': 4,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'expiration_date': '2026-03-24T13:00:00Z',
'fuel_type': 'Diesel',
'id': 'e5be3e50-633f-588c-8f17-315b6978ae8d',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'YH65DZM',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120606576',
'listing': 'auction',
'location': 'Aston Barclay Wakefield',
'make': 'BMW',
'model': '3 SERIES DIESEL SALOON',
'odometer': 134494,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2015-10-25',
'seller_name': 'UKCGR - Trade',
'title': 'BMW 3 SERIES DIESEL SALOON 320d Sport 4dr',
'transmission': 'manual',
'trim': '320d Sport 4dr',
'vin': None,
'year': 2015}
2026-03-24 13:30:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:30:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120606576%27 HTTP/1.1" 200 None
2026-03-24 13:30:35 [astonbarclay.gb] INFO: Saving data for 120606576: {'auction_closing_time': 1774357200.0, 'created_time': 1773928893.340761, 'last_price_update_time': 1774359035.588371}
2026-03-24 13:30:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:30:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120606576') HTTP/1.1" 204 0
2026-03-24 13:30:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120605706?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-24 13:30:36 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:30:36 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120605706, 'registration': 'KO18NHM', 'account': 'WBA002', 'make': 'SUZUKI', 'model': 'CELERIO HATCHBACK', 'derivative': '1.0 SZ2 5dr', 'mileage': 18611, 'mileageWarranty': True, 'type': 'car', 'saleId': 18905, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 618}, 'saleStart': '2026-03-24T13:00Z', 'lot': 126, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2018-06-30', 'fuel': 'Petrol', 'motExpiry': '2026-05-22', 'doors': 5, 'engineSize': 998, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/KO18NHM/2026-03-20/image/33c0e48e-3f7c-43aa-b62b-ae37feaf8132_removebg.jpg?w=600', 'https://abimg003.imgix.net/KO18NHM/2026-03-20/image/9ad7484f-bcd1-473e-8318-c42f2f4b63a8_removebg.jpg?w=600', 'https://abimg003.imgix.net/KO18NHM/2026-03-20/image/3a987c6d-977f-4902-b104-1fe71225ebb3_removebg.jpg?w=600', 'https://abimg003.imgix.net/KO18NHM/2026-03-20/image/11211eb0-d6d8-49cd-afc4-0dd9e19643e7_removebg.jpg?w=600', 'https://abimg003.imgix.net/KO18NHM/2026-03-20/image/5435cbff-a6b4-46f7-8163-1c3e2c94545d_removebg.jpg?w=600', 'https://abimg003.imgix.net/KO18NHM/2026-03-20/image/78227406-0440-4747-a67a-ab8fc400ca0a_removebg.jpg?w=600', 'https://abimg003.imgix.net/KO18NHM/2026-03-20/image/442c0bb5-034b-48e9-853a-8b6cbdbf515b_removebg.jpg?w=600', 'https://abimg003.imgix.net/KO18NHM/2026-03-20/image/9e3053ce-680b-4125-9de6-2c904bcc8556_removebg.jpg?w=600', 'https://abimg003.imgix.net/KO18NHM/2026-03-20/image/7253ac9c-ce92-4b4f-a16a-f37dcbef8b72_removebg.jpg?w=600'], 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 06/23 - 7K, 06/24 - 13K', 'remarks': '**585** VOSA STATES 7K, 7K, 7K, 13K, 16K, SPARE KEY', 'virtual': False, 'seller': 'UKCGR - Premium', '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/4e298f8f-e1fa-4959-8cce-4d5ee0dedb8c.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 13:30:36 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120605706, 'registration': 'KO18NHM', 'account': 'WBA002', 'make': 'SUZUKI', 'model': 'CELERIO HATCHBACK', 'derivative': '1.0 SZ2 5dr', 'mileage': 18611, 'mileageWarranty': True, 'type': 'car', 'saleId': 18905, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 618}, 'saleStart': '2026-03-24T13:00Z', 'lot': 126, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2018-06-30', 'fuel': 'Petrol', 'motExpiry': '2026-05-22', 'doors': 5, 'engineSize': 998, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/KO18NHM/2026-03-20/image/33c0e48e-3f7c-43aa-b62b-ae37feaf8132_removebg.jpg?w=600', 'https://abimg003.imgix.net/KO18NHM/2026-03-20/image/9ad7484f-bcd1-473e-8318-c42f2f4b63a8_removebg.jpg?w=600', 'https://abimg003.imgix.net/KO18NHM/2026-03-20/image/3a987c6d-977f-4902-b104-1fe71225ebb3_removebg.jpg?w=600', 'https://abimg003.imgix.net/KO18NHM/2026-03-20/image/11211eb0-d6d8-49cd-afc4-0dd9e19643e7_removebg.jpg?w=600', 'https://abimg003.imgix.net/KO18NHM/2026-03-20/image/5435cbff-a6b4-46f7-8163-1c3e2c94545d_removebg.jpg?w=600', 'https://abimg003.imgix.net/KO18NHM/2026-03-20/image/78227406-0440-4747-a67a-ab8fc400ca0a_removebg.jpg?w=600', 'https://abimg003.imgix.net/KO18NHM/2026-03-20/image/442c0bb5-034b-48e9-853a-8b6cbdbf515b_removebg.jpg?w=600', 'https://abimg003.imgix.net/KO18NHM/2026-03-20/image/9e3053ce-680b-4125-9de6-2c904bcc8556_removebg.jpg?w=600', 'https://abimg003.imgix.net/KO18NHM/2026-03-20/image/7253ac9c-ce92-4b4f-a16a-f37dcbef8b72_removebg.jpg?w=600'], 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 06/23 - 7K, 06/24 - 13K', 'remarks': '**585** VOSA STATES 7K, 7K, 7K, 13K, 16K, SPARE KEY', 'virtual': False, 'seller': 'UKCGR - Premium', '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/4e298f8f-e1fa-4959-8cce-4d5ee0dedb8c.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 13:30:36 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b0a66cff-0686-567f-89d1-db72fe173d18 with identifier: 120605706
2026-03-24 13:30:36 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b0a66cff-0686-567f-89d1-db72fe173d18 with scrape type 2
2026-03-24 13:30:36 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b0a66cff-0686-567f-89d1-db72fe173d18 with scrape type 2
2026-03-24 13:30:36 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: b0a66cff-0686-567f-89d1-db72fe173d18, identifier: 120605706
2026-03-24 13:30:36 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: b0a66cff-0686-567f-89d1-db72fe173d18 with identifier: 120605706
2026-03-24 13:30:36 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: b0a66cff-0686-567f-89d1-db72fe173d18 with identifier: 120605706
2026-03-24 13:30:36 [scrapy.core.scraper] INFO: Dropped: Dropping expired listing: b0a66cff-0686-567f-89d1-db72fe173d18 with expiration date: 2026-03-24T13:00:00Z
{'auction_title': '',
'c_o_2_emission_value': 99,
'color': 'WHITE',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.0L',
'expiration_date': '2026-03-24T13:00:00Z',
'fuel_type': 'Petrol',
'id': 'b0a66cff-0686-567f-89d1-db72fe173d18',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'KO18NHM',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120605706',
'listing': 'auction',
'location': 'Aston Barclay Wakefield',
'make': 'SUZUKI',
'model': 'CELERIO HATCHBACK',
'odometer': 18611,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2018-06-30',
'seller_name': 'UKCGR - Premium',
'title': 'SUZUKI CELERIO HATCHBACK 1.0 SZ2 5dr',
'transmission': 'manual',
'trim': '1.0 SZ2 5dr',
'vin': None,
'year': 2018}
2026-03-24 13:30:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:30:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120605706%27 HTTP/1.1" 200 None
2026-03-24 13:30:36 [astonbarclay.gb] INFO: Saving data for 120605706: {'auction_closing_time': 1774357200.0, 'created_time': 1773929018.500173, 'last_price_update_time': 1774359036.26375}
2026-03-24 13:30:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:30:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120605706') HTTP/1.1" 204 0
2026-03-24 13:30:44 [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-24 13:30:44 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:30:44 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', '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': 18905, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 618}, 'saleStart': '2026-03-24T13:00Z', 'lot': 116, '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-24 13:30:44 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', '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': 18905, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 618}, 'saleStart': '2026-03-24T13:00Z', 'lot': 116, '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-24 13:30:44 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: da2344ea-01c6-55c1-93cd-f1ba1d780c9c with identifier: 120659102
2026-03-24 13:30:44 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item da2344ea-01c6-55c1-93cd-f1ba1d780c9c with scrape type 2
2026-03-24 13:30:44 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item da2344ea-01c6-55c1-93cd-f1ba1d780c9c with scrape type 2
2026-03-24 13:30:44 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: da2344ea-01c6-55c1-93cd-f1ba1d780c9c, identifier: 120659102
2026-03-24 13:30:44 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: da2344ea-01c6-55c1-93cd-f1ba1d780c9c with identifier: 120659102
2026-03-24 13:30:44 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: da2344ea-01c6-55c1-93cd-f1ba1d780c9c with identifier: 120659102
2026-03-24 13:30:44 [scrapy.core.scraper] INFO: Dropped: Dropping expired listing: da2344ea-01c6-55c1-93cd-f1ba1d780c9c with expiration date: 2026-03-24T13:00:00Z
{'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-24T13: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-24 13:30:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:30:44 [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-24 13:30:44 [astonbarclay.gb] INFO: Saving data for 120659102: {'auction_closing_time': 1774357200.0, 'created_time': 1774033963.835478, 'last_price_update_time': 1774359044.35528}
2026-03-24 13:30:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:30:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120659102') HTTP/1.1" 204 0
2026-03-24 13:30:45 [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-24 13:30:45 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:30:45 [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': 18905, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 618}, 'saleStart': '2026-03-24T13:00Z', 'lot': 130, 'hall': 'Hall 1', '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-24 13:30:45 [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': 18905, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 618}, 'saleStart': '2026-03-24T13:00Z', 'lot': 130, 'hall': 'Hall 1', '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-24 13:30:45 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2e209b91-80f7-5357-8fc6-aa3cb497de22 with identifier: 120585528
2026-03-24 13:30:45 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2e209b91-80f7-5357-8fc6-aa3cb497de22 with scrape type 2
2026-03-24 13:30:45 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2e209b91-80f7-5357-8fc6-aa3cb497de22 with scrape type 2
2026-03-24 13:30:45 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 2e209b91-80f7-5357-8fc6-aa3cb497de22, identifier: 120585528
2026-03-24 13:30:45 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 2e209b91-80f7-5357-8fc6-aa3cb497de22 with identifier: 120585528
2026-03-24 13:30:45 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 2e209b91-80f7-5357-8fc6-aa3cb497de22 with identifier: 120585528
2026-03-24 13:30:45 [scrapy.core.scraper] INFO: Dropped: Dropping expired listing: 2e209b91-80f7-5357-8fc6-aa3cb497de22 with expiration date: 2026-03-24T13:00:00Z
{'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-24T13:00: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-24 13:30:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:30:45 [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-24 13:30:45 [astonbarclay.gb] INFO: Saving data for 120585528: {'auction_closing_time': 1774357200.0, 'created_time': 1773860477.436678, 'last_price_update_time': 1774359045.667492}
2026-03-24 13:30:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:30:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120585528') HTTP/1.1" 204 0
2026-03-24 13:30:45 [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-24 13:30:45 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:30:45 [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': 18905, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 618}, 'saleStart': '2026-03-24T13:00Z', 'lot': 158, 'hall': 'Hall 1', '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-24 13:30:45 [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': 18905, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 618}, 'saleStart': '2026-03-24T13:00Z', 'lot': 158, 'hall': 'Hall 1', '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-24 13:30:45 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d971cf50-4141-58fb-9263-01f646c55b04 with identifier: 120369757
2026-03-24 13:30:45 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d971cf50-4141-58fb-9263-01f646c55b04 with scrape type 2
2026-03-24 13:30:45 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d971cf50-4141-58fb-9263-01f646c55b04 with scrape type 2
2026-03-24 13:30:45 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: d971cf50-4141-58fb-9263-01f646c55b04, identifier: 120369757
2026-03-24 13:30:45 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: d971cf50-4141-58fb-9263-01f646c55b04 with identifier: 120369757
2026-03-24 13:30:45 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: d971cf50-4141-58fb-9263-01f646c55b04 with identifier: 120369757
2026-03-24 13:30:45 [scrapy.core.scraper] INFO: Dropped: Dropping expired listing: d971cf50-4141-58fb-9263-01f646c55b04 with expiration date: 2026-03-24T13:00:00Z
{'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-24T13:00: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-24 13:30:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:30:45 [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-24 13:30:45 [astonbarclay.gb] INFO: Saving data for 120369757: {'auction_closing_time': 1774357200.0, 'created_time': 1773403017.891598, 'last_price_update_time': 1774359045.988383}
2026-03-24 13:30:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:30:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120369757') HTTP/1.1" 204 0
2026-03-24 13:30:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120607004?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-24 13:30:46 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:30:46 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120607004, 'registration': 'YK15ZBX', 'account': 'WBA003', 'make': 'JAGUAR', 'model': 'XF DIESEL SALOON', 'derivative': '3.0d V6 R-Sport 4dr Auto [Start Stop]', 'mileage': 79386, 'mileageWarranty': True, 'type': 'car', 'saleId': 18905, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 618}, 'saleStart': '2026-03-24T13:00Z', 'lot': 125, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2015-03-06', 'fuel': 'Diesel', 'motExpiry': '2027-03-23', 'doors': 4, 'engineSize': 2993, 'bodyType': 'Saloon', 'images': ['https://abimg003.imgix.net/YK15ZBX/2026-03-19/image/ea53f45a-843e-463a-8e90-a057e55ff304_removebg.jpg?w=600', 'https://abimg003.imgix.net/YK15ZBX/2026-03-19/image/b20f4c96-e4e9-4532-8689-db2ee526d79f_removebg.jpg?w=600', 'https://abimg003.imgix.net/YK15ZBX/2026-03-19/image/3fd69869-a24c-4e98-a2c0-54977e65f861_removebg.jpg?w=600', 'https://abimg003.imgix.net/YK15ZBX/2026-03-19/image/1b2acb1d-d2d5-41d3-ba59-2aff3fd9885e_removebg.jpg?w=600', 'https://abimg003.imgix.net/YK15ZBX/2026-03-19/image/99f87207-0d02-49cd-8e77-e6f7b44d286d_removebg.jpg?w=600', 'https://abimg003.imgix.net/YK15ZBX/2026-03-19/image/78db3076-e331-4f03-8a24-f74b12fdc922_removebg.jpg?w=600', 'https://abimg003.imgix.net/YK15ZBX/2026-03-19/image/43ff88a2-89cb-46e4-92fa-46f373583289_removebg.jpg?w=600', 'https://abimg003.imgix.net/YK15ZBX/2026-03-19/image/69243361-1a2b-43be-942f-3ee0c90bc1cf_removebg.jpg?w=600', 'https://abimg003.imgix.net/YK15ZBX/2026-03-19/image/738ea937-7314-48f7-83ec-158596124bb8_removebg.jpg?w=600'], 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print 01/16- 3K, 02/17- 13K, 01/18- 23K, 02/19- 33K, 02/20- 42K, 03/21- 45K, 02/22- 50K, 01/23- 58K, 03/24- 67K, 03/25- 68K,', 'remarks': '**427** VOSA STATES 24K, 33K, 42K, 45K, 50K, 58K, 67K, 74K, 79K, SPARE KEY', 'virtual': False, 'seller': 'UKCGR - Select', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '1', 'v5': True, 'v5details': 'Here', 'co2': 159, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/0c4e593c-e6a7-4678-8b1d-25f9d3ea8eca.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 13:30:46 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120607004, 'registration': 'YK15ZBX', 'account': 'WBA003', 'make': 'JAGUAR', 'model': 'XF DIESEL SALOON', 'derivative': '3.0d V6 R-Sport 4dr Auto [Start Stop]', 'mileage': 79386, 'mileageWarranty': True, 'type': 'car', 'saleId': 18905, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 618}, 'saleStart': '2026-03-24T13:00Z', 'lot': 125, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2015-03-06', 'fuel': 'Diesel', 'motExpiry': '2027-03-23', 'doors': 4, 'engineSize': 2993, 'bodyType': 'Saloon', 'images': ['https://abimg003.imgix.net/YK15ZBX/2026-03-19/image/ea53f45a-843e-463a-8e90-a057e55ff304_removebg.jpg?w=600', 'https://abimg003.imgix.net/YK15ZBX/2026-03-19/image/b20f4c96-e4e9-4532-8689-db2ee526d79f_removebg.jpg?w=600', 'https://abimg003.imgix.net/YK15ZBX/2026-03-19/image/3fd69869-a24c-4e98-a2c0-54977e65f861_removebg.jpg?w=600', 'https://abimg003.imgix.net/YK15ZBX/2026-03-19/image/1b2acb1d-d2d5-41d3-ba59-2aff3fd9885e_removebg.jpg?w=600', 'https://abimg003.imgix.net/YK15ZBX/2026-03-19/image/99f87207-0d02-49cd-8e77-e6f7b44d286d_removebg.jpg?w=600', 'https://abimg003.imgix.net/YK15ZBX/2026-03-19/image/78db3076-e331-4f03-8a24-f74b12fdc922_removebg.jpg?w=600', 'https://abimg003.imgix.net/YK15ZBX/2026-03-19/image/43ff88a2-89cb-46e4-92fa-46f373583289_removebg.jpg?w=600', 'https://abimg003.imgix.net/YK15ZBX/2026-03-19/image/69243361-1a2b-43be-942f-3ee0c90bc1cf_removebg.jpg?w=600', 'https://abimg003.imgix.net/YK15ZBX/2026-03-19/image/738ea937-7314-48f7-83ec-158596124bb8_removebg.jpg?w=600'], 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print 01/16- 3K, 02/17- 13K, 01/18- 23K, 02/19- 33K, 02/20- 42K, 03/21- 45K, 02/22- 50K, 01/23- 58K, 03/24- 67K, 03/25- 68K,', 'remarks': '**427** VOSA STATES 24K, 33K, 42K, 45K, 50K, 58K, 67K, 74K, 79K, SPARE KEY', 'virtual': False, 'seller': 'UKCGR - Select', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '1', 'v5': True, 'v5details': 'Here', 'co2': 159, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/0c4e593c-e6a7-4678-8b1d-25f9d3ea8eca.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 13:30:46 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 01c03b03-0c1b-55ff-bb9b-eb4a9f6c65f8 with identifier: 120607004
2026-03-24 13:30:46 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 01c03b03-0c1b-55ff-bb9b-eb4a9f6c65f8 with scrape type 2
2026-03-24 13:30:46 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 01c03b03-0c1b-55ff-bb9b-eb4a9f6c65f8 with scrape type 2
2026-03-24 13:30:46 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 01c03b03-0c1b-55ff-bb9b-eb4a9f6c65f8, identifier: 120607004
2026-03-24 13:30:46 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 01c03b03-0c1b-55ff-bb9b-eb4a9f6c65f8 with identifier: 120607004
2026-03-24 13:30:46 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 01c03b03-0c1b-55ff-bb9b-eb4a9f6c65f8 with identifier: 120607004
2026-03-24 13:30:46 [scrapy.core.scraper] INFO: Dropped: Dropping expired listing: 01c03b03-0c1b-55ff-bb9b-eb4a9f6c65f8 with expiration date: 2026-03-24T13:00:00Z
{'auction_title': '',
'c_o_2_emission_value': 159,
'color': 'WHITE',
'currency': 'GBP',
'doors_number': 4,
'emission_standard': 'EURO 5',
'engine': '3.0L',
'expiration_date': '2026-03-24T13:00:00Z',
'fuel_type': 'Diesel',
'id': '01c03b03-0c1b-55ff-bb9b-eb4a9f6c65f8',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'YK15ZBX',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120607004',
'listing': 'auction',
'location': 'Aston Barclay Wakefield',
'make': 'JAGUAR',
'model': 'XF DIESEL SALOON',
'odometer': 79386,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2015-03-06',
'seller_name': 'UKCGR - Select',
'title': 'JAGUAR XF DIESEL SALOON 3.0d V6 R-Sport 4dr Auto [Start Stop]',
'transmission': 'automatic',
'trim': '3.0d V6 R-Sport 4dr Auto [Start Stop]',
'vin': None,
'year': 2015}
2026-03-24 13:30:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:30:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120607004%27 HTTP/1.1" 200 None
2026-03-24 13:30:46 [astonbarclay.gb] INFO: Saving data for 120607004: {'auction_closing_time': 1774357200.0, 'created_time': 1773928913.808198, 'last_price_update_time': 1774359046.480986}
2026-03-24 13:30:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:30:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120607004') HTTP/1.1" 204 0
2026-03-24 13:30:47 [zyte_api._retry] DEBUG: Finished call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request' after 129.697(s), this was the 1st time calling it.
2026-03-24 13:30:47 [zyte_api._retry] DEBUG: Retrying zyte_api._async.AsyncZyteAPI.get.<locals>.request in 6.527008315947947 seconds as it raised ClientConnectorError: Cannot connect to host api.zyte.com:443 ssl:default [Connect call failed ('69.41.180.81', 443)].
2026-03-24 13:30:47 [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-24 13:30:47 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:30:47 [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': 18905, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 618}, 'saleStart': '2026-03-24T13:00Z', 'lot': 111, '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-24 13:30:47 [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': 18905, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 618}, 'saleStart': '2026-03-24T13:00Z', 'lot': 111, '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-24 13:30:47 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3147ec08-f655-5ccc-bcb0-1811594e45d3 with identifier: 119432954
2026-03-24 13:30:47 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3147ec08-f655-5ccc-bcb0-1811594e45d3 with scrape type 2
2026-03-24 13:30:47 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3147ec08-f655-5ccc-bcb0-1811594e45d3 with scrape type 2
2026-03-24 13:30:47 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 3147ec08-f655-5ccc-bcb0-1811594e45d3, identifier: 119432954
2026-03-24 13:30:47 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 3147ec08-f655-5ccc-bcb0-1811594e45d3 with identifier: 119432954
2026-03-24 13:30:47 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 3147ec08-f655-5ccc-bcb0-1811594e45d3 with identifier: 119432954
2026-03-24 13:30:47 [scrapy.core.scraper] INFO: Dropped: Dropping expired listing: 3147ec08-f655-5ccc-bcb0-1811594e45d3 with expiration date: 2026-03-24T13:00:00Z
{'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-24T13: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-24 13:30:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:30:47 [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-24 13:30:47 [astonbarclay.gb] INFO: Saving data for 119432954: {'auction_closing_time': 1774357200.0, 'created_time': 1773403472.448894, 'last_price_update_time': 1774359047.667415}
2026-03-24 13:30:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:30:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='119432954') HTTP/1.1" 204 0
2026-03-24 13:30:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120611628?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-24 13:30:49 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:30:49 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120611628, 'registration': 'LL13SVK', 'account': 'WBA004', 'make': 'CHEVROLET', 'model': 'SPARK HATCHBACK', 'derivative': '1.2i LTZ 5dr', 'mileage': 52984, 'mileageWarranty': True, 'type': 'car', 'saleId': 18905, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 618}, 'saleStart': '2026-03-24T13:00Z', 'lot': 127, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2013-06-28', 'fuel': 'Petrol', 'motExpiry': '2026-05-26', 'doors': 5, 'engineSize': 1206, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/LL13SVK/2026-03-24/image/8617ef74-dbac-45ac-a2f2-fbf725449562_removebg.jpg?w=600', 'https://abimg003.imgix.net/LL13SVK/2026-03-24/image/b7dc78f9-861f-4641-9d31-28a7a44a0a38_removebg.jpg?w=600', 'https://abimg003.imgix.net/LL13SVK/2026-03-24/image/83a6860c-3ead-4248-a779-ee611482bc6b_removebg.jpg?w=600', 'https://abimg003.imgix.net/LL13SVK/2026-03-24/image/754c24bb-2ef4-41db-9ca1-695f1f6bee1b_removebg.jpg?w=600', 'https://abimg003.imgix.net/LL13SVK/2026-03-24/image/38be1d1b-f4d3-4d05-892d-4ef1f608b046_removebg.jpg?w=600', 'https://abimg003.imgix.net/LL13SVK/2026-03-24/image/233b785b-9222-43ec-8724-d3d375e87eef_removebg.jpg?w=600', 'https://abimg003.imgix.net/LL13SVK/2026-03-24/image/3482fe0f-929a-4fa9-9f20-4add4115f309_removebg.jpg?w=600', 'https://abimg003.imgix.net/LL13SVK/2026-03-24/image/7ebd8e5d-ab10-48c7-a4b2-547e48b8d5b0_removebg.jpg?w=600', 'https://abimg003.imgix.net/LL13SVK/2026-03-24/image/1e0fc185-f136-4e44-81f2-ed45b63ad518_removebg.jpg?w=600', 'https://abimg003.imgix.net/LL13SVK/2026-03-24/image/37af017a-65e9-4f47-86ab-580b7f36b7a4_removebg.jpg?w=600', 'https://abimg003.imgix.net/LL13SVK/2026-03-24/image/847403fe-3cf8-4d5f-b94f-517257c86a02_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service invoice 05/21 - 51K', 'remarks': '**534** VOSA STATES 35K, 39K, 43K, 48K, 50K, 51K, 52K, 52K, 52K, 52K, SPARE KEY', '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/7f1a35de-0ead-40db-99bf-5b819d5bebcc.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 13:30:49 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120611628, 'registration': 'LL13SVK', 'account': 'WBA004', 'make': 'CHEVROLET', 'model': 'SPARK HATCHBACK', 'derivative': '1.2i LTZ 5dr', 'mileage': 52984, 'mileageWarranty': True, 'type': 'car', 'saleId': 18905, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 618}, 'saleStart': '2026-03-24T13:00Z', 'lot': 127, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2013-06-28', 'fuel': 'Petrol', 'motExpiry': '2026-05-26', 'doors': 5, 'engineSize': 1206, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/LL13SVK/2026-03-24/image/8617ef74-dbac-45ac-a2f2-fbf725449562_removebg.jpg?w=600', 'https://abimg003.imgix.net/LL13SVK/2026-03-24/image/b7dc78f9-861f-4641-9d31-28a7a44a0a38_removebg.jpg?w=600', 'https://abimg003.imgix.net/LL13SVK/2026-03-24/image/83a6860c-3ead-4248-a779-ee611482bc6b_removebg.jpg?w=600', 'https://abimg003.imgix.net/LL13SVK/2026-03-24/image/754c24bb-2ef4-41db-9ca1-695f1f6bee1b_removebg.jpg?w=600', 'https://abimg003.imgix.net/LL13SVK/2026-03-24/image/38be1d1b-f4d3-4d05-892d-4ef1f608b046_removebg.jpg?w=600', 'https://abimg003.imgix.net/LL13SVK/2026-03-24/image/233b785b-9222-43ec-8724-d3d375e87eef_removebg.jpg?w=600', 'https://abimg003.imgix.net/LL13SVK/2026-03-24/image/3482fe0f-929a-4fa9-9f20-4add4115f309_removebg.jpg?w=600', 'https://abimg003.imgix.net/LL13SVK/2026-03-24/image/7ebd8e5d-ab10-48c7-a4b2-547e48b8d5b0_removebg.jpg?w=600', 'https://abimg003.imgix.net/LL13SVK/2026-03-24/image/1e0fc185-f136-4e44-81f2-ed45b63ad518_removebg.jpg?w=600', 'https://abimg003.imgix.net/LL13SVK/2026-03-24/image/37af017a-65e9-4f47-86ab-580b7f36b7a4_removebg.jpg?w=600', 'https://abimg003.imgix.net/LL13SVK/2026-03-24/image/847403fe-3cf8-4d5f-b94f-517257c86a02_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service invoice 05/21 - 51K', 'remarks': '**534** VOSA STATES 35K, 39K, 43K, 48K, 50K, 51K, 52K, 52K, 52K, 52K, SPARE KEY', '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/7f1a35de-0ead-40db-99bf-5b819d5bebcc.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 13:30:49 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c77285bf-4a43-5554-a5de-6e72f9c8df97 with identifier: 120611628
2026-03-24 13:30:49 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c77285bf-4a43-5554-a5de-6e72f9c8df97 with scrape type 2
2026-03-24 13:30:49 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c77285bf-4a43-5554-a5de-6e72f9c8df97 with scrape type 2
2026-03-24 13:30:49 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: c77285bf-4a43-5554-a5de-6e72f9c8df97, identifier: 120611628
2026-03-24 13:30:49 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: c77285bf-4a43-5554-a5de-6e72f9c8df97 with identifier: 120611628
2026-03-24 13:30:49 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: c77285bf-4a43-5554-a5de-6e72f9c8df97 with identifier: 120611628
2026-03-24 13:30:49 [scrapy.core.scraper] INFO: Dropped: Dropping expired listing: c77285bf-4a43-5554-a5de-6e72f9c8df97 with expiration date: 2026-03-24T13:00:00Z
{'auction_title': '',
'c_o_2_emission_value': 118,
'color': 'BLACK',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 5',
'engine': '1.2L',
'expiration_date': '2026-03-24T13:00:00Z',
'fuel_type': 'Petrol',
'id': 'c77285bf-4a43-5554-a5de-6e72f9c8df97',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'LL13SVK',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120611628',
'listing': 'auction',
'location': 'Aston Barclay Wakefield',
'make': 'CHEVROLET',
'model': 'SPARK HATCHBACK',
'odometer': 52984,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2013-06-28',
'seller_name': 'UKCGR - Trade',
'title': 'CHEVROLET SPARK HATCHBACK 1.2i LTZ 5dr',
'transmission': 'manual',
'trim': '1.2i LTZ 5dr',
'vin': None,
'year': 2013}
2026-03-24 13:30:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:30:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120611628%27 HTTP/1.1" 200 None
2026-03-24 13:30:49 [astonbarclay.gb] INFO: Saving data for 120611628: {'auction_closing_time': 1774357200.0, 'created_time': 1773928908.725006, 'last_price_update_time': 1774359049.506012}
2026-03-24 13:30:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:30:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120611628') HTTP/1.1" 204 0
2026-03-24 13:30:51 [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-24 13:30:51 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:30:51 [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': 18905, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 618}, 'saleStart': '2026-03-24T13:00Z', 'lot': 100, '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-24 13:30:51 [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': 18905, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 618}, 'saleStart': '2026-03-24T13:00Z', 'lot': 100, '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-24 13:30:51 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: cedb7f86-72f0-5529-9536-47662177db2b with identifier: 120620461
2026-03-24 13:30:51 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item cedb7f86-72f0-5529-9536-47662177db2b with scrape type 2
2026-03-24 13:30:51 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item cedb7f86-72f0-5529-9536-47662177db2b with scrape type 2
2026-03-24 13:30:51 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: cedb7f86-72f0-5529-9536-47662177db2b, identifier: 120620461
2026-03-24 13:30:51 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: cedb7f86-72f0-5529-9536-47662177db2b with identifier: 120620461
2026-03-24 13:30:51 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: cedb7f86-72f0-5529-9536-47662177db2b with identifier: 120620461
2026-03-24 13:30:51 [scrapy.core.scraper] INFO: Dropped: Dropping expired listing: cedb7f86-72f0-5529-9536-47662177db2b with expiration date: 2026-03-24T13:00:00Z
{'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-24T13: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-24 13:30:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:30:51 [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-24 13:30:51 [astonbarclay.gb] INFO: Saving data for 120620461: {'auction_closing_time': 1774357200.0, 'created_time': 1773947349.664989, 'last_price_update_time': 1774359051.69321}
2026-03-24 13:30:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:30:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120620461') HTTP/1.1" 204 0
2026-03-24 13:30:53 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 2nd time calling it.
2026-03-24 13:30:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120617122?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-24 13:30:55 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:30:55 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120617122, 'registration': 'SV63YPE', 'account': 'WBA004', 'make': 'MINI', 'model': 'HATCHBACK', 'derivative': '1.6 One 3dr', 'mileage': 45195, 'mileageWarranty': True, 'type': 'car', 'saleId': 18905, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 618}, 'saleStart': '2026-03-24T13:00Z', 'lot': 140, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2013-10-17', 'fuel': 'Petrol', 'motExpiry': '2026-11-09', 'doors': 3, 'engineSize': 1598, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/SV63YPE/2026-03-20/image/64fa030f-cc23-4aa1-b5d0-1672f23c24c9_removebg.jpg?w=600', 'https://abimg003.imgix.net/SV63YPE/2026-03-20/image/17ff4183-74f6-4218-af27-00fe840a7025_removebg.jpg?w=600', 'https://abimg003.imgix.net/SV63YPE/2026-03-20/image/17a43955-8722-4f27-aac1-57e9e4aefdc7_removebg.jpg?w=600', 'https://abimg003.imgix.net/SV63YPE/2026-03-20/image/77e8bf6e-cc30-49fa-8479-0291944e8f54_removebg.jpg?w=600', 'https://abimg003.imgix.net/SV63YPE/2026-03-20/image/149879be-e8ab-4422-ba03-d03302cae4de_removebg.jpg?w=600', 'https://abimg003.imgix.net/SV63YPE/2026-03-20/image/c1023aa4-a5ed-44fe-98f8-27a3aee37640_removebg.jpg?w=600', 'https://abimg003.imgix.net/SV63YPE/2026-03-20/image/4be6b9b0-e689-44e8-a3ae-3014e5d9a6a9_removebg.jpg?w=600', 'https://abimg003.imgix.net/SV63YPE/2026-03-20/image/696800ed-e150-48dd-b1bf-189d41ace921_removebg.jpg?w=600', 'https://abimg003.imgix.net/SV63YPE/2026-03-20/image/cacac586-4350-491f-8f82-3dff253b3053_removebg.jpg?w=600', 'https://abimg003.imgix.net/SV63YPE/2026-03-20/image/d753b3db-2987-47b5-b404-a48b13be2193_removebg.jpg?w=600'], 'colour': 'ORANGE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 12/15- 4K, 09/21- 14K, 03/21- 23K, 01/23- 30K, 05/25- 40K,', 'remarks': '**786** VOSA STATES 5K, 9K, 12K, 14K, 21K, 23K, 29K, 33K, 38K, 43K, SPARE KEY', 'virtual': False, 'seller': 'UKCGR - Trade', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '2', 'v5': True, 'v5details': 'Here', 'co2': 127, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/ef799507-6c5e-46bd-b3fb-23e7509eb9e1.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 13:30:55 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120617122, 'registration': 'SV63YPE', 'account': 'WBA004', 'make': 'MINI', 'model': 'HATCHBACK', 'derivative': '1.6 One 3dr', 'mileage': 45195, 'mileageWarranty': True, 'type': 'car', 'saleId': 18905, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 618}, 'saleStart': '2026-03-24T13:00Z', 'lot': 140, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2013-10-17', 'fuel': 'Petrol', 'motExpiry': '2026-11-09', 'doors': 3, 'engineSize': 1598, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/SV63YPE/2026-03-20/image/64fa030f-cc23-4aa1-b5d0-1672f23c24c9_removebg.jpg?w=600', 'https://abimg003.imgix.net/SV63YPE/2026-03-20/image/17ff4183-74f6-4218-af27-00fe840a7025_removebg.jpg?w=600', 'https://abimg003.imgix.net/SV63YPE/2026-03-20/image/17a43955-8722-4f27-aac1-57e9e4aefdc7_removebg.jpg?w=600', 'https://abimg003.imgix.net/SV63YPE/2026-03-20/image/77e8bf6e-cc30-49fa-8479-0291944e8f54_removebg.jpg?w=600', 'https://abimg003.imgix.net/SV63YPE/2026-03-20/image/149879be-e8ab-4422-ba03-d03302cae4de_removebg.jpg?w=600', 'https://abimg003.imgix.net/SV63YPE/2026-03-20/image/c1023aa4-a5ed-44fe-98f8-27a3aee37640_removebg.jpg?w=600', 'https://abimg003.imgix.net/SV63YPE/2026-03-20/image/4be6b9b0-e689-44e8-a3ae-3014e5d9a6a9_removebg.jpg?w=600', 'https://abimg003.imgix.net/SV63YPE/2026-03-20/image/696800ed-e150-48dd-b1bf-189d41ace921_removebg.jpg?w=600', 'https://abimg003.imgix.net/SV63YPE/2026-03-20/image/cacac586-4350-491f-8f82-3dff253b3053_removebg.jpg?w=600', 'https://abimg003.imgix.net/SV63YPE/2026-03-20/image/d753b3db-2987-47b5-b404-a48b13be2193_removebg.jpg?w=600'], 'colour': 'ORANGE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 12/15- 4K, 09/21- 14K, 03/21- 23K, 01/23- 30K, 05/25- 40K,', 'remarks': '**786** VOSA STATES 5K, 9K, 12K, 14K, 21K, 23K, 29K, 33K, 38K, 43K, SPARE KEY', 'virtual': False, 'seller': 'UKCGR - Trade', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '2', 'v5': True, 'v5details': 'Here', 'co2': 127, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/ef799507-6c5e-46bd-b3fb-23e7509eb9e1.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 13:30:55 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 43a29702-7ebd-57b5-8b6a-f8df3135b4ea with identifier: 120617122
2026-03-24 13:30:55 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 43a29702-7ebd-57b5-8b6a-f8df3135b4ea with scrape type 2
2026-03-24 13:30:55 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 43a29702-7ebd-57b5-8b6a-f8df3135b4ea with scrape type 2
2026-03-24 13:30:55 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 43a29702-7ebd-57b5-8b6a-f8df3135b4ea, identifier: 120617122
2026-03-24 13:30:55 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 43a29702-7ebd-57b5-8b6a-f8df3135b4ea with identifier: 120617122
2026-03-24 13:30:55 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 43a29702-7ebd-57b5-8b6a-f8df3135b4ea with identifier: 120617122
2026-03-24 13:30:55 [scrapy.core.scraper] INFO: Dropped: Dropping expired listing: 43a29702-7ebd-57b5-8b6a-f8df3135b4ea with expiration date: 2026-03-24T13:00:00Z
{'auction_title': '',
'c_o_2_emission_value': 127,
'color': 'ORANGE',
'currency': 'GBP',
'doors_number': 3,
'emission_standard': 'EURO 5',
'engine': '1.6L',
'expiration_date': '2026-03-24T13:00:00Z',
'fuel_type': 'Petrol',
'id': '43a29702-7ebd-57b5-8b6a-f8df3135b4ea',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'SV63YPE',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120617122',
'listing': 'auction',
'location': 'Aston Barclay Wakefield',
'make': 'MINI',
'model': 'HATCHBACK',
'odometer': 45195,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2013-10-17',
'seller_name': 'UKCGR - Trade',
'title': 'MINI HATCHBACK 1.6 One 3dr',
'transmission': 'manual',
'trim': '1.6 One 3dr',
'vin': None,
'year': 2013}
2026-03-24 13:30:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:30:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120617122%27 HTTP/1.1" 200 None
2026-03-24 13:30:55 [astonbarclay.gb] INFO: Saving data for 120617122: {'auction_closing_time': 1774357200.0, 'created_time': 1773947356.456211, 'last_price_update_time': 1774359055.439908}
2026-03-24 13:30:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:30:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120617122') HTTP/1.1" 204 0
2026-03-24 13:30:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120653926?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-24 13:30:55 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:30:55 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120653926, 'registration': 'BW03DXF', 'account': 'WBA004', 'make': 'VOLVO', 'model': 'XC70 DIESEL ESTATE', 'derivative': '2.4 D5 SE 5dr Geartronic', 'mileage': 115418, 'mileageWarranty': True, 'type': 'car', 'saleId': 18905, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 618}, 'saleStart': '2026-03-24T13:00Z', 'lot': 215, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2003-07-31', 'fuel': 'Diesel', 'motExpiry': '2027-03-13', 'doors': 5, 'engineSize': 2401, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/BW03DXF/2026-03-23/image/0fa409b7-c2fd-4cc4-adbe-b6aab6f07cbb_removebg.jpg?w=600', 'https://abimg003.imgix.net/BW03DXF/2026-03-23/image/67569451-0361-492a-8838-2c8cd6c2d472_removebg.jpg?w=600', 'https://abimg003.imgix.net/BW03DXF/2026-03-23/image/50d1d61f-be00-44fa-bd6c-f15285712329_removebg.jpg?w=600', 'https://abimg003.imgix.net/BW03DXF/2026-03-23/image/7ab54f0a-3cb7-4552-9dd3-8d8b2842b433_removebg.jpg?w=600', 'https://abimg003.imgix.net/BW03DXF/2026-03-23/image/b3982de0-aa06-4946-a27b-cf65641046d5_removebg.jpg?w=600', 'https://abimg003.imgix.net/BW03DXF/2026-03-23/image/48268519-578a-41c9-b186-d0689d76363d_removebg.jpg?w=600', 'https://abimg003.imgix.net/BW03DXF/2026-03-23/image/d1d4544a-a00a-4ad1-ba22-8044f628dafc_removebg.jpg?w=600', 'https://abimg003.imgix.net/BW03DXF/2026-03-23/image/90c74bdc-3a5a-4f27-aa21-4efccf56c55b_removebg.jpg?w=600', 'https://abimg003.imgix.net/BW03DXF/2026-03-23/image/51208ad8-9ea8-4db5-bccf-c6cfe7bb2db5_removebg.jpg?w=600'], 'colour': 'GOLD', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 10/03 - 1K, 07/04 - 6K, 07/05 - 13K, 07/06 - 18K, 07/07 - 22K, 07/08 - 26K, 07/09 - 30K, 07/10 - 33K, 07/11 - 35K, 07/12 - 38K, 07/13 - 41K, 07/14 - 45K, 07/15 - 48K, 07/16 - 52K, 07/17 - 56K, 07/18 - 58K, 01/20 - 69K,', 'remarks': '**496** VOSA STATES 18K, 22K, 26K, 30K, 33K, 35K, 38K, 41K, 45K, 48K, 52K, 56K, 58K, 63K, 76K, 83K, 91K, 100K, 109K, 115K, SPARE KEY', 'virtual': False, 'seller': 'UKCGR - Trade', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '2', 'v5': True, 'v5details': 'Here', 'co2': 226, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/e9a54d67-7aa4-48ef-9704-5115fd7bb87a.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 3, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 13:30:55 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120653926, 'registration': 'BW03DXF', 'account': 'WBA004', 'make': 'VOLVO', 'model': 'XC70 DIESEL ESTATE', 'derivative': '2.4 D5 SE 5dr Geartronic', 'mileage': 115418, 'mileageWarranty': True, 'type': 'car', 'saleId': 18905, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 618}, 'saleStart': '2026-03-24T13:00Z', 'lot': 215, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2003-07-31', 'fuel': 'Diesel', 'motExpiry': '2027-03-13', 'doors': 5, 'engineSize': 2401, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/BW03DXF/2026-03-23/image/0fa409b7-c2fd-4cc4-adbe-b6aab6f07cbb_removebg.jpg?w=600', 'https://abimg003.imgix.net/BW03DXF/2026-03-23/image/67569451-0361-492a-8838-2c8cd6c2d472_removebg.jpg?w=600', 'https://abimg003.imgix.net/BW03DXF/2026-03-23/image/50d1d61f-be00-44fa-bd6c-f15285712329_removebg.jpg?w=600', 'https://abimg003.imgix.net/BW03DXF/2026-03-23/image/7ab54f0a-3cb7-4552-9dd3-8d8b2842b433_removebg.jpg?w=600', 'https://abimg003.imgix.net/BW03DXF/2026-03-23/image/b3982de0-aa06-4946-a27b-cf65641046d5_removebg.jpg?w=600', 'https://abimg003.imgix.net/BW03DXF/2026-03-23/image/48268519-578a-41c9-b186-d0689d76363d_removebg.jpg?w=600', 'https://abimg003.imgix.net/BW03DXF/2026-03-23/image/d1d4544a-a00a-4ad1-ba22-8044f628dafc_removebg.jpg?w=600', 'https://abimg003.imgix.net/BW03DXF/2026-03-23/image/90c74bdc-3a5a-4f27-aa21-4efccf56c55b_removebg.jpg?w=600', 'https://abimg003.imgix.net/BW03DXF/2026-03-23/image/51208ad8-9ea8-4db5-bccf-c6cfe7bb2db5_removebg.jpg?w=600'], 'colour': 'GOLD', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 10/03 - 1K, 07/04 - 6K, 07/05 - 13K, 07/06 - 18K, 07/07 - 22K, 07/08 - 26K, 07/09 - 30K, 07/10 - 33K, 07/11 - 35K, 07/12 - 38K, 07/13 - 41K, 07/14 - 45K, 07/15 - 48K, 07/16 - 52K, 07/17 - 56K, 07/18 - 58K, 01/20 - 69K,', 'remarks': '**496** VOSA STATES 18K, 22K, 26K, 30K, 33K, 35K, 38K, 41K, 45K, 48K, 52K, 56K, 58K, 63K, 76K, 83K, 91K, 100K, 109K, 115K, SPARE KEY', 'virtual': False, 'seller': 'UKCGR - Trade', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '2', 'v5': True, 'v5details': 'Here', 'co2': 226, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/e9a54d67-7aa4-48ef-9704-5115fd7bb87a.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 3, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 13:30:55 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 493afefb-dbc4-5452-8943-e26cd3cd478a with identifier: 120653926
2026-03-24 13:30:55 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 493afefb-dbc4-5452-8943-e26cd3cd478a with scrape type 2
2026-03-24 13:30:55 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 493afefb-dbc4-5452-8943-e26cd3cd478a with scrape type 2
2026-03-24 13:30:55 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 493afefb-dbc4-5452-8943-e26cd3cd478a, identifier: 120653926
2026-03-24 13:30:55 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 493afefb-dbc4-5452-8943-e26cd3cd478a with identifier: 120653926
2026-03-24 13:30:55 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 493afefb-dbc4-5452-8943-e26cd3cd478a with identifier: 120653926
2026-03-24 13:30:55 [scrapy.core.scraper] INFO: Dropped: Dropping expired listing: 493afefb-dbc4-5452-8943-e26cd3cd478a with expiration date: 2026-03-24T13:00:00Z
{'auction_title': '',
'c_o_2_emission_value': 226,
'color': 'GOLD',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 3',
'engine': '2.4L',
'expiration_date': '2026-03-24T13:00:00Z',
'fuel_type': 'Diesel',
'id': '493afefb-dbc4-5452-8943-e26cd3cd478a',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'BW03DXF',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120653926',
'listing': 'auction',
'location': 'Aston Barclay Wakefield',
'make': 'VOLVO',
'model': 'XC70 DIESEL ESTATE',
'odometer': 115418,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2003-07-31',
'seller_name': 'UKCGR - Trade',
'title': 'VOLVO XC70 DIESEL ESTATE 2.4 D5 SE 5dr Geartronic',
'transmission': 'automatic',
'trim': '2.4 D5 SE 5dr Geartronic',
'vin': None,
'year': 2003}
2026-03-24 13:30:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:30:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120653926%27 HTTP/1.1" 200 None
2026-03-24 13:30:55 [astonbarclay.gb] INFO: Saving data for 120653926: {'auction_closing_time': 1774357200.0, 'created_time': 1774034037.485806, 'last_price_update_time': 1774359055.950022}
2026-03-24 13:30:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:30:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120653926') HTTP/1.1" 204 0
2026-03-24 13:30:58 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120660295?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-24 13:30:58 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:30:58 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120660295, 'registration': 'CA68SRZ', 'account': 'MOT075', 'make': 'PEUGEOT', 'model': '5008 DIESEL ESTATE', 'derivative': '1.5 BlueHDi GT Line 5dr', 'mileage': 66261, 'mileageWarranty': True, 'type': 'car', 'saleId': 18905, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 618}, 'saleStart': '2026-03-24T13:00Z', 'lot': 99, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2018-12-31', 'fuel': 'Diesel', 'motExpiry': '2026-11-13', 'doors': 5, 'engineSize': 1500, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/CA68SRZ/2026-03-23/image/1b4d9fc3-ec27-4855-9e0a-3f7f4a5debe6_removebg.jpg?w=600', 'https://abimg003.imgix.net/CA68SRZ/2026-03-23/image/2c2b9a75-8bac-4de1-9f12-7ab7d0665ec8_removebg.jpg?w=600', 'https://abimg003.imgix.net/CA68SRZ/2026-03-23/image/3c5c166c-efb1-4f6d-8107-a8918ea520b2_removebg.jpg?w=600', 'https://abimg003.imgix.net/CA68SRZ/2026-03-23/image/68624dfb-a586-4d37-a8ae-955a8e90f9c9_removebg.jpg?w=600', 'https://abimg003.imgix.net/CA68SRZ/2026-03-23/image/d27a1b37-d218-46e0-b7b7-eb1abe92a683_removebg.jpg?w=600', 'https://abimg003.imgix.net/CA68SRZ/2026-03-23/image/a8e6a81c-4665-432d-80db-d2516a873a99_removebg.jpg?w=600', 'https://abimg003.imgix.net/CA68SRZ/2026-03-23/image/0f089ac7-9d81-4877-8170-0028fbeb1b8c_removebg.jpg?w=600', 'https://abimg003.imgix.net/CA68SRZ/2026-03-23/image/54bc5f65-8846-4189-be24-2ecb160b1a7c_removebg.jpg?w=600', 'https://abimg003.imgix.net/CA68SRZ/2026-03-23/image/e4421ed4-367b-44b8-afe3-6102866ec172_removebg.jpg?w=600'], 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 12/19-13K, 12/20-19K, 12/21-26K, 11/22-33K, 10/24-52K, 11/25-63K,', 'remarks': '**133** VOSA STATES 26K, 33K, 43K, 53K, 63K', 'virtual': False, 'seller': 'MotoNovo Finance', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '2', 'v5': True, 'v5details': 'Here', 'co2': 109, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/bc3b3f5c-4d73-41cc-93db-4096501b9b7b.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 13:30:58 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120660295, 'registration': 'CA68SRZ', 'account': 'MOT075', 'make': 'PEUGEOT', 'model': '5008 DIESEL ESTATE', 'derivative': '1.5 BlueHDi GT Line 5dr', 'mileage': 66261, 'mileageWarranty': True, 'type': 'car', 'saleId': 18905, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 618}, 'saleStart': '2026-03-24T13:00Z', 'lot': 99, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2018-12-31', 'fuel': 'Diesel', 'motExpiry': '2026-11-13', 'doors': 5, 'engineSize': 1500, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/CA68SRZ/2026-03-23/image/1b4d9fc3-ec27-4855-9e0a-3f7f4a5debe6_removebg.jpg?w=600', 'https://abimg003.imgix.net/CA68SRZ/2026-03-23/image/2c2b9a75-8bac-4de1-9f12-7ab7d0665ec8_removebg.jpg?w=600', 'https://abimg003.imgix.net/CA68SRZ/2026-03-23/image/3c5c166c-efb1-4f6d-8107-a8918ea520b2_removebg.jpg?w=600', 'https://abimg003.imgix.net/CA68SRZ/2026-03-23/image/68624dfb-a586-4d37-a8ae-955a8e90f9c9_removebg.jpg?w=600', 'https://abimg003.imgix.net/CA68SRZ/2026-03-23/image/d27a1b37-d218-46e0-b7b7-eb1abe92a683_removebg.jpg?w=600', 'https://abimg003.imgix.net/CA68SRZ/2026-03-23/image/a8e6a81c-4665-432d-80db-d2516a873a99_removebg.jpg?w=600', 'https://abimg003.imgix.net/CA68SRZ/2026-03-23/image/0f089ac7-9d81-4877-8170-0028fbeb1b8c_removebg.jpg?w=600', 'https://abimg003.imgix.net/CA68SRZ/2026-03-23/image/54bc5f65-8846-4189-be24-2ecb160b1a7c_removebg.jpg?w=600', 'https://abimg003.imgix.net/CA68SRZ/2026-03-23/image/e4421ed4-367b-44b8-afe3-6102866ec172_removebg.jpg?w=600'], 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 12/19-13K, 12/20-19K, 12/21-26K, 11/22-33K, 10/24-52K, 11/25-63K,', 'remarks': '**133** VOSA STATES 26K, 33K, 43K, 53K, 63K', 'virtual': False, 'seller': 'MotoNovo Finance', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '2', 'v5': True, 'v5details': 'Here', 'co2': 109, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/bc3b3f5c-4d73-41cc-93db-4096501b9b7b.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 13:30:58 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: dbb88dd2-a144-59a5-97b4-0ccde3bdc6ec with identifier: 120660295
2026-03-24 13:30:58 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item dbb88dd2-a144-59a5-97b4-0ccde3bdc6ec with scrape type 2
2026-03-24 13:30:58 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item dbb88dd2-a144-59a5-97b4-0ccde3bdc6ec with scrape type 2
2026-03-24 13:30:58 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: dbb88dd2-a144-59a5-97b4-0ccde3bdc6ec, identifier: 120660295
2026-03-24 13:30:58 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: dbb88dd2-a144-59a5-97b4-0ccde3bdc6ec with identifier: 120660295
2026-03-24 13:30:58 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: dbb88dd2-a144-59a5-97b4-0ccde3bdc6ec with identifier: 120660295
2026-03-24 13:30:58 [scrapy.core.scraper] INFO: Dropped: Dropping expired listing: dbb88dd2-a144-59a5-97b4-0ccde3bdc6ec with expiration date: 2026-03-24T13:00:00Z
{'auction_title': '',
'c_o_2_emission_value': 109,
'color': 'WHITE',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'expiration_date': '2026-03-24T13:00:00Z',
'fuel_type': 'Diesel',
'id': 'dbb88dd2-a144-59a5-97b4-0ccde3bdc6ec',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'CA68SRZ',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120660295',
'listing': 'auction',
'location': 'Aston Barclay Wakefield',
'make': 'PEUGEOT',
'model': '5008 DIESEL ESTATE',
'odometer': 66261,
'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': 'MotoNovo Finance',
'title': 'PEUGEOT 5008 DIESEL ESTATE 1.5 BlueHDi GT Line 5dr',
'transmission': 'manual',
'trim': '1.5 BlueHDi GT Line 5dr',
'vin': None,
'year': 2018}
2026-03-24 13:30:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:30:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120660295%27 HTTP/1.1" 200 None
2026-03-24 13:30:58 [astonbarclay.gb] INFO: Saving data for 120660295: {'auction_closing_time': 1774357200.0, 'created_time': 1774033918.846281, 'last_price_update_time': 1774359058.37945}
2026-03-24 13:30:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:30:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120660295') HTTP/1.1" 204 0
2026-03-24 13:30:59 [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-24 13:30:59 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:30:59 [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-24 13:30:59 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:30:59 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', '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': 18851, 'siteId': 659779, 'site': {'id': 659779, 'name': 'Aston Barclay Prees Heath', 'vehicles': 93}, 'saleStart': '2026-03-24T10:30Z', 'lot': 162, '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-24 13:30:59 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', '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': 18851, 'siteId': 659779, 'site': {'id': 659779, 'name': 'Aston Barclay Prees Heath', 'vehicles': 93}, 'saleStart': '2026-03-24T10:30Z', 'lot': 162, '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-24 13:30:59 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ffe358ae-3232-5322-8234-110d35f7901c with identifier: 120397393
2026-03-24 13:30:59 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ffe358ae-3232-5322-8234-110d35f7901c with scrape type 2
2026-03-24 13:30:59 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ffe358ae-3232-5322-8234-110d35f7901c with scrape type 2
2026-03-24 13:30:59 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: ffe358ae-3232-5322-8234-110d35f7901c, identifier: 120397393
2026-03-24 13:30:59 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: ffe358ae-3232-5322-8234-110d35f7901c with identifier: 120397393
2026-03-24 13:30:59 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: ffe358ae-3232-5322-8234-110d35f7901c with identifier: 120397393
2026-03-24 13:30:59 [scrapy.core.scraper] INFO: Dropped: Dropping expired listing: ffe358ae-3232-5322-8234-110d35f7901c with expiration date: 2026-03-24T10:30:00Z
{'auction_title': '',
'c_o_2_emission_value': None,
'color': 'BLACK',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': '2026-03-24T10:30: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-24 13:30:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:30:59 [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-24 13:30:59 [astonbarclay.gb] INFO: Saving data for 120397393: {'auction_closing_time': 1774348200.0, 'created_time': 1773403548.113376, 'last_price_update_time': 1774359059.354681}
2026-03-24 13:30:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:30:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120397393') HTTP/1.1" 204 0
2026-03-24 13:30:59 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', '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': 18851, 'siteId': 659779, 'site': {'id': 659779, 'name': 'Aston Barclay Prees Heath', 'vehicles': 93}, 'saleStart': '2026-03-24T10:30Z', 'lot': 152, '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-24 13:30:59 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', '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': 18851, 'siteId': 659779, 'site': {'id': 659779, 'name': 'Aston Barclay Prees Heath', 'vehicles': 93}, 'saleStart': '2026-03-24T10:30Z', 'lot': 152, '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-24 13:30:59 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 07420bbb-0bc5-5051-aa57-6dc621e29dc4 with identifier: 120368220
2026-03-24 13:30:59 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 07420bbb-0bc5-5051-aa57-6dc621e29dc4 with scrape type 2
2026-03-24 13:30:59 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 07420bbb-0bc5-5051-aa57-6dc621e29dc4 with scrape type 2
2026-03-24 13:30:59 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 07420bbb-0bc5-5051-aa57-6dc621e29dc4, identifier: 120368220
2026-03-24 13:30:59 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 07420bbb-0bc5-5051-aa57-6dc621e29dc4 with identifier: 120368220
2026-03-24 13:30:59 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 07420bbb-0bc5-5051-aa57-6dc621e29dc4 with identifier: 120368220
2026-03-24 13:30:59 [scrapy.core.scraper] INFO: Dropped: Dropping expired listing: 07420bbb-0bc5-5051-aa57-6dc621e29dc4 with expiration date: 2026-03-24T10:30:00Z
{'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-24T10:30: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-24 13:30:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:30:59 [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-24 13:30:59 [astonbarclay.gb] INFO: Saving data for 120368220: {'auction_closing_time': 1774348200.0, 'created_time': 1773403026.010367, 'last_price_update_time': 1774359059.499443}
2026-03-24 13:30:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:30:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120368220') HTTP/1.1" 204 0
2026-03-24 13:30:59 [zyte_api._retry] DEBUG: Finished call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request' after 130.072(s), this was the 1st time calling it.
2026-03-24 13:30:59 [zyte_api._retry] DEBUG: Retrying zyte_api._async.AsyncZyteAPI.get.<locals>.request in 3.613918038426999 seconds as it raised ClientConnectorError: Cannot connect to host api.zyte.com:443 ssl:default [Connect call failed ('69.41.180.81', 443)].
2026-03-24 13:31:00 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/119835131?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-24 13:31:00 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:31:00 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/119975669?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-24 13:31:00 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:31:00 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 119835131, 'registration': 'RMN417C', 'account': 'MOT070', 'make': 'PEUGEOT', 'model': '5008 ESTATE', 'derivative': '1.6 PureTech 180 GT 5dr EAT8', 'mileage': 9613, 'mileageWarranty': True, 'type': 'car', 'saleId': 18851, 'siteId': 659779, 'site': {'id': 659779, 'name': 'Aston Barclay Prees Heath', 'vehicles': 93}, 'saleStart': '2026-03-24T10:30Z', 'lot': 148, 'hall': 'Main Hall', 'transmission': 'automatic', 'firstRegistration': '2023-02-12', 'fuel': 'Petrol', 'motExpiry': None, 'doors': 5, 'engineSize': None, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/RMN417C/2026-02-25/image/41c7742d-62fd-444e-a899-f38887f9067a_removebg.jpg?w=600', 'https://abimg003.imgix.net/RMN417C/2026-02-25/image/d3afd78f-f5e4-4b65-9250-d7ab108dbc41_removebg.jpg?w=600', 'https://abimg003.imgix.net/RMN417C/2026-02-25/image/6b45214f-c50e-41fc-b7ba-00cd621affbb_removebg.jpg?w=600', 'https://abimg003.imgix.net/RMN417C/2026-02-25/image/672f5c0e-aad9-4ce2-b808-6f2804ac42d8_removebg.jpg?w=600', 'https://abimg003.imgix.net/RMN417C/2026-02-25/image/2b6b9b9f-5156-48ad-bb20-f6e68badfa14_removebg.jpg?w=600', 'https://abimg003.imgix.net/RMN417C/2026-02-25/image/1e09bf9c-d1cc-4263-ab5e-1007a7a526ac_removebg.jpg?w=600', 'https://abimg003.imgix.net/RMN417C/2026-02-25/image/bdabd684-7408-4442-9c5e-a1ef9f4b47b1_removebg.jpg?w=600', 'https://abimg003.imgix.net/RMN417C/2026-02-25/image/2647aa47-9d2e-46a1-84d5-0235371b095c_removebg.jpg?w=600', 'https://abimg003.imgix.net/RMN417C/2026-02-25/image/71ac5195-28b9-4958-9831-8e5a6213fcf9_removebg.jpg?w=600'], 'colour': 'Grey', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print 05/24-4K 01/25-8K 01/26-9K', 'remarks': 'IOM Certificate This vehicle must be registered onto UK plates before use on a public highway". IOM V5 Present SPARE KEY IN OFFICE - 7 seats', 'virtual': False, 'seller': 'Motability Operations', '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/ca0c5646-d003-4ffb-817c-de28823cd102.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': None, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 13:31:00 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 119835131, 'registration': 'RMN417C', 'account': 'MOT070', 'make': 'PEUGEOT', 'model': '5008 ESTATE', 'derivative': '1.6 PureTech 180 GT 5dr EAT8', 'mileage': 9613, 'mileageWarranty': True, 'type': 'car', 'saleId': 18851, 'siteId': 659779, 'site': {'id': 659779, 'name': 'Aston Barclay Prees Heath', 'vehicles': 93}, 'saleStart': '2026-03-24T10:30Z', 'lot': 148, 'hall': 'Main Hall', 'transmission': 'automatic', 'firstRegistration': '2023-02-12', 'fuel': 'Petrol', 'motExpiry': None, 'doors': 5, 'engineSize': None, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/RMN417C/2026-02-25/image/41c7742d-62fd-444e-a899-f38887f9067a_removebg.jpg?w=600', 'https://abimg003.imgix.net/RMN417C/2026-02-25/image/d3afd78f-f5e4-4b65-9250-d7ab108dbc41_removebg.jpg?w=600', 'https://abimg003.imgix.net/RMN417C/2026-02-25/image/6b45214f-c50e-41fc-b7ba-00cd621affbb_removebg.jpg?w=600', 'https://abimg003.imgix.net/RMN417C/2026-02-25/image/672f5c0e-aad9-4ce2-b808-6f2804ac42d8_removebg.jpg?w=600', 'https://abimg003.imgix.net/RMN417C/2026-02-25/image/2b6b9b9f-5156-48ad-bb20-f6e68badfa14_removebg.jpg?w=600', 'https://abimg003.imgix.net/RMN417C/2026-02-25/image/1e09bf9c-d1cc-4263-ab5e-1007a7a526ac_removebg.jpg?w=600', 'https://abimg003.imgix.net/RMN417C/2026-02-25/image/bdabd684-7408-4442-9c5e-a1ef9f4b47b1_removebg.jpg?w=600', 'https://abimg003.imgix.net/RMN417C/2026-02-25/image/2647aa47-9d2e-46a1-84d5-0235371b095c_removebg.jpg?w=600', 'https://abimg003.imgix.net/RMN417C/2026-02-25/image/71ac5195-28b9-4958-9831-8e5a6213fcf9_removebg.jpg?w=600'], 'colour': 'Grey', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print 05/24-4K 01/25-8K 01/26-9K', 'remarks': 'IOM Certificate This vehicle must be registered onto UK plates before use on a public highway". IOM V5 Present SPARE KEY IN OFFICE - 7 seats', 'virtual': False, 'seller': 'Motability Operations', '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/ca0c5646-d003-4ffb-817c-de28823cd102.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': None, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 13:31:00 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: daf31cba-5696-54bf-afd4-bb737bd3c695 with identifier: 119835131
2026-03-24 13:31:00 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item daf31cba-5696-54bf-afd4-bb737bd3c695 with scrape type 2
2026-03-24 13:31:00 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item daf31cba-5696-54bf-afd4-bb737bd3c695 with scrape type 2
2026-03-24 13:31:00 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: daf31cba-5696-54bf-afd4-bb737bd3c695, identifier: 119835131
2026-03-24 13:31:00 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: daf31cba-5696-54bf-afd4-bb737bd3c695 with identifier: 119835131
2026-03-24 13:31:00 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-24 13:31:00 [urllib3.connectionpool] DEBUG: https://translate.google.com:443 "GET /m?tl=en&sl=auto&q=Grey HTTP/1.1" 200 None
2026-03-24 13:31:00 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-24 13:31:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='auto',RowKey='auto') HTTP/1.1" 204 0
2026-03-24 13:31:00 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: daf31cba-5696-54bf-afd4-bb737bd3c695 with identifier: 119835131
2026-03-24 13:31:00 [scrapy.core.scraper] INFO: Dropped: Dropping expired listing: daf31cba-5696-54bf-afd4-bb737bd3c695 with expiration date: 2026-03-24T10:30:00Z
{'auction_title': '',
'c_o_2_emission_value': None,
'color': 'Grey',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': None,
'engine': '',
'expiration_date': '2026-03-24T10:30:00Z',
'fuel_type': 'Petrol',
'id': 'daf31cba-5696-54bf-afd4-bb737bd3c695',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'RMN417C',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/119835131',
'listing': 'auction',
'location': 'Aston Barclay Prees Heath',
'make': 'PEUGEOT',
'model': '5008 ESTATE',
'odometer': 9613,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-02-12',
'seller_name': 'Motability Operations',
'title': 'PEUGEOT 5008 ESTATE 1.6 PureTech 180 GT 5dr EAT8',
'transmission': 'automatic',
'trim': '1.6 PureTech 180 GT 5dr EAT8',
'vin': None,
'year': 2023}
2026-03-24 13:31:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:31:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27119835131%27 HTTP/1.1" 200 None
2026-03-24 13:31:00 [astonbarclay.gb] INFO: Saving data for 119835131: {'auction_closing_time': 1774348200.0, 'created_time': 1773402935.802987, 'last_price_update_time': 1774359060.705475}
2026-03-24 13:31:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:31:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='119835131') HTTP/1.1" 204 0
2026-03-24 13:31:00 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 119975669, 'registration': 'RY24JHO', 'account': 'MOT070', 'make': 'KIA', 'model': 'STONIC ESTATE', 'derivative': '1.0T GDi 48V 98 GT-Line S 5dr DCT', 'mileage': 10386, 'mileageWarranty': True, 'type': 'car', 'saleId': 18851, 'siteId': 659779, 'site': {'id': 659779, 'name': 'Aston Barclay Prees Heath', 'vehicles': 93}, 'saleStart': '2026-03-24T10:30Z', 'lot': 145, 'hall': 'Main Hall', 'transmission': 'automatic', 'firstRegistration': '2024-08-12', 'fuel': 'Petrol', 'motExpiry': None, 'doors': 5, 'engineSize': 998, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/RY24JHO/2026-03-09/image/2198efcd-5ab8-4715-ac03-8b2a1b6af9e8_removebg.jpg?w=600', 'https://abimg003.imgix.net/RY24JHO/2026-03-09/image/b526e037-c05b-4992-927c-cd65077b084b_removebg.jpg?w=600', 'https://abimg003.imgix.net/RY24JHO/2026-03-09/image/b83710bd-b876-4859-8bf8-cb6bc5710b9c_removebg.jpg?w=600', 'https://abimg003.imgix.net/RY24JHO/2026-03-09/image/b70c1eef-8d3d-4076-a367-7fa8005feb24_removebg.jpg?w=600', 'https://abimg003.imgix.net/RY24JHO/2026-03-09/image/4e53339b-f415-4c36-99d7-983b84cef758_removebg.jpg?w=600', 'https://abimg003.imgix.net/RY24JHO/2026-03-09/image/b81f1969-7496-42d1-a314-a9dd6e3ae2a1_removebg.jpg?w=600', 'https://abimg003.imgix.net/RY24JHO/2026-03-09/image/c74195ae-c15f-4d0d-82be-0e3a2e7883a8_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': 129, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/c96e5139-236d-4ab3-a16d-b2309fe4cbe7.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 13:31:00 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 119975669, 'registration': 'RY24JHO', 'account': 'MOT070', 'make': 'KIA', 'model': 'STONIC ESTATE', 'derivative': '1.0T GDi 48V 98 GT-Line S 5dr DCT', 'mileage': 10386, 'mileageWarranty': True, 'type': 'car', 'saleId': 18851, 'siteId': 659779, 'site': {'id': 659779, 'name': 'Aston Barclay Prees Heath', 'vehicles': 93}, 'saleStart': '2026-03-24T10:30Z', 'lot': 145, 'hall': 'Main Hall', 'transmission': 'automatic', 'firstRegistration': '2024-08-12', 'fuel': 'Petrol', 'motExpiry': None, 'doors': 5, 'engineSize': 998, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/RY24JHO/2026-03-09/image/2198efcd-5ab8-4715-ac03-8b2a1b6af9e8_removebg.jpg?w=600', 'https://abimg003.imgix.net/RY24JHO/2026-03-09/image/b526e037-c05b-4992-927c-cd65077b084b_removebg.jpg?w=600', 'https://abimg003.imgix.net/RY24JHO/2026-03-09/image/b83710bd-b876-4859-8bf8-cb6bc5710b9c_removebg.jpg?w=600', 'https://abimg003.imgix.net/RY24JHO/2026-03-09/image/b70c1eef-8d3d-4076-a367-7fa8005feb24_removebg.jpg?w=600', 'https://abimg003.imgix.net/RY24JHO/2026-03-09/image/4e53339b-f415-4c36-99d7-983b84cef758_removebg.jpg?w=600', 'https://abimg003.imgix.net/RY24JHO/2026-03-09/image/b81f1969-7496-42d1-a314-a9dd6e3ae2a1_removebg.jpg?w=600', 'https://abimg003.imgix.net/RY24JHO/2026-03-09/image/c74195ae-c15f-4d0d-82be-0e3a2e7883a8_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': 129, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/c96e5139-236d-4ab3-a16d-b2309fe4cbe7.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 13:31:00 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: bb6ab560-302f-54af-abd8-b00a773fb9d0 with identifier: 119975669
2026-03-24 13:31:00 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item bb6ab560-302f-54af-abd8-b00a773fb9d0 with scrape type 2
2026-03-24 13:31:00 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item bb6ab560-302f-54af-abd8-b00a773fb9d0 with scrape type 2
2026-03-24 13:31:00 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: bb6ab560-302f-54af-abd8-b00a773fb9d0, identifier: 119975669
2026-03-24 13:31:00 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: bb6ab560-302f-54af-abd8-b00a773fb9d0 with identifier: 119975669
2026-03-24 13:31:00 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: bb6ab560-302f-54af-abd8-b00a773fb9d0 with identifier: 119975669
2026-03-24 13:31:00 [scrapy.core.scraper] INFO: Dropped: Dropping expired listing: bb6ab560-302f-54af-abd8-b00a773fb9d0 with expiration date: 2026-03-24T10:30:00Z
{'auction_title': '',
'c_o_2_emission_value': 129,
'color': 'GREY',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.0L',
'expiration_date': '2026-03-24T10:30:00Z',
'fuel_type': 'Petrol',
'id': 'bb6ab560-302f-54af-abd8-b00a773fb9d0',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'RY24JHO',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/119975669',
'listing': 'auction',
'location': 'Aston Barclay Prees Heath',
'make': 'KIA',
'model': 'STONIC ESTATE',
'odometer': 10386,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-08-12',
'seller_name': 'Motability Operations',
'title': 'KIA STONIC ESTATE 1.0T GDi 48V 98 GT-Line S 5dr DCT',
'transmission': 'automatic',
'trim': '1.0T GDi 48V 98 GT-Line S 5dr DCT',
'vin': None,
'year': 2024}
2026-03-24 13:31:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:31:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27119975669%27 HTTP/1.1" 200 None
2026-03-24 13:31:00 [astonbarclay.gb] INFO: Saving data for 119975669: {'auction_closing_time': 1774348200.0, 'created_time': 1773403618.570422, 'last_price_update_time': 1774359060.859068}
2026-03-24 13:31:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:31:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='119975669') HTTP/1.1" 204 0
2026-03-24 13:31:02 [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-24 13:31:02 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120622731, 'registration': 'VN25YTU', 'account': 'MOT070', 'make': 'PEUGEOT', 'model': '2008 ESTATE', 'derivative': '1.2 PureTech Allure 5dr', 'mileage': 6211, 'mileageWarranty': True, 'type': 'car', 'saleId': 18851, 'siteId': 659779, 'site': {'id': 659779, 'name': 'Aston Barclay Prees Heath', 'vehicles': 93}, 'saleStart': '2026-03-24T10:30Z', 'lot': 164, '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-24 13:31:02 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120622731, 'registration': 'VN25YTU', 'account': 'MOT070', 'make': 'PEUGEOT', 'model': '2008 ESTATE', 'derivative': '1.2 PureTech Allure 5dr', 'mileage': 6211, 'mileageWarranty': True, 'type': 'car', 'saleId': 18851, 'siteId': 659779, 'site': {'id': 659779, 'name': 'Aston Barclay Prees Heath', 'vehicles': 93}, 'saleStart': '2026-03-24T10:30Z', 'lot': 164, '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-24 13:31:02 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0d0c73bb-08bc-50fc-82b4-49347192369e with identifier: 120622731
2026-03-24 13:31:02 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0d0c73bb-08bc-50fc-82b4-49347192369e with scrape type 2
2026-03-24 13:31:02 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0d0c73bb-08bc-50fc-82b4-49347192369e with scrape type 2
2026-03-24 13:31:02 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 0d0c73bb-08bc-50fc-82b4-49347192369e, identifier: 120622731
2026-03-24 13:31:02 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 0d0c73bb-08bc-50fc-82b4-49347192369e with identifier: 120622731
2026-03-24 13:31:02 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 0d0c73bb-08bc-50fc-82b4-49347192369e with identifier: 120622731
2026-03-24 13:31:02 [scrapy.core.scraper] INFO: Dropped: Dropping expired listing: 0d0c73bb-08bc-50fc-82b4-49347192369e with expiration date: 2026-03-24T10:30:00Z
{'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-24T10:30: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-24 13:31:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:31:02 [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-24 13:31:02 [astonbarclay.gb] INFO: Saving data for 120622731: {'auction_closing_time': 1774348200.0, 'created_time': 1773946901.066967, 'last_price_update_time': 1774359062.693557}
2026-03-24 13:31:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:31:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120622731') HTTP/1.1" 204 0
2026-03-24 13:31:02 [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-24 13:31:02 [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': 18905, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 618}, 'saleStart': '2026-03-24T13:00Z', 'lot': 105, '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-24 13:31:02 [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': 18905, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 618}, 'saleStart': '2026-03-24T13:00Z', 'lot': 105, '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-24 13:31:02 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: abead41a-5953-565a-a47a-8df31a33164f with identifier: 119329130
2026-03-24 13:31:02 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item abead41a-5953-565a-a47a-8df31a33164f with scrape type 2
2026-03-24 13:31:02 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item abead41a-5953-565a-a47a-8df31a33164f with scrape type 2
2026-03-24 13:31:03 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: abead41a-5953-565a-a47a-8df31a33164f, identifier: 119329130
2026-03-24 13:31:03 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: abead41a-5953-565a-a47a-8df31a33164f with identifier: 119329130
2026-03-24 13:31:03 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: abead41a-5953-565a-a47a-8df31a33164f with identifier: 119329130
2026-03-24 13:31:03 [scrapy.core.scraper] INFO: Dropped: Dropping expired listing: abead41a-5953-565a-a47a-8df31a33164f with expiration date: 2026-03-24T13:00:00Z
{'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-24T13: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-24 13:31:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:31:03 [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-24 13:31:03 [astonbarclay.gb] INFO: Saving data for 119329130: {'auction_closing_time': 1774357200.0, 'created_time': 1773402908.984366, 'last_price_update_time': 1774359063.056139}
2026-03-24 13:31:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:31:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='119329130') HTTP/1.1" 204 0
2026-03-24 13:31:03 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 2nd time calling it.
2026-03-24 13:31:06 [scrapy.extensions.logstats] INFO: Crawled 643 pages (at 34 pages/min), scraped 439 items (at 0 items/min)
2026-03-24 13:31:06 [scrapy.extensions.memusage] INFO: Peak memory usage is 181MiB
2026-03-24 13:31:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120566055?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-24 13:31:09 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120566055, 'registration': 'PX72YRL', 'account': 'ART001', 'make': 'KIA', 'model': 'SPORTAGE ESTATE', 'derivative': '1.6T GDi ISG 2 5dr', 'mileage': 31458, 'mileageWarranty': True, 'type': 'car', 'saleId': 18851, 'siteId': 659779, 'site': {'id': 659779, 'name': 'Aston Barclay Prees Heath', 'vehicles': 93}, 'saleStart': '2026-03-24T10:30Z', 'lot': 210, 'hall': 'Main Hall', 'transmission': 'manual', 'firstRegistration': '2022-11-28', 'fuel': 'Petrol', 'motExpiry': '2026-11-27', 'doors': 5, 'engineSize': 1598, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/PX72YRL/2026-03-18/image/e93c42e0-b919-415f-9f24-682ee7e11cf7_removebg.jpg?w=600', 'https://abimg003.imgix.net/PX72YRL/2026-03-18/image/8b189b2d-3c65-4f9c-953f-ffb3f54c57e0_removebg.jpg?w=600', 'https://abimg003.imgix.net/PX72YRL/2026-03-18/image/b5d2bce3-1c97-45bb-bb48-21f2d0b57e02_removebg.jpg?w=600', 'https://abimg003.imgix.net/PX72YRL/2026-03-18/image/f26ba67a-c8dd-4f3d-9e00-6fd276d5efc2_removebg.jpg?w=600', 'https://abimg003.imgix.net/PX72YRL/2026-03-18/image/9bcc2206-3040-47e2-9d99-37a0e9dda8b2_removebg.jpg?w=600', 'https://abimg003.imgix.net/PX72YRL/2026-03-18/image/1b249158-4fe9-427d-9041-2580011a585b_removebg.jpg?w=600', 'https://abimg003.imgix.net/PX72YRL/2026-03-18/image/931078d7-978c-4fb2-95ba-276f622f4434_removebg.jpg?w=600'], 'colour': 'BRONZE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 11/23-?01/24-26K 01/25-35K', 'remarks': 'vosa @ 31k SPARE KEY IN OFFICE', 'virtual': False, 'seller': 'Arthurs Motor Group', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': 152, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/e874e875-d6fc-4529-8572-71745b90c095.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 13:31:09 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120566055, 'registration': 'PX72YRL', 'account': 'ART001', 'make': 'KIA', 'model': 'SPORTAGE ESTATE', 'derivative': '1.6T GDi ISG 2 5dr', 'mileage': 31458, 'mileageWarranty': True, 'type': 'car', 'saleId': 18851, 'siteId': 659779, 'site': {'id': 659779, 'name': 'Aston Barclay Prees Heath', 'vehicles': 93}, 'saleStart': '2026-03-24T10:30Z', 'lot': 210, 'hall': 'Main Hall', 'transmission': 'manual', 'firstRegistration': '2022-11-28', 'fuel': 'Petrol', 'motExpiry': '2026-11-27', 'doors': 5, 'engineSize': 1598, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/PX72YRL/2026-03-18/image/e93c42e0-b919-415f-9f24-682ee7e11cf7_removebg.jpg?w=600', 'https://abimg003.imgix.net/PX72YRL/2026-03-18/image/8b189b2d-3c65-4f9c-953f-ffb3f54c57e0_removebg.jpg?w=600', 'https://abimg003.imgix.net/PX72YRL/2026-03-18/image/b5d2bce3-1c97-45bb-bb48-21f2d0b57e02_removebg.jpg?w=600', 'https://abimg003.imgix.net/PX72YRL/2026-03-18/image/f26ba67a-c8dd-4f3d-9e00-6fd276d5efc2_removebg.jpg?w=600', 'https://abimg003.imgix.net/PX72YRL/2026-03-18/image/9bcc2206-3040-47e2-9d99-37a0e9dda8b2_removebg.jpg?w=600', 'https://abimg003.imgix.net/PX72YRL/2026-03-18/image/1b249158-4fe9-427d-9041-2580011a585b_removebg.jpg?w=600', 'https://abimg003.imgix.net/PX72YRL/2026-03-18/image/931078d7-978c-4fb2-95ba-276f622f4434_removebg.jpg?w=600'], 'colour': 'BRONZE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 11/23-?01/24-26K 01/25-35K', 'remarks': 'vosa @ 31k SPARE KEY IN OFFICE', 'virtual': False, 'seller': 'Arthurs Motor Group', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': 152, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/e874e875-d6fc-4529-8572-71745b90c095.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 13:31:09 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0c63c7dd-e46a-57cc-bd14-59eebb70b87d with identifier: 120566055
2026-03-24 13:31:09 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0c63c7dd-e46a-57cc-bd14-59eebb70b87d with scrape type 2
2026-03-24 13:31:09 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0c63c7dd-e46a-57cc-bd14-59eebb70b87d with scrape type 2
2026-03-24 13:31:09 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 0c63c7dd-e46a-57cc-bd14-59eebb70b87d, identifier: 120566055
2026-03-24 13:31:09 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 0c63c7dd-e46a-57cc-bd14-59eebb70b87d with identifier: 120566055
2026-03-24 13:31:09 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 0c63c7dd-e46a-57cc-bd14-59eebb70b87d with identifier: 120566055
2026-03-24 13:31:09 [scrapy.core.scraper] INFO: Dropped: Dropping expired listing: 0c63c7dd-e46a-57cc-bd14-59eebb70b87d with expiration date: 2026-03-24T10:30:00Z
{'auction_title': '',
'c_o_2_emission_value': 152,
'color': 'BRONZE',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.6L',
'expiration_date': '2026-03-24T10:30:00Z',
'fuel_type': 'Petrol',
'id': '0c63c7dd-e46a-57cc-bd14-59eebb70b87d',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'PX72YRL',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120566055',
'listing': 'auction',
'location': 'Aston Barclay Prees Heath',
'make': 'KIA',
'model': 'SPORTAGE ESTATE',
'odometer': 31458,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-11-28',
'seller_name': 'Arthurs Motor Group',
'title': 'KIA SPORTAGE ESTATE 1.6T GDi ISG 2 5dr',
'transmission': 'manual',
'trim': '1.6T GDi ISG 2 5dr',
'vin': None,
'year': 2022}
2026-03-24 13:31:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:31:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120566055%27 HTTP/1.1" 200 None
2026-03-24 13:31:09 [astonbarclay.gb] INFO: Saving data for 120566055: {'auction_closing_time': 1774348200.0, 'created_time': 1773839099.202987, 'last_price_update_time': 1774359069.827469}
2026-03-24 13:31:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:31:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120566055') HTTP/1.1" 204 0
2026-03-24 13:31: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-24 13:31:19 [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': 18905, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 618}, 'saleStart': '2026-03-24T13:00Z', 'lot': 202, 'hall': 'Hall 1', '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-24 13:31:19 [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': 18905, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 618}, 'saleStart': '2026-03-24T13:00Z', 'lot': 202, 'hall': 'Hall 1', '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-24 13:31:19 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: bf28450c-8a5c-52e3-8d53-723eaa2e7c97 with identifier: 120454811
2026-03-24 13:31:19 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item bf28450c-8a5c-52e3-8d53-723eaa2e7c97 with scrape type 2
2026-03-24 13:31:19 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item bf28450c-8a5c-52e3-8d53-723eaa2e7c97 with scrape type 2
2026-03-24 13:31:20 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: bf28450c-8a5c-52e3-8d53-723eaa2e7c97, identifier: 120454811
2026-03-24 13:31:20 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: bf28450c-8a5c-52e3-8d53-723eaa2e7c97 with identifier: 120454811
2026-03-24 13:31:20 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: bf28450c-8a5c-52e3-8d53-723eaa2e7c97 with identifier: 120454811
2026-03-24 13:31:20 [scrapy.core.scraper] INFO: Dropped: Dropping expired listing: bf28450c-8a5c-52e3-8d53-723eaa2e7c97 with expiration date: 2026-03-24T13:00:00Z
{'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-24T13:00: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-24 13:31:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:31:20 [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-24 13:31:20 [astonbarclay.gb] INFO: Saving data for 120454811: {'auction_closing_time': 1774357200.0, 'created_time': 1773655406.809253, 'last_price_update_time': 1774359080.112692}
2026-03-24 13:31:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:31:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120454811') HTTP/1.1" 204 0
2026-03-24 13:31:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/116065687?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-24 13:31:33 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 116065687, 'registration': 'DS74ZRX', 'account': 'MOT070', 'make': 'VAUXHALL', 'model': 'MOKKA ELECTRIC HATCHBACK', 'derivative': '115kW Ultimate 54kWh 5dr Auto', 'mileage': 5591, 'mileageWarranty': True, 'type': 'car', 'saleId': 18851, 'siteId': 659779, 'site': {'id': 659779, 'name': 'Aston Barclay Prees Heath', 'vehicles': 93}, 'saleStart': '2026-03-24T10:30Z', 'lot': 144, 'hall': 'Main Hall', 'transmission': 'automatic', 'firstRegistration': '2024-11-25', 'fuel': 'Electric', 'motExpiry': None, 'doors': 5, 'engineSize': None, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/DS74ZRX/2026-03-16/image/a2377003-919a-453f-b3f0-480a63e60aed_removebg.jpg?w=600', 'https://abimg003.imgix.net/DS74ZRX/2026-03-16/image/15a6b44f-d320-41da-bad1-257b392b09ff_removebg.jpg?w=600', 'https://abimg003.imgix.net/DS74ZRX/2026-03-16/image/0d97f759-6b9d-4c4d-99a9-47945e867ef7_removebg.jpg?w=600', 'https://abimg003.imgix.net/DS74ZRX/2026-03-16/image/fd12ced5-03af-4e6d-bc95-45ca57b9876a_removebg.jpg?w=600', 'https://abimg003.imgix.net/DS74ZRX/2026-03-16/image/374cc0e4-47b4-413c-81f1-fbbb1f63cf41_removebg.jpg?w=600', 'https://abimg003.imgix.net/DS74ZRX/2026-03-16/image/f3c4cbe4-50dc-4aaa-b38c-599efc9a97e9_removebg.jpg?w=600', 'https://abimg003.imgix.net/DS74ZRX/2026-03-16/image/fa2d2c83-4a9b-4c0a-ba0b-ede9bdd881d8_removebg.jpg?w=600', 'https://abimg003.imgix.net/DS74ZRX/2026-03-16/image/58df2121-5fe4-4679-baf8-b7de4d7631f5_removebg.jpg?w=600', 'https://abimg003.imgix.net/DS74ZRX/2026-03-16/image/c773821d-8c69-46fe-88b9-d5804e83b4a0_removebg.jpg?w=600', 'https://abimg003.imgix.net/DS74ZRX/2026-03-16/image/4440504f-987d-447f-a641-132a9a83ee45_removebg.jpg?w=600', 'https://abimg003.imgix.net/DS74ZRX/2026-03-16/image/8f27259d-b186-4321-9d41-da72396b73b3_removebg.jpg?w=600', 'https://abimg003.imgix.net/DS74ZRX/2026-03-16/image/6d38f421-54bc-4854-ac03-7123137fe886_removebg.jpg?w=600'], 'colour': 'GREEN', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': 'spare key', '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/8bd5cc1f-0561-4a4f-8728-8d0c23047d7d.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 13:31:33 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 116065687, 'registration': 'DS74ZRX', 'account': 'MOT070', 'make': 'VAUXHALL', 'model': 'MOKKA ELECTRIC HATCHBACK', 'derivative': '115kW Ultimate 54kWh 5dr Auto', 'mileage': 5591, 'mileageWarranty': True, 'type': 'car', 'saleId': 18851, 'siteId': 659779, 'site': {'id': 659779, 'name': 'Aston Barclay Prees Heath', 'vehicles': 93}, 'saleStart': '2026-03-24T10:30Z', 'lot': 144, 'hall': 'Main Hall', 'transmission': 'automatic', 'firstRegistration': '2024-11-25', 'fuel': 'Electric', 'motExpiry': None, 'doors': 5, 'engineSize': None, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/DS74ZRX/2026-03-16/image/a2377003-919a-453f-b3f0-480a63e60aed_removebg.jpg?w=600', 'https://abimg003.imgix.net/DS74ZRX/2026-03-16/image/15a6b44f-d320-41da-bad1-257b392b09ff_removebg.jpg?w=600', 'https://abimg003.imgix.net/DS74ZRX/2026-03-16/image/0d97f759-6b9d-4c4d-99a9-47945e867ef7_removebg.jpg?w=600', 'https://abimg003.imgix.net/DS74ZRX/2026-03-16/image/fd12ced5-03af-4e6d-bc95-45ca57b9876a_removebg.jpg?w=600', 'https://abimg003.imgix.net/DS74ZRX/2026-03-16/image/374cc0e4-47b4-413c-81f1-fbbb1f63cf41_removebg.jpg?w=600', 'https://abimg003.imgix.net/DS74ZRX/2026-03-16/image/f3c4cbe4-50dc-4aaa-b38c-599efc9a97e9_removebg.jpg?w=600', 'https://abimg003.imgix.net/DS74ZRX/2026-03-16/image/fa2d2c83-4a9b-4c0a-ba0b-ede9bdd881d8_removebg.jpg?w=600', 'https://abimg003.imgix.net/DS74ZRX/2026-03-16/image/58df2121-5fe4-4679-baf8-b7de4d7631f5_removebg.jpg?w=600', 'https://abimg003.imgix.net/DS74ZRX/2026-03-16/image/c773821d-8c69-46fe-88b9-d5804e83b4a0_removebg.jpg?w=600', 'https://abimg003.imgix.net/DS74ZRX/2026-03-16/image/4440504f-987d-447f-a641-132a9a83ee45_removebg.jpg?w=600', 'https://abimg003.imgix.net/DS74ZRX/2026-03-16/image/8f27259d-b186-4321-9d41-da72396b73b3_removebg.jpg?w=600', 'https://abimg003.imgix.net/DS74ZRX/2026-03-16/image/6d38f421-54bc-4854-ac03-7123137fe886_removebg.jpg?w=600'], 'colour': 'GREEN', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': 'spare key', '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/8bd5cc1f-0561-4a4f-8728-8d0c23047d7d.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 13:31:33 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: daedbdef-f6a2-51c8-ba1b-fc03b6e10c7c with identifier: 116065687
2026-03-24 13:31:33 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item daedbdef-f6a2-51c8-ba1b-fc03b6e10c7c with scrape type 2
2026-03-24 13:31:33 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item daedbdef-f6a2-51c8-ba1b-fc03b6e10c7c with scrape type 2
2026-03-24 13:31:33 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: daedbdef-f6a2-51c8-ba1b-fc03b6e10c7c, identifier: 116065687
2026-03-24 13:31:33 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: daedbdef-f6a2-51c8-ba1b-fc03b6e10c7c with identifier: 116065687
2026-03-24 13:31:33 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: daedbdef-f6a2-51c8-ba1b-fc03b6e10c7c with identifier: 116065687
2026-03-24 13:31:33 [scrapy.core.scraper] INFO: Dropped: Dropping expired listing: daedbdef-f6a2-51c8-ba1b-fc03b6e10c7c with expiration date: 2026-03-24T10:30:00Z
{'auction_title': '',
'c_o_2_emission_value': None,
'color': 'GREEN',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': '2026-03-24T10:30:00Z',
'fuel_type': 'Electric',
'id': 'daedbdef-f6a2-51c8-ba1b-fc03b6e10c7c',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'DS74ZRX',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/116065687',
'listing': 'auction',
'location': 'Aston Barclay Prees Heath',
'make': 'VAUXHALL',
'model': 'MOKKA ELECTRIC HATCHBACK',
'odometer': 5591,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-11-25',
'seller_name': '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-24 13:31:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:31:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27116065687%27 HTTP/1.1" 200 None
2026-03-24 13:31:33 [astonbarclay.gb] INFO: Saving data for 116065687: {'auction_closing_time': 1774348200.0, 'created_time': 1773406869.232489, 'last_price_update_time': 1774359093.342464}
2026-03-24 13:31:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:31:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='116065687') HTTP/1.1" 204 0
2026-03-24 13:31:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120444902?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-24 13:31:34 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120444902, 'registration': 'PK22DPV', 'account': 'MOT070', 'make': 'CITROEN', 'model': 'C5 AIRCROSS HATCHBACK', 'derivative': '1.2 PureTech 130 Shine 5dr', 'mileage': 24096, 'mileageWarranty': True, 'type': 'car', 'saleId': 18851, 'siteId': 659779, 'site': {'id': 659779, 'name': 'Aston Barclay Prees Heath', 'vehicles': 93}, 'saleStart': '2026-03-24T10:30Z', 'lot': 141, 'hall': 'Main Hall', 'transmission': 'manual', 'firstRegistration': '2022-05-09', 'fuel': 'Petrol', 'motExpiry': '2026-06-03', 'doors': 5, 'engineSize': 1200, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/PK22DPV/2026-03-20/image/3a01081c-1e72-4bd5-add2-1aa3a7cbf5a5_removebg.jpg?w=600', 'https://abimg003.imgix.net/PK22DPV/2026-03-20/image/08b8697e-026b-4c1e-a2e8-19928a449ff7_removebg.jpg?w=600', 'https://abimg003.imgix.net/PK22DPV/2026-03-20/image/27a919b2-1bca-40d0-a689-b0a11f70c413_removebg.jpg?w=600', 'https://abimg003.imgix.net/PK22DPV/2026-03-20/image/7a59ebcc-a65f-4dc0-b166-fa7b172e3579_removebg.jpg?w=600', 'https://abimg003.imgix.net/PK22DPV/2026-03-20/image/06bdf5c2-cda3-4af0-bb9c-84f5a41ee8ff_removebg.jpg?w=600', 'https://abimg003.imgix.net/PK22DPV/2026-03-20/image/9d2d29d2-4263-46dc-8535-646c0330d66f_removebg.jpg?w=600', 'https://abimg003.imgix.net/PK22DPV/2026-03-20/image/da0c09bb-2eb5-4f46-a88e-2364d7ee2262_removebg.jpg?w=600', 'https://abimg003.imgix.net/PK22DPV/2026-03-20/image/cded1642-47a1-4482-b6bd-a88f2cf237c1_removebg.jpg?w=600', 'https://abimg003.imgix.net/PK22DPV/2026-03-20/image/5f4069c6-3b8a-4334-805c-e8d7d60bbc88_removebg.jpg?w=600', 'https://abimg003.imgix.net/PK22DPV/2026-03-20/image/c758e921-056e-446b-9567-8cb656662199_removebg.jpg?w=600', 'https://abimg003.imgix.net/PK22DPV/2026-03-20/image/cef14344-20af-4180-8ca2-e96293d960de_removebg.jpg?w=600', 'https://abimg003.imgix.net/PK22DPV/2026-03-20/image/bc147fa5-6507-4017-aa8d-40519c7d884d_removebg.jpg?w=600', 'https://abimg003.imgix.net/PK22DPV/2026-03-20/image/5edac62c-4e61-4005-b0f3-b7439795096b_removebg.jpg?w=600', 'https://abimg003.imgix.net/PK22DPV/2026-03-20/image/f30d78a9-4d64-4006-819c-2936a689377b_removebg.jpg?w=600', 'https://abimg003.imgix.net/PK22DPV/2026-03-20/image/2e13f932-6b15-4a7f-bf59-94d1b29a7545_removebg.jpg?w=600', 'https://abimg003.imgix.net/PK22DPV/2026-03-20/image/b3e82982-a410-42b7-84ce-4c95d97a341e_removebg.jpg?w=600', 'https://abimg003.imgix.net/PK22DPV/2026-03-20/image/e760f6ca-45d4-4023-b265-801965c52fcd_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print and book 04/23-6K, 06/24-13K, 05/25-19K', 'remarks': 'vosa - 19k - SPARE KEY IN OFFICE', 'virtual': False, 'seller': 'Motability Operations', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': 140, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/3e716b9b-e7c0-4e10-83de-4b67ce6c1ad3.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 13:31:34 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120444902, 'registration': 'PK22DPV', 'account': 'MOT070', 'make': 'CITROEN', 'model': 'C5 AIRCROSS HATCHBACK', 'derivative': '1.2 PureTech 130 Shine 5dr', 'mileage': 24096, 'mileageWarranty': True, 'type': 'car', 'saleId': 18851, 'siteId': 659779, 'site': {'id': 659779, 'name': 'Aston Barclay Prees Heath', 'vehicles': 93}, 'saleStart': '2026-03-24T10:30Z', 'lot': 141, 'hall': 'Main Hall', 'transmission': 'manual', 'firstRegistration': '2022-05-09', 'fuel': 'Petrol', 'motExpiry': '2026-06-03', 'doors': 5, 'engineSize': 1200, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/PK22DPV/2026-03-20/image/3a01081c-1e72-4bd5-add2-1aa3a7cbf5a5_removebg.jpg?w=600', 'https://abimg003.imgix.net/PK22DPV/2026-03-20/image/08b8697e-026b-4c1e-a2e8-19928a449ff7_removebg.jpg?w=600', 'https://abimg003.imgix.net/PK22DPV/2026-03-20/image/27a919b2-1bca-40d0-a689-b0a11f70c413_removebg.jpg?w=600', 'https://abimg003.imgix.net/PK22DPV/2026-03-20/image/7a59ebcc-a65f-4dc0-b166-fa7b172e3579_removebg.jpg?w=600', 'https://abimg003.imgix.net/PK22DPV/2026-03-20/image/06bdf5c2-cda3-4af0-bb9c-84f5a41ee8ff_removebg.jpg?w=600', 'https://abimg003.imgix.net/PK22DPV/2026-03-20/image/9d2d29d2-4263-46dc-8535-646c0330d66f_removebg.jpg?w=600', 'https://abimg003.imgix.net/PK22DPV/2026-03-20/image/da0c09bb-2eb5-4f46-a88e-2364d7ee2262_removebg.jpg?w=600', 'https://abimg003.imgix.net/PK22DPV/2026-03-20/image/cded1642-47a1-4482-b6bd-a88f2cf237c1_removebg.jpg?w=600', 'https://abimg003.imgix.net/PK22DPV/2026-03-20/image/5f4069c6-3b8a-4334-805c-e8d7d60bbc88_removebg.jpg?w=600', 'https://abimg003.imgix.net/PK22DPV/2026-03-20/image/c758e921-056e-446b-9567-8cb656662199_removebg.jpg?w=600', 'https://abimg003.imgix.net/PK22DPV/2026-03-20/image/cef14344-20af-4180-8ca2-e96293d960de_removebg.jpg?w=600', 'https://abimg003.imgix.net/PK22DPV/2026-03-20/image/bc147fa5-6507-4017-aa8d-40519c7d884d_removebg.jpg?w=600', 'https://abimg003.imgix.net/PK22DPV/2026-03-20/image/5edac62c-4e61-4005-b0f3-b7439795096b_removebg.jpg?w=600', 'https://abimg003.imgix.net/PK22DPV/2026-03-20/image/f30d78a9-4d64-4006-819c-2936a689377b_removebg.jpg?w=600', 'https://abimg003.imgix.net/PK22DPV/2026-03-20/image/2e13f932-6b15-4a7f-bf59-94d1b29a7545_removebg.jpg?w=600', 'https://abimg003.imgix.net/PK22DPV/2026-03-20/image/b3e82982-a410-42b7-84ce-4c95d97a341e_removebg.jpg?w=600', 'https://abimg003.imgix.net/PK22DPV/2026-03-20/image/e760f6ca-45d4-4023-b265-801965c52fcd_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print and book 04/23-6K, 06/24-13K, 05/25-19K', 'remarks': 'vosa - 19k - SPARE KEY IN OFFICE', 'virtual': False, 'seller': 'Motability Operations', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': 140, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/3e716b9b-e7c0-4e10-83de-4b67ce6c1ad3.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 13:31:34 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 80f873a8-1bc2-598c-b1f5-1d3792b41c6c with identifier: 120444902
2026-03-24 13:31:34 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 80f873a8-1bc2-598c-b1f5-1d3792b41c6c with scrape type 2
2026-03-24 13:31:34 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 80f873a8-1bc2-598c-b1f5-1d3792b41c6c with scrape type 2
2026-03-24 13:31:34 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 80f873a8-1bc2-598c-b1f5-1d3792b41c6c, identifier: 120444902
2026-03-24 13:31:34 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 80f873a8-1bc2-598c-b1f5-1d3792b41c6c with identifier: 120444902
2026-03-24 13:31:34 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 80f873a8-1bc2-598c-b1f5-1d3792b41c6c with identifier: 120444902
2026-03-24 13:31:34 [scrapy.core.scraper] INFO: Dropped: Dropping expired listing: 80f873a8-1bc2-598c-b1f5-1d3792b41c6c with expiration date: 2026-03-24T10:30:00Z
{'auction_title': '',
'c_o_2_emission_value': 140,
'color': 'GREY',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.2L',
'expiration_date': '2026-03-24T10:30:00Z',
'fuel_type': 'Petrol',
'id': '80f873a8-1bc2-598c-b1f5-1d3792b41c6c',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'PK22DPV',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120444902',
'listing': 'auction',
'location': 'Aston Barclay Prees Heath',
'make': 'CITROEN',
'model': 'C5 AIRCROSS HATCHBACK',
'odometer': 24096,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-05-09',
'seller_name': 'Motability Operations',
'title': 'CITROEN C5 AIRCROSS HATCHBACK 1.2 PureTech 130 Shine 5dr',
'transmission': 'manual',
'trim': '1.2 PureTech 130 Shine 5dr',
'vin': None,
'year': 2022}
2026-03-24 13:31:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:31:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120444902%27 HTTP/1.1" 200 None
2026-03-24 13:31:34 [astonbarclay.gb] INFO: Saving data for 120444902: {'auction_closing_time': 1774348200.0, 'created_time': 1773428686.535889, 'last_price_update_time': 1774359094.746205}
2026-03-24 13:31:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:31:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120444902') HTTP/1.1" 204 0
2026-03-24 13:31:53 [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-24 13:31:53 [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': 18905, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 618}, 'saleStart': '2026-03-24T13:00Z', 'lot': 115, '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-24 13:31:53 [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': 18905, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 618}, 'saleStart': '2026-03-24T13:00Z', 'lot': 115, '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-24 13:31:53 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c1f6ad74-edb2-5ce4-8a47-9ed9ce06bf5a with identifier: 120055164
2026-03-24 13:31:53 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c1f6ad74-edb2-5ce4-8a47-9ed9ce06bf5a with scrape type 2
2026-03-24 13:31:53 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c1f6ad74-edb2-5ce4-8a47-9ed9ce06bf5a with scrape type 2
2026-03-24 13:31:54 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: c1f6ad74-edb2-5ce4-8a47-9ed9ce06bf5a, identifier: 120055164
2026-03-24 13:31:54 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: c1f6ad74-edb2-5ce4-8a47-9ed9ce06bf5a with identifier: 120055164
2026-03-24 13:31:54 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: c1f6ad74-edb2-5ce4-8a47-9ed9ce06bf5a with identifier: 120055164
2026-03-24 13:31:54 [scrapy.core.scraper] INFO: Dropped: Dropping expired listing: c1f6ad74-edb2-5ce4-8a47-9ed9ce06bf5a with expiration date: 2026-03-24T13:00:00Z
{'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-24T13: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-24 13:31:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:31:54 [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-24 13:31:54 [astonbarclay.gb] INFO: Saving data for 120055164: {'auction_closing_time': 1774357200.0, 'created_time': 1773402905.335886, 'last_price_update_time': 1774359114.032535}
2026-03-24 13:31:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:31:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120055164') HTTP/1.1" 204 0
2026-03-24 13:32:06 [scrapy.extensions.logstats] INFO: Crawled 648 pages (at 5 pages/min), scraped 439 items (at 0 items/min)
2026-03-24 13:32:06 [scrapy.extensions.memusage] INFO: Peak memory usage is 181MiB
2026-03-24 13:32:56 [zyte_api._retry] DEBUG: Finished call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request' after 130.400(s), this was the 1st time calling it.
2026-03-24 13:32:56 [zyte_api._retry] DEBUG: Retrying zyte_api._async.AsyncZyteAPI.get.<locals>.request in 6.5717394617290585 seconds as it raised ClientConnectorError: Cannot connect to host api.zyte.com:443 ssl:default [Connect call failed ('69.41.180.81', 443)].
2026-03-24 13:33:02 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 2nd time calling it.
2026-03-24 13:33:06 [scrapy.extensions.logstats] INFO: Crawled 648 pages (at 0 pages/min), scraped 439 items (at 0 items/min)
2026-03-24 13:33:06 [scrapy.extensions.memusage] INFO: Peak memory usage is 181MiB
2026-03-24 13:33:13 [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-24 13:33:13 [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': 18905, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 619}, 'saleStart': '2026-03-24T13:00Z', 'lot': 108, '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-24 13:33:13 [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': 18905, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 619}, 'saleStart': '2026-03-24T13:00Z', 'lot': 108, '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-24 13:33:13 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 86b5f065-6063-58e6-a9fc-410e005e9dc3 with identifier: 119785658
2026-03-24 13:33:13 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 86b5f065-6063-58e6-a9fc-410e005e9dc3 with scrape type 2
2026-03-24 13:33:13 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 86b5f065-6063-58e6-a9fc-410e005e9dc3 with scrape type 2
2026-03-24 13:33:13 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 86b5f065-6063-58e6-a9fc-410e005e9dc3, identifier: 119785658
2026-03-24 13:33:13 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 86b5f065-6063-58e6-a9fc-410e005e9dc3 with identifier: 119785658
2026-03-24 13:33:13 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 86b5f065-6063-58e6-a9fc-410e005e9dc3 with identifier: 119785658
2026-03-24 13:33:13 [scrapy.core.scraper] INFO: Dropped: Dropping expired listing: 86b5f065-6063-58e6-a9fc-410e005e9dc3 with expiration date: 2026-03-24T13:00:00Z
{'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-24T13: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-24 13:33:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:33: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-24 13:33:13 [astonbarclay.gb] INFO: Saving data for 119785658: {'auction_closing_time': 1774357200.0, 'created_time': 1773403274.007566, 'last_price_update_time': 1774359193.648959}
2026-03-24 13:33:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:33:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='119785658') HTTP/1.1" 204 0
2026-03-24 13:33:13 [scrapy.core.engine] INFO: Closing spider (finished)
2026-03-24 13:33:13 [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-24 13:33:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:33:13 [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-24 13:33:13 [astonbarclay.gb] INFO: Saving data for 120555397: {'created_time': 1774359193.779733}
2026-03-24 13:33:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:33:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120555397') HTTP/1.1" 204 0
2026-03-24 13:33:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:33:14 [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%201773927193 HTTP/1.1" 200 None
2026-03-24 13:33:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='118593294') HTTP/1.1" 204 0
2026-03-24 13:33:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='118740283') HTTP/1.1" 204 0
2026-03-24 13:33:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='119429353') HTTP/1.1" 204 0
2026-03-24 13:33:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='119728000') HTTP/1.1" 204 0
2026-03-24 13:33:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='119788066') HTTP/1.1" 204 0
2026-03-24 13:33:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='119790278') HTTP/1.1" 204 0
2026-03-24 13:33:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='119857057') HTTP/1.1" 204 0
2026-03-24 13:33:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120060571') HTTP/1.1" 204 0
2026-03-24 13:33:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120167152') HTTP/1.1" 204 0
2026-03-24 13:33:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120172558') HTTP/1.1" 204 0
2026-03-24 13:33:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120220832') HTTP/1.1" 204 0
2026-03-24 13:33:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120230115') HTTP/1.1" 204 0
2026-03-24 13:33:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120266619') HTTP/1.1" 204 0
2026-03-24 13:33:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120278663') HTTP/1.1" 204 0
2026-03-24 13:33:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120280850') HTTP/1.1" 204 0
2026-03-24 13:33:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120374109') HTTP/1.1" 204 0
2026-03-24 13:33:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120406477') HTTP/1.1" 204 0
2026-03-24 13:33:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120446932') HTTP/1.1" 204 0
2026-03-24 13:33:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120446941') HTTP/1.1" 204 0
2026-03-24 13:33:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120446950') HTTP/1.1" 204 0
2026-03-24 13:33:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120446994') HTTP/1.1" 204 0
2026-03-24 13:33:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120476861') HTTP/1.1" 204 0
2026-03-24 13:33:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120476879') HTTP/1.1" 204 0
2026-03-24 13:33:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120502610') HTTP/1.1" 204 0
2026-03-24 13:33:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120593606') HTTP/1.1" 204 0
2026-03-24 13:33:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120595361') HTTP/1.1" 204 0
2026-03-24 13:33:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120597377') HTTP/1.1" 204 0
2026-03-24 13:33:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120598377') HTTP/1.1" 204 0
2026-03-24 13:33:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120601640') HTTP/1.1" 204 0
2026-03-24 13:33:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120602548') HTTP/1.1" 204 0
2026-03-24 13:33:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120606569') HTTP/1.1" 204 0
2026-03-24 13:33:14 [scrapy.extensions.feedexport] INFO: Stored jsonlines feed (439 items) in: file:///var/lib/scrapyd/items/sourcing_v2/astonbarclay.gb/task_9_2026-03-24T13_00_00.jl
2026-03-24 13:33:14 [scrapy.statscollectors] INFO: Dumping Scrapy stats:
{'downloader/request_bytes': 801082,
'downloader/request_count': 1075,
'downloader/request_method_count/GET': 1075,
'downloader/response_bytes': 22895733,
'downloader/response_count': 1075,
'downloader/response_status_count/200': 1075,
'elapsed_time_seconds': 1988.264731,
'feedexport/success_count/FileFeedStorage': 1,
'finish_reason': 'finished',
'finish_time': datetime.datetime(2026, 3, 24, 13, 33, 14, 318522, tzinfo=datetime.timezone.utc),
'item_dropped_count': 207,
'item_dropped_reasons_count/DropItem': 207,
'item_scraped_count': 439,
'log_count/DEBUG': 11896,
'log_count/ERROR': 1,
'log_count/INFO': 13020,
'memusage/max': 189927424,
'memusage/startup': 147787776,
'photo_download_count': 426,
'pipeline/dropped_expired': 207,
'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': 3,
'response_received_count': 649,
'scheduler/dequeued': 1075,
'scheduler/dequeued/memory': 1075,
'scheduler/enqueued': 1075,
'scheduler/enqueued/memory': 1075,
'scrape_type/new': 144,
'scrape_type/price_update': 503,
'scrape_type/skipped': 973,
'scrapy-zyte-api/429': 0,
'scrapy-zyte-api/attempts': 693,
'scrapy-zyte-api/error_ratio': 0.06493506493506493,
'scrapy-zyte-api/errors': 45,
"scrapy-zyte-api/exception_types/<class 'aiohttp.client_exceptions.ClientConnectorError'>": 45,
'scrapy-zyte-api/fatal_errors': 0,
'scrapy-zyte-api/mean_connection_seconds': 13.600858271363435,
'scrapy-zyte-api/mean_response_seconds': 13.601759170035447,
'scrapy-zyte-api/processed': 648,
'scrapy-zyte-api/request_args/customHttpRequestHeaders': 648,
'scrapy-zyte-api/request_args/experimental.requestCookies': 647,
'scrapy-zyte-api/request_args/experimental.responseCookies': 648,
'scrapy-zyte-api/request_args/httpResponseBody': 648,
'scrapy-zyte-api/request_args/httpResponseHeaders': 648,
'scrapy-zyte-api/request_args/url': 648,
'scrapy-zyte-api/status_codes/0': 45,
'scrapy-zyte-api/status_codes/200': 648,
'scrapy-zyte-api/success': 648,
'scrapy-zyte-api/success_ratio': 1.0,
'scrapy-zyte-api/throttle_ratio': 0.0,
'start_time': datetime.datetime(2026, 3, 24, 13, 0, 6, 53791, tzinfo=datetime.timezone.utc)}
2026-03-24 13:33:14 [scrapy.core.engine] INFO: Spider closed (finished)